[INFO] cloning repository https://github.com/Apokleos/virtiofsd-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Apokleos/virtiofsd-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FApokleos%2Fvirtiofsd-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FApokleos%2Fvirtiofsd-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 70f640df9d377c8d3c4748d66b1c176ea6ef1f2d [INFO] testing Apokleos/virtiofsd-rs against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FApokleos%2Fvirtiofsd-rs" "/workspace/builds/worker-114/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-114/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Apokleos/virtiofsd-rs on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Apokleos/virtiofsd-rs [INFO] finished tweaking git repo https://github.com/Apokleos/virtiofsd-rs [INFO] tweaked toml for git repo https://github.com/Apokleos/virtiofsd-rs written to /workspace/builds/worker-114/source/Cargo.toml [INFO] crate git repo https://github.com/Apokleos/virtiofsd-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded epoll v4.3.1 [INFO] [stderr] Downloaded vmm-sys-util v0.7.0 [INFO] [stderr] Downloaded vm-memory v0.4.0 [INFO] [stderr] Downloaded virtio-bindings v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e40dccce82441e3707f852be302b356c3aafa1972aadf1e51c5fa9fb8606a57a [INFO] running `Command { std: "docker" "start" "-a" "e40dccce82441e3707f852be302b356c3aafa1972aadf1e51c5fa9fb8606a57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e40dccce82441e3707f852be302b356c3aafa1972aadf1e51c5fa9fb8606a57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e40dccce82441e3707f852be302b356c3aafa1972aadf1e51c5fa9fb8606a57a", kill_on_drop: false }` [INFO] [stdout] e40dccce82441e3707f852be302b356c3aafa1972aadf1e51c5fa9fb8606a57a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5d9b8aadf1f0a03c51a8b42b9ba311456883eabacf3be8a939f630b196c2c3f [INFO] running `Command { std: "docker" "start" "-a" "d5d9b8aadf1f0a03c51a8b42b9ba311456883eabacf3be8a939f630b196c2c3f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling futures-core v0.3.12 [INFO] [stderr] Compiling futures-sink v0.3.12 [INFO] [stderr] Compiling arc-swap v1.2.0 [INFO] [stderr] Compiling futures-io v0.3.12 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling virtio-bindings v0.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling vmm-sys-util v0.7.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling vm-memory v0.4.0 [INFO] [stderr] Compiling epoll v4.3.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling seccomp v0.1.0 (https://github.com/firecracker-microvm/firecracker?tag=v0.22.0#cc538763) [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling vhost v0.1.0 (https://github.com/rust-vmm/vhost#6ccc681e) [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling vm-virtio v0.1.0 (https://github.com/rust-vmm/vm-virtio#7b5fd44d) [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling vhost-user-backend v0.1.0 (https://github.com/rust-vmm/vhost-user-backend?rev=3c97ba5#3c97ba57) [INFO] [stderr] Compiling futures-macro v0.3.12 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] Compiling futures-executor v0.3.12 [INFO] [stderr] Compiling futures v0.3.12 [INFO] [stderr] Compiling virtiofsd-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 06s [INFO] running `Command { std: "docker" "inspect" "d5d9b8aadf1f0a03c51a8b42b9ba311456883eabacf3be8a939f630b196c2c3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5d9b8aadf1f0a03c51a8b42b9ba311456883eabacf3be8a939f630b196c2c3f", kill_on_drop: false }` [INFO] [stdout] d5d9b8aadf1f0a03c51a8b42b9ba311456883eabacf3be8a939f630b196c2c3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d0bdc557572d0593468f98d3d23df01e40424e13475d15db512efc9dcdf4c83 [INFO] running `Command { std: "docker" "start" "-a" "3d0bdc557572d0593468f98d3d23df01e40424e13475d15db512efc9dcdf4c83", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling virtiofsd-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.24s [INFO] running `Command { std: "docker" "inspect" "3d0bdc557572d0593468f98d3d23df01e40424e13475d15db512efc9dcdf4c83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d0bdc557572d0593468f98d3d23df01e40424e13475d15db512efc9dcdf4c83", kill_on_drop: false }` [INFO] [stdout] 3d0bdc557572d0593468f98d3d23df01e40424e13475d15db512efc9dcdf4c83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3251ef1811a432f152bd4f881ef1db4b4f2634663ccd5f16cedd5225f1ce9e88 [INFO] running `Command { std: "docker" "start" "-a" "3251ef1811a432f152bd4f881ef1db4b4f2634663ccd5f16cedd5225f1ce9e88", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/virtiofsd_rs-955cdba216138ce3) [INFO] [stdout] running 23 tests [INFO] [stdout] test descriptor_utils::tests::read_full ... ignored [INFO] [stdout] test descriptor_utils::tests::reader_test_incompatible_chain ... ignored [INFO] [stdout] test descriptor_utils::tests::reader_test_simple_chain ... ignored [INFO] [stdout] test descriptor_utils::tests::reader_unexpected_eof ... ignored [INFO] [stdout] test descriptor_utils::tests::reader_writer_shared_chain ... ignored [INFO] [stdout] test descriptor_utils::tests::reader_writer_shattered_object ... ignored [INFO] [stdout] test descriptor_utils::tests::split_beginning ... ignored [INFO] [stdout] test descriptor_utils::tests::split_border ... ignored [INFO] [stdout] test descriptor_utils::tests::split_end ... ignored [INFO] [stdout] test descriptor_utils::tests::split_middle ... ignored [INFO] [stdout] test descriptor_utils::tests::split_outofbounds ... ignored [INFO] [stdout] test descriptor_utils::tests::write_full ... ignored [INFO] [stdout] test descriptor_utils::tests::writer_test_incompatible_chain ... ignored [INFO] [stdout] test descriptor_utils::tests::writer_test_simple_chain ... ignored [INFO] [stdout] test multikey::test::get ... ok [INFO] [stdout] test multikey::test::update_both_keys_alt ... ok [INFO] [stdout] test multikey::test::update_alt_key ... ok [INFO] [stdout] test multikey::test::update_both_keys_main ... ok [INFO] [stdout] test multikey::test::remove ... ok [INFO] [stdout] test multikey::test::update_main_key ... ok [INFO] [stdout] test multikey::test::update_value ... ok [INFO] [stdout] test read_dir::test::padded_cstrings ... ok [INFO] [stdout] test read_dir::test::no_nul_byte - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 14 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/virtiofsd_rs-555c6246ef2037c7) [INFO] [stdout] [INFO] [stderr] Doc-tests virtiofsd-rs [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3251ef1811a432f152bd4f881ef1db4b4f2634663ccd5f16cedd5225f1ce9e88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3251ef1811a432f152bd4f881ef1db4b4f2634663ccd5f16cedd5225f1ce9e88", kill_on_drop: false }` [INFO] [stdout] 3251ef1811a432f152bd4f881ef1db4b4f2634663ccd5f16cedd5225f1ce9e88