×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Re:Pull request: The Travis CI build could not complete

  • Posts: 245
  • Thank you received: 56
Hi. I just created my first Pull Request. All the tests completed successfully except for the "Travis Cl build" .
When I look in the logs I see 2 errors:

3456.1
Error: Cask 'sbig-universal-driver' is unavailable: No Cask with this name exists.
The command "travis-ci/deps-${TRAVIS_OS_NAME}.sh" failed and exited with 1 during .
Your build has been stopped.

3456.2
dh build --buildsystem=cmake --with=python2,python3
dh: Sorry, but 10 is the highest compatibility level supported by this debhelper.
debian/rules:17: recipe for target 'build' failed
make: *** [build] Error 25
dpkg-buildpackage: error: debian/rules build gave error exit status 2
The command "travis-ci/deps-${TRAVIS_OS_NAME}.sh" failed and exited with 2 during .
Your build has been stopped.

Doesn't seem to have anything to do with my code but maybe I am unaware about something?

Cheers

Rishi
4 years 10 months ago #39760

Please Log in or Create an account to join the conversation.

  • Posts: 1029
  • Thank you received: 301
The Travis build is dependent on package availability at the moment of its execution. This is admittedly a bit fragile. You can retry the build by amending the last commit of your PR without changing its contents (git commit --amend --no-edit) and push the PR branch again. But no guarantees it will work flawlessly.

-Eric
4 years 10 months ago #39862

Please Log in or Create an account to join the conversation.

  • Posts: 245
  • Thank you received: 56
Thanks Eric. Jasem approved the PR so it has not caused an issue for me.
4 years 10 months ago #39870

Please Log in or Create an account to join the conversation.

Time to create page: 0.401 seconds