[INFO] fetching crate dvcompute 1.3.4... [INFO] checking dvcompute-1.3.4 against master#1280928a99ad3ef2c5735b42dc8852456ae3b974 for pr-120798 [INFO] extracting crate dvcompute 1.3.4 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate dvcompute 1.3.4 on toolchain 1280928a99ad3ef2c5735b42dc8852456ae3b974 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dvcompute 1.3.4 [INFO] finished tweaking crates.io crate dvcompute 1.3.4 [INFO] tweaked toml for crates.io crate dvcompute 1.3.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dvcompute_utils v1.3.3 [INFO] [stderr] Downloaded dvcompute_rand v1.3.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d408ab0c3410d2e30b461b5b4c30d1eed69db173b42477a61a5e29ffbb4a5938 [INFO] running `Command { std: "docker" "start" "-a" "d408ab0c3410d2e30b461b5b4c30d1eed69db173b42477a61a5e29ffbb4a5938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d408ab0c3410d2e30b461b5b4c30d1eed69db173b42477a61a5e29ffbb4a5938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d408ab0c3410d2e30b461b5b4c30d1eed69db173b42477a61a5e29ffbb4a5938", kill_on_drop: false }` [INFO] [stdout] d408ab0c3410d2e30b461b5b4c30d1eed69db173b42477a61a5e29ffbb4a5938 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb21198b530db8af121b0ee3056315104463575c01c7c9e27a44bae8ec11e3b1 [INFO] running `Command { std: "docker" "start" "-a" "bb21198b530db8af121b0ee3056315104463575c01c7c9e27a44bae8ec11e3b1", kill_on_drop: false }` [INFO] [stderr] Checking dvcompute_utils v1.3.3 [INFO] [stderr] Checking dvcompute_rand v1.3.3 [INFO] [stderr] Checking dvcompute v1.3.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub use crate::simulation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `Run` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Run` in the type namespace is also 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/prelude.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use crate::simulation::event::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `ops` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 43 | pub use crate::simulation::stream::*; [INFO] [stdout] | ---------------------------- but the name `ops` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Trace` in the type namespace is also re-exported here [INFO] [stdout] 27 | pub use crate::simulation::event::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Trace` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use crate::simulation::observable::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `random` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 43 | pub use crate::simulation::stream::*; [INFO] [stdout] | ---------------------------- but the name `random` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use crate::simulation::observable::*; [INFO] [stdout] | -------------------------------- but the name `Empty` in the type namespace is also re-exported here [INFO] [stdout] 30 | pub use crate::simulation::observable::disposable::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Empty` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use crate::simulation::observable::*; [INFO] [stdout] | -------------------------------- but the name `Merge` in the type namespace is also re-exported here [INFO] [stdout] 30 | pub use crate::simulation::observable::disposable::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Merge` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Return` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Return` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Delay` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Delay` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Cons` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Cons` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `FlatMap` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FlatMap` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Map` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Map` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Zip` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Zip` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Ap` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Ap` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Sequence` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Sequence` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Sequence_` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Sequence_` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Panic` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 38 | pub use crate::simulation::process::*; [INFO] [stdout] | ----------------------------- but the name `Panic` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub use crate::simulation::process::*; [INFO] [stdout] | ----------------------------- but the name `Finally` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 41 | pub use crate::simulation::simulation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Finally` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub use crate::simulation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `Run` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Run` in the type namespace is also 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/prelude.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use crate::simulation::event::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `ops` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 43 | pub use crate::simulation::stream::*; [INFO] [stdout] | ---------------------------- but the name `ops` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Trace` in the type namespace is also re-exported here [INFO] [stdout] 27 | pub use crate::simulation::event::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Trace` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use crate::simulation::observable::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `random` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 43 | pub use crate::simulation::stream::*; [INFO] [stdout] | ---------------------------- but the name `random` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use crate::simulation::observable::*; [INFO] [stdout] | -------------------------------- but the name `Empty` in the type namespace is also re-exported here [INFO] [stdout] 30 | pub use crate::simulation::observable::disposable::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Empty` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use crate::simulation::observable::*; [INFO] [stdout] | -------------------------------- but the name `Merge` in the type namespace is also re-exported here [INFO] [stdout] 30 | pub use crate::simulation::observable::disposable::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Merge` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Return` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Return` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Delay` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Delay` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Cons` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Cons` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `FlatMap` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `FlatMap` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Map` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Map` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Zip` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Zip` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Ap` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Ap` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Sequence` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Sequence` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use crate::simulation::composite::*; [INFO] [stdout] | ------------------------------- but the name `Sequence_` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Sequence_` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub use crate::simulation::parameter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Panic` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 38 | pub use crate::simulation::process::*; [INFO] [stdout] | ----------------------------- but the name `Panic` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/prelude.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub use crate::simulation::process::*; [INFO] [stdout] | ----------------------------- but the name `Finally` in the type namespace is also re-exported here [INFO] [stdout] ... [INFO] [stdout] 41 | pub use crate::simulation::simulation::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Finally` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `Command { std: "docker" "inspect" "bb21198b530db8af121b0ee3056315104463575c01c7c9e27a44bae8ec11e3b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb21198b530db8af121b0ee3056315104463575c01c7c9e27a44bae8ec11e3b1", kill_on_drop: false }` [INFO] [stdout] bb21198b530db8af121b0ee3056315104463575c01c7c9e27a44bae8ec11e3b1