[INFO] fetching crate ockam_macro 0.1.0... [INFO] checking ockam_macro-0.1.0 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate ockam_macro 0.1.0 into /workspace/builds/worker-35/source [INFO] validating manifest of crates.io crate ockam_macro 0.1.0 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ockam_macro 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ockam_macro 0.1.0 [INFO] tweaked toml for crates.io crate ockam_macro 0.1.0 written to /workspace/builds/worker-35/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4e4657516d4a76411cb0e3506500510413fee0d6345ff7739a4e4b3d12cae76 [INFO] running `Command { std: "docker" "start" "-a" "e4e4657516d4a76411cb0e3506500510413fee0d6345ff7739a4e4b3d12cae76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4e4657516d4a76411cb0e3506500510413fee0d6345ff7739a4e4b3d12cae76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4e4657516d4a76411cb0e3506500510413fee0d6345ff7739a4e4b3d12cae76", kill_on_drop: false }` [INFO] [stdout] e4e4657516d4a76411cb0e3506500510413fee0d6345ff7739a4e4b3d12cae76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79e1621dabe32de831f8b6bc21ab76f548092e6e75be0d74f7aba68a57a930aa [INFO] running `Command { std: "docker" "start" "-a" "79e1621dabe32de831f8b6bc21ab76f548092e6e75be0d74f7aba68a57a930aa", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ryu v1.0.6 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling trybuild v1.0.52 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking quote v1.0.10 [INFO] [stderr] Checking ockam_macro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking toml v0.5.8 [INFO] [stdout] error[E0706]: functions in traits cannot be declared `async` [INFO] [stdout] --> tests/test.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(AsyncTryClone)] [INFO] [stdout] | ^^^^^^^^^^^^^ `async` because of this [INFO] [stdout] | [INFO] [stdout] = note: `async` trait functions are not currently supported [INFO] [stdout] = note: consider using the `async-trait` crate: https://crates.io/crates/async-trait [INFO] [stdout] = note: this error originates in the derive macro `AsyncTryClone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0706]: functions in traits cannot be declared `async` [INFO] [stdout] --> tests/test.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(AsyncTryClone)] [INFO] [stdout] | ^^^^^^^^^^^^^ `async` because of this [INFO] [stdout] | [INFO] [stdout] = note: `async` trait functions are not currently supported [INFO] [stdout] = note: consider using the `async-trait` crate: https://crates.io/crates/async-trait [INFO] [stdout] = note: this error originates in the derive macro `AsyncTryClone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0706]: functions in traits cannot be declared `async` [INFO] [stdout] --> tests/test.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(AsyncTryClone)] [INFO] [stdout] | ^^^^^^^^^^^^^ `async` because of this [INFO] [stdout] | [INFO] [stdout] = note: `async` trait functions are not currently supported [INFO] [stdout] = note: consider using the `async-trait` crate: https://crates.io/crates/async-trait [INFO] [stdout] = note: this error originates in the derive macro `AsyncTryClone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ockam_core` [INFO] [stdout] --> tests/test.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(AsyncTryClone)] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `ockam_core` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `AsyncTryClone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ockam_core` [INFO] [stdout] --> tests/test.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(AsyncTryClone)] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `ockam_core` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `AsyncTryClone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ockam_core` [INFO] [stdout] --> tests/test.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(AsyncTryClone)] [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `ockam_core` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `AsyncTryClone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ockam_core` [INFO] [stdout] --> tests/test.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | fn assert_impl() {} [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `ockam_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0706. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ockam_macro` due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "79e1621dabe32de831f8b6bc21ab76f548092e6e75be0d74f7aba68a57a930aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79e1621dabe32de831f8b6bc21ab76f548092e6e75be0d74f7aba68a57a930aa", kill_on_drop: false }` [INFO] [stdout] 79e1621dabe32de831f8b6bc21ab76f548092e6e75be0d74f7aba68a57a930aa