Aircloak / aircloak

This repository contains the Aircloak Air frontend as well as the code for our Cloak query and anonymization platform
2 stars 0 forks source link

Use Evergreen images to go with new theme #4895

Closed sebastian closed 3 years ago

sebastian commented 3 years ago

A quick little pull-request to calm my nerves after having fought with the Aircloak build for a while!

aircloak-robot commented 3 years ago

integration_tests_compile job errored 👿

You can see the full build log by running: ci/production.sh build_log pr 4895 integration_tests_compile

You can restart the build by running: ci/production.sh force_build pr 4895 integration_tests_compile

You can start the remote console by running: ci/production.sh remote_console pr 4895 integration_tests

Log tail:

Step 1/7 : FROM debian:8.10
 ---> 4eb8376dc2a3
Step 2/7 : RUN mkdir -p /tmp/build_config && touch /tmp/build_config/proxies.sh
 ---> Using cache
 ---> 21d9334abb30
Step 3/7 : RUN echo 20210104 > /dev/null
 ---> Using cache
 ---> d3699f5b725d
Step 4/7 : RUN printf '\ndeb http://deb.debian.org/debian/ jessie main\ndeb-src http://deb.debian.org/debian/ jessie main\n\ndeb http://security.debian.org/ jessie/updates main\ndeb-src http://security.debian.org/ jessie/updates main\n\ndeb http://archive.debian.org/debian jessie-backports main\ndeb-src http://archive.debian.org/debian jessie-backports main\n' > /etc/apt/sources.list && echo "Acquire::Check-Valid-Until false;" | tee -a /etc/apt/apt.conf.d/10-nocheckvalid
 ---> Using cache
 ---> 78f1eba0446f
Step 5/7 : RUN apt-get update && apt-get upgrade -y && apt-get install -y locales wget curl git nano telnet && . /tmp/build_config/proxies.sh && locale-gen en_US.UTF-8 en_us && dpkg-reconfigure locales && locale-gen C.UTF-8 && /usr/sbin/update-locale LANG=C.UTF-8
 ---> Using cache
 ---> aa69cb694eac
Step 6/7 : ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
 ---> Using cache
 ---> 7aa826cbc943
Step 7/7 : RUN . /tmp/build_config/proxies.sh && curl -o /usr/local/bin/gosu -sSL "https://github.com/tianon/gosu/releases/download/1.4/gosu-$(dpkg --print-architecture)" && chmod +x /usr/local/bin/gosu
 ---> Using cache
 ---> 3eba0ca2dece
Successfully built 3eba0ca2dece
Successfully tagged aircloak/base:8.10
[aircloak] building aircloak/erlang
Sending build context to Docker daemon  3.072kB

Step 1/3 : FROM aircloak/base:8.10
 ---> 3eba0ca2dece
Step 2/3 : RUN apt-get install -y libz-dev autoconf libncurses-dev build-essential libssl-dev unixodbc-dev xsltproc fop
 ---> Using cache
 ---> cfc3966a76e8
Step 3/3 : RUN . /tmp/build_config/proxies.sh && git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.1.0 && echo '. ~/.asdf/asdf.sh' >> ~/.bashrc && echo 'erlang 23.1' >> ~/.tool-versions && bash -c ". ~/.asdf/asdf.sh && asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git" && bash -c ". ~/.asdf/asdf.sh && cd ~ && asdf install"
 ---> Using cache
 ---> cc8327455bee
