[INFO] fetching crate vmtest 0.15.0... [INFO] checking vmtest-0.15.0 against master#d49be02cf6d2e2a01264fcdef1e20c826710c0f5 for pr-133570-1 [INFO] extracting crate vmtest 0.15.0 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate vmtest 0.15.0 on toolchain d49be02cf6d2e2a01264fcdef1e20c826710c0f5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vmtest 0.15.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate vmtest 0.15.0 [INFO] tweaked toml for crates.io crate vmtest 0.15.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate crates.io crate vmtest 0.15.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rexpect v0.5.0 [INFO] [stderr] Downloaded test-log v0.2.13 [INFO] [stderr] Downloaded qapi-qga v0.12.0 [INFO] [stderr] Downloaded qapi v0.14.0 [INFO] [stderr] Downloaded qapi-qmp v0.14.0 [INFO] [stderr] Downloaded qapi-codegen v0.11.1 [INFO] [stderr] Downloaded comma v1.0.0 [INFO] [stderr] Downloaded qapi-spec v0.3.1 [INFO] [stderr] Downloaded qapi-parser v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0dd90b45c359ad22478cca4f9c171788e5b53e2def7a189a0a99adc8f5d3be1c [INFO] running `Command { std: "docker" "start" "-a" "0dd90b45c359ad22478cca4f9c171788e5b53e2def7a189a0a99adc8f5d3be1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0dd90b45c359ad22478cca4f9c171788e5b53e2def7a189a0a99adc8f5d3be1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dd90b45c359ad22478cca4f9c171788e5b53e2def7a189a0a99adc8f5d3be1c", kill_on_drop: false }` [INFO] [stdout] 0dd90b45c359ad22478cca4f9c171788e5b53e2def7a189a0a99adc8f5d3be1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ee1f8a09b5a8fe63945b39b76ffe830f03e6fe1a5bb5356fed4c51ed9de7303 [INFO] running `Command { std: "docker" "start" "-a" "4ee1f8a09b5a8fe63945b39b76ffe830f03e6fe1a5bb5356fed4c51ed9de7303", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.190 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling rustix v0.38.21 [INFO] [stderr] Checking linux-raw-sys v0.4.10 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Checking anstyle-parse v0.2.2 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Checking futures-sink v0.3.29 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking anstream v0.6.4 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking futures-io v0.3.29 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking clap_builder v4.4.7 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling rstest_macros v0.18.2 [INFO] [stderr] Checking tempfile v3.8.1 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking termcolor v1.3.0 [INFO] [stderr] Compiling thiserror v1.0.55 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking console v0.15.7 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling relative-path v1.9.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Checking comma v1.0.0 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking env_logger v0.10.0 [INFO] [stderr] Compiling serde_derive v1.0.190 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling thiserror-impl v1.0.55 [INFO] [stderr] Compiling test-log v0.2.13 [INFO] [stderr] Checking rexpect v0.5.0 [INFO] [stderr] Checking clap v4.4.7 [INFO] [stderr] Checking futures-executor v0.3.29 [INFO] [stderr] Checking futures v0.3.29 [INFO] [stderr] Checking rstest v0.18.2 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] Checking qapi-spec v0.3.1 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Compiling qapi-parser v0.10.0 [INFO] [stderr] Compiling qapi-codegen v0.11.1 [INFO] [stderr] Compiling qapi-qga v0.12.0 [INFO] [stderr] Compiling qapi-qmp v0.14.0 [INFO] [stderr] Checking qapi v0.14.0 [INFO] [stderr] Checking vmtest v0.15.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s [INFO] running `Command { std: "docker" "inspect" "4ee1f8a09b5a8fe63945b39b76ffe830f03e6fe1a5bb5356fed4c51ed9de7303", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ee1f8a09b5a8fe63945b39b76ffe830f03e6fe1a5bb5356fed4c51ed9de7303", kill_on_drop: false }` [INFO] [stdout] 4ee1f8a09b5a8fe63945b39b76ffe830f03e6fe1a5bb5356fed4c51ed9de7303