[INFO] cloning repository https://github.com/kikijiki/clip-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kikijiki/clip-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkikijiki%2Fclip-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkikijiki%2Fclip-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7df11aeb50e299907e9e1b44d43cf5344ecad2cd
[INFO] checking kikijiki/clip-rs against try#a3dffdb3a32d0dedc198f9de7d43173f3eb6727b for pr-136303
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkikijiki%2Fclip-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kikijiki/clip-rs on toolchain a3dffdb3a32d0dedc198f9de7d43173f3eb6727b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/kikijiki/clip-rs
[INFO] finished tweaking git repo https://github.com/kikijiki/clip-rs
[INFO] tweaked toml for git repo https://github.com/kikijiki/clip-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/kikijiki/clip-rs 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" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bindgen_cuda v0.1.4
[INFO] [stderr]   Downloaded candle-kernels v0.4.1
[INFO] [stderr]   Downloaded candle-transformers v0.4.1
[INFO] [stderr]   Downloaded cudarc v0.10.0
[INFO] [stderr]   Downloaded candle-nn v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f14725ddf05c487f6a9df6713abdfb7f69641e465d58f4a358b42e5747156711
[INFO] running `Command { std: "docker" "start" "-a" "f14725ddf05c487f6a9df6713abdfb7f69641e465d58f4a358b42e5747156711", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f14725ddf05c487f6a9df6713abdfb7f69641e465d58f4a358b42e5747156711", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f14725ddf05c487f6a9df6713abdfb7f69641e465d58f4a358b42e5747156711", kill_on_drop: false }`
[INFO] [stdout] f14725ddf05c487f6a9df6713abdfb7f69641e465d58f4a358b42e5747156711
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2021e79ee7bd1032a2c692fce951e8bced612dca54caf13274ce09e0b8a39a13
[INFO] running `Command { std: "docker" "start" "-a" "2021e79ee7bd1032a2c692fce951e8bced612dca54caf13274ce09e0b8a39a13", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]     Checking raw-cpuid v10.7.0
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/onig_sys-42d4dcd3e0d6e5eb/rmetacJJwWT"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `onig_sys` (build script) 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/rmetaMY2pVY/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rand` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaBrJYbd/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/rmetaNarwYH/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `typenum` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `num-traits` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetattylY1/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aho-corasick` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2021e79ee7bd1032a2c692fce951e8bced612dca54caf13274ce09e0b8a39a13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2021e79ee7bd1032a2c692fce951e8bced612dca54caf13274ce09e0b8a39a13", kill_on_drop: false }`
[INFO] [stdout] 2021e79ee7bd1032a2c692fce951e8bced612dca54caf13274ce09e0b8a39a13
