[INFO] fetching crate json_api_derive 0.1.0... [INFO] checking json_api_derive-0.1.0 against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate json_api_derive 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate json_api_derive 0.1.0 on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate json_api_derive 0.1.0 [INFO] finished tweaking crates.io crate json_api_derive 0.1.0 [INFO] tweaked toml for crates.io crate json_api_derive 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2b86fafa6b1faf4e947ca910518792a791434a3ae8923cc215baf66e8eb5d13 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e2b86fafa6b1faf4e947ca910518792a791434a3ae8923cc215baf66e8eb5d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2b86fafa6b1faf4e947ca910518792a791434a3ae8923cc215baf66e8eb5d13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2b86fafa6b1faf4e947ca910518792a791434a3ae8923cc215baf66e8eb5d13", kill_on_drop: false }` [INFO] [stdout] e2b86fafa6b1faf4e947ca910518792a791434a3ae8923cc215baf66e8eb5d13 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1d4fc11865340c81f60c5839c78db98d4e86f9e55d2079b7b48a5a13af093ce [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a1d4fc11865340c81f60c5839c78db98d4e86f9e55d2079b7b48a5a13af093ce", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Checking quote v1.0.8 [INFO] [stderr] Checking json_api_derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/context/mod.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | use syn::export::ToTokens; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/context/mod.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | use syn::export::ToTokens; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&DeriveInput` in the current scope [INFO] [stdout] --> src/context/mod.rs:133:25 [INFO] [stdout] | [INFO] [stdout] 133 | ast.to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&DeriveInput` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Field` in the current scope [INFO] [stdout] --> src/context/mod.rs:158:47 [INFO] [stdout] | [INFO] [stdout] 158 | ... field.to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&syn::Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&DeriveInput` in the current scope [INFO] [stdout] --> src/context/mod.rs:133:25 [INFO] [stdout] | [INFO] [stdout] 133 | ast.to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&DeriveInput` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `json_api_derive` [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Field` in the current scope [INFO] [stdout] --> src/context/mod.rs:158:47 [INFO] [stdout] | [INFO] [stdout] 158 | ... field.to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&syn::Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [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] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a1d4fc11865340c81f60c5839c78db98d4e86f9e55d2079b7b48a5a13af093ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1d4fc11865340c81f60c5839c78db98d4e86f9e55d2079b7b48a5a13af093ce", kill_on_drop: false }` [INFO] [stdout] a1d4fc11865340c81f60c5839c78db98d4e86f9e55d2079b7b48a5a13af093ce