Successfully built cc8327455bee
Successfully tagged aircloak/erlang:23.1
[aircloak] building aircloak/elixir
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"
 ---> Using cache
 ---> 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
 ---> Using cache
 ---> 6393c84cbe25
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 2b1aa7b019a7
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
Hit http://deb.debian.org jessie Release
Ign http://apt.postgresql.org jessie-pgdg Release.gpg
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]
W: 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.
Fetched 22.0 MB in 7s (2796 kB/s)
The 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-4895/src/integration_tests/ci/container.sh build_image`
aircloak_ci: result: `error`
aircloak_ci: finished in 21:47 min
sebastian commented 3 years ago

I'll need to merge master into this once we have that other pull-request fixed up... otherwise the tests will fail here too. I forgot about that...

aircloak-robot commented 3 years ago

integration_tests_compile job errored 💔

You can see the full build log by running: ci/production.sh build_log pr 4895 integration_tests_compile

You can restart the build by running: ci/production.sh force_build pr 4895 integration_tests_compile

You can start the remote console by running: ci/production.sh remote_console pr 4895 integration_tests

Log tail:

Step 1/7 : FROM debian:8.10
 ---> 4eb8376dc2a3
Step 2/7 : RUN mkdir -p /tmp/build_config && touch /tmp/build_config/proxies.sh
 ---> Using cache
 ---> 21d9334abb30
Step 3/7 : RUN echo 20210104 > /dev/null
 ---> Using cache
 ---> d3699f5b725d
Step 4/7 : RUN printf '\ndeb http://deb.debian.org/debian/ jessie main\ndeb-src http://deb.debian.org/debian/ jessie main\n\ndeb http://security.debian.org/ jessie/updates main\ndeb-src http://security.debian.org/ jessie/updates main\n\ndeb http://archive.debian.org/debian jessie-backports main\ndeb-src http://archive.debian.org/debian jessie-backports main\n' > /etc/apt/sources.list && echo "Acquire::Check-Valid-Until false;" | tee -a /etc/apt/apt.conf.d/10-nocheckvalid
 ---> Using cache
 ---> 78f1eba0446f
Step 5/7 : RUN apt-get update && apt-get upgrade -y && apt-get install -y locales wget curl git nano telnet && . /tmp/build_config/proxies.sh && locale-gen en_US.UTF-8 en_us && dpkg-reconfigure locales && locale-gen C.UTF-8 && /usr/sbin/update-locale LANG=C.UTF-8
 ---> Using cache
 ---> aa69cb694eac
Step 6/7 : ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
 ---> Using cache
 ---> 7aa826cbc943
Step 7/7 : RUN . /tmp/build_config/proxies.sh && curl -o /usr/local/bin/gosu -sSL "https://github.com/tianon/gosu/releases/download/1.4/gosu-$(dpkg --print-architecture)" && chmod +x /usr/local/bin/gosu
 ---> Using cache
 ---> 3eba0ca2dece
Successfully built 3eba0ca2dece
Successfully tagged aircloak/base:8.10
[aircloak] building aircloak/erlang
Sending build context to Docker daemon  3.072kB

Step 1/3 : FROM aircloak/base:8.10
 ---> 3eba0ca2dece
Step 2/3 : RUN apt-get install -y libz-dev autoconf libncurses-dev build-essential libssl-dev unixodbc-dev xsltproc fop
 ---> Using cache
 ---> cfc3966a76e8
Step 3/3 : RUN . /tmp/build_config/proxies.sh && git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.1.0 && echo '. ~/.asdf/asdf.sh' >> ~/.bashrc && echo 'erlang 23.1' >> ~/.tool-versions && bash -c ". ~/.asdf/asdf.sh && asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git" && bash -c ". ~/.asdf/asdf.sh && cd ~ && asdf install"
 ---> Using cache
 ---> cc8327455bee
Successfully built cc8327455bee
Successfully tagged aircloak/erlang:23.1
[aircloak] building aircloak/elixir
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"
 ---> Using cache
 ---> 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
 ---> Using cache
 ---> 6393c84cbe25
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 72c1e47eee2a
OK
Ign http://apt.postgresql.org jessie-pgdg InRelease
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 Release.gpg
Hit http://dl.yarnpkg.com stable InRelease
Hit http://deb.debian.org jessie Release.gpg
Ign http://apt.postgresql.org jessie-pgdg Release
Hit http://deb.debian.org jessie 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 7s (2848 kB/s)
W: 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.
The 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-4895/src/integration_tests/ci/container.sh build_image`
aircloak_ci: result: `error`
aircloak_ci: finished in 0:41 min
aircloak-robot commented 3 years ago

Standard tests have passed 😊

aircloak-robot commented 3 years ago

Pull request can be merged 👍