aregm / nff-go

NFF-Go -Network Function Framework for GO (former YANFF)
BSD 3-Clause "New" or "Revised" License
1.38k stars 156 forks source link

Travis CI tests failures #717

Closed mercimat closed 4 years ago

mercimat commented 4 years ago

The build history shows that travis CI tests have been failing since April, 15th. Last passed: https://travis-ci.org/github/intel-go/nff-go/builds/674840527 First failed: https://travis-ci.org/github/intel-go/nff-go/builds/675289397

This is due to Ubuntu 19.04 being deprecated.

 ---> Running in eeff7611f0aa
Ign:1 http://security.ubuntu.com/ubuntu disco-security InRelease
Err:2 http://security.ubuntu.com/ubuntu disco-security Release
  404  Not Found [IP: 91.189.91.38 80]
Ign:3 http://archive.ubuntu.com/ubuntu disco InRelease
Ign:4 http://archive.ubuntu.com/ubuntu disco-updates InRelease
Ign:5 http://archive.ubuntu.com/ubuntu disco-backports InRelease
Err:6 http://archive.ubuntu.com/ubuntu disco Release
  404  Not Found [IP: 91.189.88.142 80]
Err:7 http://archive.ubuntu.com/ubuntu disco-updates Release
  404  Not Found [IP: 91.189.88.142 80]
Err:8 http://archive.ubuntu.com/ubuntu disco-backports Release
  404  Not Found [IP: 91.189.88.142 80]
Reading package lists...
E: The repository 'http://security.ubuntu.com/ubuntu disco-security Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu disco Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu disco-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu disco-backports Release' does not have a Release file.
The command '/bin/sh -c apt-get -q update && apt-get -q -y install     make     git     curl     wget     libpcap-dev     libelf-dev     hugepages      libnuma-dev     libhyperscan-dev     liblua5.3-dev     libmnl-dev     libibverbs-dev' returned a non-zero code: 100
The command "docker build --build-arg https_proxy=${https_proxy} -t test-disco ." failed and exited with 100 during .
Your build has been stopped.
mercimat commented 4 years ago

This failure also appeared in the following opened PR: https://github.com/intel-go/nff-go/pull/714

mercimat commented 4 years ago

This PR is a fix suggestion: https://github.com/intel-go/nff-go/pull/716

mercimat commented 4 years ago

I rebased PR https://github.com/intel-go/nff-go/pull/714 and the CI checks are okay now. It's ready for review. 😄

mercimat commented 4 years ago

PRs merged. CI checks are fine. Closing issue. Thanks for the PR reviews, @aregm ! :)