:pipeline:[[ -f ".buildkite/pipeline.yml" ]] && buildkite-agent pipeline upload --replace || true
Waited 1s
ยท
Ran in 7s
:amazon-ec2: prepare environmentuname -a && go version && mkdir -p /tmp/buildkite_build_4167_testdata
Waited 2s
ยท
Ran in 7s
:golang: go mod downloadgo mod download
Waited 1s
ยท
Ran in 9s
:linux: setup tapssudo ip tuntap add fc-test-tap4167 mode tap user $(sudo id -u buildkite-agent) && sudo ip tuntap add fc-root-tap4167 mode tap user $(sudo id -u buildkite-agent) && sudo ip tuntap add fc-mst-tap4167 mode tap user $(sudo id -u buildkite-agent)
Waited 2s
ยท
Ran in 1s
Build will continue even if previous stage fails
๐Ÿ“ฆ installcp -r testdata/* /tmp/buildkite_build_4167_testdata && ln -s /var/lib/fc-ci/vmlinux.bin /tmp/buildkite_build_4167_testdata/vmlinux && ln -s /var/lib/fc-ci/rootfs.ext4 /tmp/buildkite_build_4167_testdata/root-drive.img && make deps
Waited 2s
ยท
Ran in 25s
Build will continue even if previous stage fails
lintmake lint
Waited 2s
ยท
Ran in 1s
buildmake
Waited 1s
ยท
Ran in 12s
๐Ÿ“– examplescp /tmp/buildkite_build_4167_testdata/root-drive-ssh-key /tmp/buildkite_build_4167_testdata/root-drive-with-ssh.img /tmp/buildkite_build_4167_testdata/vmlinux examples/cmd/snapshotting && cd examples/cmd/snapshotting && make all && export FC_TEST_DATA_PATH=/tmp/buildkite_build_4167_testdata && sudo -E make run clean
Waited 3s
ยท
Ran in 17s
๐Ÿ”จ testsFC_TEST_TAP=fc-test-tap4167 make test EXTRAGOARGS='-v -count=1 -race' DISABLE_ROOT_TESTS=true
Waited 2s
ยท
Ran in 35s
๐Ÿ”จ root testsexport FC_TEST_TAP=fc-root-tap4167 && export FC_TEST_DATA_PATH=/tmp/buildkite_build_4167_testdata && make test EXTRAGOARGS="-exec 'sudo -E' -v -count=1 -race" DISABLE_ROOT_TESTS=
Waited 2s
ยท
Ran in 1m 2s
go mod tidygo mod tidy && test -z "$(git status --porcelain)" && exit 0 || git --no-pager diff && echo -e '\ngo.mod and/or go.sum differ from committed, please run "go mod tidy" and commit the updated files.\n' && exit 1
Waited 2s
ยท
Ran in 2s
Build will continue even if previous stage fails
:linux: build Firecracker from the tip of main branchmake test-images
Waited 2s
ยท
Ran in 2m 30s
Build will continue even if previous stage fails
๐Ÿ”จ test against Firecracker aboveexport FC_TEST_TAP=fc-mst-tap4167 && make test EXTRAGOARGS="-exec 'sudo -E' -v -count=1 -race" DISABLE_ROOT_TESTS=
Waited 2s
ยท
Ran in 40s
Build will continue even if previous stage fails
:linux: cleanupsudo ip tuntap del fc-test-tap4167 mode tap && sudo ip tuntap del fc-root-tap4167 mode tap && sudo ip tuntap del fc-mst-tap4167 mode tap && sudo rm -fr /tmp/buildkite_build_4167_testdata
Waited 1s
ยท
Ran in 1s
Total Job Run Time: 6m 9s