[INFO] cloning repository https://github.com/schu/wasm-game-of-life [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/schu/wasm-game-of-life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschu%2Fwasm-game-of-life", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschu%2Fwasm-game-of-life'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b65f61aae7b444446bab5eefe2a7a0bc13caa7cf [INFO] checking schu/wasm-game-of-life against master#e08b80c0fb7667bdcd040761891701e576c42ec8 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschu%2Fwasm-game-of-life" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schu/wasm-game-of-life 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/schu/wasm-game-of-life [INFO] finished tweaking git repo https://github.com/schu/wasm-game-of-life [INFO] tweaked toml for git repo https://github.com/schu/wasm-game-of-life written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/schu/wasm-game-of-life 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-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b022c078eb49791bcba99b35496a32e31a260e3ff8723cbab88a8e53a944fa8 [INFO] running `Command { std: "docker" "start" "-a" "6b022c078eb49791bcba99b35496a32e31a260e3ff8723cbab88a8e53a944fa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b022c078eb49791bcba99b35496a32e31a260e3ff8723cbab88a8e53a944fa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b022c078eb49791bcba99b35496a32e31a260e3ff8723cbab88a8e53a944fa8", kill_on_drop: false }` [INFO] [stdout] 6b022c078eb49791bcba99b35496a32e31a260e3ff8723cbab88a8e53a944fa8 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+e08b80c0fb7667bdcd040761891701e576c42ec8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a62ffd6165fc22b76b1dc97688e3626f24cdabe918d03a80af4f211b593499b [INFO] running `Command { std: "docker" "start" "-a" "3a62ffd6165fc22b76b1dc97688e3626f24cdabe918d03a80af4f211b593499b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.60 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.2.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.60 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.2.50 [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/syn-8e95d45b387e6686.d`: 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetam9yb1e" [INFO] [stdout] [INFO] [stdout] [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" "-Wl,--version-script=/tmp/rustc0YnSdw/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc0YnSdw/symbols.o" "/opt/rustwide/target/debug/deps/wasm_bindgen_test_macro-6ea63d3a3bab45ce.wasm_bindgen_test_macro.3e5f3cc5583f828a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wasm_bindgen_test_macro-6ea63d3a3bab45ce.8cevtxfs06g32s4gbiuwql26t.rcgu.rmeta" "/opt/rustwide/target/debug/deps/wasm_bindgen_test_macro-6ea63d3a3bab45ce.9idj0c12926fxy03skm5isair.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libquote-37d1192008b0801d.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-82da695a305a15a7.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-9313b4b022bb319a.rlib" "/opt/rustwide/rustup-home/toolchains/e08b80c0fb7667bdcd040761891701e576c42ec8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-c00f98098c13cb4d.rlib" "/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/deps/libwasm_bindgen_test_macro-6ea63d3a3bab45ce.so" "-Wl,--gc-sections" "-shared" "-Wl,-soname=libwasm_bindgen_test_macro-6ea63d3a3bab45ce.so" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: 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 `futures` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `wasm-bindgen-test-macro` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3a62ffd6165fc22b76b1dc97688e3626f24cdabe918d03a80af4f211b593499b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a62ffd6165fc22b76b1dc97688e3626f24cdabe918d03a80af4f211b593499b", kill_on_drop: false }` [INFO] [stdout] 3a62ffd6165fc22b76b1dc97688e3626f24cdabe918d03a80af4f211b593499b [INFO] checking schu/wasm-game-of-life against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschu%2Fwasm-game-of-life" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schu/wasm-game-of-life 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/schu/wasm-game-of-life [INFO] finished tweaking git repo https://github.com/schu/wasm-game-of-life [INFO] tweaked toml for git repo https://github.com/schu/wasm-game-of-life written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/schu/wasm-game-of-life 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] [stderr] Error response from daemon: write /var/lib/docker/containers/ed90029c4429d5013a6fdf34de00b044343c7159e55a63fe59b6177697efb21f/.tmp-hostconfig.json4118429348: no space left on device [INFO] checking schu/wasm-game-of-life against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschu%2Fwasm-game-of-life" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schu/wasm-game-of-life 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/schu/wasm-game-of-life [INFO] finished tweaking git repo https://github.com/schu/wasm-game-of-life [INFO] tweaked toml for git repo https://github.com/schu/wasm-game-of-life written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/schu/wasm-game-of-life 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] [stderr] Error response from daemon: mkdir /var/lib/docker/overlay2/34b33fcfd9da821d3e1f5c1b27b1c7781e5dcbc378f983b4ae675752a25a48dd/merged/opt/rustwide/workdir: no space left on device [INFO] checking schu/wasm-game-of-life against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschu%2Fwasm-game-of-life" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schu/wasm-game-of-life 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/schu/wasm-game-of-life [INFO] finished tweaking git repo https://github.com/schu/wasm-game-of-life [INFO] tweaked toml for git repo https://github.com/schu/wasm-game-of-life written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/schu/wasm-game-of-life 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] [stderr] Error response from daemon: mkdir /var/lib/docker/overlay2/3b89ee3cbc370939230e28b2b83d15ec077fc22e7e46e2f55ac278beb75373c6/merged/opt/rustwide: no space left on device [INFO] checking schu/wasm-game-of-life against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschu%2Fwasm-game-of-life" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schu/wasm-game-of-life 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/schu/wasm-game-of-life [INFO] finished tweaking git repo https://github.com/schu/wasm-game-of-life [INFO] tweaked toml for git repo https://github.com/schu/wasm-game-of-life written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/schu/wasm-game-of-life 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] [stderr] Error response from daemon: mkdir /var/lib/docker/overlay2/549b507c42b2f6198226eb7c48d456c0f602d429ad6668e2d0fdf77c17de9594/merged/opt/rustwide: no space left on device [INFO] checking schu/wasm-game-of-life against try#f781a78d815e6a304bf6061b8a8fa69d7ce8dfd5 for pr-129021 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschu%2Fwasm-game-of-life" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schu/wasm-game-of-life 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/schu/wasm-game-of-life [INFO] finished tweaking git repo https://github.com/schu/wasm-game-of-life [INFO] tweaked toml for git repo https://github.com/schu/wasm-game-of-life written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/schu/wasm-game-of-life 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] [stderr] Error response from daemon: chown /var/lib/docker/overlay2/072ce4a4e6bab924f18908656f7176f4dbb0b8c97a0a8f444f09de94c449b4c5/work/work: no such file or directory [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.