[INFO] fetching crate derive-deftly-macros 1.5.1...
[INFO] checking derive-deftly-macros-1.5.1 against try#e617cc9342f64b2efdd8eeb91834ef450a15825f for pr-149596-1
[INFO] extracting crate derive-deftly-macros 1.5.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate derive-deftly-macros 1.5.1
[INFO] finished tweaking crates.io crate derive-deftly-macros 1.5.1
[INFO] tweaked toml for crates.io crate derive-deftly-macros 1.5.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate derive-deftly-macros 1.5.1 on toolchain e617cc9342f64b2efdd8eeb91834ef450a15825f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e617cc9342f64b2efdd8eeb91834ef450a15825f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate derive-deftly-macros 1.5.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e617cc9342f64b2efdd8eeb91834ef450a15825f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e617cc9342f64b2efdd8eeb91834ef450a15825f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a4eeb55ed5583f07fb3d6f5930dc9a89822b4e1e7d5e5f679f1b262bac08b5b4
[INFO] running `Command { std: "docker" "start" "-a" "a4eeb55ed5583f07fb3d6f5930dc9a89822b4e1e7d5e5f679f1b262bac08b5b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4eeb55ed5583f07fb3d6f5930dc9a89822b4e1e7d5e5f679f1b262bac08b5b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4eeb55ed5583f07fb3d6f5930dc9a89822b4e1e7d5e5f679f1b262bac08b5b4", kill_on_drop: false }`
[INFO] [stdout] a4eeb55ed5583f07fb3d6f5930dc9a89822b4e1e7d5e5f679f1b262bac08b5b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e617cc9342f64b2efdd8eeb91834ef450a15825f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca74be5ffd49e4b357c196c32e7871c6846c4d77035bb8065914c75141f719c9
[INFO] running `Command { std: "docker" "start" "-a" "ca74be5ffd49e4b357c196c32e7871c6846c4d77035bb8065914c75141f719c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling derive-deftly-macros v1.5.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking indexmap v2.11.0
[INFO] [stderr]     Checking syn v2.0.106
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stdout] error: ambiguous import visibility: pub(in crate::repeat) or pub
[INFO] [stdout]   --> repeat.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use RepeatOver as RO;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution
[INFO] [stdout] note: `RepeatOver` could refer to the enum defined here
[INFO] [stdout]   --> repeat.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub enum RepeatOver {
[INFO] [stdout] 12 | |     Variants,
[INFO] [stdout] 13 | |     Fields,
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] note: `RepeatOver` could also refer to the enum imported here
[INFO] [stdout]   --> repeat.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use super::framework::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `RepeatOver` to disambiguate
[INFO] [stdout]    = note: `#[deny(ambiguous_import_visibilities)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous import visibility: pub(in crate::syntax) or pub
[INFO] [stdout]    --> syntax.rs:10:9
[INFO] [stdout]     |
[INFO] [stdout]  10 | pub use SubstDetails as SD;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution
[INFO] [stdout] note: `SubstDetails` could refer to the enum defined here
[INFO] [stdout]    --> syntax.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / pub enum SubstDetails<O: SubstParseContext> {
[INFO] [stdout] 105 | |     // variables
[INFO] [stdout] 106 | |     tname(O::NotInBool),
[INFO] [stdout] 107 | |     ttype(O::NotInBool),
[INFO] [stdout] ...   |
[INFO] [stdout] 195 | |     Crate(AllowTokens<O>, O::NotInBool),
[INFO] [stdout] 196 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] note: `SubstDetails` could also refer to the enum imported here
[INFO] [stdout]    --> syntax.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | use super::framework::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `SubstDetails` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous import visibility: pub(in crate::syntax) or pub
[INFO] [stdout]   --> syntax.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use TemplateElement as TE;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution
[INFO] [stdout] note: `TemplateElement` could refer to the enum defined here
[INFO] [stdout]   --> syntax.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | / pub enum TemplateElement<O: SubstParseContext> {
[INFO] [stdout] 46 | |     Ident(Ident, O::NotInConcat),
[INFO] [stdout] 47 | |     LitStr(syn::LitStr),
[INFO] [stdout] 48 | |     /// Not used for [`syn::Lit::Str`]
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     Repeat(RepeatedTemplate<O>),
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] note: `TemplateElement` could also refer to the enum imported here
[INFO] [stdout]   --> syntax.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | use super::framework::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TemplateElement` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous import visibility: pub(in crate::repeat) or pub
[INFO] [stdout]   --> repeat.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use RepeatOver as RO;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution
[INFO] [stdout] note: `RepeatOver` could refer to the enum defined here
[INFO] [stdout]   --> repeat.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub enum RepeatOver {
[INFO] [stdout] 12 | |     Variants,
[INFO] [stdout] 13 | |     Fields,
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] note: `RepeatOver` could also refer to the enum imported here
[INFO] [stdout]   --> repeat.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use super::framework::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `RepeatOver` to disambiguate
[INFO] [stdout]    = note: `#[deny(ambiguous_import_visibilities)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous import visibility: pub(in crate::syntax) or pub
[INFO] [stdout]    --> syntax.rs:10:9
[INFO] [stdout]     |
[INFO] [stdout]  10 | pub use SubstDetails as SD;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution
[INFO] [stdout] note: `SubstDetails` could refer to the enum defined here
[INFO] [stdout]    --> syntax.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / pub enum SubstDetails<O: SubstParseContext> {
[INFO] [stdout] 105 | |     // variables
[INFO] [stdout] 106 | |     tname(O::NotInBool),
[INFO] [stdout] 107 | |     ttype(O::NotInBool),
[INFO] [stdout] ...   |
[INFO] [stdout] 195 | |     Crate(AllowTokens<O>, O::NotInBool),
[INFO] [stdout] 196 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] note: `SubstDetails` could also refer to the enum imported here
[INFO] [stdout]    --> syntax.rs:8:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | use super::framework::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `SubstDetails` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous import visibility: pub(in crate::syntax) or pub
[INFO] [stdout]   --> syntax.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use TemplateElement as TE;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and a macro-expanded name in the same module during import or macro resolution
[INFO] [stdout] note: `TemplateElement` could refer to the enum defined here
[INFO] [stdout]   --> syntax.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | / pub enum TemplateElement<O: SubstParseContext> {
[INFO] [stdout] 46 | |     Ident(Ident, O::NotInConcat),
[INFO] [stdout] 47 | |     LitStr(syn::LitStr),
[INFO] [stdout] 48 | |     /// Not used for [`syn::Lit::Str`]
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     Repeat(RepeatedTemplate<O>),
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] note: `TemplateElement` could also refer to the enum imported here
[INFO] [stdout]   --> syntax.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | use super::framework::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TemplateElement` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `derive-deftly-macros` (lib test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `derive-deftly-macros` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "ca74be5ffd49e4b357c196c32e7871c6846c4d77035bb8065914c75141f719c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca74be5ffd49e4b357c196c32e7871c6846c4d77035bb8065914c75141f719c9", kill_on_drop: false }`
[INFO] [stdout] ca74be5ffd49e4b357c196c32e7871c6846c4d77035bb8065914c75141f719c9
