:pipeline:.buildkite/generate-pipeline.sh && buildkite-agent pipeline upload
Waited 1s
·
Ran in 47s
reuse lintnix shell .#reuse -c reuse lint
Waited 1s
·
Ran in 2m 24s
check trailing whitespace.buildkite/check-trailing-whitespace.sh
Waited 4s
·
Ran in 5s
crossref-verifynix shell -f https://github.com/serokell/crossref-verifier/archive/68a1f9d25b6e7835fea8299b18a3e6c61dbb2a5c.tar.gz -c crossref-verify
Waited 4s
·
Ran in 2m 12s
lint python codenix shell .#python39Packages.black -c black --check --diff --color .
Waited 1s
·
Ran in 27s
lint bash scriptsnix shell .#shellcheck -c shellcheck --shell=bash --exclude=SC1091 -x $(find . -name '*.sh')
Waited 1s
·
Ran in 17s
check auto-inserting bottle hashescd tests/bottle-hashes/ && ./test-hash-insert.sh
Waited 1s
·
Ran in 5s
build via nixnix build . -o binaries
Waited 1s
·
Ran in 5m 45s
check flakenix flake check -L
Waited 6s
·
Ran in 2m 28s
build-via-dockereval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && cd docker && ./docker-static-build.sh
Waited 7s
·
Ran in 24m 37s
build-arm-via-dockereval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && cd docker && ./docker-static-build.sh && for f in ./octez-*; do && mv "$f" "$f-arm64" && done
Canceled
Waited 5s
·
Ran in 30m 58s
test docker-built binariesbuildkite-agent artifact download "docker/*" . --step "build-via-docker" && chmod +x ./docker/* && nix-build . -A binaries-test --no-out-link --arg path-to-binaries ./docker
Waited 1s
·
Ran in 50s
test deb source packages via dockereval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && nix develop .#docker-tezos-packages -c ./docker/build/ubuntu/build.py --type source
Canceled
Waited 10s
·
Ran in 31m 1s
test rpm source packages via dockereval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && nix develop .#docker-tezos-packages -c ./docker/build/fedora/build.py --type source
Waited 19s
·
Ran in 19m 6s
build deb packages with static binarieseval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && buildkite-agent artifact download "docker/octez-*" . --step build-via-docker && nix develop .#docker-tezos-packages -c ./docker/build/ubuntu/build.py --type binary --binaries-dir docker --distributions focal
Waited 2s
·
Ran in 4m 56s
test bundled systemd servicesbuildkite-agent artifact download "out/*~focal_amd64.deb" . --step build-static-deb && cd tests/systemd && nix shell ../..#legacyPackages.x86_64-linux.vagrant ../..#legacyPackages.x86_64-linux.curl -c vagrant --packages-directory=../../out up --provider=libvirt
Canceled
Waited 1s
·
Ran in 1m 26s
Total Job Run Time: 2h 7m