[INFO] cloning repository https://github.com/MikaelSiidorow/birdrust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MikaelSiidorow/birdrust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMikaelSiidorow%2Fbirdrust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMikaelSiidorow%2Fbirdrust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c550376e7a0ab35226103d785e9231f0bd6fe260
[INFO] testing MikaelSiidorow/birdrust against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMikaelSiidorow%2Fbirdrust" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MikaelSiidorow/birdrust
[INFO] finished tweaking git repo https://github.com/MikaelSiidorow/birdrust
[INFO] tweaked toml for git repo https://github.com/MikaelSiidorow/birdrust written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MikaelSiidorow/birdrust 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 git repo https://github.com/MikaelSiidorow/birdrust 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]  Downloading crates ...
[INFO] [stderr]   Downloaded tower-http v0.4.0
[INFO] [stderr]   Downloaded openssl-sys v0.9.85
[INFO] [stderr]   Downloaded tokio v1.27.0
[INFO] [stderr]   Downloaded axum v0.6.15
[INFO] [stderr]   Downloaded rustix v0.37.11
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.34
[INFO] [stderr]   Downloaded quick-xml v0.28.2
[INFO] [stderr]   Downloaded serde_derive v1.0.160
[INFO] [stderr]   Downloaded openssl v0.10.50
[INFO] [stderr]   Downloaded serde v1.0.160
[INFO] [stderr]   Downloaded ipnet v2.7.2
[INFO] [stderr]   Downloaded libc v0.2.141
[INFO] [stderr]   Downloaded tokio-macros v2.0.0
[INFO] [stderr]   Downloaded linux-raw-sys v0.3.1
[INFO] [stderr]   Downloaded h2 v0.3.17
[INFO] [stderr]   Downloaded reqwest v0.11.16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] fd82521d79cb8565ff696e117594e53835b47d100eadd3e40ed3bb936e101efc
[INFO] running `Command { std: "docker" "start" "-a" "fd82521d79cb8565ff696e117594e53835b47d100eadd3e40ed3bb936e101efc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd82521d79cb8565ff696e117594e53835b47d100eadd3e40ed3bb936e101efc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd82521d79cb8565ff696e117594e53835b47d100eadd3e40ed3bb936e101efc", kill_on_drop: false }`
[INFO] [stdout] fd82521d79cb8565ff696e117594e53835b47d100eadd3e40ed3bb936e101efc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] b1cd7faae27c76194b1e80369ec97205dd81bc2371cfc749803a32dba8e3e4db
[INFO] running `Command { std: "docker" "start" "-a" "b1cd7faae27c76194b1e80369ec97205dd81bc2371cfc749803a32dba8e3e4db", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling tokio v1.27.0
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling openssl-sys v0.9.85
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling openssl v0.10.50
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling axum v0.6.15
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling ipnet v2.7.2
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling matchit v0.7.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling chrono v0.4.24
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.0.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling tungstenite v0.18.0
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling tower-http v0.4.0
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling tokio-util v0.7.7
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-tungstenite v0.18.0
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.11
[INFO] [stderr]    Compiling quick-xml v0.28.2
[INFO] [stderr]    Compiling h2 v0.3.17
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.16
[INFO] [stderr]    Compiling birdrust v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.94s
[INFO] running `Command { std: "docker" "inspect" "b1cd7faae27c76194b1e80369ec97205dd81bc2371cfc749803a32dba8e3e4db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1cd7faae27c76194b1e80369ec97205dd81bc2371cfc749803a32dba8e3e4db", kill_on_drop: false }`
[INFO] [stdout] b1cd7faae27c76194b1e80369ec97205dd81bc2371cfc749803a32dba8e3e4db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] c935b9766abde49982472444123adfcd3bc56771ca8a1e82327bfc3e8eceb37d
[INFO] running `Command { std: "docker" "start" "-a" "c935b9766abde49982472444123adfcd3bc56771ca8a1e82327bfc3e8eceb37d", kill_on_drop: false }`
[INFO] [stderr]    Compiling birdrust v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s
[INFO] running `Command { std: "docker" "inspect" "c935b9766abde49982472444123adfcd3bc56771ca8a1e82327bfc3e8eceb37d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c935b9766abde49982472444123adfcd3bc56771ca8a1e82327bfc3e8eceb37d", kill_on_drop: false }`
[INFO] [stdout] c935b9766abde49982472444123adfcd3bc56771ca8a1e82327bfc3e8eceb37d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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", kill_on_drop: false }`
[INFO] [stdout] 002ff3f0a945db87ce3498381c1510756d704391749e6c087cd8b015d8c89b58
[INFO] running `Command { std: "docker" "start" "-a" "002ff3f0a945db87ce3498381c1510756d704391749e6c087cd8b015d8c89b58", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/birdrust-daf195c0a7fa74c3)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/birdrust-93e69eabeaf442fb)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests birdrust
[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] [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] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/logic.rs - logic::distance_from_origin (line 115) ... FAILED
[INFO] [stdout] test src/logic.rs - logic::update_report (line 17) ... FAILED
[INFO] [stdout] test src/logic.rs - logic::distance_from_origin (line 98) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/logic.rs - logic::distance_from_origin (line 115) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `birdnest_server`
[INFO] [stdout]  --> src/logic.rs:116:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use birdnest_server::{logic::distance_from_origin, types::Drone};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `birdnest_server`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `birdnest_server`, use `cargo add birdnest_server` to add it to your `Cargo.toml`
[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/logic.rs - logic::update_report (line 17) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `birdnest_server`
[INFO] [stdout]  --> src/logic.rs:18:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use birdnest_server::logic::update_report;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `birdnest_server`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `birdnest_server`, use `cargo add birdnest_server` to add it to your `Cargo.toml`
[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/logic.rs - logic::distance_from_origin (line 98) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `birdnest_server`
[INFO] [stdout]  --> src/logic.rs:99:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use birdnest_server::{logic::distance_from_origin, types::Drone};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `birdnest_server`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `birdnest_server`, use `cargo add birdnest_server` to add it to your `Cargo.toml`
[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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/logic.rs - logic::distance_from_origin (line 115)
[INFO] [stdout]     src/logic.rs - logic::distance_from_origin (line 98)
[INFO] [stdout]     src/logic.rs - logic::update_report (line 17)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "002ff3f0a945db87ce3498381c1510756d704391749e6c087cd8b015d8c89b58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "002ff3f0a945db87ce3498381c1510756d704391749e6c087cd8b015d8c89b58", kill_on_drop: false }`
[INFO] [stdout] 002ff3f0a945db87ce3498381c1510756d704391749e6c087cd8b015d8c89b58
