[INFO] crate textwrap-macros-impl 0.2.1 is already in cache
[INFO] checking textwrap-macros-impl-0.2.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate textwrap-macros-impl 0.2.1 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate textwrap-macros-impl 0.2.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate textwrap-macros-impl 0.2.1
[INFO] finished tweaking crates.io crate textwrap-macros-impl 0.2.1
[INFO] tweaked toml for crates.io crate textwrap-macros-impl 0.2.1 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] e198fae95f3c729ddf59702e152358f671b1c78584ff3309f95d922ad7a38e30
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "e198fae95f3c729ddf59702e152358f671b1c78584ff3309f95d922ad7a38e30"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking proc-macro2 v1.0.10
[INFO] [stderr]     Checking textwrap-macros-impl v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `syn::parse_macro_input`
[INFO] [stderr]  --> lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use syn::parse_macro_input;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `parse_macro_input` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `syn::export::ToTokens`
[INFO] [stderr]  --> lib.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use syn::export::ToTokens;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^ no `ToTokens` in `export`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `parse_macro_input`
[INFO] [stderr]   --> lib.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let input = parse_macro_input!(tokens as DedentInput);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `parse_macro_input`
[INFO] [stderr]   --> lib.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let input = parse_macro_input!(tokens as FillInput);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `parse_macro_input`
[INFO] [stderr]   --> lib.rs:81:17
[INFO] [stderr]    |
[INFO] [stderr] 81 |     let input = parse_macro_input!(tokens as IndentInput);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `parse_macro_input`
[INFO] [stderr]    --> lib.rs:107:17
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let input = parse_macro_input!(tokens as WrapInput);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `syn::parse_macro_input`
[INFO] [stderr]  --> lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use syn::parse_macro_input;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `parse_macro_input` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `syn::export::ToTokens`
[INFO] [stderr]  --> lib.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use syn::export::ToTokens;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^ no `ToTokens` in `export`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `parse_macro_input`
[INFO] [stderr]   --> lib.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let input = parse_macro_input!(tokens as DedentInput);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `parse_macro_input`
[INFO] [stderr]   --> lib.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let input = parse_macro_input!(tokens as FillInput);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `parse_macro_input`
[INFO] [stderr]   --> lib.rs:81:17
[INFO] [stderr]    |
[INFO] [stderr] 81 |     let input = parse_macro_input!(tokens as IndentInput);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `parse_macro_input`
[INFO] [stderr]    --> lib.rs:107:17
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let input = parse_macro_input!(tokens as WrapInput);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_token_stream` found for struct `syn::LitStr` in the current scope
[INFO] [stderr]   --> lib.rs:32:10
[INFO] [stderr]    |
[INFO] [stderr] 32 |         .into_token_stream()
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^ method not found in `syn::LitStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_token_stream` found for struct `syn::LitStr` in the current scope
[INFO] [stderr]   --> lib.rs:32:10
[INFO] [stderr]    |
[INFO] [stderr] 32 |         .into_token_stream()
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^ method not found in `syn::LitStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_token_stream` found for struct `syn::LitStr` in the current scope
[INFO] [stderr]   --> lib.rs:59:10
[INFO] [stderr]    |
[INFO] [stderr] 59 |         .into_token_stream()
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^ method not found in `syn::LitStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_token_stream` found for struct `syn::LitStr` in the current scope
[INFO] [stderr]   --> lib.rs:59:10
[INFO] [stderr]    |
[INFO] [stderr] 59 |         .into_token_stream()
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^ method not found in `syn::LitStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_token_stream` found for struct `syn::LitStr` in the current scope
[INFO] [stderr]   --> lib.rs:85:10
[INFO] [stderr]    |
[INFO] [stderr] 85 |         .into_token_stream()
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^ method not found in `syn::LitStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_token_stream` found for struct `syn::LitStr` in the current scope
[INFO] [stderr]   --> lib.rs:85:10
[INFO] [stderr]    |
[INFO] [stderr] 85 |         .into_token_stream()
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^ method not found in `syn::LitStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_token_stream` found for struct `syn::ExprReference` in the current scope
[INFO] [stderr]    --> lib.rs:127:10
[INFO] [stderr]     |
[INFO] [stderr] 127 |     expr.into_token_stream().into()
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ method not found in `syn::ExprReference`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0599]: no method named `into_token_stream` found for struct `syn::ExprReference` in the current scope
[INFO] [stderr]    --> lib.rs:127:10
[INFO] [stderr]     |
[INFO] [stderr] 127 |     expr.into_token_stream().into()
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^ method not found in `syn::ExprReference`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `textwrap-macros-impl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `textwrap-macros-impl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e198fae95f3c729ddf59702e152358f671b1c78584ff3309f95d922ad7a38e30"`
[INFO] running `"docker" "rm" "-f" "e198fae95f3c729ddf59702e152358f671b1c78584ff3309f95d922ad7a38e30"`
[INFO] [stdout] e198fae95f3c729ddf59702e152358f671b1c78584ff3309f95d922ad7a38e30
