[INFO] cloning repository https://github.com/forgen-org/todolist [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/forgen-org/todolist" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforgen-org%2Ftodolist", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforgen-org%2Ftodolist'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ea896722be2721ae1f8ef7050e986dbe508c7936 [INFO] checking forgen-org/todolist against try#f45c1ab62d4de6b63f69b4daa9d1f0b90c38a208 for pr-139419 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforgen-org%2Ftodolist" "/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/forgen-org/todolist on toolchain f45c1ab62d4de6b63f69b4daa9d1f0b90c38a208 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f45c1ab62d4de6b63f69b4daa9d1f0b90c38a208" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/forgen-org/todolist [INFO] finished tweaking git repo https://github.com/forgen-org/todolist [INFO] tweaked toml for git repo https://github.com/forgen-org/todolist written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/forgen-org/todolist 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" "+f45c1ab62d4de6b63f69b4daa9d1f0b90c38a208" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+f45c1ab62d4de6b63f69b4daa9d1f0b90c38a208" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38a604a3eaf5a5cb23211f783bb9cb1c599009d73654635753197d251260fd4a [INFO] running `Command { std: "docker" "start" "-a" "38a604a3eaf5a5cb23211f783bb9cb1c599009d73654635753197d251260fd4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38a604a3eaf5a5cb23211f783bb9cb1c599009d73654635753197d251260fd4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38a604a3eaf5a5cb23211f783bb9cb1c599009d73654635753197d251260fd4a", kill_on_drop: false }` [INFO] [stdout] 38a604a3eaf5a5cb23211f783bb9cb1c599009d73654635753197d251260fd4a [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_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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+f45c1ab62d4de6b63f69b4daa9d1f0b90c38a208" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0bf8d993a9b4da7d94fc63d6e3d2bb7e4a1724ccb605b004ac9e6ae509338e62 [INFO] running `Command { std: "docker" "start" "-a" "0bf8d993a9b4da7d94fc63d6e3d2bb7e4a1724ccb605b004ac9e6ae509338e62", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.88 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling bumpalo v3.14.0 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling wasm-bindgen v0.2.88 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking futures-sink v0.3.29 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Checking futures-io v0.3.29 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Compiling winnow v0.5.19 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking tokio v1.34.0 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking threadpool v0.1.4 [INFO] [stderr] Checking pubsub v0.2.3 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `proc-macro-error` (lib) [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/f45c1ab62d4de6b63f69b4daa9d1f0b90c38a208/bin/rustc --crate-name proc_macro_error --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=4debd8d754a44857 -C extra-filename=-62d960a218e2b811 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro_error_attr=/opt/rustwide/target/debug/deps/libproc_macro_error_attr-86ff98888d658f19.so --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-c506a05697f6e678.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-76abfdc78efad02b.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-5ce23ffd998ec605.rmeta --cap-lints allow --cap-lints=forbid --cfg skip_ui_tests` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaSlABwM/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `indexmap` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0bf8d993a9b4da7d94fc63d6e3d2bb7e4a1724ccb605b004ac9e6ae509338e62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bf8d993a9b4da7d94fc63d6e3d2bb7e4a1724ccb605b004ac9e6ae509338e62", kill_on_drop: false }` [INFO] [stdout] 0bf8d993a9b4da7d94fc63d6e3d2bb7e4a1724ccb605b004ac9e6ae509338e62