:pipeline:.buildkite/generate-pipeline.sh && buildkite-agent pipeline upload
Waited 1s
·
Ran in 24s
reuse lintnix shell .#reuse -c reuse lint
Waited 1s
·
Ran in 18s
check trailing whitespace.buildkite/check-trailing-whitespace.sh
Waited 1s
·
Ran in 5s
crossref-verifynix shell -f https://github.com/serokell/crossref-verifier/archive/68a1f9d25b6e7835fea8299b18a3e6c61dbb2a5c.tar.gz -c crossref-verify
Waited 2s
·
Ran in 2m 5s
lint python codenix shell .#python311Packages.black -c black --check --diff --color .
Waited 1s
·
Ran in 19s
lint bash scriptsnix shell .#shellcheck -c shellcheck --shell=bash --exclude=SC1091 -x $(find . -name '*.sh')
Waited 2s
·
Ran in 16s
check auto-inserting bottle hashescd tests/bottle-hashes/ && ./test-hash-insert.sh
Waited 1s
·
Ran in 5s
build-via-dockereval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && cd docker && ./docker-static-build.sh
Waited 1s
·
Ran in 26m 9s
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 6s
·
Ran in 45m 55s
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 2m 48s
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 4s
·
Ran in 42m 19s
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 7s
·
Ran in 18m 11s
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 28s
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 5m 18s
Total Job Run Time: 2h 28m