[INFO] fetching crate ockam_macro 0.1.0... [INFO] checking ockam_macro-0.1.0 against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] extracting crate ockam_macro 0.1.0 into /workspace/builds/worker-99/source [INFO] validating manifest of crates.io crate ockam_macro 0.1.0 on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "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-99/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bbf781289ce11101f077e900f78a4221a5dfbec1accf6f16c7e9998fa5276445 [INFO] running `Command { std: "docker" "start" "-a" "bbf781289ce11101f077e900f78a4221a5dfbec1accf6f16c7e9998fa5276445", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bbf781289ce11101f077e900f78a4221a5dfbec1accf6f16c7e9998fa5276445", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbf781289ce11101f077e900f78a4221a5dfbec1accf6f16c7e9998fa5276445", kill_on_drop: false }` [INFO] [stdout] bbf781289ce11101f077e900f78a4221a5dfbec1accf6f16c7e9998fa5276445 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62c23f7215563c0e0b41e1ffe2f524587492f01dff1ed52ebf727159b363040a [INFO] running `Command { std: "docker" "start" "-a" "62c23f7215563c0e0b41e1ffe2f524587492f01dff1ed52ebf727159b363040a", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Compiling trybuild v1.0.52 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling ockam_macro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking proc-macro2 v1.0.32 [INFO] [stderr] Checking quote v1.0.10 [INFO] [stderr] Checking syn v1.0.82 [INFO] [stderr] Checking serde_json v1.0.72 [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" "62c23f7215563c0e0b41e1ffe2f524587492f01dff1ed52ebf727159b363040a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62c23f7215563c0e0b41e1ffe2f524587492f01dff1ed52ebf727159b363040a", kill_on_drop: false }` [INFO] [stdout] 62c23f7215563c0e0b41e1ffe2f524587492f01dff1ed52ebf727159b363040a