Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Everything was successful: your build exited with 1 - but Travis still says 'failed' #111

Closed
gavanderhoorn opened this issue Jan 20, 2017 · 8 comments

Comments

@gavanderhoorn
Copy link
Member

Afaict, builds for ros-industrial/abb#89 should be successful, and from the log it would seem they are, but I'm seeing red crosses everywhere and Travis does not seem happy.

That makes me unhappy 馃槩

I'm not completely up-to-date, but I know you guys are working hard on improving industrial_ci. Could it be that one of the recently merged PRs inverted some logic somewhere?

@gavanderhoorn
Copy link
Member Author

Hm. Or is this:

[abb] Started testing...
find: `install/share/abb': No such file or directory

The cause of those failed builds?

Is this connected with #110?

@mathias-luedtke
Copy link
Member

Should be resolved now, please restart your builds :)

@mathias-luedtke
Copy link
Member

Could it be that one of the recently merged PRs inverted some logic somewhere?

Nothing inverted here.
industrial_ci used to disable metapackages completely,
#108 removed this strange feature.
The install tests feature was not ready to handle metapackages, but this was not detected because of #101

@mathias-luedtke
Copy link
Member

Everything was successful: your build exited with 1

1 means failure in shell logic.
#100 and #103 improved the error propagation, it was broken for certain cases.

@gavanderhoorn
Copy link
Member Author

1 means failure in shell logic.

Yes, I know. Apparently the Everything was successful bit is not about the exit status of the build.

@mathias-luedtke
Copy link
Member

mathias-luedtke commented Jan 20, 2017

So not everthing was successfull. Install tests did fail so it got marked red.
Apart from this bug in industrial_ci, builds will fail for more, previously undetected errors like rosdep failures from now on.

1 means failure in shell logic.

Yes, I know

I have expected that :)

@mathias-luedtke
Copy link
Member

Travis is happy again: https://travis-ci.org/ros-industrial/abb/builds/193867890

@gavanderhoorn
Copy link
Member Author

Yep, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants