[INFO] cloning repository https://github.com/lucabertani/fixed_width [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucabertani/fixed_width" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucabertani%2Ffixed_width", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucabertani%2Ffixed_width'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c008ed4e5f3d9b20501596986c989ba404d4cc7f [INFO] testing lucabertani/fixed_width against 1.79.0 for beta-1.80-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucabertani%2Ffixed_width" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lucabertani/fixed_width on toolchain 1.79.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.79.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lucabertani/fixed_width [INFO] finished tweaking git repo https://github.com/lucabertani/fixed_width [INFO] tweaked toml for git repo https://github.com/lucabertani/fixed_width written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/lucabertani/fixed_width 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" "+1.79.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded darling_macro v0.20.3 [INFO] [stderr] Downloaded darling v0.20.3 [INFO] [stderr] Downloaded strum_macros v0.25.2 [INFO] [stderr] Downloaded bigdecimal v0.4.1 [INFO] [stderr] Downloaded darling_core v0.20.3 [INFO] [stderr] Downloaded chrono v0.4.30 [INFO] [stderr] Downloaded syn v2.0.32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+1.79.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e73bbc89adc32d9024938836c4880501e5497fee84d9813751164036dec229a [INFO] running `Command { std: "docker" "start" "-a" "9e73bbc89adc32d9024938836c4880501e5497fee84d9813751164036dec229a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e73bbc89adc32d9024938836c4880501e5497fee84d9813751164036dec229a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e73bbc89adc32d9024938836c4880501e5497fee84d9813751164036dec229a", kill_on_drop: false }` [INFO] [stdout] 9e73bbc89adc32d9024938836c4880501e5497fee84d9813751164036dec229a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.79.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 680922a1df6d4bcf8c6ece1e59dd724b53d9a8142ac2d1cce31457835adb0a8d [INFO] running `Command { std: "docker" "start" "-a" "680922a1df6d4bcf8c6ece1e59dd724b53d9a8142ac2d1cce31457835adb0a8d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling bigdecimal v0.4.1 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling deranged v0.3.8 [INFO] [stderr] Compiling time-macros v0.2.14 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.32 [INFO] [stderr] Compiling time v0.3.28 [INFO] [stderr] Compiling chrono v0.4.30 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Compiling strum_macros v0.25.2 [INFO] [stderr] Compiling darling_macro v0.20.3 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling darling v0.20.3 [INFO] [stderr] Compiling fixed_width_derive v0.1.0 (/opt/rustwide/workdir/fixed_width_derive) [INFO] [stdout] warning: field `ident` is never read [INFO] [stdout] --> fixed_width_derive/src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct FixedWidthFields { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 14 | ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FixedWidthFields` 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: field `ty` is never read [INFO] [stdout] --> fixed_width_derive/src/lib.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct FixedWidthField { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 24 | ident: Option, [INFO] [stdout] 25 | ty: Type, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `FixedWidthField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fixed_width v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.68s [INFO] running `Command { std: "docker" "inspect" "680922a1df6d4bcf8c6ece1e59dd724b53d9a8142ac2d1cce31457835adb0a8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "680922a1df6d4bcf8c6ece1e59dd724b53d9a8142ac2d1cce31457835adb0a8d", kill_on_drop: false }` [INFO] [stdout] 680922a1df6d4bcf8c6ece1e59dd724b53d9a8142ac2d1cce31457835adb0a8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.79.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df4dfef230f848425b2a8ff67e6c1c5becc730c5b5ec2f9f0116c254586aeb73 [INFO] running `Command { std: "docker" "start" "-a" "df4dfef230f848425b2a8ff67e6c1c5becc730c5b5ec2f9f0116c254586aeb73", kill_on_drop: false }` [INFO] [stderr] Compiling bigdecimal v0.4.1 [INFO] [stderr] Compiling fixed_width_derive v0.1.0 (/opt/rustwide/workdir/fixed_width_derive) [INFO] [stdout] warning: field `ident` is never read [INFO] [stdout] --> fixed_width_derive/src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct FixedWidthFields { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 14 | ident: Ident, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FixedWidthFields` 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: field `ty` is never read [INFO] [stdout] --> fixed_width_derive/src/lib.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct FixedWidthField { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 24 | ident: Option, [INFO] [stdout] 25 | ty: Type, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `FixedWidthField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fixed_width v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.23s [INFO] running `Command { std: "docker" "inspect" "df4dfef230f848425b2a8ff67e6c1c5becc730c5b5ec2f9f0116c254586aeb73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df4dfef230f848425b2a8ff67e6c1c5becc730c5b5ec2f9f0116c254586aeb73", kill_on_drop: false }` [INFO] [stdout] df4dfef230f848425b2a8ff67e6c1c5becc730c5b5ec2f9f0116c254586aeb73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.79.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 85fac71a0a340e3ad1e9a82d430a5b8ffb6346bfeecffa79e74e4c4651197960 [INFO] running `Command { std: "docker" "start" "-a" "85fac71a0a340e3ad1e9a82d430a5b8ffb6346bfeecffa79e74e4c4651197960", kill_on_drop: false }` [INFO] [stderr] warning: field `ident` is never read [INFO] [stderr] --> fixed_width_derive/src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 13 | struct FixedWidthFields { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 14 | ident: Ident, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `FixedWidthFields` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `ty` is never read [INFO] [stderr] --> fixed_width_derive/src/lib.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 23 | struct FixedWidthField { [INFO] [stderr] | --------------- field in this struct [INFO] [stderr] 24 | ident: Option, [INFO] [stderr] 25 | ty: Type, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `FixedWidthField` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `fixed_width_derive` (lib) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fixed_width-0d15cb69096c5185) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test_bigdecimal.rs (/opt/rustwide/target/debug/deps/test_bigdecimal-d9d1f9ae8d7eafcf) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test bigdecimal_test ... ok [INFO] [stdout] test test_various ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_chrono.rs (/opt/rustwide/target/debug/deps/test_chrono-c1cfc47a6bb92493) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test simple_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_enum.rs (/opt/rustwide/target/debug/deps/test_enum-72aa33d29d7243d8) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test enum_test_simple ... ok [INFO] [stdout] test enum_test_impl ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test_list.rs (/opt/rustwide/target/debug/deps/test_list-00cc088b328cb4e6) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test list_test_complex ... ok [INFO] [stdout] test list_test_simple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test_option.rs (/opt/rustwide/target/debug/deps/test_option-da5b427b9e6b28ca) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test option_enum_test ... ok [INFO] [stdout] test option_test_complex ... ok [INFO] [stdout] test option_test_simple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test_simple.rs (/opt/rustwide/target/debug/deps/test_simple-f2a3385df0897002) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test padding_with ... ok [INFO] [stdout] test padding_right ... ok [INFO] [stdout] test simple_test ... ok [INFO] [stdout] test simple_test2 ... ok [INFO] [stdout] test date_time_test ... ok [INFO] [stdout] test date_test ... ok [INFO] [stdout] test time_test ... ok [INFO] [stdout] test test_multi ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests fixed_width [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "85fac71a0a340e3ad1e9a82d430a5b8ffb6346bfeecffa79e74e4c4651197960", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85fac71a0a340e3ad1e9a82d430a5b8ffb6346bfeecffa79e74e4c4651197960", kill_on_drop: false }` [INFO] [stdout] 85fac71a0a340e3ad1e9a82d430a5b8ffb6346bfeecffa79e74e4c4651197960 [INFO] testing lucabertani/fixed_width against beta-2024-06-22 for beta-1.80-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucabertani%2Ffixed_width" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lucabertani/fixed_width on toolchain beta-2024-06-22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-06-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lucabertani/fixed_width [INFO] finished tweaking git repo https://github.com/lucabertani/fixed_width [INFO] tweaked toml for git repo https://github.com/lucabertani/fixed_width written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/lucabertani/fixed_width 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" "+beta-2024-06-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-06-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 671ae98f06be4f60af2793bc20a6505a5ff9309aac1660a398a843c75eecde03 [INFO] running `Command { std: "docker" "start" "-a" "671ae98f06be4f60af2793bc20a6505a5ff9309aac1660a398a843c75eecde03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "671ae98f06be4f60af2793bc20a6505a5ff9309aac1660a398a843c75eecde03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "671ae98f06be4f60af2793bc20a6505a5ff9309aac1660a398a843c75eecde03", kill_on_drop: false }` [INFO] [stdout] 671ae98f06be4f60af2793bc20a6505a5ff9309aac1660a398a843c75eecde03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2024-06-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebac58afd3aef35238e2a7186fc47ffe0e40c46979c640ddfa996ee9a9882974 [INFO] running `Command { std: "docker" "start" "-a" "ebac58afd3aef35238e2a7186fc47ffe0e40c46979c640ddfa996ee9a9882974", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling bigdecimal v0.4.1 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling deranged v0.3.8 [INFO] [stderr] Compiling time-macros v0.2.14 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.32 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling time v0.3.28 [INFO] [stderr] Compiling chrono v0.4.30 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Compiling strum_macros v0.25.2 [INFO] [stdout] error[E0282]: type annotations needed for `Box<_>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.28/src/format_description/parse/mod.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | let items = format_items [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | Ok(items.into()) [INFO] [stdout] | ---- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving `items` an explicit type, where the placeholders `_` are specified [INFO] [stdout] | [INFO] [stdout] 83 | let items: Box<_> = format_items [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `time` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ebac58afd3aef35238e2a7186fc47ffe0e40c46979c640ddfa996ee9a9882974", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebac58afd3aef35238e2a7186fc47ffe0e40c46979c640ddfa996ee9a9882974", kill_on_drop: false }` [INFO] [stdout] ebac58afd3aef35238e2a7186fc47ffe0e40c46979c640ddfa996ee9a9882974