[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 [INFO] checking dvcompute-1.3.4 against try#9b9e20bc79549d80ab413f49d990713851172cc1 for pr-120798 [INFO] extracting crate dvcompute 1.3.4 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate dvcompute 1.3.4 on toolchain 9b9e20bc79549d80ab413f49d990713851172cc1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "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-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "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" "+9b9e20bc79549d80ab413f49d990713851172cc1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0de07d055b8d927438a28d615e458fecedc2f656a985b96cfbed3cc0dcc9e54d [INFO] running `Command { std: "docker" "start" "-a" "0de07d055b8d927438a28d615e458fecedc2f656a985b96cfbed3cc0dcc9e54d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0de07d055b8d927438a28d615e458fecedc2f656a985b96cfbed3cc0dcc9e54d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0de07d055b8d927438a28d615e458fecedc2f656a985b96cfbed3cc0dcc9e54d", kill_on_drop: false }` [INFO] [stdout] 0de07d055b8d927438a28d615e458fecedc2f656a985b96cfbed3cc0dcc9e54d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2d0756d7f13befdd7622c3a44dd8275f6ce61e8f972de455021aee4299a87b1 [INFO] running `Command { std: "docker" "start" "-a" "e2d0756d7f13befdd7622c3a44dd8275f6ce61e8f972de455021aee4299a87b1", 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: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: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: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 `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] 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: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] error[E0283]: type annotations needed [INFO] [stdout] --> src/simulation/queue/stats/mod.rs:1094:35 [INFO] [stdout] | [INFO] [stdout] 1094 | .flat_map(move |_| { [INFO] [stdout] | -------- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: simulation::process::Process` [INFO] [stdout] = help: the following types implement trait `simulation::process::Process`: [INFO] [stdout] simulation::process::ProcessBox [INFO] [stdout] ParameterIntoProcess [INFO] [stdout] SimulationIntoProcess [INFO] [stdout] EventIntoProcess [INFO] [stdout] simulation::process::Return [INFO] [stdout] simulation::process::Delay [INFO] [stdout] simulation::process::FlatMap [INFO] [stdout] simulation::process::Finally [INFO] [stdout] and 26 others [INFO] [stdout] note: required by a bound in `simulation::process::Process::flat_map` [INFO] [stdout] --> src/simulation/process/mod.rs:758:18 [INFO] [stdout] | [INFO] [stdout] 756 | fn flat_map(self, f: F) -> FlatMap [INFO] [stdout] | -------- required by a bound in this associated function [INFO] [stdout] 757 | where Self: Sized + 'static, [INFO] [stdout] 758 | U: Process + 'static, [INFO] [stdout] | ^^^^^^^ required by this bound in `Process::flat_map` [INFO] [stdout] help: try giving this closure an explicit return type [INFO] [stdout] | [INFO] [stdout] 1094 | .flat_map(move |_| -> /* Type */ { [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/simulation/queue/stats/mod.rs:1094:35 [INFO] [stdout] | [INFO] [stdout] 1094 | .flat_map(move |_| { [INFO] [stdout] | -------- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | type must be known at this point [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: simulation::process::Process` [INFO] [stdout] = help: the following types implement trait `simulation::process::Process`: [INFO] [stdout] simulation::process::ProcessBox [INFO] [stdout] ParameterIntoProcess [INFO] [stdout] SimulationIntoProcess [INFO] [stdout] EventIntoProcess [INFO] [stdout] simulation::process::Return [INFO] [stdout] simulation::process::Delay [INFO] [stdout] simulation::process::FlatMap [INFO] [stdout] simulation::process::Finally [INFO] [stdout] and 26 others [INFO] [stdout] note: required by a bound in `simulation::process::Process::flat_map` [INFO] [stdout] --> src/simulation/process/mod.rs:758:18 [INFO] [stdout] | [INFO] [stdout] 756 | fn flat_map(self, f: F) -> FlatMap [INFO] [stdout] | -------- required by a bound in this associated function [INFO] [stdout] 757 | where Self: Sized + 'static, [INFO] [stdout] 758 | U: Process + 'static, [INFO] [stdout] | ^^^^^^^ required by this bound in `Process::flat_map` [INFO] [stdout] help: try giving this closure an explicit return type [INFO] [stdout] | [INFO] [stdout] 1094 | .flat_map(move |_| -> /* Type */ { [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: concrete type differs from previous defining opaque type use [INFO] [stdout] --> src/simulation/queue/stats/mod.rs:1095:29 [INFO] [stdout] | [INFO] [stdout] 1095 | ... Queue::wait_while_full(queue) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `{type error}`, got `simulation::process::FlatMap + Clone>, simulation::process::ProcessBox<()>, {closure@src/simulation/queue/stats/mod.rs:1091:23: 1091:31}>` [INFO] [stdout] | this expression supplies two conflicting concrete types for the same opaque type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dvcompute` (lib) due to 3 previous errors; 17 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: concrete type differs from previous defining opaque type use [INFO] [stdout] --> src/simulation/queue/stats/mod.rs:1095:29 [INFO] [stdout] | [INFO] [stdout] 1095 | ... Queue::wait_while_full(queue) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected `{type error}`, got `simulation::process::FlatMap + Clone>, simulation::process::ProcessBox<()>, {closure@src/simulation/queue/stats/mod.rs:1091:23: 1091:31}>` [INFO] [stdout] | this expression supplies two conflicting concrete types for the same opaque type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dvcompute` (lib test) due to 3 previous errors; 17 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e2d0756d7f13befdd7622c3a44dd8275f6ce61e8f972de455021aee4299a87b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2d0756d7f13befdd7622c3a44dd8275f6ce61e8f972de455021aee4299a87b1", kill_on_drop: false }` [INFO] [stdout] e2d0756d7f13befdd7622c3a44dd8275f6ce61e8f972de455021aee4299a87b1