[INFO] cloning repository https://github.com/euforia/rust-vivaldi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/euforia/rust-vivaldi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuforia%2Frust-vivaldi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuforia%2Frust-vivaldi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d0e04c9390724f1688c79c22014e6f1b28d5dc65 [INFO] checking euforia/rust-vivaldi against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuforia%2Frust-vivaldi" "/workspace/builds/worker-18/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-18/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/euforia/rust-vivaldi on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/euforia/rust-vivaldi [INFO] finished tweaking git repo https://github.com/euforia/rust-vivaldi [INFO] tweaked toml for git repo https://github.com/euforia/rust-vivaldi written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate git repo https://github.com/euforia/rust-vivaldi already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c8c7b38c1e6bc01123285d1122db9e37370f0a5a023d1a3977787cd7c928e057 [INFO] running `Command { std: "docker" "start" "-a" "c8c7b38c1e6bc01123285d1122db9e37370f0a5a023d1a3977787cd7c928e057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8c7b38c1e6bc01123285d1122db9e37370f0a5a023d1a3977787cd7c928e057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8c7b38c1e6bc01123285d1122db9e37370f0a5a023d1a3977787cd7c928e057", kill_on_drop: false }` [INFO] [stdout] c8c7b38c1e6bc01123285d1122db9e37370f0a5a023d1a3977787cd7c928e057 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b37c2ae107f1a405045e79e35a603c2ae466968dce96c5ab3377cbd8839f645d [INFO] running `Command { std: "docker" "start" "-a" "b37c2ae107f1a405045e79e35a603c2ae466968dce96c5ab3377cbd8839f645d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rand_distr v0.3.0 [INFO] [stderr] Checking vivaldi v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/phantom.rs:241:65 [INFO] [stdout] | [INFO] [stdout] 241 | assert!(stats.error_avg > 0.0018 || stats.error_max > 0.0092, format!( [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 242 | | "performance stats are out of spec: {:?}", stats [INFO] [stdout] 243 | | )); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 241 ~ assert!(stats.error_avg > 0.0018 || stats.error_max > 0.0092, [INFO] [stdout] 242 | "performance stats are out of spec: {:?}", stats [INFO] [stdout] 243 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/phantom.rs:259:64 [INFO] [stdout] | [INFO] [stdout] 259 | assert!(stats.error_avg > 0.0015 || stats.error_max > 0.022, format!( [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 260 | | "performance stats are out of spec: {:?}", stats [INFO] [stdout] 261 | | )); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 259 ~ assert!(stats.error_avg > 0.0015 || stats.error_max > 0.022, [INFO] [stdout] 260 | "performance stats are out of spec: {:?}", stats [INFO] [stdout] 261 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/phantom.rs:278:62 [INFO] [stdout] | [INFO] [stdout] 278 | assert!(stats.error_avg > 0.075 || stats.error_max > 0.33, format!( [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 279 | | "performance stats are out of spec: {:?}", stats [INFO] [stdout] 280 | | )); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 278 ~ assert!(stats.error_avg > 0.075 || stats.error_max > 0.33, [INFO] [stdout] 279 | "performance stats are out of spec: {:?}", stats [INFO] [stdout] 280 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/phantom.rs:297:68 [INFO] [stdout] | [INFO] [stdout] 297 | assert!(stats.error_avg > 0.000060 || stats.error_max > 0.00048, format!( [INFO] [stdout] | __________________________________________________________________________^ [INFO] [stdout] 298 | | "performance stats are out of spec: {:?}", stats [INFO] [stdout] 299 | | )); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 297 ~ assert!(stats.error_avg > 0.000060 || stats.error_max > 0.00048, [INFO] [stdout] 298 | "performance stats are out of spec: {:?}", stats [INFO] [stdout] 299 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/phantom.rs:326:42 [INFO] [stdout] | [INFO] [stdout] 326 | assert!(coord.height >= 0.97*RADIUS, format!( [INFO] [stdout] | ______________________________________________________^ [INFO] [stdout] 327 | | "height is out of spec: {:.15}", coord.height [INFO] [stdout] 328 | | )); [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 326 ~ assert!(coord.height >= 0.97*RADIUS, [INFO] [stdout] 327 | "height is out of spec: {:.15}", coord.height [INFO] [stdout] 328 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/phantom.rs:331:6 [INFO] [stdout] | [INFO] [stdout] 331 | format!("height is out of spec: {:.15}", coord.height)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 331 - format!("height is out of spec: {:.15}", coord.height)); [INFO] [stdout] 331 + "height is out of spec: {:.15}", coord.height); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/phantom.rs:337:4 [INFO] [stdout] | [INFO] [stdout] 337 | format!("performance stats are out of spec: {:?}", stats)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 337 - format!("performance stats are out of spec: {:?}", stats)); [INFO] [stdout] 337 + "performance stats are out of spec: {:?}", stats); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/phantom.rs:425:34 [INFO] [stdout] | [INFO] [stdout] 425 | assert!(error <= 0.8*baseline, format!( [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 426 | | "drift performance out of spec: {:.15} -> {:.15}", baseline, error [INFO] [stdout] 427 | | )); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 425 ~ assert!(error <= 0.8*baseline, [INFO] [stdout] 426 | "drift performance out of spec: {:.15} -> {:.15}", baseline, error [INFO] [stdout] 427 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/coordinate.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | format!("got: {:.15}", magnitude(&u))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 446 - format!("got: {:.15}", magnitude(&u))); [INFO] [stdout] 446 + "got: {:.15}", magnitude(&u)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/client.rs:449:34 [INFO] [stdout] | [INFO] [stdout] 449 | assert!(uc.vec[2] < 0.0, format!( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 450 | | "client z coordinate {:.6?} should be < 0.0", uc.vec[2] [INFO] [stdout] 451 | | )); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 449 ~ assert!(uc.vec[2] < 0.0, [INFO] [stdout] 450 | "client z coordinate {:.6?} should be < 0.0", uc.vec[2] [INFO] [stdout] 451 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.38s [INFO] running `Command { std: "docker" "inspect" "b37c2ae107f1a405045e79e35a603c2ae466968dce96c5ab3377cbd8839f645d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b37c2ae107f1a405045e79e35a603c2ae466968dce96c5ab3377cbd8839f645d", kill_on_drop: false }` [INFO] [stdout] b37c2ae107f1a405045e79e35a603c2ae466968dce96c5ab3377cbd8839f645d