[INFO] cloning repository https://github.com/raimon49/rust-io-study [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/raimon49/rust-io-study" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraimon49%2Frust-io-study", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraimon49%2Frust-io-study'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8fb1960b30128429980dfef6338afa17cb43139f [INFO] checking raimon49/rust-io-study against master#e08b80c0fb7667bdcd040761891701e576c42ec8 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraimon49%2Frust-io-study" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/raimon49/rust-io-study on toolchain e08b80c0fb7667bdcd040761891701e576c42ec8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/raimon49/rust-io-study [INFO] finished tweaking git repo https://github.com/raimon49/rust-io-study [INFO] tweaked toml for git repo https://github.com/raimon49/rust-io-study written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/raimon49/rust-io-study 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" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49a788ae1f14442d4496678c5e1a775320cbbca8bcc335dbcf2c66d7bf37ff56 [INFO] running `Command { std: "docker" "start" "-a" "49a788ae1f14442d4496678c5e1a775320cbbca8bcc335dbcf2c66d7bf37ff56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49a788ae1f14442d4496678c5e1a775320cbbca8bcc335dbcf2c66d7bf37ff56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49a788ae1f14442d4496678c5e1a775320cbbca8bcc335dbcf2c66d7bf37ff56", kill_on_drop: false }` [INFO] [stdout] 49a788ae1f14442d4496678c5e1a775320cbbca8bcc335dbcf2c66d7bf37ff56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69664d43615ef4ccca7b39b65a277b257d57778b9d2988f3f56fe9d5bb1cf2b3 [INFO] running `Command { std: "docker" "start" "-a" "69664d43615ef4ccca7b39b65a277b257d57778b9d2988f3f56fe9d5bb1cf2b3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/ryu-75255f9b53839858.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/ryu-75255f9b53839858/dep-lib-ryu` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `syn` (build script) [INFO] [stderr] error: could not compile `serde_json` (build script) [INFO] [stderr] error: could not compile `serde` (build script) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `proc-macro2` (build script) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcp38VrK/symbols.o" "/opt/rustwide/target/debug/build/serde_derive-7b51f18e2ce90ae1/build_script_build-7b51f18e2ce90ae1.build_script_build.f5c88bfeefb59f38-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/serde_derive-7b51f18e2ce90ae1/build_script_build-7b51f18e2ce90ae1.6b9q096b6yivcqbuhdgqngtx9.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-f4c4082e8243d12c.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d33d5ed5d84e9f79.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0533dbf5608d05d6.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-617439cf4e8d6960.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-45eb1dceb25d351c.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-9d4c265e5680f04d.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-48b16d0598668a72.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-775a7fcb24bb0cb1.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-ab0a5aaac835d9f8.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0ded88b5e9262a10.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-da707a51a99f7459.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-646c28049e354bbe.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a4233b7197f49390.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-0220f09a7a9e9b7f.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-03ff6ab748d87ac0.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a09f715bd3cba591.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-395a38b8e0851c9b.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d453bab70303062c.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-4ff76c00e1ddbd50.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/serde_derive-7b51f18e2ce90ae1/build_script_build-7b51f18e2ce90ae1" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccn65AQB.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/serde_derive-7b51f18e2ce90ae1/build_script_build-7b51f18e2ce90ae1 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. /tmp/rustcp38VrK/symbols.o /opt/rustwide/target/debug/build/serde_derive-7b51f18e2ce90ae1/build_script_build-7b51f18e2ce90ae1.build_script_build.f5c88bfeefb59f38-cgu.0.rcgu.o /opt/rustwide/target/debug/build/serde_derive-7b51f18e2ce90ae1/build_script_build-7b51f18e2ce90ae1.6b9q096b6yivcqbuhdgqngtx9.rcgu.o --as-needed -Bstatic /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-f4c4082e8243d12c.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d33d5ed5d84e9f79.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0533dbf5608d05d6.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-617439cf4e8d6960.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-45eb1dceb25d351c.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-9d4c265e5680f04d.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-48b16d0598668a72.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-775a7fcb24bb0cb1.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-ab0a5aaac835d9f8.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0ded88b5e9262a10.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-da707a51a99f7459.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-646c28049e354bbe.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a4233b7197f49390.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-0220f09a7a9e9b7f.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-03ff6ab748d87ac0.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a09f715bd3cba591.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-395a38b8e0851c9b.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d453bab70303062c.rlib /opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-4ff76c00e1ddbd50.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (build script) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "69664d43615ef4ccca7b39b65a277b257d57778b9d2988f3f56fe9d5bb1cf2b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69664d43615ef4ccca7b39b65a277b257d57778b9d2988f3f56fe9d5bb1cf2b3", kill_on_drop: false }` [INFO] [stdout] 69664d43615ef4ccca7b39b65a277b257d57778b9d2988f3f56fe9d5bb1cf2b3 [INFO] checking raimon49/rust-io-study against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraimon49%2Frust-io-study" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/raimon49/rust-io-study on toolchain f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/raimon49/rust-io-study [INFO] finished tweaking git repo https://github.com/raimon49/rust-io-study [INFO] tweaked toml for git repo https://github.com/raimon49/rust-io-study written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/raimon49/rust-io-study 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" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eccc3c638d54a03ac8a95b544c00ab6dd24082741198a561dca6669981f787bd [INFO] running `Command { std: "docker" "start" "-a" "eccc3c638d54a03ac8a95b544c00ab6dd24082741198a561dca6669981f787bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eccc3c638d54a03ac8a95b544c00ab6dd24082741198a561dca6669981f787bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eccc3c638d54a03ac8a95b544c00ab6dd24082741198a561dca6669981f787bd", kill_on_drop: false }` [INFO] [stdout] eccc3c638d54a03ac8a95b544c00ab6dd24082741198a561dca6669981f787bd [INFO] checking raimon49/rust-io-study against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraimon49%2Frust-io-study" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/raimon49/rust-io-study on toolchain f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/raimon49/rust-io-study [INFO] finished tweaking git repo https://github.com/raimon49/rust-io-study [INFO] tweaked toml for git repo https://github.com/raimon49/rust-io-study written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/raimon49/rust-io-study 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" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ca27af8a83b9d08ebb24dfa3826f3533d283873a89de3c4fe36116aa4015391 [INFO] running `Command { std: "docker" "start" "-a" "5ca27af8a83b9d08ebb24dfa3826f3533d283873a89de3c4fe36116aa4015391", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ca27af8a83b9d08ebb24dfa3826f3533d283873a89de3c4fe36116aa4015391", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ca27af8a83b9d08ebb24dfa3826f3533d283873a89de3c4fe36116aa4015391", kill_on_drop: false }` [INFO] [stdout] 5ca27af8a83b9d08ebb24dfa3826f3533d283873a89de3c4fe36116aa4015391 [INFO] checking raimon49/rust-io-study against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraimon49%2Frust-io-study" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/raimon49/rust-io-study on toolchain f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/raimon49/rust-io-study [INFO] finished tweaking git repo https://github.com/raimon49/rust-io-study [INFO] tweaked toml for git repo https://github.com/raimon49/rust-io-study written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/raimon49/rust-io-study 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" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f2448935dbf21bb8377d8a7d767460c46a2d1dc1b594094c8ae0e654acec16f [INFO] running `Command { std: "docker" "start" "-a" "4f2448935dbf21bb8377d8a7d767460c46a2d1dc1b594094c8ae0e654acec16f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f2448935dbf21bb8377d8a7d767460c46a2d1dc1b594094c8ae0e654acec16f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f2448935dbf21bb8377d8a7d767460c46a2d1dc1b594094c8ae0e654acec16f", kill_on_drop: false }` [INFO] [stdout] 4f2448935dbf21bb8377d8a7d767460c46a2d1dc1b594094c8ae0e654acec16f [INFO] checking raimon49/rust-io-study against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraimon49%2Frust-io-study" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/raimon49/rust-io-study on toolchain f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/raimon49/rust-io-study [INFO] finished tweaking git repo https://github.com/raimon49/rust-io-study [INFO] tweaked toml for git repo https://github.com/raimon49/rust-io-study written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/raimon49/rust-io-study 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" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 63d6fd6d4ccc4803d45ce79c605f499746faa7cc4867f7773e4074d563da0e77 [INFO] running `Command { std: "docker" "start" "-a" "63d6fd6d4ccc4803d45ce79c605f499746faa7cc4867f7773e4074d563da0e77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63d6fd6d4ccc4803d45ce79c605f499746faa7cc4867f7773e4074d563da0e77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63d6fd6d4ccc4803d45ce79c605f499746faa7cc4867f7773e4074d563da0e77", kill_on_drop: false }` [INFO] [stdout] 63d6fd6d4ccc4803d45ce79c605f499746faa7cc4867f7773e4074d563da0e77 [INFO] checking raimon49/rust-io-study against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraimon49%2Frust-io-study" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/raimon49/rust-io-study on toolchain f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/raimon49/rust-io-study [INFO] finished tweaking git repo https://github.com/raimon49/rust-io-study [INFO] tweaked toml for git repo https://github.com/raimon49/rust-io-study written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/raimon49/rust-io-study 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" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20402fac863ccdad15cf9f2c2e262df9ea805456356efcff860e2ef1605bfd93 [INFO] running `Command { std: "docker" "start" "-a" "20402fac863ccdad15cf9f2c2e262df9ea805456356efcff860e2ef1605bfd93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20402fac863ccdad15cf9f2c2e262df9ea805456356efcff860e2ef1605bfd93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20402fac863ccdad15cf9f2c2e262df9ea805456356efcff860e2ef1605bfd93", kill_on_drop: false }` [INFO] [stdout] 20402fac863ccdad15cf9f2c2e262df9ea805456356efcff860e2ef1605bfd93 [ERROR] this task or one of its parent failed! [ERROR] command failed: exit status: 1 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.