[INFO] cloning repository https://github.com/Mic92/vmsh [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mic92/vmsh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMic92%2Fvmsh", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMic92%2Fvmsh'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f0ae68aab26da2a0b0a20c360525ba32002ae312 [INFO] testing Mic92/vmsh against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMic92%2Fvmsh" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Mic92/vmsh on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Mic92/vmsh [INFO] finished tweaking git repo https://github.com/Mic92/vmsh [INFO] tweaked toml for git repo https://github.com/Mic92/vmsh written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/Mic92/vmsh already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: patch for `vm-memory` uses the features mechanism. default-features and features will not take effect because the patch dependency does not support this mechanism [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f77e368ffc531b983952ecae4ee14838e92d99376ef0ace9e4441796fd6b5dc9 [INFO] running `Command { std: "docker" "start" "-a" "f77e368ffc531b983952ecae4ee14838e92d99376ef0ace9e4441796fd6b5dc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f77e368ffc531b983952ecae4ee14838e92d99376ef0ace9e4441796fd6b5dc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f77e368ffc531b983952ecae4ee14838e92d99376ef0ace9e4441796fd6b5dc9", kill_on_drop: false }` [INFO] [stdout] f77e368ffc531b983952ecae4ee14838e92d99376ef0ace9e4441796fd6b5dc9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] efdfe74006f478345358f81f0a50824328635ccf76a9e873a0916ef6b25a9b11 [INFO] running `Command { std: "docker" "start" "-a" "efdfe74006f478345358f81f0a50824328635ccf76a9e873a0916ef6b25a9b11", kill_on_drop: false }` [INFO] [stderr] warning: patch for `vm-memory` uses the features mechanism. default-features and features will not take effect because the patch dependency does not support this mechanism [INFO] [stderr] Compiling libc v0.2.113 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling bcc-sys v0.23.0 [INFO] [stderr] Compiling build-utils v0.0.1 (/opt/rustwide/workdir/src/build-utils) [INFO] [stderr] Compiling zero v0.1.2 [INFO] [stderr] Compiling chlorine v1.0.9 [INFO] [stderr] Compiling simple-error v0.2.3 [INFO] [stderr] Compiling vm-device v0.1.0 (https://github.com/rust-vmm/vm-device?rev=989c315712b80a538331fe05716323f2f64abf2e#989c3157) [INFO] [stderr] Compiling kvm-bindings v0.5.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling clap v3.0.11 [INFO] [stderr] Compiling stage1-interface v0.1.0 (/opt/rustwide/workdir/src/stage1-interface) [INFO] [stderr] Compiling xmas-elf v0.8.0 [INFO] [stderr] Compiling vmsh v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling elfloader v0.14.0 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling vmm-sys-util v0.9.0 [INFO] [stderr] Compiling container-pid v0.2.0 [INFO] [stderr] Compiling event-manager v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling bcc v0.0.32 [INFO] [stderr] Compiling vm-memory v0.5.0 (https://github.com/pogobanane/vm-memory.git?rev=3846add06a58f3df2bdd0b55b4ad064c20d21f53#3846add0) [INFO] [stderr] Compiling ioutils v0.0.1 (/opt/rustwide/workdir/src/ioutils) [INFO] [stderr] Compiling virtio-queue v0.1.0 (https://github.com/Mic92/vm-virtio.git?rev=d90ac73e369824ddc577f47c59e9303b1c7c8e7d#d90ac73e) [INFO] [stderr] Compiling virtio-device v0.1.0 (https://github.com/Mic92/vm-virtio.git?rev=d90ac73e369824ddc577f47c59e9303b1c7c8e7d#d90ac73e) [INFO] [stderr] Compiling virtio-blk v0.1.0 (https://github.com/Mic92/vm-virtio.git?rev=d90ac73e369824ddc577f47c59e9303b1c7c8e7d#d90ac73e) [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "efdfe74006f478345358f81f0a50824328635ccf76a9e873a0916ef6b25a9b11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efdfe74006f478345358f81f0a50824328635ccf76a9e873a0916ef6b25a9b11", kill_on_drop: false }` [INFO] [stdout] efdfe74006f478345358f81f0a50824328635ccf76a9e873a0916ef6b25a9b11