:pipeline:.buildkite/generate-pipeline.sh && buildkite-agent pipeline upload
Waited 11m 7s
·
Ran in 14s
reuse lintnix shell .#reuse -c reuse lint
Waited 1m 26s
·
Ran in 10s
check trailing whitespace.buildkite/check-trailing-whitespace.sh
Waited 1m 33s
·
Ran in 6s
crossref-verifynix shell -f https://github.com/serokell/crossref-verifier/archive/68a1f9d25b6e7835fea8299b18a3e6c61dbb2a5c.tar.gz -c crossref-verify
Waited 1m 37s
·
Ran in 33s
lint python codenix shell .#python311Packages.black -c black --check --diff --color .
Waited 1m 40s
·
Ran in 12s
lint bash scriptsnix shell .#shellcheck -c shellcheck --shell=bash --exclude=SC1091 -x $(find . -name '*.sh')
Waited 1m 52s
·
Ran in 10s
check auto-inserting bottle hashescd tests/bottle-hashes/ && ./test-hash-insert.sh
Waited 2m 3s
·
Ran in 7s
build-via-dockereval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && cd docker && ./docker-static-build.sh
Waited 2m 10s
·
Ran in 3m 33s
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
Waited 42m 41s
·
Ran in 16m 49s
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 51s
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
Waited 2m 10s
·
Ran in 52m 40s
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 2m 36s
·
Ran in 11m 54s
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 1s
·
Ran in 7m 47s
test bundled systemd servicesbuildkite-agent artifact download "out/*~focal_amd64.deb" . --step build-static-deb && cd tests/systemd && NIXPKGS_ALLOW_UNFREE=1 nix shell --impure ../..#legacyPackages.x86_64-linux.vagrant ../..#legacyPackages.x86_64-linux.curl -c vagrant --packages-directory=../../out up --provider=libvirt
Waited 1s
·
Ran in 7m 37s
Total Job Run Time: 1h 42m