[INFO] cloning repository https://github.com/hobofan/cargo-nono [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hobofan/cargo-nono" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhobofan%2Fcargo-nono", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhobofan%2Fcargo-nono'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f5d3f4f25d557ec6eb97da54070e2af5371b082 [INFO] checking hobofan/cargo-nono against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhobofan%2Fcargo-nono" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hobofan/cargo-nono on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hobofan/cargo-nono [INFO] finished tweaking git repo https://github.com/hobofan/cargo-nono [INFO] tweaked toml for git repo https://github.com/hobofan/cargo-nono written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/hobofan/cargo-nono already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f03d89ef2e415a4a4a289f4150359a5147fe27c02e6ebdae5e60a11445a46212 [INFO] running `Command { std: "docker" "start" "-a" "f03d89ef2e415a4a4a289f4150359a5147fe27c02e6ebdae5e60a11445a46212", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f03d89ef2e415a4a4a289f4150359a5147fe27c02e6ebdae5e60a11445a46212", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f03d89ef2e415a4a4a289f4150359a5147fe27c02e6ebdae5e60a11445a46212", kill_on_drop: false }` [INFO] [stdout] f03d89ef2e415a4a4a289f4150359a5147fe27c02e6ebdae5e60a11445a46212 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 133df640f14d1cda445c5651e05d74dad632ea4ffa391ce97661744aab99dd31 [INFO] running `Command { std: "docker" "start" "-a" "133df640f14d1cda445c5651e05d74dad632ea4ffa391ce97661744aab99dd31", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] proc-macro2 v1.0.23: default, proc-macro [INFO] [stderr] quote v1.0.7: default, proc-macro [INFO] [stderr] serde v1.0.116: derive, serde_derive [INFO] [stderr] syn v1.0.42: clone-impls, default, derive, printing, proc-macro, quote, visit [INFO] [stderr] syn v1.0.42 (as host dependency): extra-traits, full [INFO] [stderr] [INFO] [stderr] Compiling proc-macro2 v1.0.23 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Compiling cargo-nono v0.1.9 (/tmp/fixit) [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Checking termios v0.3.2 [INFO] [stderr] Migrating build.rs from 2018 edition to 2021 [INFO] [stderr] Checking instant v0.1.7 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking predicates v1.0.5 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking serde_json v1.0.57 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking cargo_metadata v0.8.2 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Migrating tests/crate_itself.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/detect_explict_use_std.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/dependency_default_std.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/detect_explict_use_std_all_files.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/crate_itself_not_test_no_std.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.98s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling proc-macro2 v1.0.23 [INFO] [stderr] Compiling cargo-nono v0.1.9 (/tmp/fixit) [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Checking serde v1.0.116 [INFO] [stderr] Checking serde_json v1.0.57 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking cargo_metadata v0.8.2 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check.rs:24:40 [INFO] [stdout] | [INFO] [stdout] 24 | let cfg_attr_path: syn::Path = syn::parse_quote!(cfg_attr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check.rs:52:37 [INFO] [stdout] | [INFO] [stdout] 52 | let not_ident: syn::Ident = syn::parse_quote!(not); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check.rs:53:41 [INFO] [stdout] | [INFO] [stdout] 53 | let feature_ident: syn::Ident = syn::parse_quote!(feature); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check.rs:54:47 [INFO] [stdout] | [INFO] [stdout] 54 | let equal_punct: proc_macro2::Punct = syn::parse_quote!(=); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check_source.rs:180:44 [INFO] [stdout] | [INFO] [stdout] 180 | let no_std_ident: syn::Ident = syn::parse_quote!(no_std); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check_source.rs:202:33 [INFO] [stdout] | [INFO] [stdout] 202 | let std_ident: syn::Ident = syn::parse_quote!(std); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check_source.rs:222:45 [INFO] [stdout] | [INFO] [stdout] 222 | let always_no_std: syn::Attribute = syn::parse_quote!(#![no_std]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check_source.rs:225:51 [INFO] [stdout] | [INFO] [stdout] 225 | let not_test_no_std: syn::Attribute = syn::parse_quote!(#![cfg_attr(not(test), no_std)]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check.rs:24:40 [INFO] [stdout] | [INFO] [stdout] 24 | let cfg_attr_path: syn::Path = syn::parse_quote!(cfg_attr); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check.rs:52:37 [INFO] [stdout] | [INFO] [stdout] 52 | let not_ident: syn::Ident = syn::parse_quote!(not); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check.rs:53:41 [INFO] [stdout] | [INFO] [stdout] 53 | let feature_ident: syn::Ident = syn::parse_quote!(feature); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check.rs:54:47 [INFO] [stdout] | [INFO] [stdout] 54 | let equal_punct: proc_macro2::Punct = syn::parse_quote!(=); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check_source.rs:180:44 [INFO] [stdout] | [INFO] [stdout] 180 | let no_std_ident: syn::Ident = syn::parse_quote!(no_std); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check_source.rs:202:33 [INFO] [stdout] | [INFO] [stdout] 202 | let std_ident: syn::Ident = syn::parse_quote!(std); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check_source.rs:222:45 [INFO] [stdout] | [INFO] [stdout] 222 | let always_no_std: syn::Attribute = syn::parse_quote!(#![no_std]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quote` in `export` [INFO] [stdout] --> src/check_source.rs:225:51 [INFO] [stdout] | [INFO] [stdout] 225 | let not_test_no_std: syn::Attribute = syn::parse_quote!(#![cfg_attr(not(test), no_std)]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `quote` in `export` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `syn::parse_quote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for enum `UseTree` in the current scope [INFO] [stdout] --> src/check_source.rs:210:55 [INFO] [stdout] | [INFO] [stdout] 210 | item_tree: use_statement.tree.clone(), [INFO] [stdout] | ^^^^^ method not found in `UseTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for enum `UseTree` in the current scope [INFO] [stdout] --> src/check_source.rs:210:55 [INFO] [stdout] | [INFO] [stdout] 210 | item_tree: use_statement.tree.clone(), [INFO] [stdout] | ^^^^^ method not found in `UseTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cargo-nono` due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to check after updating to 2021 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "133df640f14d1cda445c5651e05d74dad632ea4ffa391ce97661744aab99dd31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "133df640f14d1cda445c5651e05d74dad632ea4ffa391ce97661744aab99dd31", kill_on_drop: false }` [INFO] [stdout] 133df640f14d1cda445c5651e05d74dad632ea4ffa391ce97661744aab99dd31