[INFO] fetching crate spekt 0.1.1...
[INFO] testing spekt-0.1.1 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate spekt 0.1.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate spekt 0.1.1 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate spekt 0.1.1
[INFO] finished tweaking crates.io crate spekt 0.1.1
[INFO] tweaked toml for crates.io crate spekt 0.1.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9087897a1fd9fc5d119d6f628d1ff67835c13676978a539abb4c49a8f95fc9ea
[INFO] running `Command { std: "docker" "start" "-a" "9087897a1fd9fc5d119d6f628d1ff67835c13676978a539abb4c49a8f95fc9ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9087897a1fd9fc5d119d6f628d1ff67835c13676978a539abb4c49a8f95fc9ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9087897a1fd9fc5d119d6f628d1ff67835c13676978a539abb4c49a8f95fc9ea", kill_on_drop: false }`
[INFO] [stdout] 9087897a1fd9fc5d119d6f628d1ff67835c13676978a539abb4c49a8f95fc9ea
[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=forbid" "-e" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84769dff7fa8b5996c4c59191235cb2379cfd1e2313c3bdaca439641a8bbd6dd
[INFO] running `Command { std: "docker" "start" "-a" "84769dff7fa8b5996c4c59191235cb2379cfd1e2313c3bdaca439641a8bbd6dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling spekt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Err(error) => return assert!(false, format!("{}", error)),
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stdout] 30 +             Err(error) => return assert!(false, "{}", error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 38 -             assert!(false, format!("{}", error));
[INFO] [stdout] 38 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 42 -             assert!(false, format!("{}", error));
[INFO] [stdout] 42 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
[INFO] running `Command { std: "docker" "inspect" "84769dff7fa8b5996c4c59191235cb2379cfd1e2313c3bdaca439641a8bbd6dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84769dff7fa8b5996c4c59191235cb2379cfd1e2313c3bdaca439641a8bbd6dd", kill_on_drop: false }`
[INFO] [stdout] 84769dff7fa8b5996c4c59191235cb2379cfd1e2313c3bdaca439641a8bbd6dd
[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=forbid" "-e" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b9d253c5e401b2a56adf116c0f059c2581eec521cc6d8714c744f8dda4e33d1
[INFO] running `Command { std: "docker" "start" "-a" "2b9d253c5e401b2a56adf116c0f059c2581eec521cc6d8714c744f8dda4e33d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Err(error) => return assert!(false, format!("{}", error)),
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stdout] 30 +             Err(error) => return assert!(false, "{}", error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 38 -             assert!(false, format!("{}", error));
[INFO] [stdout] 38 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 42 -             assert!(false, format!("{}", error));
[INFO] [stdout] 42 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling spekt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Err(error) => return assert!(false, format!("{}", error)),
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stdout] 30 +             Err(error) => return assert!(false, "{}", error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 38 -             assert!(false, format!("{}", error));
[INFO] [stdout] 38 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 42 -             assert!(false, format!("{}", error));
[INFO] [stdout] 42 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s
[INFO] running `Command { std: "docker" "inspect" "2b9d253c5e401b2a56adf116c0f059c2581eec521cc6d8714c744f8dda4e33d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b9d253c5e401b2a56adf116c0f059c2581eec521cc6d8714c744f8dda4e33d1", kill_on_drop: false }`
[INFO] [stdout] 2b9d253c5e401b2a56adf116c0f059c2581eec521cc6d8714c744f8dda4e33d1
[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=forbid" "-e" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8ad44e9834dafb3456363b178b795b0b216a3f47fc67fe364ea40ee120e19d9e
[INFO] running `Command { std: "docker" "start" "-a" "8ad44e9834dafb3456363b178b795b0b216a3f47fc67fe364ea40ee120e19d9e", kill_on_drop: false }`
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/test.rs:30:49
[INFO] [stderr]    |
[INFO] [stderr] 30 |             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 30 -             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stderr] 30 +             Err(error) => return assert!(false, "{}", error),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/test.rs:38:28
[INFO] [stderr]    |
[INFO] [stderr] 38 |             assert!(false, format!("{}", error));
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 38 -             assert!(false, format!("{}", error));
[INFO] [stderr] 38 +             assert!(false, "{}", error);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/test.rs:42:28
[INFO] [stderr]    |
[INFO] [stderr] 42 |             assert!(false, format!("{}", error));
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 42 -             assert!(false, format!("{}", error));
[INFO] [stderr] 42 +             assert!(false, "{}", error);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `spekt` (lib) generated 3 warnings (run `cargo fix --lib -p spekt` to apply 3 suggestions)
[INFO] [stderr] warning: `spekt` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spekt-1a21d24a6fb8c955)
[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] [stderr]    Doc-tests spekt
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 9) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 73) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 9) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `postgres`
[INFO] [stdout]  --> src/lib.rs:10:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use postgres::{Client, NoTls, Row, error::Error as PostgresError};
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `postgres`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `postgres`
[INFO] [stdout]  --> src/lib.rs:10:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use postgres::{Client, NoTls, Row, error::Error as PostgresError};
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `postgres`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 73) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio_postgres`
[INFO] [stdout]  --> src/lib.rs:75:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tokio_postgres::{Client, NoTls, Row, error::Error as PostgresError};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_postgres`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_postgres`
[INFO] [stdout]  --> src/lib.rs:75:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tokio_postgres::{Client, NoTls, Row, error::Error as PostgresError};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_postgres`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]   --> src/lib.rs:103:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[tokio::test]
[INFO] [stdout]    |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s in an async block that returns `Result`
[INFO] [stdout]   --> src/lib.rs:88:86
[INFO] [stdout]    |
[INFO] [stdout] 17 |       async fn before() -> Result<Self, Self::Error> {
[INFO] [stdout]    |  ____________________________________________________-
[INFO] [stdout] 18 | |         let mut client = Client::connect("host=localhost user=postgres", NoTls).await?;
[INFO] [stdout]    | |                                                                                      ^ this `?` produces `_`, which is incompatible with `Result<PostgresTest, anyhow::Error>`
[INFO] [stdout] 19 | |
[INFO] [stdout] 20 | |         client.batch_execute("CREATE TABLE my_test_table ()").await?;
[INFO] [stdout] 21 | |
[INFO] [stdout] 22 | |         Ok(Self { client })
[INFO] [stdout] 23 | |     }
[INFO] [stdout]    | |_____- this function returns a `Result`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `FromResidual<_>` is not implemented for `Result<PostgresTest, anyhow::Error>`
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s in an async block that returns `Result`
[INFO] [stdout]   --> src/lib.rs:90:68
[INFO] [stdout]    |
[INFO] [stdout] 17 |       async fn before() -> Result<Self, Self::Error> {
[INFO] [stdout]    |  ____________________________________________________-
[INFO] [stdout] 18 | |         let mut client = Client::connect("host=localhost user=postgres", NoTls).await?;
[INFO] [stdout] 19 | |
[INFO] [stdout] 20 | |         client.batch_execute("CREATE TABLE my_test_table ()").await?;
[INFO] [stdout]    | |                                                                    ^ this `?` produces `_`, which is incompatible with `Result<PostgresTest, anyhow::Error>`
[INFO] [stdout] 21 | |
[INFO] [stdout] 22 | |         Ok(Self { client })
[INFO] [stdout] 23 | |     }
[INFO] [stdout]    | |_____- this function returns a `Result`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `FromResidual<_>` is not implemented for `Result<PostgresTest, anyhow::Error>`
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 73)
[INFO] [stdout]     src/lib.rs - (line 9)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8ad44e9834dafb3456363b178b795b0b216a3f47fc67fe364ea40ee120e19d9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ad44e9834dafb3456363b178b795b0b216a3f47fc67fe364ea40ee120e19d9e", kill_on_drop: false }`
[INFO] [stdout] 8ad44e9834dafb3456363b178b795b0b216a3f47fc67fe364ea40ee120e19d9e
[INFO] testing spekt-0.1.1 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate spekt 0.1.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate spekt 0.1.1 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate spekt 0.1.1
[INFO] finished tweaking crates.io crate spekt 0.1.1
[INFO] tweaked toml for crates.io crate spekt 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bd1a198d830fb8a97aed1f7ed027f96ea0e5dcd2bbd8519c1e257733ad16c839
[INFO] running `Command { std: "docker" "start" "-a" "bd1a198d830fb8a97aed1f7ed027f96ea0e5dcd2bbd8519c1e257733ad16c839", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd1a198d830fb8a97aed1f7ed027f96ea0e5dcd2bbd8519c1e257733ad16c839", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd1a198d830fb8a97aed1f7ed027f96ea0e5dcd2bbd8519c1e257733ad16c839", kill_on_drop: false }`
[INFO] [stdout] bd1a198d830fb8a97aed1f7ed027f96ea0e5dcd2bbd8519c1e257733ad16c839
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5690d7f3bb554a609ecfa93981eba662b9178fd4e8ba84828b7a447f49bd2c8f
[INFO] running `Command { std: "docker" "start" "-a" "5690d7f3bb554a609ecfa93981eba662b9178fd4e8ba84828b7a447f49bd2c8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling spekt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Err(error) => return assert!(false, format!("{}", error)),
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stdout] 30 +             Err(error) => return assert!(false, "{}", error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 38 -             assert!(false, format!("{}", error));
[INFO] [stdout] 38 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 42 -             assert!(false, format!("{}", error));
[INFO] [stdout] 42 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
[INFO] running `Command { std: "docker" "inspect" "5690d7f3bb554a609ecfa93981eba662b9178fd4e8ba84828b7a447f49bd2c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5690d7f3bb554a609ecfa93981eba662b9178fd4e8ba84828b7a447f49bd2c8f", kill_on_drop: false }`
[INFO] [stdout] 5690d7f3bb554a609ecfa93981eba662b9178fd4e8ba84828b7a447f49bd2c8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f997a26aad4603eef21411412cc01aee37919e1c994ed54bf7846ccde849537
[INFO] running `Command { std: "docker" "start" "-a" "0f997a26aad4603eef21411412cc01aee37919e1c994ed54bf7846ccde849537", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Err(error) => return assert!(false, format!("{}", error)),
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stdout] 30 +             Err(error) => return assert!(false, "{}", error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 38 -             assert!(false, format!("{}", error));
[INFO] [stdout] 38 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 42 -             assert!(false, format!("{}", error));
[INFO] [stdout] 42 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling spekt v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:30:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Err(error) => return assert!(false, format!("{}", error)),
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stdout] 30 +             Err(error) => return assert!(false, "{}", error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 38 -             assert!(false, format!("{}", error));
[INFO] [stdout] 38 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/test.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |             assert!(false, format!("{}", error));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 42 -             assert!(false, format!("{}", error));
[INFO] [stdout] 42 +             assert!(false, "{}", error);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.29s
[INFO] running `Command { std: "docker" "inspect" "0f997a26aad4603eef21411412cc01aee37919e1c994ed54bf7846ccde849537", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f997a26aad4603eef21411412cc01aee37919e1c994ed54bf7846ccde849537", kill_on_drop: false }`
[INFO] [stdout] 0f997a26aad4603eef21411412cc01aee37919e1c994ed54bf7846ccde849537
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 158cc568f6fabafd495f2c32f7b159c5f393dc9b72424b2af139d8ea00818dd3
[INFO] running `Command { std: "docker" "start" "-a" "158cc568f6fabafd495f2c32f7b159c5f393dc9b72424b2af139d8ea00818dd3", kill_on_drop: false }`
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/test.rs:30:49
[INFO] [stderr]    |
[INFO] [stderr] 30 |             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 30 -             Err(error) => return assert!(false, format!("{}", error)),
[INFO] [stderr] 30 +             Err(error) => return assert!(false, "{}", error),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/test.rs:38:28
[INFO] [stderr]    |
[INFO] [stderr] 38 |             assert!(false, format!("{}", error));
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 38 -             assert!(false, format!("{}", error));
[INFO] [stderr] 38 +             assert!(false, "{}", error);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/test.rs:42:28
[INFO] [stderr]    |
[INFO] [stderr] 42 |             assert!(false, format!("{}", error));
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 42 -             assert!(false, format!("{}", error));
[INFO] [stderr] 42 +             assert!(false, "{}", error);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `spekt` (lib) generated 3 warnings (run `cargo fix --lib -p spekt` to apply 3 suggestions)
[INFO] [stderr] warning: `spekt` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spekt-1a21d24a6fb8c955)
[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] [stderr]    Doc-tests spekt
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 9) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 73) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 9) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `postgres`
[INFO] [stdout]  --> src/lib.rs:10:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use postgres::{Client, NoTls, Row, error::Error as PostgresError};
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `postgres`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `postgres`
[INFO] [stdout]  --> src/lib.rs:10:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use postgres::{Client, NoTls, Row, error::Error as PostgresError};
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `postgres`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 73) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio_postgres`
[INFO] [stdout]  --> src/lib.rs:75:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tokio_postgres::{Client, NoTls, Row, error::Error as PostgresError};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_postgres`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_postgres`
[INFO] [stdout]  --> src/lib.rs:75:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tokio_postgres::{Client, NoTls, Row, error::Error as PostgresError};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_postgres`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]   --> src/lib.rs:103:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[tokio::test]
[INFO] [stdout]    |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s in an async block that returns `Result`
[INFO] [stdout]   --> src/lib.rs:88:86
[INFO] [stdout]    |
[INFO] [stdout] 17 |       async fn before() -> Result<Self, Self::Error> {
[INFO] [stdout]    |  ____________________________________________________-
[INFO] [stdout] 18 | |         let mut client = Client::connect("host=localhost user=postgres", NoTls).await?;
[INFO] [stdout]    | |                                                                                      ^ this `?` produces `_`, which is incompatible with `Result<PostgresTest, anyhow::Error>`
[INFO] [stdout] 19 | |
[INFO] [stdout] 20 | |         client.batch_execute("CREATE TABLE my_test_table ()").await?;
[INFO] [stdout] 21 | |
[INFO] [stdout] 22 | |         Ok(Self { client })
[INFO] [stdout] 23 | |     }
[INFO] [stdout]    | |_____- this function returns a `Result`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `FromResidual<_>` is not implemented for `Result<PostgresTest, anyhow::Error>`
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s in an async block that returns `Result`
[INFO] [stdout]   --> src/lib.rs:90:68
[INFO] [stdout]    |
[INFO] [stdout] 17 |       async fn before() -> Result<Self, Self::Error> {
[INFO] [stdout]    |  ____________________________________________________-
[INFO] [stdout] 18 | |         let mut client = Client::connect("host=localhost user=postgres", NoTls).await?;
[INFO] [stdout] 19 | |
[INFO] [stdout] 20 | |         client.batch_execute("CREATE TABLE my_test_table ()").await?;
[INFO] [stdout]    | |                                                                    ^ this `?` produces `_`, which is incompatible with `Result<PostgresTest, anyhow::Error>`
[INFO] [stdout] 21 | |
[INFO] [stdout] 22 | |         Ok(Self { client })
[INFO] [stdout] 23 | |     }
[INFO] [stdout]    | |_____- this function returns a `Result`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `FromResidual<_>` is not implemented for `Result<PostgresTest, anyhow::Error>`
[INFO] [stdout]    = help: the following other types implement trait `FromResidual<R>`:
[INFO] [stdout]              <Result<T, F> as FromResidual<Result<Infallible, E>>>
[INFO] [stdout]              <Result<T, F> as FromResidual<Yeet<E>>>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 73)
[INFO] [stdout]     src/lib.rs - (line 9)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "158cc568f6fabafd495f2c32f7b159c5f393dc9b72424b2af139d8ea00818dd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "158cc568f6fabafd495f2c32f7b159c5f393dc9b72424b2af139d8ea00818dd3", kill_on_drop: false }`
[INFO] [stdout] 158cc568f6fabafd495f2c32f7b159c5f393dc9b72424b2af139d8ea00818dd3
