[INFO] fetching crate function-compose-proc-macros 0.2.0...
[INFO] checking function-compose-proc-macros-0.2.0 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate function-compose-proc-macros 0.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate function-compose-proc-macros 0.2.0 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate function-compose-proc-macros 0.2.0
[INFO] finished tweaking crates.io crate function-compose-proc-macros 0.2.0
[INFO] tweaked toml for crates.io crate function-compose-proc-macros 0.2.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" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 51 packages to latest compatible versions
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (available: v0.13.2+wasi-0.2.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 07bfc4d4e64b86293f386c246881b5a9db54f55e0a2d1cf4a55057dd9d09f20a
[INFO] running `Command { std: "docker" "start" "-a" "07bfc4d4e64b86293f386c246881b5a9db54f55e0a2d1cf4a55057dd9d09f20a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07bfc4d4e64b86293f386c246881b5a9db54f55e0a2d1cf4a55057dd9d09f20a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07bfc4d4e64b86293f386c246881b5a9db54f55e0a2d1cf4a55057dd9d09f20a", kill_on_drop: false }`
[INFO] [stdout] 07bfc4d4e64b86293f386c246881b5a9db54f55e0a2d1cf4a55057dd9d09f20a
[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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb52db458b60147a9707cfbf1165ce91d946a47d4f5f684b86e1d178aeca47c1
[INFO] running `Command { std: "docker" "start" "-a" "bb52db458b60147a9707cfbf1165ce91d946a47d4f5f684b86e1d178aeca47c1", kill_on_drop: false }`
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking syn v2.0.77
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tokio-retry v0.3.0
[INFO] [stderr]     Checking retry v2.0.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking function-compose-proc-macros v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `function_compose`
[INFO] [stdout]  --> tests/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use function_compose::composeable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of undeclared crate or module `function_compose`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `fn_composer__retry_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let _retry_fn = fn_composer__retry_add_retryable;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `fn_composer__retry_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:73:21
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let _retry_fn = fn_composer__retry_add_retryable;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `fn_composer__retry_add_async` in this scope
[INFO] [stdout]   --> tests/mod.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let _retry_fn = fn_composer__retry_add_async;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `fn_composer__retry_add_async_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:97:21
[INFO] [stdout]    |
[INFO] [stdout] 97 |     let _retry_fn = fn_composer__retry_add_async_retryable;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `retry::delay::*`
[INFO] [stdout]  --> tests/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use retry::delay::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__lifted_fn_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let lifted_add = fn_composer__lifted_fn_add_retryable(add_retryable);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_async_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let is_add_async = fn_composer__is_async_add_retryable();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_retryable_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:60:24
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let is_retryable = fn_composer__is_retryable_add_retryable();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__lifted_fn_add_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:69:22
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let lifted_add = fn_composer__lifted_fn_add_retryable(add);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_async_add` in this scope
[INFO] [stdout]   --> tests/mod.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let is_add_async = fn_composer__is_async_add();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_retryable_add` in this scope
[INFO] [stdout]   --> tests/mod.rs:72:24
[INFO] [stdout]    |
[INFO] [stdout] 72 |     let is_retryable = fn_composer__is_retryable_add();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__lifted_fn_add_async` in this scope
[INFO] [stdout]   --> tests/mod.rs:81:23
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let _lifted_add = fn_composer__lifted_fn_add_async(add_async);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_async_add_async` in this scope
[INFO] [stdout]   --> tests/mod.rs:83:24
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let is_add_async = fn_composer__is_async_add_async();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_retryable_add_async` in this scope
[INFO] [stdout]   --> tests/mod.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let is_retryable = fn_composer__is_retryable_add_async();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__lifted_fn_add_async_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:92:23
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let _lifted_add = fn_composer__lifted_fn_add_async_retryable(add_async_retryable);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_async_add_async_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:94:24
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let is_add_async = fn_composer__is_async_add_async_retryable();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `fn_composer__is_retryable_add_async_retryable` in this scope
[INFO] [stdout]   --> tests/mod.rs:95:24
[INFO] [stdout]    |
[INFO] [stdout] 95 |     let is_retryable = fn_composer__is_retryable_add_async_retryable();
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 17 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `function-compose-proc-macros` (test "mod") due to 18 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "bb52db458b60147a9707cfbf1165ce91d946a47d4f5f684b86e1d178aeca47c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb52db458b60147a9707cfbf1165ce91d946a47d4f5f684b86e1d178aeca47c1", kill_on_drop: false }`
[INFO] [stdout] bb52db458b60147a9707cfbf1165ce91d946a47d4f5f684b86e1d178aeca47c1
