[INFO] cloning repository https://github.com/BRAVO68WEB/advent-of-code-22 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BRAVO68WEB/advent-of-code-22" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBRAVO68WEB%2Fadvent-of-code-22", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBRAVO68WEB%2Fadvent-of-code-22'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07dad4173cc2b33d05d4dbd4b9baae2f5ec96b4f [INFO] checking BRAVO68WEB/advent-of-code-22 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBRAVO68WEB%2Fadvent-of-code-22" "/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/BRAVO68WEB/advent-of-code-22 [INFO] finished tweaking git repo https://github.com/BRAVO68WEB/advent-of-code-22 [INFO] tweaked toml for git repo https://github.com/BRAVO68WEB/advent-of-code-22 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/BRAVO68WEB/advent-of-code-22 on toolchain b1f2594eac607c1f051534800237eeedb5590a49 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/BRAVO68WEB/advent-of-code-22 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-3-tc2/source/code/rs/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-3-tc2/source/Cargo.toml [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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8612f50fe15e7da03b145b7fe32f15685aafe52cc1f1466b78481ad9cc94cd86 [INFO] running `Command { std: "docker" "start" "-a" "8612f50fe15e7da03b145b7fe32f15685aafe52cc1f1466b78481ad9cc94cd86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8612f50fe15e7da03b145b7fe32f15685aafe52cc1f1466b78481ad9cc94cd86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8612f50fe15e7da03b145b7fe32f15685aafe52cc1f1466b78481ad9cc94cd86", kill_on_drop: false }` [INFO] [stdout] 8612f50fe15e7da03b145b7fe32f15685aafe52cc1f1466b78481ad9cc94cd86 [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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e63d5ba0bb1136aacee9eece4bd1c755b6295fc7fc445fa0694b8f9a1a8b1dd2 [INFO] running `Command { std: "docker" "start" "-a" "e63d5ba0bb1136aacee9eece4bd1c755b6295fc7fc445fa0694b8f9a1a8b1dd2", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/code/rs/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling libc v0.2.162 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Checking safe_arch v0.7.1 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Checking crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling static_init_macro v1.0.2 [INFO] [stderr] Checking wide v0.7.13 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling static_init v1.0.3 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling syn v2.0.40 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking num-integer v0.1.45 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking indexmap v2.1.0 [INFO] [stderr] Checking integer-sqrt v0.1.5 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking rayon v1.8.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking simba v0.9.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking num v0.4.1 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking pathfinding v4.4.0 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `parking_lot` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/static_init-1.0.3/src/lazy_sequentializer.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | use parking_lot::lock_api::GetThreadId; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `parking_lot` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `parking_lot`, use `cargo add parking_lot` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `parking_lot` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/static_init-1.0.3/src/lazy_sequentializer.rs:371:21 [INFO] [stdout] | [INFO] [stdout] 371 | use parking_lot::lock_api::GetThreadId; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `parking_lot` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `parking_lot`, use `cargo add parking_lot` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `parking_lot` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/static_init-1.0.3/src/lazy_sequentializer.rs:338:13 [INFO] [stdout] | [INFO] [stdout] 338 | parking_lot::RawThreadId.nonzero_thread_id().into(), [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `parking_lot` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `parking_lot`, use `cargo add parking_lot` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `parking_lot` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/static_init-1.0.3/src/lazy_sequentializer.rs:372:26 [INFO] [stdout] | [INFO] [stdout] 372 | if id == parking_lot::RawThreadId.nonzero_thread_id().into() { [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `parking_lot` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `parking_lot`, use `cargo add parking_lot` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `static_init` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e63d5ba0bb1136aacee9eece4bd1c755b6295fc7fc445fa0694b8f9a1a8b1dd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e63d5ba0bb1136aacee9eece4bd1c755b6295fc7fc445fa0694b8f9a1a8b1dd2", kill_on_drop: false }` [INFO] [stdout] e63d5ba0bb1136aacee9eece4bd1c755b6295fc7fc445fa0694b8f9a1a8b1dd2