[INFO] fetching crate resplus-impl 0.2.0... [INFO] checking resplus-impl-0.2.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate resplus-impl 0.2.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate resplus-impl 0.2.0 [INFO] finished tweaking crates.io crate resplus-impl 0.2.0 [INFO] tweaked toml for crates.io crate resplus-impl 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate resplus-impl 0.2.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate resplus-impl 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a7a72c053b90286a280bf9bce388af6fb82c232dd59476ce8c77f2540a44997e [INFO] running `Command { std: "docker" "start" "-a" "a7a72c053b90286a280bf9bce388af6fb82c232dd59476ce8c77f2540a44997e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7a72c053b90286a280bf9bce388af6fb82c232dd59476ce8c77f2540a44997e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7a72c053b90286a280bf9bce388af6fb82c232dd59476ce8c77f2540a44997e", kill_on_drop: false }` [INFO] [stdout] a7a72c053b90286a280bf9bce388af6fb82c232dd59476ce8c77f2540a44997e [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df446ba7dbd0ba22993a04b2ee3e3b2ebae957ccd8b01539276147b75087fb11 [INFO] running `Command { std: "docker" "start" "-a" "df446ba7dbd0ba22993a04b2ee3e3b2ebae957ccd8b01539276147b75087fb11", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Compiling async-trait v0.1.87 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stderr] Checking resplus-impl v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `test_util` [INFO] [stdout] --> src/fut.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | use test_util::*; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `test_util` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `test_util`, use `cargo add test_util` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `test_util` [INFO] [stdout] --> src/sync.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | use test_util::*; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `test_util` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `test_util`, use `cargo add test_util` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `async_assert_result` in this scope [INFO] [stdout] --> src/fut.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | async_assert_result!(about!(af0()), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `async_assert_result` in this scope [INFO] [stdout] --> src/fut.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | async_assert_result!(about!(af1(1)), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `async_assert_result` in this scope [INFO] [stdout] --> src/fut.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | async_assert_result!(about!(af2(1, 1)), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `async_assert_result` in this scope [INFO] [stdout] --> src/fut.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | async_assert_result!(about_else!(af0()), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `async_assert_result` in this scope [INFO] [stdout] --> src/fut.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | async_assert_result!(about_else!(af1(1)), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `async_assert_result` in this scope [INFO] [stdout] --> src/fut.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | async_assert_result!(about_else!(af2(1, 1)), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_result` in this scope [INFO] [stdout] --> src/sync.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | assert_result!(about!(f0()), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_result` in this scope [INFO] [stdout] --> src/sync.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | assert_result!(about!(f1(1)), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_result` in this scope [INFO] [stdout] --> src/sync.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | assert_result!(about!(f2(1, 1)), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_result` in this scope [INFO] [stdout] --> src/sync.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | assert_result!(about_else!(f0()), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_result` in this scope [INFO] [stdout] --> src/sync.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | assert_result!(about_else!(f1(1)), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `assert_result` in this scope [INFO] [stdout] --> src/sync.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | assert_result!(about_else!(f2(1, 1)), "source: Error\n source"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::FutResultChain` [INFO] [stdout] --> src/fut.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | use super::FutResultChain; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate as resplus` [INFO] [stdout] --> src/fut.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | use crate as resplus; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `about_else` and `about` [INFO] [stdout] --> src/fut.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | use crate::tests::{about, about_else}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::ResultChain` [INFO] [stdout] --> src/sync.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | use super::ResultChain; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate as resplus` [INFO] [stdout] --> src/sync.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | use crate as resplus; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `about_else` and `about` [INFO] [stdout] --> src/sync.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | use crate::tests::{about, about_else}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `about` [INFO] [stdout] --> src/lib.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | macro_rules! about { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `about_else` [INFO] [stdout] --> src/lib.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | macro_rules! about_else { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `resplus-impl` (lib test) due to 14 previous errors; 8 warnings emitted [INFO] running `Command { std: "docker" "inspect" "df446ba7dbd0ba22993a04b2ee3e3b2ebae957ccd8b01539276147b75087fb11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df446ba7dbd0ba22993a04b2ee3e3b2ebae957ccd8b01539276147b75087fb11", kill_on_drop: false }` [INFO] [stdout] df446ba7dbd0ba22993a04b2ee3e3b2ebae957ccd8b01539276147b75087fb11