[INFO] fetching crate duckduckgeo 0.4.2... [INFO] testing duckduckgeo-0.4.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate duckduckgeo 0.4.2 into /workspace/builds/worker-108/source [INFO] validating manifest of crates.io crate duckduckgeo 0.4.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate duckduckgeo 0.4.2 [INFO] finished tweaking crates.io crate duckduckgeo 0.4.2 [INFO] tweaked toml for crates.io crate duckduckgeo 0.4.2 written to /workspace/builds/worker-108/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6aff1eb6597cc72ffd5f32ff56f44987fa4495b597f65285ce6f9813b7aa442 [INFO] running `Command { std: "docker" "start" "-a" "d6aff1eb6597cc72ffd5f32ff56f44987fa4495b597f65285ce6f9813b7aa442", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6aff1eb6597cc72ffd5f32ff56f44987fa4495b597f65285ce6f9813b7aa442", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6aff1eb6597cc72ffd5f32ff56f44987fa4495b597f65285ce6f9813b7aa442", kill_on_drop: false }` [INFO] [stdout] d6aff1eb6597cc72ffd5f32ff56f44987fa4495b597f65285ce6f9813b7aa442 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-108/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c059b78a65f1681ef28485226c58d85bd1f956d2af45453889f0186f91a24db3 [INFO] running `Command { std: "docker" "start" "-a" "c059b78a65f1681ef28485226c58d85bd1f956d2af45453889f0186f91a24db3", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling partial-min-max v0.4.0 [INFO] [stderr] Compiling roots v0.0.6 [INFO] [stderr] Compiling more-asserts v0.2.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling axgeom v1.9.7 [INFO] [stderr] Compiling dists v0.4.2 [INFO] [stderr] Compiling duckduckgeo v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `axgeom::ordered_float` [INFO] [stdout] --> src/lib.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | use axgeom::ordered_float::NotNan; [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `ordered_float` in `axgeom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ordered_float` [INFO] [stdout] --> src/bot.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use ordered_float::*; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `ordered_float` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NotNan` in this scope [INFO] [stdout] --> src/bot.rs:32:59 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn create_bbox_nan(&self, pos: Vec2) -> Rect> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NotNan` in this scope [INFO] [stdout] --> src/bot.rs:241:64 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn create_bbox_nan(&self, bot_scene: &BotProp) -> Rect> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `duckduckgeo` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "c059b78a65f1681ef28485226c58d85bd1f956d2af45453889f0186f91a24db3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c059b78a65f1681ef28485226c58d85bd1f956d2af45453889f0186f91a24db3", kill_on_drop: false }` [INFO] [stdout] c059b78a65f1681ef28485226c58d85bd1f956d2af45453889f0186f91a24db3