schwehr / libais

C++ decoder for Automatic Identification System for tracking ships and decoding maritime information
Other
215 stars 94 forks source link

travis-ci config currently not working #152

Closed schwehr closed 7 years ago

schwehr commented 7 years ago

e.g. https://travis-ci.org/schwehr/libais/jobs/140530208 and https://travis-ci.org/schwehr/libais/jobs/159669149

Installing APT Packages (BETA)
$ export DEBIAN_FRONTEND=noninteractive
5.58s$ sudo -E apt-get -yq update &>> ~/apt-get-update.log
2.83s$ sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install gcc-5 g++-5 python-pytest
Reading package lists...
Building dependency tree...
Reading state information...
Package python-pytest is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python-pytest' has no installation candidate
apt-get.diagnostics
apt-get install failed
$ cat ~/apt-get-update.log
Get:1 http://downloads-distro.mongodb.org dist Release.gpg [490 B]
Get:2 http://downloads-distro.mongodb.org dist Release [2,040 B]
Get:3 http://downloads-distro.mongodb.org dist/10gen amd64 Packages [30.9 kB]
Get:4 http://downloads-distro.mongodb.org dist/10gen i386 Packages [30.5 kB]
Hit http://us.archive.ubuntu.com precise Release.gpg
[ SNIP ]
Hit http://ppa.launchpad.net precise/main i386 Packages
Hit http://apt.postgresql.org precise-pgdg/main amd64 Packages
Hit http://apt.postgresql.org precise-pgdg/main i386 Packages
Fetched 154 kB in 3s (49.9 kB/s)
Reading package lists...
The command "sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install gcc-5 g++-5 python-pytest" failed and exited with 100 during .
schwehr commented 7 years ago

Fixed at build 122: https://travis-ci.org/schwehr/libais/builds/159677368