Closed sebastian closed 3 years ago
integration_tests_compile job errored 😞
You can see the full build log by running: ci/production.sh build_log pr 4896 integration_tests_compile
ci/production.sh build_log pr 4896 integration_tests_compile
You can restart the build by running: ci/production.sh force_build pr 4896 integration_tests_compile
ci/production.sh force_build pr 4896 integration_tests_compile
You can start the remote console by running: ci/production.sh remote_console pr 4896 integration_tests
ci/production.sh remote_console pr 4896 integration_tests
Log tail:
Sending build context to Docker daemon 3.072kB Step 1/3 : FROM aircloak/erlang:23.1 ---> cc8327455bee Step 2/3 : RUN apt-get install -y locales unzip ---> Using cache ---> 2d199e1df2a4 Step 3/3 : RUN . /tmp/build_config/proxies.sh && echo 'elixir 1.11.1-otp-23' >> ~/.tool-versions && bash -c ". ~/.asdf/asdf.sh && asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git" && bash -c ". ~/.asdf/asdf.sh && cd ~ && asdf install" && bash -c ". ~/.asdf/asdf.sh && mix local.hex --force && mix local.rebar --force" ---> Using cache ---> 89b7e202f7be Successfully built 89b7e202f7be Successfully tagged aircloak/elixir:1.11.1-otp-23 [aircloak] building aircloak/rust Sending build context to Docker daemon 3.072kB Step 1/2 : FROM aircloak/elixir:1.11.1-otp-23 ---> 89b7e202f7be Step 2/2 : RUN . /tmp/build_config/proxies.sh && echo 'rust 1.46.0' >> ~/.tool-versions && bash -c ". ~/.asdf/asdf.sh && asdf plugin-add rust https://github.com/code-lever/asdf-rust.git" && bash -c ". ~/.asdf/asdf.sh && cd ~ && asdf install" ---> Running in 84f0280681a9 [91mCloning into '/root/.asdf/plugins/rust'... [0merlang 23.1 is already installed elixir 1.11.1-otp-23 is already installed [91minfo: downloading installer [0m[91minfo: profile set to 'default' info: default host triple is x86_64-unknown-linux-gnu [0m[91minfo: syncing channel updates for '1.46.0-x86_64-unknown-linux-gnu' [0m[91minfo: latest update on 2020-08-27, rust version 1.46.0 (04488afe3 2020-08-24) info: downloading component 'cargo' [0m[91minfo: downloading component 'clippy' [0m[91minfo: downloading component 'rust-docs' [0m[91minfo: downloading component 'rust-std' [0m[91minfo: downloading component 'rustc' [0m[91minfo: downloading component 'rustfmt' [0m[91minfo: installing component 'cargo' [0m[91minfo: installing component 'clippy' [0m[91minfo: installing component 'rust-docs' [0m[91minfo: installing component 'rust-std' [0m[91minfo: installing component 'rustc' [0m[91minfo: installing component 'rustfmt' [0m [91minfo: default toolchain set to '1.46.0-x86_64-unknown-linux-gnu' [0m 1.46.0-x86_64-unknown-linux-gnu installed - rustc 1.46.0 (04488afe3 2020-08-24) Rust is installed now. Great! To get started you need Cargo's bin directory (/root/.asdf/installs/rust/1.46.0/bin) in your PATH environment variable. This has not been done automatically. To configure your current shell, run: source /root/.asdf/installs/rust/1.46.0/env Removing intermediate container 84f0280681a9 ---> fc1853e32352 Successfully built fc1853e32352 Successfully tagged aircloak/rust:1.46.0 [aircloak] building aircloak/ci_integration_tests Sending build context to Docker daemon 5.632kB Step 1/11 : FROM aircloak/phoenix:12.14.0 ---> b1a6f4063240 Step 2/11 : MAINTAINER Aircloak ---> Running in f86a66d740c0 Removing intermediate container f86a66d740c0 ---> 925479410c0d Step 3/11 : RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main" >> /etc/apt/sources.list.d/pgdg.list && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt-get update && apt-get install -y unixodbc odbc-postgresql inotify-tools calibre postgresql-9.6 ---> Running in 6dfad500f62c OK Hit http://security.debian.org jessie/updates InRelease Ign http://deb.debian.org jessie InRelease Hit http://archive.debian.org jessie-backports InRelease Ign http://apt.postgresql.org jessie-pgdg InRelease Hit http://dl.yarnpkg.com stable InRelease Hit http://deb.debian.org jessie Release.gpg Ign http://apt.postgresql.org jessie-pgdg Release.gpg Hit http://deb.debian.org jessie Release Ign http://apt.postgresql.org jessie-pgdg Release Err http://apt.postgresql.org jessie-pgdg/main amd64 Packages Err http://apt.postgresql.org jessie-pgdg/main amd64 Packages Err http://apt.postgresql.org jessie-pgdg/main amd64 Packages Err http://apt.postgresql.org jessie-pgdg/main amd64 Packages Err http://apt.postgresql.org jessie-pgdg/main amd64 Packages 404 Not Found Get:1 http://security.debian.org jessie/updates/main Sources [473 kB] Get:2 http://security.debian.org jessie/updates/main amd64 Packages [992 kB] Get:3 http://archive.debian.org jessie-backports/main Sources [1054 kB] Get:4 http://archive.debian.org jessie-backports/main amd64 Packages [1171 kB] Get:5 http://dl.yarnpkg.com stable/main amd64 Packages [10.2 kB] Get:6 http://deb.debian.org jessie/main Sources [9169 kB] Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB] Fetched 22.0 MB in 8s (2573 kB/s) [91mW: Failed to fetch http://apt.postgresql.org/pub/repos/apt/dists/jessie-pgdg/main/binary-amd64/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. [0mThe command '/bin/sh -c echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main" >> /etc/apt/sources.list.d/pgdg.list && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt-get update && apt-get install -y unixodbc odbc-postgresql inotify-tools calibre postgresql-9.6' returned a non-zero code: 100 aircloak_ci: error: error running `/home/ci/.aircloak_ci/data/cache/builds/pr-4896/src/integration_tests/ci/container.sh build_image` aircloak_ci: finished in 21:09 min aircloak_ci: result: `error`
Standard tests have passed 🎉
Pull request can be merged 💯
integration_tests_compile job errored 😞
You can see the full build log by running:
ci/production.sh build_log pr 4896 integration_tests_compile
You can restart the build by running:
ci/production.sh force_build pr 4896 integration_tests_compile
You can start the remote console by running:
ci/production.sh remote_console pr 4896 integration_tests
Log tail: