[INFO] fetching crate mockers_codegen 0.9.4...
[INFO] checking mockers_codegen-0.9.4 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate mockers_codegen 0.9.4 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate mockers_codegen 0.9.4 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mockers_codegen 0.9.4
[INFO] finished tweaking crates.io crate mockers_codegen 0.9.4
[INFO] tweaked toml for crates.io crate mockers_codegen 0.9.4 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.4.19 (latest: v0.12.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c23baefc7335eec2ee8d57e008c40d74efc5967b9f95c8e8c4ff9a03c136955d
[INFO] running `Command { std: "docker" "start" "-a" "c23baefc7335eec2ee8d57e008c40d74efc5967b9f95c8e8c4ff9a03c136955d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c23baefc7335eec2ee8d57e008c40d74efc5967b9f95c8e8c4ff9a03c136955d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c23baefc7335eec2ee8d57e008c40d74efc5967b9f95c8e8c4ff9a03c136955d", kill_on_drop: false }`
[INFO] [stdout] c23baefc7335eec2ee8d57e008c40d74efc5967b9f95c8e8c4ff9a03c136955d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 69a08787595589943ac3807f3ea17a78410a2705bf88a3de6bda02c79906b3e0
[INFO] running `Command { std: "docker" "start" "-a" "69a08787595589943ac3807f3ea17a78410a2705bf88a3de6bda02c79906b3e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling mockers_codegen v0.9.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking itertools v0.4.19
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:49
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(not(feature="with-syntex"), feature(quote, rustc_private))]
[INFO] [stdout]   |                                                 ^^^^^ feature has been removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `syntax`
[INFO] [stdout]  --> src/lib.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature="with-syntex"))] extern crate syntax;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin`
[INFO] [stdout]   --> src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate rustc_plugin;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_attr` in this scope
[INFO] [stdout]   --> src/lib.in.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |             it.attrs.push(quote_attr!(cx, #[cfg(test)]));
[INFO] [stdout]    |                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_ty` in this scope
[INFO] [stdout]    --> src/lib.in.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         quote_ty!(cx, ::std::marker::PhantomData<$ty_param>)
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_item` in this scope
[INFO] [stdout]    --> src/lib.in.rs:223:23
[INFO] [stdout]     |
[INFO] [stdout] 223 |     let struct_item = quote_item!(cx,
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> src/lib.in.rs:325:9
[INFO] [stdout]     |
[INFO] [stdout] 325 |         quote_expr!(cx, ::std::marker::PhantomData)
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_item` in this scope
[INFO] [stdout]    --> src/lib.in.rs:328:26
[INFO] [stdout]     |
[INFO] [stdout] 328 |     let mock_impl_item = quote_item!(cx,
[INFO] [stdout]     |                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_item` in this scope
[INFO] [stdout]    --> src/lib.in.rs:345:27
[INFO] [stdout]     |
[INFO] [stdout] 345 |     let debug_impl_item = quote_item!(cx,
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_item` in this scope
[INFO] [stdout]    --> src/lib.in.rs:377:32
[INFO] [stdout]     |
[INFO] [stdout] 377 |         let mocked_impl_item = quote_item!(cx,
[INFO] [stdout]     |                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> src/lib.in.rs:473:19
[INFO] [stdout]     |
[INFO] [stdout] 473 |     new_args.push(quote_expr!(cx, $mock_type_id));
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> src/lib.in.rs:526:23
[INFO] [stdout]     |
[INFO] [stdout] 526 |         new_args.push(quote_expr!(cx, Box::new($arg_ident)));
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:49
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(not(feature="with-syntex"), feature(quote, rustc_private))]
[INFO] [stdout]   |                                                 ^^^^^ feature has been removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_ty` in this scope
[INFO] [stdout]    --> src/lib.in.rs:541:18
[INFO] [stdout]     |
[INFO] [stdout] 541 |     let output = quote_ty!(cx, $ret_type); //cx.ty_path(ret_type.clone());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_block` in this scope
[INFO] [stdout]    --> src/lib.in.rs:652:19
[INFO] [stdout]     |
[INFO] [stdout] 652 |     let fn_mock = quote_block!(cx, {
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `syntax`
[INFO] [stdout]  --> src/lib.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(not(feature="with-syntex"))] extern crate syntax;
[INFO] [stdout]   |                                    ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.in.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |                    push: &mut FnMut(Annotatable)) {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 |                    push: &mut dyn FnMut(Annotatable)) {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.in.rs:108:86
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn generate_mock<'cx>(cx: &'cx mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box<MacResult + 'cx> {
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn generate_mock<'cx>(cx: &'cx mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box<dyn MacResult + 'cx> {
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0463, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin`
[INFO] [stdout]   --> src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate rustc_plugin;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mockers_codegen` (lib) due to 15 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find macro `quote_attr` in this scope
[INFO] [stdout]   --> src/lib.in.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |             it.attrs.push(quote_attr!(cx, #[cfg(test)]));
[INFO] [stdout]    |                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_ty` in this scope
[INFO] [stdout]    --> src/lib.in.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         quote_ty!(cx, ::std::marker::PhantomData<$ty_param>)
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_item` in this scope
[INFO] [stdout]    --> src/lib.in.rs:223:23
[INFO] [stdout]     |
[INFO] [stdout] 223 |     let struct_item = quote_item!(cx,
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> src/lib.in.rs:325:9
[INFO] [stdout]     |
[INFO] [stdout] 325 |         quote_expr!(cx, ::std::marker::PhantomData)
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_item` in this scope
[INFO] [stdout]    --> src/lib.in.rs:328:26
[INFO] [stdout]     |
[INFO] [stdout] 328 |     let mock_impl_item = quote_item!(cx,
[INFO] [stdout]     |                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_item` in this scope
[INFO] [stdout]    --> src/lib.in.rs:345:27
[INFO] [stdout]     |
[INFO] [stdout] 345 |     let debug_impl_item = quote_item!(cx,
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_item` in this scope
[INFO] [stdout]    --> src/lib.in.rs:377:32
[INFO] [stdout]     |
[INFO] [stdout] 377 |         let mocked_impl_item = quote_item!(cx,
[INFO] [stdout]     |                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> src/lib.in.rs:473:19
[INFO] [stdout]     |
[INFO] [stdout] 473 |     new_args.push(quote_expr!(cx, $mock_type_id));
[INFO] [stdout]     |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> src/lib.in.rs:526:23
[INFO] [stdout]     |
[INFO] [stdout] 526 |         new_args.push(quote_expr!(cx, Box::new($arg_ident)));
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_ty` in this scope
[INFO] [stdout]    --> src/lib.in.rs:541:18
[INFO] [stdout]     |
[INFO] [stdout] 541 |     let output = quote_ty!(cx, $ret_type); //cx.ty_path(ret_type.clone());
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_block` in this scope
[INFO] [stdout]    --> src/lib.in.rs:652:19
[INFO] [stdout]     |
[INFO] [stdout] 652 |     let fn_mock = quote_block!(cx, {
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.in.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |                    push: &mut FnMut(Annotatable)) {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 |                    push: &mut dyn FnMut(Annotatable)) {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.in.rs:108:86
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn generate_mock<'cx>(cx: &'cx mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box<MacResult + 'cx> {
[INFO] [stdout]     |                                                                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub fn generate_mock<'cx>(cx: &'cx mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box<dyn MacResult + 'cx> {
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0463, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mockers_codegen` (lib test) due to 15 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "69a08787595589943ac3807f3ea17a78410a2705bf88a3de6bda02c79906b3e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69a08787595589943ac3807f3ea17a78410a2705bf88a3de6bda02c79906b3e0", kill_on_drop: false }`
[INFO] [stdout] 69a08787595589943ac3807f3ea17a78410a2705bf88a3de6bda02c79906b3e0
