[INFO] cloning repository https://github.com/lacker/click
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lacker/click" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flacker%2Fclick", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flacker%2Fclick'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4cb321a9bb845f54954bd2a8ce7e7d93f6cf76fe
[INFO] testing lacker/click against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flacker%2Fclick" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lacker/click
[INFO] finished tweaking git repo https://github.com/lacker/click
[INFO] tweaked toml for git repo https://github.com/lacker/click written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lacker/click on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lacker/click 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e
[INFO] running `Command { std: "docker" "start" "058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling click v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub(crate) use eval::canonical_condition_fact;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `canonical_condition_fact` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `canonical_condition_fact` to disambiguate
[INFO] [stdout] note: `canonical_condition_fact` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `canonical_condition_fact` to disambiguate
[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: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(crate) use eval::canonical_form_of_load;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `canonical_form_of_load` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `canonical_form_of_load` to disambiguate
[INFO] [stdout] note: `canonical_form_of_load` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `canonical_form_of_load` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub(crate) use eval::canonical_term;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `canonical_term` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `canonical_term` to disambiguate
[INFO] [stdout] note: `canonical_term` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `canonical_term` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub(crate) use eval::canonicalized_offset_index_term;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `canonicalized_offset_index_term` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `canonicalized_offset_index_term` to disambiguate
[INFO] [stdout] note: `canonicalized_offset_index_term` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `canonicalized_offset_index_term` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub(crate) use eval::is_load_variable;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `is_load_variable` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `is_load_variable` to disambiguate
[INFO] [stdout] note: `is_load_variable` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `is_load_variable` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:33:22
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub(crate) use eval::is_load_variable_defining_fact;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `is_load_variable_defining_fact` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `is_load_variable_defining_fact` to disambiguate
[INFO] [stdout] note: `is_load_variable_defining_fact` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `is_load_variable_defining_fact` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:36:22
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub(crate) use eval::load_variable_for_term;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `load_variable_for_term` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `load_variable_for_term` to disambiguate
[INFO] [stdout] note: `load_variable_for_term` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `load_variable_for_term` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:37:22
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub(crate) use eval::offsets_have_same_canonical_form;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `offsets_have_same_canonical_form` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `offsets_have_same_canonical_form` to disambiguate
[INFO] [stdout] note: `offsets_have_same_canonical_form` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `offsets_have_same_canonical_form` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:38:22
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) use eval::proposition_mentions_registered_load_variable;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `proposition_mentions_registered_load_variable` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `proposition_mentions_registered_load_variable` to disambiguate
[INFO] [stdout] note: `proposition_mentions_registered_load_variable` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `proposition_mentions_registered_load_variable` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub(crate) use eval::registered_load_for_variable;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `registered_load_for_variable` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `registered_load_for_variable` to disambiguate
[INFO] [stdout] note: `registered_load_for_variable` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `registered_load_for_variable` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub(crate) use eval::registered_load_origin_for_variable;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `registered_load_origin_for_variable` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `registered_load_origin_for_variable` to disambiguate
[INFO] [stdout] note: `registered_load_origin_for_variable` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `registered_load_origin_for_variable` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub(crate) use eval::terms_have_same_canonical_form;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `terms_have_same_canonical_form` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub(super) use memory_loads::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `terms_have_same_canonical_form` to disambiguate
[INFO] [stdout] note: `terms_have_same_canonical_form` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `terms_have_same_canonical_form` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub(crate) use eval::resolve_pending_heap_allocations;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `resolve_pending_heap_allocations` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:35:16
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(super) use statements::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resolve_pending_heap_allocations` to disambiguate
[INFO] [stdout] note: `resolve_pending_heap_allocations` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/eval.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resolve_pending_heap_allocations` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:56:27
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub(crate) use reasoning::with_bounded_snapshot_comparison;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `with_bounded_snapshot_comparison` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(super) use memory_resolution::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `with_bounded_snapshot_comparison` to disambiguate
[INFO] [stdout] note: `with_bounded_snapshot_comparison` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `with_bounded_snapshot_comparison` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub(crate) use reasoning::with_isolated_memory_resolution_fuel;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `with_isolated_memory_resolution_fuel` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub(super) use memory_resolution::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `with_isolated_memory_resolution_fuel` to disambiguate
[INFO] [stdout] note: `with_isolated_memory_resolution_fuel` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `with_isolated_memory_resolution_fuel` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub(crate) use reasoning::resolve_load_variables_from_registry;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `resolve_load_variables_from_registry` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub(super) use substitution::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resolve_load_variables_from_registry` to disambiguate
[INFO] [stdout] note: `resolve_load_variables_from_registry` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resolve_load_variables_from_registry` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:53:27
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub(crate) use reasoning::resolve_load_variables_via;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `resolve_load_variables_via` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub(super) use substitution::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resolve_load_variables_via` to disambiguate
[INFO] [stdout] note: `resolve_load_variables_via` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resolve_load_variables_via` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:54:27
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub(crate) use reasoning::resolve_minted_load_variables;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `resolve_minted_load_variables` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub(super) use substitution::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resolve_minted_load_variables` to disambiguate
[INFO] [stdout] note: `resolve_minted_load_variables` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resolve_minted_load_variables` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::kernel) or pub(crate)
[INFO] [stdout]   --> src/kernel/mod.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub(crate) use reasoning::resource_context_has_read;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `resource_context_has_read` could refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub(super) use variable_collection::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resource_context_has_read` to disambiguate
[INFO] [stdout] note: `resource_context_has_read` could also refer to the function imported here
[INFO] [stdout]   --> src/kernel/reasoning.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `resource_context_has_read` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::surface::proof) or pub(in crate::surface)
[INFO] [stdout]   --> src/surface/proof.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     evaluate_fixed_state_expression_through_kernel, lower_fixed_state_proposition_through_kernel,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `evaluate_fixed_state_expression_through_kernel` could refer to the function imported here
[INFO] [stdout]   --> src/surface/proof/fixed_state_proofs.rs:8:16
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub(super) use have_proofs::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `evaluate_fixed_state_expression_through_kernel` to disambiguate
[INFO] [stdout] note: `evaluate_fixed_state_expression_through_kernel` could also refer to the function imported here
[INFO] [stdout]   --> src/surface/proof/fixed_state_proofs.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `evaluate_fixed_state_expression_through_kernel` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::surface::proof) or pub(in crate::surface)
[INFO] [stdout]   --> src/surface/proof.rs:11:53
[INFO] [stdout]    |
[INFO] [stdout] 11 |     evaluate_fixed_state_expression_through_kernel, lower_fixed_state_proposition_through_kernel,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `lower_fixed_state_proposition_through_kernel` could refer to the function imported here
[INFO] [stdout]   --> src/surface/proof/fixed_state_proofs.rs:8:16
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub(super) use have_proofs::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `lower_fixed_state_proposition_through_kernel` to disambiguate
[INFO] [stdout] note: `lower_fixed_state_proposition_through_kernel` could also refer to the function imported here
[INFO] [stdout]   --> src/surface/proof/fixed_state_proofs.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `lower_fixed_state_proposition_through_kernel` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(in crate::surface::proof) or pub(in crate::surface)
[INFO] [stdout]   --> src/surface/proof.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     lower_fixed_state_proposition_through_kernel_with_opaque_calls,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `lower_fixed_state_proposition_through_kernel_with_opaque_calls` could refer to the function imported here
[INFO] [stdout]   --> src/surface/proof/fixed_state_proofs.rs:8:16
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub(super) use have_proofs::*;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `lower_fixed_state_proposition_through_kernel_with_opaque_calls` to disambiguate
[INFO] [stdout] note: `lower_fixed_state_proposition_through_kernel_with_opaque_calls` could also refer to the function imported here
[INFO] [stdout]   --> src/surface/proof/fixed_state_proofs.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `lower_fixed_state_proposition_through_kernel_with_opaque_calls` to disambiguate
[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] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `click` (lib); 22 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name click --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=101a44affbf19747 -C extra-filename=-0eee64e1dea2658d --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern libc=/opt/rustwide/target/release/deps/liblibc-a0996e9cad7bedd7.rmeta --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e", kill_on_drop: false }`
[INFO] [stdout] 058f2232d45fa916e675132998ede003b8aa06c4150c0ba55d34f55454af8a2e
