Skip to content

Customer testing flutter_reactive_ble is failing in CI #133483

@vashworth

Description

@vashworth

Mac, Linux, and Windows customer testing are failing in CI. Here's an example of the error:

>> ./bin/flutter_customer_test.sh
| Analyzing flutter_reactive_ble...
|
|    info • The type of the right operand ('QualifiedCharacteristic') isn't a subtype or a supertype of the left operand ('CharacteristicInstance') • lib/src/connected_device_operation.dart:45:50 • unrelated_type_equality_checks
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • lib/src/connected_device_operation.dart:49:29 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • lib/src/connected_device_operation.dart:61:44 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • lib/src/connected_device_operation.dart:70:47 • argument_type_not_assignable
|    info • The type of the right operand ('QualifiedCharacteristic') isn't a subtype or a supertype of the left operand ('CharacteristicInstance') • lib/src/connected_device_operation.dart:79:50 • unrelated_type_equality_checks
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • lib/src/connected_device_operation.dart:84:37 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • lib/src/connected_device_operation.dart:87:43 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:29:27 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:78:27 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:83:27 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:88:27 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:92:46 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:151:31 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:157:21 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:172:33 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:183:23 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:201:33 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:207:23 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:222:33 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:233:23 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:281:29 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:286:29 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:291:29 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:296:29 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:300:54 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/connected_device_operation_test.dart:303:60 • argument_type_not_assignable
|   error • The argument type 'QualifiedCharacteristic' can't be assigned to the parameter type 'CharacteristicInstance' • test/reactive_ble_test.dart:105:27 • argument_type_not_assignable
|
| 27 issues found. (ran in 2.1s)
ERROR: One or more tests from flutter_reactive_ble failed.

https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20customer_testing/14655/overview


If you're getting this error if your presubmit CI tests, please update your branch.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions