[INFO] cloning repository https://github.com/vangork/objectscale-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vangork/objectscale-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvangork%2Fobjectscale-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvangork%2Fobjectscale-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bed301c7d29d2990c1efe269dc2c40dbc8a1aab7 [INFO] checking vangork/objectscale-client against try#fafe42c59556a4233f03dd0d900b575a9afeece8 for pr-143764 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvangork%2Fobjectscale-client" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/vangork/objectscale-client [INFO] finished tweaking git repo https://github.com/vangork/objectscale-client [INFO] tweaked toml for git repo https://github.com/vangork/objectscale-client written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/vangork/objectscale-client on toolchain fafe42c59556a4233f03dd0d900b575a9afeece8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/vangork/objectscale-client 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" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c38f84b131514130b17a7943086201b76bc45996330e5c4b5a2deae969843194 [INFO] running `Command { std: "docker" "start" "-a" "c38f84b131514130b17a7943086201b76bc45996330e5c4b5a2deae969843194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c38f84b131514130b17a7943086201b76bc45996330e5c4b5a2deae969843194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c38f84b131514130b17a7943086201b76bc45996330e5c4b5a2deae969843194", kill_on_drop: false }` [INFO] [stdout] c38f84b131514130b17a7943086201b76bc45996330e5c4b5a2deae969843194 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+fafe42c59556a4233f03dd0d900b575a9afeece8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d39a462191f9cd7f58c54ae505c303034c8ca44969c17e3cb4054096f33c73e4 [INFO] running `Command { std: "docker" "start" "-a" "d39a462191f9cd7f58c54ae505c303034c8ca44969c17e3cb4054096f33c73e4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking rustls-pki-types v1.7.0 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking webpki-roots v0.26.2 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Checking rustls-pemfile v2.1.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking tokio v1.38.0 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Checking http-body-util v0.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling pyo3-build-config v0.21.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Compiling cbindgen v0.26.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking unindent v0.2.3 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking errno v0.2.8 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling pyo3-ffi v0.21.2 [INFO] [stderr] Compiling pyo3 v0.21.2 [INFO] [stderr] Checking hyper v1.3.1 [INFO] [stderr] Checking auto-bindgen v0.2.1 (/opt/rustwide/workdir/auto-bindgen) [INFO] [stdout] warning: fields `is_input`, `is_output`, `is_optional`, and `is_mutable` are never read [INFO] [stdout] --> auto-bindgen/src/gen.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 121 | struct Field { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 125 | is_input: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 126 | is_output: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 127 | is_optional: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 128 | is_mutable: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Field` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `is_input`, `is_output`, `is_optional`, and `is_mutable` are never read [INFO] [stdout] --> auto-bindgen/src/gen.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 121 | struct Field { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 125 | is_input: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 126 | is_output: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 127 | is_optional: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 128 | is_mutable: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Field` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rustls-webpki v0.102.4 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling pyo3-macros-backend v0.21.2 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Checking tokio-rustls v0.25.0 [INFO] [stderr] Checking hyper-util v0.1.5 [INFO] [stderr] Compiling darling v0.20.9 [INFO] [stderr] Compiling derive_builder_core v0.20.0 [INFO] [stderr] Compiling pyo3-macros v0.21.2 [INFO] [stderr] Checking hyper-rustls v0.26.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `derive_builder_core` (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/fafe42c59556a4233f03dd0d900b575a9afeece8/bin/rustc --crate-name derive_builder_core --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.0/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="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=ad851ccbca310dec -C extra-filename=-d87fbb6c69d22af8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern darling=/opt/rustwide/target/debug/deps/libdarling-1ca4779992baee97.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0b625c2daaa9603a.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-a253f29cdd71ec93.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-b6938ad816dec0b4.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `serde_derive` (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/fafe42c59556a4233f03dd0d900b575a9afeece8/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.203/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=6c70935506be9b48 -C extra-filename=-4479726626971cea --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0b625c2daaa9603a.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-a253f29cdd71ec93.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-b6938ad816dec0b4.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "d39a462191f9cd7f58c54ae505c303034c8ca44969c17e3cb4054096f33c73e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d39a462191f9cd7f58c54ae505c303034c8ca44969c17e3cb4054096f33c73e4", kill_on_drop: false }` [INFO] [stdout] d39a462191f9cd7f58c54ae505c303034c8ca44969c17e3cb4054096f33c73e4