[INFO] fetching crate data-router 0.3.0... [INFO] checking data-router-0.3.0 against try#09eeb2bacb9b40b2ed1d47f03177442c0632cda1 for pr-157710 [INFO] extracting crate data-router 0.3.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate data-router 0.3.0 [INFO] finished tweaking crates.io crate data-router 0.3.0 [INFO] tweaked toml for crates.io crate data-router 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate data-router 0.3.0 on toolchain 09eeb2bacb9b40b2ed1d47f03177442c0632cda1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] [stderr] Adding counted_map v0.3.0 (available: v0.4.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 2f1d4dfd1784c453b690c346a672d639633815ef4b6f68e1c40b65c327b54fff [INFO] running `Command { std: "docker" "start" "2f1d4dfd1784c453b690c346a672d639633815ef4b6f68e1c40b65c327b54fff", 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" "2f1d4dfd1784c453b690c346a672d639633815ef4b6f68e1c40b65c327b54fff" "/opt/rustwide/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f1d4dfd1784c453b690c346a672d639633815ef4b6f68e1c40b65c327b54fff", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2f1d4dfd1784c453b690c346a672d639633815ef4b6f68e1c40b65c327b54fff" "/opt/rustwide/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking counted_map v0.3.0 [INFO] [stderr] Checking data-router v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | $($intercept: Option>,)* [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | / multi_router!( [INFO] [stdout] 293 | | #[derive()] [INFO] [stdout] 294 | | pub PlayerMultiRouter { [INFO] [stdout] 295 | | i as LifeIntercept where i32 => () | bool => (), [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | $($intercept: Option>,)* [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | / multi_router!(pub ShieldedMultiRouter { [INFO] [stdout] 303 | | i as LifeIntercept where i32 | bool [INFO] [stdout] 304 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:23:56 [INFO] [stdout] | [INFO] [stdout] 23 | fn take_intercept(&mut self) -> Option>; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | multi_router_intercept_trait!(pub LifeIntercept for i32 | bool); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:24:52 [INFO] [stdout] | [INFO] [stdout] 24 | fn intercept(&mut self, intercept: Box); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | multi_router_intercept_trait!(pub LifeIntercept for i32 | bool); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:67:52 [INFO] [stdout] | [INFO] [stdout] 67 | $(pub fn $intercept (&self) -> Option<&dyn $I> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | / multi_router!( [INFO] [stdout] 293 | | #[derive()] [INFO] [stdout] 294 | | pub PlayerMultiRouter { [INFO] [stdout] 295 | | i as LifeIntercept where i32 => () | bool => (), [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:102:56 [INFO] [stdout] | [INFO] [stdout] 102 | fn take_intercept(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | / multi_router!( [INFO] [stdout] 293 | | #[derive()] [INFO] [stdout] 294 | | pub PlayerMultiRouter { [INFO] [stdout] 295 | | i as LifeIntercept where i32 => () | bool => (), [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:106:62 [INFO] [stdout] | [INFO] [stdout] 106 | fn delete_top_intercept(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | / multi_router!( [INFO] [stdout] 293 | | #[derive()] [INFO] [stdout] 294 | | pub PlayerMultiRouter { [INFO] [stdout] 295 | | i as LifeIntercept where i32 => () | bool => (), [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:114:52 [INFO] [stdout] | [INFO] [stdout] 114 | fn intercept(&mut self, intercept: Box) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | / multi_router!( [INFO] [stdout] 293 | | #[derive()] [INFO] [stdout] 294 | | pub PlayerMultiRouter { [INFO] [stdout] 295 | | i as LifeIntercept where i32 => () | bool => (), [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:67:52 [INFO] [stdout] | [INFO] [stdout] 67 | $(pub fn $intercept (&self) -> Option<&dyn $I> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | / multi_router!(pub ShieldedMultiRouter { [INFO] [stdout] 303 | | i as LifeIntercept where i32 | bool [INFO] [stdout] 304 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:102:56 [INFO] [stdout] | [INFO] [stdout] 102 | fn take_intercept(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | / multi_router!(pub ShieldedMultiRouter { [INFO] [stdout] 303 | | i as LifeIntercept where i32 | bool [INFO] [stdout] 304 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:106:62 [INFO] [stdout] | [INFO] [stdout] 106 | fn delete_top_intercept(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | / multi_router!(pub ShieldedMultiRouter { [INFO] [stdout] 303 | | i as LifeIntercept where i32 | bool [INFO] [stdout] 304 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:114:52 [INFO] [stdout] | [INFO] [stdout] 114 | fn intercept(&mut self, intercept: Box) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | / multi_router!(pub ShieldedMultiRouter { [INFO] [stdout] 303 | | i as LifeIntercept where i32 | bool [INFO] [stdout] 304 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | fn take_intercept(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:307:13 [INFO] [stdout] | [INFO] [stdout] 307 | impl_multi_router_intercept_trait!(ShieldedMultiRouter as LifeIntercept for i32 | bool); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `impl_multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | fn intercept(&mut self, intercept: Box) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:307:13 [INFO] [stdout] | [INFO] [stdout] 307 | impl_multi_router_intercept_trait!(ShieldedMultiRouter as LifeIntercept for i32 | bool); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `impl_multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:101:67 [INFO] [stdout] | [INFO] [stdout] 101 | $(impl $crate::event_horizon::multi_router::MultiRoute for $Name { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | / multi_router!( [INFO] [stdout] 293 | | #[derive()] [INFO] [stdout] 294 | | pub PlayerMultiRouter { [INFO] [stdout] 295 | | i as LifeIntercept where i32 => () | bool => (), [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:101:67 [INFO] [stdout] | [INFO] [stdout] 101 | $(impl $crate::event_horizon::multi_router::MultiRoute for $Name { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | / multi_router!(pub ShieldedMultiRouter { [INFO] [stdout] 303 | | i as LifeIntercept where i32 | bool [INFO] [stdout] 304 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/lib.rs:414:19 [INFO] [stdout] | [INFO] [stdout] 414 | )) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/lib.rs:424:20 [INFO] [stdout] | [INFO] [stdout] 424 | let _: Box = multi_router.take_intercept().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/lib.rs:440:19 [INFO] [stdout] | [INFO] [stdout] 440 | )) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/lib.rs:444:19 [INFO] [stdout] | [INFO] [stdout] 444 | )) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/lib.rs:452:51 [INFO] [stdout] | [INFO] [stdout] 452 | (&mut multi_router as &mut dyn MultiRoute) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/lib.rs:460:19 [INFO] [stdout] | [INFO] [stdout] 460 | )) as Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:81:95 [INFO] [stdout] | [INFO] [stdout] 81 | ... (self as &mut dyn $crate::event_horizon::multi_router::MultiRoute).delete_top_intercept().unwrap(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | / multi_router!( [INFO] [stdout] 293 | | #[derive()] [INFO] [stdout] 294 | | pub PlayerMultiRouter { [INFO] [stdout] 295 | | i as LifeIntercept where i32 => () | bool => (), [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:109:62 [INFO] [stdout] | [INFO] [stdout] 109 | self.$intercept = (intercept as &mut Box).take_intercept(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | / multi_router!( [INFO] [stdout] 293 | | #[derive()] [INFO] [stdout] 294 | | pub PlayerMultiRouter { [INFO] [stdout] 295 | | i as LifeIntercept where i32 => () | bool => (), [INFO] [stdout] ... | [INFO] [stdout] 300 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:81:95 [INFO] [stdout] | [INFO] [stdout] 81 | ... (self as &mut dyn $crate::event_horizon::multi_router::MultiRoute).delete_top_intercept().unwrap(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | / multi_router!(pub ShieldedMultiRouter { [INFO] [stdout] 303 | | i as LifeIntercept where i32 | bool [INFO] [stdout] 304 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:109:62 [INFO] [stdout] | [INFO] [stdout] 109 | self.$intercept = (intercept as &mut Box).take_intercept(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | / multi_router!(pub ShieldedMultiRouter { [INFO] [stdout] 303 | | i as LifeIntercept where i32 | bool [INFO] [stdout] 304 | | }); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `$crate::event_horizon::multi_router::multi_router` which comes from the expansion of the macro `multi_router` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:34:82 [INFO] [stdout] | [INFO] [stdout] 34 | (self as &mut dyn crate::event_horizon::multi_router::MultiRoute).take_intercept() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:307:13 [INFO] [stdout] | [INFO] [stdout] 307 | impl_multi_router_intercept_trait!(ShieldedMultiRouter as LifeIntercept for i32 | bool); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `impl_multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: conflicting associated type bindings for `Output` [INFO] [stdout] --> src/multi_router.rs:37:82 [INFO] [stdout] | [INFO] [stdout] 37 | (self as &mut dyn crate::event_horizon::multi_router::MultiRoute).intercept(intercept) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:307:13 [INFO] [stdout] | [INFO] [stdout] 307 | impl_multi_router_intercept_trait!(ShieldedMultiRouter as LifeIntercept for i32 | bool); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `Output` is specified to be `bool` [INFO] [stdout] = note: `Output` is also specified to be `i32` [INFO] [stdout] = note: this error originates in the macro `impl_multi_router_intercept_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arc_linker.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn lock(&self) -> MutexGuard> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn lock(&self) -> MutexGuard<'_, Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rc_linker.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn borrow(&self) -> Ref> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn borrow(&self) -> Ref<'_, Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rc_linker.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn borrow_mut(&self) -> RefMut> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub fn borrow_mut(&self) -> RefMut<'_, Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `data-router` (lib test) due to 28 previous errors [INFO] running `Command { std: "docker" "inspect" "2f1d4dfd1784c453b690c346a672d639633815ef4b6f68e1c40b65c327b54fff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f1d4dfd1784c453b690c346a672d639633815ef4b6f68e1c40b65c327b54fff", kill_on_drop: false }` [INFO] [stdout] 2f1d4dfd1784c453b690c346a672d639633815ef4b6f68e1c40b65c327b54fff