[INFO] fetching crate substrate-geohash 0.14.0...
[INFO] testing substrate-geohash-0.14.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate substrate-geohash 0.14.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate substrate-geohash 0.14.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate substrate-geohash 0.14.0
[INFO] tweaked toml for crates.io crate substrate-geohash 0.14.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate substrate-geohash 0.14.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate substrate-geohash 0.14.0 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded substrate-typenum v1.17.0
[INFO] [stderr]   Downloaded substrate-fixed v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55e8d9be373051b648f3e3ffc65c1ce546405df0ea3b305fc89b97c124c680d4
[INFO] running `Command { std: "docker" "start" "-a" "55e8d9be373051b648f3e3ffc65c1ce546405df0ea3b305fc89b97c124c680d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55e8d9be373051b648f3e3ffc65c1ce546405df0ea3b305fc89b97c124c680d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55e8d9be373051b648f3e3ffc65c1ce546405df0ea3b305fc89b97c124c680d4", kill_on_drop: false }`
[INFO] [stdout] 55e8d9be373051b648f3e3ffc65c1ce546405df0ea3b305fc89b97c124c680d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99042966cbe686ccba87c60a678a900ff2e132287b59093cd93a59cf559aa657
[INFO] running `Command { std: "docker" "start" "-a" "99042966cbe686ccba87c60a678a900ff2e132287b59093cd93a59cf559aa657", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling winnow v0.7.7
[INFO] [stderr]    Compiling byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling substrate-typenum v1.17.0
[INFO] [stderr]    Compiling substrate-fixed v0.6.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling parity-scale-codec v3.7.4
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling const_format v0.2.34
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.4
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling scale-info v2.11.6
[INFO] [stderr]    Compiling substrate-geohash v0.14.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.08s
[INFO] running `Command { std: "docker" "inspect" "99042966cbe686ccba87c60a678a900ff2e132287b59093cd93a59cf559aa657", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99042966cbe686ccba87c60a678a900ff2e132287b59093cd93a59cf559aa657", kill_on_drop: false }`
[INFO] [stdout] 99042966cbe686ccba87c60a678a900ff2e132287b59093cd93a59cf559aa657
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3057a427c641fd5df0dba788f09a38c6a99a415773428248eb36b78561fa71e0
[INFO] running `Command { std: "docker" "start" "-a" "3057a427c641fd5df0dba788f09a38c6a99a415773428248eb36b78561fa71e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling substrate-geohash v0.14.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `geohash`
[INFO] [stdout]  --> tests/base.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate geohash;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `substrate-geohash` (test "base") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3057a427c641fd5df0dba788f09a38c6a99a415773428248eb36b78561fa71e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3057a427c641fd5df0dba788f09a38c6a99a415773428248eb36b78561fa71e0", kill_on_drop: false }`
[INFO] [stdout] 3057a427c641fd5df0dba788f09a38c6a99a415773428248eb36b78561fa71e0
