[INFO] fetching crate s1mple 0.0.1...
[INFO] checking s1mple-0.0.1 against master#80b898258da78fdd1262438126aa0cf90e395f0c for pr-149195-4
[INFO] extracting crate s1mple 0.0.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate s1mple 0.0.1
[INFO] finished tweaking crates.io crate s1mple 0.0.1
[INFO] tweaked toml for crates.io crate s1mple 0.0.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate s1mple 0.0.1 on toolchain 80b898258da78fdd1262438126aa0cf90e395f0c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80b898258da78fdd1262438126aa0cf90e395f0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate s1mple 0.0.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" "+80b898258da78fdd1262438126aa0cf90e395f0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cranelift-module v0.82.1
[INFO] [stderr]   Downloaded cranelift-entity v0.82.1
[INFO] [stderr]   Downloaded cranelift-object v0.82.1
[INFO] [stderr]   Downloaded cranelift-codegen-shared v0.82.1
[INFO] [stderr]   Downloaded cranelift v0.82.1
[INFO] [stderr]   Downloaded cranelift-native v0.82.1
[INFO] [stderr]   Downloaded target-lexicon v0.12.3
[INFO] [stderr]   Downloaded anyhow v1.0.56
[INFO] [stderr]   Downloaded cranelift-frontend v0.82.1
[INFO] [stderr]   Downloaded cranelift-bforest v0.82.1
[INFO] [stderr]   Downloaded cranelift-codegen-meta v0.82.1
[INFO] [stderr]   Downloaded libc v0.2.119
[INFO] [stderr]   Downloaded cranelift-codegen v0.82.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+80b898258da78fdd1262438126aa0cf90e395f0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd9efb3e769ea26f7d07f8ea1001a446f3d345c0796814e811b4f8bedc9b60bb
[INFO] running `Command { std: "docker" "start" "-a" "dd9efb3e769ea26f7d07f8ea1001a446f3d345c0796814e811b4f8bedc9b60bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd9efb3e769ea26f7d07f8ea1001a446f3d345c0796814e811b4f8bedc9b60bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd9efb3e769ea26f7d07f8ea1001a446f3d345c0796814e811b4f8bedc9b60bb", kill_on_drop: false }`
[INFO] [stdout] dd9efb3e769ea26f7d07f8ea1001a446f3d345c0796814e811b4f8bedc9b60bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+80b898258da78fdd1262438126aa0cf90e395f0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a59c40c73b09fc17ea19f1ad3d80195a18af26529991dd139585479da2d9f60
[INFO] running `Command { std: "docker" "start" "-a" "5a59c40c73b09fc17ea19f1ad3d80195a18af26529991dd139585479da2d9f60", kill_on_drop: false }`
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.82.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling target-lexicon v0.12.3
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]     Checking cranelift-entity v0.82.1
[INFO] [stderr]    Compiling anyhow v1.0.56
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]     Checking crc32fast v1.3.2
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.82.1
[INFO] [stderr]     Checking cranelift-bforest v0.82.1
[INFO] [stderr]     Checking regalloc v0.0.34
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]    Compiling cranelift-codegen v0.82.1
[INFO] [stderr]     Checking cranelift-frontend v0.82.1
[INFO] [stderr]     Checking cranelift-module v0.82.1
[INFO] [stderr]     Checking cranelift-native v0.82.1
[INFO] [stderr]     Checking cranelift-object v0.82.1
[INFO] [stderr]     Checking cranelift v0.82.1
[INFO] [stderr]     Checking s1mple v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout]  7 |       pub use crate::{
[INFO] [stdout]    |  _____________^
[INFO] [stdout]  8 | |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    | |                    -------- but the name `Operator` in the type namespace is also re-exported here
[INFO] [stdout]  9 | |         generate::*,
[INFO] [stdout] 10 | |         ast::{
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |         parser::*,
[INFO] [stdout] 20 | |     };
[INFO] [stdout]    | |_____^ the name `Operator` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout]  7 |       pub use crate::{
[INFO] [stdout]    |  _____________^
[INFO] [stdout]  8 | |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    | |                    -------- but the name `Keyword` in the type namespace is also re-exported here
[INFO] [stdout]  9 | |         generate::*,
[INFO] [stdout] 10 | |         ast::{
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |         parser::*,
[INFO] [stdout] 20 | |     };
[INFO] [stdout]    | |_____^ the name `Keyword` in the type namespace is first re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout]  7 |       pub use crate::{
[INFO] [stdout]    |  _____________^
[INFO] [stdout]  8 | |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    | |                    -------- but the name `Punctuation` in the type namespace is also re-exported here
[INFO] [stdout]  9 | |         generate::*,
[INFO] [stdout] 10 | |         ast::{
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |         parser::*,
[INFO] [stdout] 20 | |     };
[INFO] [stdout]    | |_____^ the name `Punctuation` in the type namespace is first re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Keyword` is ambiguous
[INFO] [stdout]   --> src/parser.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 |             Token::Keyword(Keyword::Fn) => {
[INFO] [stdout]    |                            ^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Keyword` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Keyword` to disambiguate
[INFO] [stdout] note: `Keyword` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Keyword` to disambiguate
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Punctuation(Punctuation::LeftParen) => {
[INFO] [stdout]    |                         ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Punctuation(Punctuation::RightParen) => {
[INFO] [stdout]    |                         ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:47:25
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Punctuation(Punctuation::ReturnArrow) => {
[INFO] [stdout]    |                         ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:60:25
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Punctuation(Punctuation::LeftBrace) => {
[INFO] [stdout]    |                         ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:64:33
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     Punctuation(Punctuation::RightBrace) => {
[INFO] [stdout]    |                                 ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Operator` is ambiguous
[INFO] [stdout]  --> src/ast/operator.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub(crate) operator: Operator,
[INFO] [stdout]   |                          ^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Operator` could refer to the enum imported here
[INFO] [stdout]  --> src/lib.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]   |                 ^
[INFO] [stdout]   = help: consider adding an explicit import of `Operator` to disambiguate
[INFO] [stdout] note: `Operator` could also refer to the variant imported here
[INFO] [stdout]  --> src/lib.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `Operator` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Operator` is ambiguous
[INFO] [stdout]   --> src/ast/expression.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |                     Operator::Add => {
[INFO] [stdout]    |                     ^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Operator` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Operator` to disambiguate
[INFO] [stdout] note: `Operator` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Operator` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout]  7 |       pub use crate::{
[INFO] [stdout]    |  _____________^
[INFO] [stdout]  8 | |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    | |                    -------- but the name `Operator` in the type namespace is also re-exported here
[INFO] [stdout]  9 | |         generate::*,
[INFO] [stdout] 10 | |         ast::{
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |         parser::*,
[INFO] [stdout] 20 | |     };
[INFO] [stdout]    | |_____^ the name `Operator` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout]  7 |       pub use crate::{
[INFO] [stdout]    |  _____________^
[INFO] [stdout]  8 | |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    | |                    -------- but the name `Keyword` in the type namespace is also re-exported here
[INFO] [stdout]  9 | |         generate::*,
[INFO] [stdout] 10 | |         ast::{
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |         parser::*,
[INFO] [stdout] 20 | |     };
[INFO] [stdout]    | |_____^ the name `Keyword` in the type namespace is first re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:7:10
[INFO] [stdout]    |
[INFO] [stdout]  7 |       pub use crate::{
[INFO] [stdout]    |  _____________^
[INFO] [stdout]  8 | |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    | |                    -------- but the name `Punctuation` in the type namespace is also re-exported here
[INFO] [stdout]  9 | |         generate::*,
[INFO] [stdout] 10 | |         ast::{
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |         parser::*,
[INFO] [stdout] 20 | |     };
[INFO] [stdout]    | |_____^ the name `Punctuation` in the type namespace is first re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Keyword` is ambiguous
[INFO] [stdout]   --> src/parser.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 |             Token::Keyword(Keyword::Fn) => {
[INFO] [stdout]    |                            ^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Keyword` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Keyword` to disambiguate
[INFO] [stdout] note: `Keyword` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Keyword` to disambiguate
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Punctuation(Punctuation::LeftParen) => {
[INFO] [stdout]    |                         ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Punctuation(Punctuation::RightParen) => {
[INFO] [stdout]    |                         ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:47:25
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Punctuation(Punctuation::ReturnArrow) => {
[INFO] [stdout]    |                         ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:60:25
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Punctuation(Punctuation::LeftBrace) => {
[INFO] [stdout]    |                         ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Punctuation` is ambiguous
[INFO] [stdout]   --> src/parser.rs:64:33
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     Punctuation(Punctuation::RightBrace) => {
[INFO] [stdout]    |                                 ^^^^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Punctuation` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] note: `Punctuation` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Punctuation` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Operator` is ambiguous
[INFO] [stdout]  --> src/ast/operator.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub(crate) operator: Operator,
[INFO] [stdout]   |                          ^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Operator` could refer to the enum imported here
[INFO] [stdout]  --> src/lib.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]   |                 ^
[INFO] [stdout]   = help: consider adding an explicit import of `Operator` to disambiguate
[INFO] [stdout] note: `Operator` could also refer to the variant imported here
[INFO] [stdout]  --> src/lib.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]   |                    ^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `Operator` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `Operator` is ambiguous
[INFO] [stdout]   --> src/ast/expression.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |                     Operator::Add => {
[INFO] [stdout]    |                     ^^^^^^^^ ambiguous name
[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 #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Operator` could refer to the enum imported here
[INFO] [stdout]   --> src/lib.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                 ^
[INFO] [stdout]    = help: consider adding an explicit import of `Operator` to disambiguate
[INFO] [stdout] note: `Operator` could also refer to the variant imported here
[INFO] [stdout]   --> src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |         lexer::{*, Token::*, Value::I64},
[INFO] [stdout]    |                    ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Operator` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.79s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: s1mple v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "5a59c40c73b09fc17ea19f1ad3d80195a18af26529991dd139585479da2d9f60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a59c40c73b09fc17ea19f1ad3d80195a18af26529991dd139585479da2d9f60", kill_on_drop: false }`
[INFO] [stdout] 5a59c40c73b09fc17ea19f1ad3d80195a18af26529991dd139585479da2d9f60
