[INFO] fetching crate rbx_xml 0.12.3... [INFO] building rbx_xml-0.12.3 against master#222c5724ecc922fe67815f428c19f82c129d9386 for pr-97334 [INFO] extracting crate rbx_xml 0.12.3 into /workspace/builds/worker-25/source [INFO] validating manifest of crates.io crate rbx_xml 0.12.3 on toolchain 222c5724ecc922fe67815f428c19f82c129d9386 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rbx_xml 0.12.3 [INFO] finished tweaking crates.io crate rbx_xml 0.12.3 [INFO] tweaked toml for crates.io crate rbx_xml 0.12.3 written to /workspace/builds/worker-25/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rbx_dom_weak v2.4.0 [INFO] [stderr] Downloaded rmp-serde v0.14.4 [INFO] [stderr] Downloaded insta v1.14.1 [INFO] [stderr] Downloaded rbx_types v1.4.0 [INFO] [stderr] Downloaded rbx_reflection_database v0.2.4+roblox-504 [INFO] [stderr] Downloaded rbx_reflection v4.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c80a2dbb5a99ad2115d6a9a2a24e2ffe08b237137ee6f2e250397e1958f46318 [INFO] running `Command { std: "docker" "start" "-a" "c80a2dbb5a99ad2115d6a9a2a24e2ffe08b237137ee6f2e250397e1958f46318", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c80a2dbb5a99ad2115d6a9a2a24e2ffe08b237137ee6f2e250397e1958f46318", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c80a2dbb5a99ad2115d6a9a2a24e2ffe08b237137ee6f2e250397e1958f46318", kill_on_drop: false }` [INFO] [stdout] c80a2dbb5a99ad2115d6a9a2a24e2ffe08b237137ee6f2e250397e1958f46318 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92cda93f6fa5420509a350f0309b1d6be59f9afa9f6ccfb608033e28550017e0 [INFO] running `Command { std: "docker" "start" "-a" "92cda93f6fa5420509a350f0309b1d6be59f9afa9f6ccfb608033e28550017e0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling blake3 v1.3.1 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rmp v0.8.11 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling rbx_types v1.4.0 [INFO] [stderr] Compiling rmp-serde v0.14.4 [INFO] [stderr] Compiling rbx_reflection v4.2.0 [INFO] [stderr] Compiling rbx_dom_weak v2.4.0 [INFO] [stderr] Compiling rbx_reflection_database v0.2.4+roblox-504 [INFO] [stderr] Compiling rbx_xml v0.12.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.87s [INFO] running `Command { std: "docker" "inspect" "92cda93f6fa5420509a350f0309b1d6be59f9afa9f6ccfb608033e28550017e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92cda93f6fa5420509a350f0309b1d6be59f9afa9f6ccfb608033e28550017e0", kill_on_drop: false }` [INFO] [stdout] 92cda93f6fa5420509a350f0309b1d6be59f9afa9f6ccfb608033e28550017e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0209ed5f533967e93748dc8b2409d957de2b56bcfde004fd8d93956f450eeae1 [INFO] running `Command { std: "docker" "start" "-a" "0209ed5f533967e93748dc8b2409d957de2b56bcfde004fd8d93956f450eeae1", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling similar v2.1.0 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling serde_yaml v0.8.24 [INFO] [stderr] Compiling insta v1.14.1 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rbx_xml v0.12.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.95s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rbx_xml-28acd8e9287885ac) [INFO] [stderr] Executable tests/temp.rs (/opt/rustwide/target/debug/deps/temp-60e98ff18a02d1c3) [INFO] [stderr] Executable tests/test-files.rs (/opt/rustwide/target/debug/deps/test_files-6ca67fab3b6ba93e) [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "0209ed5f533967e93748dc8b2409d957de2b56bcfde004fd8d93956f450eeae1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0209ed5f533967e93748dc8b2409d957de2b56bcfde004fd8d93956f450eeae1", kill_on_drop: false }` [INFO] [stdout] 0209ed5f533967e93748dc8b2409d957de2b56bcfde004fd8d93956f450eeae1