[INFO] fetching crate dlv-list 0.6.0... [INFO] checking dlv-list-0.6.0 against try#0c7fed2b7584d310ca8221267fa1b3bec4df427f for pr-133502-4 [INFO] extracting crate dlv-list 0.6.0 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate dlv-list 0.6.0 on toolchain 0c7fed2b7584d310ca8221267fa1b3bec4df427f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c7fed2b7584d310ca8221267fa1b3bec4df427f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate dlv-list 0.6.0 [INFO] finished tweaking crates.io crate dlv-list 0.6.0 [INFO] tweaked toml for crates.io crate dlv-list 0.6.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c7fed2b7584d310ca8221267fa1b3bec4df427f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 17 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c7fed2b7584d310ca8221267fa1b3bec4df427f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0c7fed2b7584d310ca8221267fa1b3bec4df427f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3f0c3479463f8d6e5268ef34fbf61e9e78e8b6dde7a92eb8d802132772112fa [INFO] running `Command { std: "docker" "start" "-a" "a3f0c3479463f8d6e5268ef34fbf61e9e78e8b6dde7a92eb8d802132772112fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3f0c3479463f8d6e5268ef34fbf61e9e78e8b6dde7a92eb8d802132772112fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3f0c3479463f8d6e5268ef34fbf61e9e78e8b6dde7a92eb8d802132772112fa", kill_on_drop: false }` [INFO] [stdout] a3f0c3479463f8d6e5268ef34fbf61e9e78e8b6dde7a92eb8d802132772112fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+0c7fed2b7584d310ca8221267fa1b3bec4df427f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5653a64be10d5d58110aac651fd9449ec295379e59410a72d5cff0dfc1bec59e [INFO] running `Command { std: "docker" "start" "-a" "5653a64be10d5d58110aac651fd9449ec295379e59410a72d5cff0dfc1bec59e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling coverage-helper v0.2.4 [INFO] [stderr] Checking dlv-list v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_test v1.0.177 [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2295:5 [INFO] [stdout] | [INFO] [stdout] 2295 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2309:5 [INFO] [stdout] | [INFO] [stdout] 2309 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2316:5 [INFO] [stdout] | [INFO] [stdout] 2316 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2329:5 [INFO] [stdout] | [INFO] [stdout] 2329 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2347:5 [INFO] [stdout] | [INFO] [stdout] 2347 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2354:5 [INFO] [stdout] | [INFO] [stdout] 2354 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2365:5 [INFO] [stdout] | [INFO] [stdout] 2365 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2389:5 [INFO] [stdout] | [INFO] [stdout] 2389 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2400:5 [INFO] [stdout] | [INFO] [stdout] 2400 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2412:5 [INFO] [stdout] | [INFO] [stdout] 2412 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2424:5 [INFO] [stdout] | [INFO] [stdout] 2424 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2443:5 [INFO] [stdout] | [INFO] [stdout] 2443 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2461:5 [INFO] [stdout] | [INFO] [stdout] 2461 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2468:5 [INFO] [stdout] | [INFO] [stdout] 2468 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2479:5 [INFO] [stdout] | [INFO] [stdout] 2479 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2503:5 [INFO] [stdout] | [INFO] [stdout] 2503 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2516:5 [INFO] [stdout] | [INFO] [stdout] 2516 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2534:5 [INFO] [stdout] | [INFO] [stdout] 2534 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2541:5 [INFO] [stdout] | [INFO] [stdout] 2541 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2552:5 [INFO] [stdout] | [INFO] [stdout] 2552 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2576:5 [INFO] [stdout] | [INFO] [stdout] 2576 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2589:5 [INFO] [stdout] | [INFO] [stdout] 2589 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2607:5 [INFO] [stdout] | [INFO] [stdout] 2607 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2614:5 [INFO] [stdout] | [INFO] [stdout] 2614 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2625:5 [INFO] [stdout] | [INFO] [stdout] 2625 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2649:5 [INFO] [stdout] | [INFO] [stdout] 2649 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2662:5 [INFO] [stdout] | [INFO] [stdout] 2662 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2680:5 [INFO] [stdout] | [INFO] [stdout] 2680 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2687:5 [INFO] [stdout] | [INFO] [stdout] 2687 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2698:5 [INFO] [stdout] | [INFO] [stdout] 2698 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2722:5 [INFO] [stdout] | [INFO] [stdout] 2722 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2740:5 [INFO] [stdout] | [INFO] [stdout] 2740 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2758:5 [INFO] [stdout] | [INFO] [stdout] 2758 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2764:5 [INFO] [stdout] | [INFO] [stdout] 2764 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2773:5 [INFO] [stdout] | [INFO] [stdout] 2773 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2785:5 [INFO] [stdout] | [INFO] [stdout] 2785 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2798:5 [INFO] [stdout] | [INFO] [stdout] 2798 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2810:5 [INFO] [stdout] | [INFO] [stdout] 2810 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2850:5 [INFO] [stdout] | [INFO] [stdout] 2850 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2863:5 [INFO] [stdout] | [INFO] [stdout] 2863 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2873:5 [INFO] [stdout] | [INFO] [stdout] 2873 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2879:5 [INFO] [stdout] | [INFO] [stdout] 2879 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2897:5 [INFO] [stdout] | [INFO] [stdout] 2897 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2916:5 [INFO] [stdout] | [INFO] [stdout] 2916 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2937:5 [INFO] [stdout] | [INFO] [stdout] 2937 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2957:5 [INFO] [stdout] | [INFO] [stdout] 2957 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2973:5 [INFO] [stdout] | [INFO] [stdout] 2973 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:2989:5 [INFO] [stdout] | [INFO] [stdout] 2989 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3000:5 [INFO] [stdout] | [INFO] [stdout] 3000 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3011:5 [INFO] [stdout] | [INFO] [stdout] 3011 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3023:5 [INFO] [stdout] | [INFO] [stdout] 3023 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3032:5 [INFO] [stdout] | [INFO] [stdout] 3032 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3056:5 [INFO] [stdout] | [INFO] [stdout] 3056 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3074:5 [INFO] [stdout] | [INFO] [stdout] 3074 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3084:5 [INFO] [stdout] | [INFO] [stdout] 3084 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3096:5 [INFO] [stdout] | [INFO] [stdout] 3096 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3114:5 [INFO] [stdout] | [INFO] [stdout] 3114 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3124:5 [INFO] [stdout] | [INFO] [stdout] 3124 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3136:5 [INFO] [stdout] | [INFO] [stdout] 3136 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3148:5 [INFO] [stdout] | [INFO] [stdout] 3148 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3156:5 [INFO] [stdout] | [INFO] [stdout] 3156 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3170:5 [INFO] [stdout] | [INFO] [stdout] 3170 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3187:5 [INFO] [stdout] | [INFO] [stdout] 3187 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3197:5 [INFO] [stdout] | [INFO] [stdout] 3197 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3204:5 [INFO] [stdout] | [INFO] [stdout] 3204 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3230:5 [INFO] [stdout] | [INFO] [stdout] 3230 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3239:5 [INFO] [stdout] | [INFO] [stdout] 3239 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3248:5 [INFO] [stdout] | [INFO] [stdout] 3248 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3259:5 [INFO] [stdout] | [INFO] [stdout] 3259 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3277:5 [INFO] [stdout] | [INFO] [stdout] 3277 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3288:5 [INFO] [stdout] | [INFO] [stdout] 3288 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3296:5 [INFO] [stdout] | [INFO] [stdout] 3296 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3310:5 [INFO] [stdout] | [INFO] [stdout] 3310 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3324:5 [INFO] [stdout] | [INFO] [stdout] 3324 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3366:5 [INFO] [stdout] | [INFO] [stdout] 3366 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3375:5 [INFO] [stdout] | [INFO] [stdout] 3375 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3385:5 [INFO] [stdout] | [INFO] [stdout] 3385 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3416:5 [INFO] [stdout] | [INFO] [stdout] 3416 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3422:5 [INFO] [stdout] | [INFO] [stdout] 3422 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3436:5 [INFO] [stdout] | [INFO] [stdout] 3436 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3470:5 [INFO] [stdout] | [INFO] [stdout] 3470 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3497:5 [INFO] [stdout] | [INFO] [stdout] 3497 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3507:5 [INFO] [stdout] | [INFO] [stdout] 3507 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3517:5 [INFO] [stdout] | [INFO] [stdout] 3517 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3525:5 [INFO] [stdout] | [INFO] [stdout] 3525 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3535:5 [INFO] [stdout] | [INFO] [stdout] 3535 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `test`: this crate is deprecated in favor of module-level #[coverage(off)] attribute; see for more [INFO] [stdout] --> src/lib.rs:3545:5 [INFO] [stdout] | [INFO] [stdout] 3545 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.04s [INFO] running `Command { std: "docker" "inspect" "5653a64be10d5d58110aac651fd9449ec295379e59410a72d5cff0dfc1bec59e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5653a64be10d5d58110aac651fd9449ec295379e59410a72d5cff0dfc1bec59e", kill_on_drop: false }` [INFO] [stdout] 5653a64be10d5d58110aac651fd9449ec295379e59410a72d5cff0dfc1bec59e