Created
August 4, 2021 12:32
-
-
Save tormath1/9c30ef878795d9974d3aa8d39fd8aea1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ./bin/kola run \ | |
--board arm64-usr \ | |
-d -v -b cl -p qemu \ | |
--qemu-image /home/mathieu/kinvolk/arm64/flatcar_production_image.bin \ | |
--qemu-bios=./flatcar_production_qemu_uefi_efi_code.fd \ | |
cl.internet | |
=== RUN cl.internet/UpdateEngine | |
=== RUN cl.internet/DockerPing | |
=== RUN cl.internet/DockerEcho | |
=== RUN cl.internet/NTPDate | |
--- FAIL: cl.internet (532.48s) | |
--- PASS: cl.internet/UpdateEngine (5.32s) | |
cluster.go:75: kolet: | |
2021-08-04T12:30:57Z kolet: exit status 1 | |
--- FAIL: cl.internet/DockerPing (3.28s) | |
cluster.go:78: kolet: Process exited with status 1 | |
cluster.go:75: kolet: | |
2021-08-04T12:31:02Z kolet: DockerEcho: exit status 1 | |
--- FAIL: cl.internet/DockerEcho (5.30s) | |
cluster.go:78: kolet: Process exited with status 1 | |
--- PASS: cl.internet/NTPDate (13.42s) | |
FAIL, output in _kola_temp/qemu-2021-08-04-1422-5404 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment