Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Singularity is failing on Travis #589

Closed
maxulysse opened this issue May 23, 2018 · 2 comments
Closed

Singularity is failing on Travis #589

maxulysse opened this issue May 23, 2018 · 2 comments
Labels

Comments

@maxulysse
Copy link
Member

Singularity has been failing on Travis for like a week.
It's a problem with the installation of squashfs-tools.
At first it was not even finding the package and now it's just not possible to install it:

The following NEW packages will be installed:
  squashfs-tools
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 90.8 kB of archives.
After this operation, 276 kB of additional disk space will be used.
Err:1 http://us-central1.gce.archive.ubuntu.com/ubuntu trusty-updates/main amd64 squashfs-tools amd64 1:4.2+20130409-2ubuntu0.14.04.1
  404  Not Found [IP: 35.202.204.188 80]
E: Failed to fetch http://us-central1.gce.archive.ubuntu.com/ubuntu/pool/main/s/squashfs-tools/squashfs-tools_4.2+20130409-2ubuntu0.14.04.1_amd64.deb  404  Not Found [IP: 35.202.204.188 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

This time it's not due to Singularity itself but to Travis, but I find that Singularity is not reliable enough for Travis.
Shall we remove it?
Shall we keep it?
Any thoughts on that matter?

@marcelm
Copy link
Member

marcelm commented May 23, 2018

I think this particular problem would be fixed by adding the apt-get update step, as the error message suggests.

@maxulysse
Copy link
Member Author

I'm back to the error I had at the beginning of the week:
E: Unable to locate package squashfs-tools
But my question was more, should we keep doing CI with Singularity, and use only Docker for CI, but still check with Singularity when we release a new version, or should we try again to fix Singularity on Travis CI before it fails again?

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

No branches or pull requests

2 participants