[INFO] cloning repository https://github.com/duckinator/rcmd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/duckinator/rcmd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduckinator%2Frcmd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduckinator%2Frcmd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 630b1963c03d3a4eac0f5a0b68edaa3296647e9b [INFO] checking duckinator/rcmd against master#e1ac0fa95ba15221ee195647cb12464df3164513 for pr-126090 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduckinator%2Frcmd" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/duckinator/rcmd on toolchain e1ac0fa95ba15221ee195647cb12464df3164513 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e1ac0fa95ba15221ee195647cb12464df3164513" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/duckinator/rcmd [INFO] finished tweaking git repo https://github.com/duckinator/rcmd [INFO] tweaked toml for git repo https://github.com/duckinator/rcmd written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/duckinator/rcmd 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" "+e1ac0fa95ba15221ee195647cb12464df3164513" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e1ac0fa95ba15221ee195647cb12464df3164513" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77fad940d17f28aa12d2970482145ff4843befc8c0ab2f3c834a94c6ec4f0098 [INFO] running `Command { std: "docker" "start" "-a" "77fad940d17f28aa12d2970482145ff4843befc8c0ab2f3c834a94c6ec4f0098", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77fad940d17f28aa12d2970482145ff4843befc8c0ab2f3c834a94c6ec4f0098", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77fad940d17f28aa12d2970482145ff4843befc8c0ab2f3c834a94c6ec4f0098", kill_on_drop: false }` [INFO] [stdout] 77fad940d17f28aa12d2970482145ff4843befc8c0ab2f3c834a94c6ec4f0098 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e1ac0fa95ba15221ee195647cb12464df3164513" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcfa464a570f93159e4ee263940b594dfb948d6d1e0a1f30ee081fba5aab4712 [INFO] running `Command { std: "docker" "start" "-a" "fcfa464a570f93159e4ee263940b594dfb948d6d1e0a1f30ee081fba5aab4712", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.60 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling rustix v0.37.20 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tempfile v3.6.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Checking gzip-header v1.0.0 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking brotli-decompressor v2.3.4 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking ascii v1.1.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking iana-time-zone v0.1.57 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking chunked_transfer v1.4.1 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking time-core v0.1.1 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking brotli v3.3.4 [INFO] [stderr] Checking tiny_http v0.12.0 [INFO] [stderr] Checking time v0.3.22 [INFO] [stderr] Checking deflate v1.0.0 [INFO] [stderr] Checking chrono v0.4.26 [INFO] [stderr] Checking url v2.4.0 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking filetime v0.2.21 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking multipart v0.18.0 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetazsXxEq/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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaTSiW8b/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `brotli` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "fcfa464a570f93159e4ee263940b594dfb948d6d1e0a1f30ee081fba5aab4712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcfa464a570f93159e4ee263940b594dfb948d6d1e0a1f30ee081fba5aab4712", kill_on_drop: false }` [INFO] [stdout] fcfa464a570f93159e4ee263940b594dfb948d6d1e0a1f30ee081fba5aab4712