[INFO] cloning repository https://github.com/shfty-rust/playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shfty-rust/playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshfty-rust%2Fplayground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshfty-rust%2Fplayground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3331283d791be7ba326f7a5810cd7ab9c4186cd9
[INFO] checking shfty-rust/playground against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshfty-rust%2Fplayground" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/shfty-rust/playground on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/shfty-rust/playground
[INFO] finished tweaking git repo https://github.com/shfty-rust/playground
[INFO] tweaked toml for git repo https://github.com/shfty-rust/playground written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/shfty-rust/playground 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 823c9c20445e638e9a332f76d82dbe916ce3cb06edfaf094d34c9481ed5328e1
[INFO] running `Command { std: "docker" "start" "-a" "823c9c20445e638e9a332f76d82dbe916ce3cb06edfaf094d34c9481ed5328e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "823c9c20445e638e9a332f76d82dbe916ce3cb06edfaf094d34c9481ed5328e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "823c9c20445e638e9a332f76d82dbe916ce3cb06edfaf094d34c9481ed5328e1", kill_on_drop: false }`
[INFO] [stdout] 823c9c20445e638e9a332f76d82dbe916ce3cb06edfaf094d34c9481ed5328e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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_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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3160fdd5b46e576d6b59a49d09b181a9d05bc51c4cf5347f47ed075badfab144
[INFO] running `Command { std: "docker" "start" "-a" "3160fdd5b46e576d6b59a49d09b181a9d05bc51c4cf5347f47ed075badfab144", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]     Checking futures-core v0.3.14
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]     Checking futures-io v0.3.14
[INFO] [stderr]     Checking pin-project-lite v0.2.6
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]     Checking slab v0.4.3
[INFO] [stderr]    Compiling serde v1.0.116
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking event-listener v2.5.1
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking fastrand v1.4.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking parking v2.0.0
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking futures-lite v1.11.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking futures-sink v0.3.14
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking async-task v4.0.3
[INFO] [stderr]    Compiling rayon-core v1.8.1
[INFO] [stderr]     Checking futures-channel v0.3.14
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]     Checking socket2 v0.4.0
[INFO] [stderr]     Checking polling v2.0.3
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.4
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking atomic-waker v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.58
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]     Checking futures-task v0.3.14
[INFO] [stderr]     Checking blocking v1.0.2
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]     Checking async-io v1.4.1
[INFO] [stderr]     Checking async-executor v1.4.1
[INFO] [stderr]     Checking crossbeam-channel v0.4.4
[INFO] [stderr]     Checking async-mutex v1.4.0
[INFO] [stderr]    Compiling rayon v1.4.1
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling serde_derive v1.0.116
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/textwrap-679a042723ec80ad.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/textwrap-679a042723ec80ad/dep-lib-textwrap`
[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] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `serde_derive` (build script)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/5fee451ebd94296ea05214e819c311e164b30af6/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.116/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=a83a6580a85d4751 -C extra-filename=-6ce6e348951b1f5b --out-dir /opt/rustwide/target/debug/build/serde_derive-6ce6e348951b1f5b -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcFrr3Ix/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcFrr3Ix/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/async-trait-393421d0bd1fd9c0/build_script_build-393421d0bd1fd9c0" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
[INFO] [stdout]           LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout]           collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `async-trait` (build script) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaDXpYtX/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crossbeam-channel` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaW9PlPl/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta9Y6n64/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "3160fdd5b46e576d6b59a49d09b181a9d05bc51c4cf5347f47ed075badfab144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3160fdd5b46e576d6b59a49d09b181a9d05bc51c4cf5347f47ed075badfab144", kill_on_drop: false }`
[INFO] [stdout] 3160fdd5b46e576d6b59a49d09b181a9d05bc51c4cf5347f47ed075badfab144
