[INFO] cloning repository https://github.com/sunsided/serial-sensors [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunsided/serial-sensors" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Fserial-sensors", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Fserial-sensors'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b580b2dce622830cde42e4cde6bedc40f9019ea0 [INFO] checking sunsided/serial-sensors against try#3ec2a775459d36c7d90654e47c56ff7bb0d542ab for pr-139087 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Fserial-sensors" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sunsided/serial-sensors on toolchain 3ec2a775459d36c7d90654e47c56ff7bb0d542ab [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3ec2a775459d36c7d90654e47c56ff7bb0d542ab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sunsided/serial-sensors [INFO] finished tweaking git repo https://github.com/sunsided/serial-sensors [INFO] tweaked toml for git repo https://github.com/sunsided/serial-sensors written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sunsided/serial-sensors 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" "+3ec2a775459d36c7d90654e47c56ff7bb0d542ab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+3ec2a775459d36c7d90654e47c56ff7bb0d542ab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd585f2d0e9f7232c361ab7518408c0f512369b3c2a35bd3dafe2832a76e3e5f [INFO] running `Command { std: "docker" "start" "-a" "bd585f2d0e9f7232c361ab7518408c0f512369b3c2a35bd3dafe2832a76e3e5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd585f2d0e9f7232c361ab7518408c0f512369b3c2a35bd3dafe2832a76e3e5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd585f2d0e9f7232c361ab7518408c0f512369b3c2a35bd3dafe2832a76e3e5f", kill_on_drop: false }` [INFO] [stdout] bd585f2d0e9f7232c361ab7518408c0f512369b3c2a35bd3dafe2832a76e3e5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+3ec2a775459d36c7d90654e47c56ff7bb0d542ab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 730cb6b16ebf643a6ca808a99acd89c5f950eb944e0786eddd2b0ae954389729 [INFO] running `Command { std: "docker" "start" "-a" "730cb6b16ebf643a6ca808a99acd89c5f950eb944e0786eddd2b0ae954389729", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling cc v1.0.104 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling target-features v0.1.6 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking array-init-cursor v0.2.0 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling polars-utils v0.41.3 [INFO] [stderr] Checking planus v0.3.1 [INFO] [stderr] Checking simdutf8 v0.1.4 [INFO] [stderr] Compiling polars-arrow v0.41.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Checking atoi_simd v0.15.6 [INFO] [stderr] Checking streaming-iterator v0.1.9 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking foreign_vec v0.1.0 [INFO] [stderr] Checking ethnum v1.5.0 [INFO] [stderr] Checking fast-float v0.2.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Compiling polars-compute v0.41.3 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling polars-core v0.41.3 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling psm v0.1.21 [INFO] [stderr] Compiling stacker v0.1.15 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking xxhash-rust v0.8.11 [INFO] [stderr] Compiling polars-ops v0.41.3 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.1 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking argminmax v0.6.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking memmap2 v0.7.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling polars-plan v0.41.3 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking ndarray v0.15.6 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling pathfinder_simd v0.5.4 [INFO] [stderr] Checking flate2 v1.0.30 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Compiling freetype-sys v0.20.1 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v6.0.0 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking anstyle-parse v0.2.4 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking libloading v0.8.4 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking now v0.1.3 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Checking is_terminal_polyfill v1.70.0 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking winnow v0.6.13 [INFO] [stderr] Checking colorchoice v1.0.1 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking anstyle-query v1.1.0 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking anstream v0.6.14 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaJigaWA" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `signal-hook-mio` (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/rmetaubaj88" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetapJm83C/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `linux-raw-sys` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `anstream` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaP2PeR9/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `phf_shared` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaI4QHrP/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rayon` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaeG4fXO/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `winnow` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetalYe2lN/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] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaXYrh8M/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/rmetaUkfphk/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gimli` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "730cb6b16ebf643a6ca808a99acd89c5f950eb944e0786eddd2b0ae954389729", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "730cb6b16ebf643a6ca808a99acd89c5f950eb944e0786eddd2b0ae954389729", kill_on_drop: false }` [INFO] [stdout] 730cb6b16ebf643a6ca808a99acd89c5f950eb944e0786eddd2b0ae954389729