[INFO] cloning repository https://github.com/kl/sub-batch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kl/sub-batch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkl%2Fsub-batch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkl%2Fsub-batch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e863d1d4fe3a985a186baaa2fa7c8abb5e15eb6a
[INFO] checking kl/sub-batch against master#01706e1a34c87656fcbfce198608f4cd2ac6461a for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkl%2Fsub-batch" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kl/sub-batch on toolchain 01706e1a34c87656fcbfce198608f4cd2ac6461a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/kl/sub-batch
[INFO] finished tweaking git repo https://github.com/kl/sub-batch
[INFO] tweaked toml for git repo https://github.com/kl/sub-batch written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/kl/sub-batch 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" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded subparse v0.7.0
[INFO] [stderr]   Downloaded combine v2.5.2
[INFO] [stderr]   Downloaded vobsub v0.2.3
[INFO] [stderr]   Downloaded chardet v0.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1606a16b42b02afa84769888d0f8a5645bf9daf6b598f015ef172c0a862f6721
[INFO] running `Command { std: "docker" "start" "-a" "1606a16b42b02afa84769888d0f8a5645bf9daf6b598f015ef172c0a862f6721", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1606a16b42b02afa84769888d0f8a5645bf9daf6b598f015ef172c0a862f6721", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1606a16b42b02afa84769888d0f8a5645bf9daf6b598f015ef172c0a862f6721", kill_on_drop: false }`
[INFO] [stdout] 1606a16b42b02afa84769888d0f8a5645bf9daf6b598f015ef172c0a862f6721
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 55a36b4de8df2dd2782d1e789f007abf2aec3cd98e7f797414d7e28e8da5fc11
[INFO] running `Command { std: "docker" "start" "-a" "55a36b4de8df2dd2782d1e789f007abf2aec3cd98e7f797414d7e28e8da5fc11", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling cc v1.1.14
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling unicode-xid v0.2.5
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking ucd-util v0.1.10
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking object v0.36.3
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking utf8-ranges v1.0.5
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking nom v2.1.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking lazy_static v0.2.11
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking predicates-core v1.0.8
[INFO] [stderr]     Checking safemem v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking ascii v0.7.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking enum_primitive v0.1.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking combine v2.5.2
[INFO] [stderr]     Checking image v0.13.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling backtrace v0.3.73
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]    Compiling doctest-file v1.0.0
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking fd-lock v4.0.2
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking chardet v0.2.4
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking termtree v0.4.1
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]    Compiling assert_cmd v2.0.16
[INFO] [stderr]     Checking predicates-tree v1.0.11
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking tempfile v3.12.0
[INFO] [stderr]     Checking which v6.0.3
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking interprocess v2.2.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking addr2line v0.22.0
[INFO] [stderr]     Checking rustyline v14.0.0
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetayR7pRh"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `failure_derive` (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/rmetaiz9S8A"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `backtrace` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaOobHHc"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetadt2YmD/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustyline` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta02LloL/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaS6kpSZ/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `regex-automata` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `clap` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetabfJWxL"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rayon` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "55a36b4de8df2dd2782d1e789f007abf2aec3cd98e7f797414d7e28e8da5fc11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55a36b4de8df2dd2782d1e789f007abf2aec3cd98e7f797414d7e28e8da5fc11", kill_on_drop: false }`
[INFO] [stdout] 55a36b4de8df2dd2782d1e789f007abf2aec3cd98e7f797414d7e28e8da5fc11
