[INFO] fetching crate digipin 0.0.5...
[INFO] testing digipin-0.0.5 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate digipin 0.0.5 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate digipin 0.0.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate digipin 0.0.5
[INFO] tweaked toml for crates.io crate digipin 0.0.5 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate digipin 0.0.5 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate digipin 0.0.5 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f
[INFO] running `Command { std: "docker" "start" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling digipin v0.0.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] running `Command { std: "docker" "inspect" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling codspeed-divan-compat v3.0.5
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling divan-macros v0.1.17
[INFO] [stderr]    Compiling codspeed-divan-compat-macros v3.0.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling codspeed v3.0.5
[INFO] [stderr]    Compiling codspeed-divan-compat-walltime v3.0.5
[INFO] [stderr]    Compiling digipin v0.0.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.52s
[INFO] running `Command { std: "docker" "inspect" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/digipin-72279488232a472f)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::test_boundary_roundtrip ... ok
[INFO] [stdout] test tests::test_encode_decode_roundtrip ... ok
[INFO] [stdout] test tests::test_invalid_coordinates ... ok
[INFO] [stdout] test tests::test_digipin_with_hyphens ... ok
[INFO] [stdout] test tests::test_invalid_digipin ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests digipin
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/decode.rs - decode::find_char_in_grid (line 73) ... FAILED
[INFO] [stdout] test src/coordinates.rs - coordinates::Coordinates::new (line 17) ... FAILED
[INFO] [stdout] test src/decode.rs - decode::get_coordinates_from_digipin (line 27) ... ok
[INFO] [stdout] test src/encode.rs - encode::get_digipin (line 19) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/decode.rs - decode::find_char_in_grid (line 73) stdout ----
[INFO] [stdout] error[E0433]: cannot find `decode` in `crate`
[INFO] [stdout]   --> src/decode.rs:75:16
[INFO] [stdout]    |
[INFO] [stdout] 75 | assert!(crate::decode::find_char_in_grid('A').is_ok());
[INFO] [stdout]    |                ^^^^^^ could not find `decode` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `decode` in `crate`
[INFO] [stdout]   --> src/decode.rs:78:16
[INFO] [stdout]    |
[INFO] [stdout] 78 | assert!(crate::decode::find_char_in_grid('ß').is_err());
[INFO] [stdout]    |                ^^^^^^ could not find `decode` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/coordinates.rs - coordinates::Coordinates::new (line 17) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Coordinates` in this scope
[INFO] [stdout]   --> src/coordinates.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | let c = Coordinates::new(12.34, 56.78);
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared type `Coordinates`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/encode.rs - encode::get_digipin (line 19) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `get_digipin` in this scope
[INFO] [stdout]   --> src/encode.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | let p = get_digipin(28.6139, 77.2090).unwrap(); // New Delhi coordinates
[INFO] [stdout]    |         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/coordinates.rs - coordinates::Coordinates::new (line 17)
[INFO] [stdout]     src/decode.rs - decode::find_char_in_grid (line 73)
[INFO] [stdout]     src/encode.rs - encode::get_digipin (line 19)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.64s; merged doctests compilation took 0.22s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f", kill_on_drop: false }`
[INFO] [stdout] a0395eea96827b66e840c24234d572aef3ed524193fe0f49bd01d4e92e77173f
