No description provided.
ci: use persistent worker for fuzz_msan #132
pull maflcko wants to merge 1 commits into bitcoin-core:main from maflcko:main changing 1 files +5 −9-
maflcko commented at 4:14 PM on June 2, 2023: contributor
- maflcko force-pushed on Jun 2, 2023
-
ci: use persistent worker for fuzz_msan f4f6b38105
- maflcko force-pushed on Jun 2, 2023
-
dergoegge commented at 9:14 AM on June 5, 2023: member
wanna restart the msan job? looks like a spurious failure
-
maflcko commented at 9:26 AM on June 5, 2023: contributor
Not sure how that could happen. Maybe a podman bug, because the container should have been killed (and thus removed)?
++ echo 'Restart docker before run to stop and clear all containers started with --rm' Restart docker before run to stop and clear all containers started with --rm ++ podman container kill --all ++ echo 'Prune all dangling images' Prune all dangling images ++ docker image prune --force Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. +++ docker run --rm --interactive --detach --tty --mount type=bind,src=/tmp/cirrus-build/bitcoin-core,dst=/ro_base,readonly --mount type=volume,src=ci_native_fuzz_msan_ccache,dst=/tmp/ccache_dir --mount type=volume,src=ci_native_fuzz_msan_depends,dst=/tmp/cirrus-build/bitcoin-core/depends --mount type=volume,src=ci_native_fuzz_msan_previous_releases,dst=/tmp/cirrus-build/bitcoin-core/releases/x86_64-pc-linux-gnu -w /tmp/cirrus-build/bitcoin-core --env-file /tmp/env --name ci_native_fuzz_msan ci_native_fuzz_msan Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. time="2023-06-02T21:04:01Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly" Error: error creating container storage: the container name "ci_native_fuzz_msan" is already in use by "fb7292217b6fc8c64dc5076beb55bab0a48a7b3649a99d6179256d293ea711fa". You have to remove that container to be able to reuse that name.: that name is already in use -
maflcko commented at 7:02 AM on June 6, 2023: contributor
Anything left to do here?
- fanquake merged this on Jun 6, 2023
- fanquake closed this on Jun 6, 2023