Skip to content

E2E testing and fixing #80

E2E testing and fixing

E2E testing and fixing #80

Triggered via push March 28, 2026 14:20
Status Failure
Total duration 12m 0s
Artifacts

ci.yml

on: push
Matrix: test
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test (1.25.x): cmd/bindercli/commands_gen.go#L100039
cannot use flagAddress (variable of type string) as "github.com/AndroidGoLab/binder/android/bluetooth".BluetoothDevice value in argument to svcProxy.OnDescriptorRead
test (1.25.x): cmd/bindercli/commands_gen.go#L99968
cannot use flagAddress (variable of type string) as "github.com/AndroidGoLab/binder/android/bluetooth".BluetoothDevice value in argument to svcProxy.OnExecuteWrite
test (1.25.x): cmd/bindercli/commands_gen.go#L99907
cannot use flagAddress (variable of type string) as "github.com/AndroidGoLab/binder/android/bluetooth".BluetoothDevice value in argument to svcProxy.OnCharacteristicWrite
test (1.25.x): cmd/bindercli/commands_gen.go#L99832
cannot use flagAddress (variable of type string) as "github.com/AndroidGoLab/binder/android/bluetooth".BluetoothDevice value in argument to svcProxy.OnCharacteristicRead
test (1.25.x): cmd/bindercli/commands_gen.go#L99759
cannot use flagAddress (variable of type string) as "github.com/AndroidGoLab/binder/android/bluetooth".BluetoothDevice value in argument to svcProxy.OnSearchComplete
test (1.25.x): cmd/bindercli/commands_gen.go#L99687
cannot use flagAddress (variable of type string) as "github.com/AndroidGoLab/binder/android/bluetooth".BluetoothDevice value in argument to svcProxy.OnPhyRead
test (1.25.x): cmd/bindercli/commands_gen.go#L99616
cannot use flagAddress (variable of type string) as "github.com/AndroidGoLab/binder/android/bluetooth".BluetoothDevice value in argument to svcProxy.OnPhyUpdate
test (1.25.x): cmd/bindercli/commands_gen.go#L99545
too many arguments in call to svcProxy.OnClientConnectionState
test (1.25.x): cmd/bindercli/commands_gen.go#L99478
too many arguments in call to svcProxy.OnClientRegistered
test (1.25.x): cmd/bindercli/commands_gen.go#L98703
svcProxy.SetForegroundUserId undefined (type *"github.com/AndroidGoLab/binder/android/bluetooth".BluetoothProxy has no field or method SetForegroundUserId)
test (1.25.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-go@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/