-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI failing on ergoCubSN000
and iCubGenova09
with the latest yarp-3.8
#509
Comments
This is more of an issue of It is related to the second fix from robotology/icub-main#871, and actually the reason why now it appears is that we fixed that bug. Before then, the value returned by However, after https://github.com/robotology/yarp/pull/2967/files you will see a different error in the terminal:
So I am not sure if this is better from the point of view of CI. |
Thanks for the clarification!
Does your last doubt mean that the driver per se in this configuration is not ready to be dry run at all? |
It is not the driver, it is the |
Yep, with the term This can be a major issue for the CI. In the worst case, I may try to disable these layers during the CI as done for others, but it'd be a pity after all. We can discuss it. |
I think it could make sense if we agree on a |
Temporary disabled the failing tests in the CI via 93d60a4. Failing tests can be still run by: ctest -L [failing|all] cc @traversaro |
Aligned T2T w/ @traversaro: all good then 👍🏻 The CI failed because of the
|
The PR robotology/yarp#2967 has been merged although the dry-run still fails with the following log: [ERROR] yarprobotinterface intercepted a segmentation fault caused by a faulty plugin:
[ERROR] /dependencies/install/lib/yarp/yarp_multipleanalogsensorsserver.so(+0x13f69) [0x7f42b401cf69] @traversaro is on it. The docker image has been regenerated: |
My bad, apparently I forgot to push some changes, the fix is in robotology/yarp#2970 . |
Thanks! |
I've just regenerated the docker image used by the CI relying on the
yarp-3.8
branch rather than thev3.8.0
release (#508) and I'm getting the following errors:dry-run_log_ergoCubSN000_dev.txt:
[ERROR] embObjMultipleFTsensors: BOARD left_arm-eb2-j0_1 (IP 10.0.1.2) getTemperatureSensorMeasure() fails data for index: 0 not found
dry-run_log_iCubGenova09_dev.txt:
[ERROR] embObjMultipleFTsensors: BOARD left_leg-eb8-j3_5 (IP 10.0.1.8) getTemperatureSensorMeasure() fails data for index: 0 not found
@traversaro, will robotology/yarp#2967 fix this problem too?
The text was updated successfully, but these errors were encountered: