[INFO] fetching crate fp_rust 0.1.39... [INFO] checking fp_rust-0.1.39 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate fp_rust 0.1.39 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate fp_rust 0.1.39 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fp_rust 0.1.39 [INFO] finished tweaking crates.io crate fp_rust 0.1.39 [INFO] tweaked toml for crates.io crate fp_rust 0.1.39 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9229ca6da9104a756cd9cd99eb478cef6348e7d80a7bc51bb01e28194bb92985 [INFO] running `Command { std: "docker" "start" "-a" "9229ca6da9104a756cd9cd99eb478cef6348e7d80a7bc51bb01e28194bb92985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9229ca6da9104a756cd9cd99eb478cef6348e7d80a7bc51bb01e28194bb92985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9229ca6da9104a756cd9cd99eb478cef6348e7d80a7bc51bb01e28194bb92985", kill_on_drop: false }` [INFO] [stdout] 9229ca6da9104a756cd9cd99eb478cef6348e7d80a7bc51bb01e28194bb92985 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 812d1792c593c94d8e83a15d551a4acac20014e0b348a3f08edf2856e9fcd2ff [INFO] running `Command { std: "docker" "start" "-a" "812d1792c593c94d8e83a15d551a4acac20014e0b348a3f08edf2856e9fcd2ff", kill_on_drop: false }` [INFO] [stderr] Checking fp_rust v0.1.39 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cor.rs:226:35 [INFO] [stdout] | [INFO] [stdout] 226 | type CorEffect = FnMut(Arc>>) + Send + Sync + 'static; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Arc>>) + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:31:34 [INFO] [stdout] | [INFO] [stdout] 31 | ob_handler: Option>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:32:35 [INFO] [stdout] | [INFO] [stdout] 32 | sub_handler: Option>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | ob: Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | sub: Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:70:54 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn observe_on(&mut self, h: Option>>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:74:56 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn subscribe_on(&mut self, h: Option>>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/publisher.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | sub_handler: Option>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/publisher.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn new_with_handlers(h: Option>>) -> Publisher { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/publisher.rs:84:56 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn subscribe_on(&mut self, h: Option>>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sync.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | handler: Arc>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sync.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | handler: Arc>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/common.rs:291:21 [INFO] [stdout] | [INFO] [stdout] 291 | func: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + Sync + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cor.rs:226:35 [INFO] [stdout] | [INFO] [stdout] 226 | type CorEffect = FnMut(Arc>>) + Send + Sync + 'static; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(Arc>>) + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:31:34 [INFO] [stdout] | [INFO] [stdout] 31 | ob_handler: Option>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:32:35 [INFO] [stdout] | [INFO] [stdout] 32 | sub_handler: Option>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | ob: Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | sub: Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:70:54 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn observe_on(&mut self, h: Option>>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/monadio.rs:74:56 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn subscribe_on(&mut self, h: Option>>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/publisher.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | sub_handler: Option>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/publisher.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn new_with_handlers(h: Option>>) -> Publisher { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/publisher.rs:84:56 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn subscribe_on(&mut self, h: Option>>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sync.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | handler: Arc>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sync.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | handler: Arc>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/common.rs:291:21 [INFO] [stdout] | [INFO] [stdout] 291 | func: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + Sync + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | )*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 330 | / map_insert!(actual, [ [INFO] [stdout] 331 | | a : "2", [INFO] [stdout] 332 | | b : "4", [INFO] [stdout] 333 | | c : "6", [INFO] [stdout] 334 | | ]); [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | )*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 337 | / map_insert!(actual, { [INFO] [stdout] 338 | | a : "2", [INFO] [stdout] 339 | | b : "4", [INFO] [stdout] 340 | | c : "6", [INFO] [stdout] 341 | | }); [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | )*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 350 | / map_insert!(actual, [ [INFO] [stdout] 351 | | "1" => "2", [INFO] [stdout] 352 | | "3" => "4", [INFO] [stdout] 353 | | "5" => "6", [INFO] [stdout] 354 | | ]); [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | )*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 357 | / map_insert!(actual, { [INFO] [stdout] 358 | | "1" => "2", [INFO] [stdout] 359 | | "3" => "4", [INFO] [stdout] 360 | | "5" => "6", [INFO] [stdout] 361 | | }); [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | )*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 365 | map_insert!(actual, ["1", "2", "3", "4", "5", "6",]); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/fp.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | v.into_iter().reduce(f) [INFO] [stdout] | ^^^^^^ multiple `reduce` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `Reduce` for the type `I` [INFO] [stdout] --> src/fp.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / fn reduce(mut self, f: F) -> Option [INFO] [stdout] 195 | | where [INFO] [stdout] 196 | | Self: Sized, [INFO] [stdout] 197 | | F: FnMut(T, T) -> T, [INFO] [stdout] | |____________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Iterator` for the type `std::vec::IntoIter` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 205 | Reduce::reduce(v.into_iter(), f) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 205 | Iterator::reduce(v.into_iter(), f) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/fp.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | v.into_iter().reduce(f) [INFO] [stdout] | ^^^^^^ multiple `reduce` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `Reduce` for the type `I` [INFO] [stdout] --> src/fp.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / fn reduce(mut self, f: F) -> Option [INFO] [stdout] 195 | | where [INFO] [stdout] 196 | | Self: Sized, [INFO] [stdout] 197 | | F: FnMut(T, T) -> T, [INFO] [stdout] | |____________________________^ [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Iterator` for the type `std::vec::IntoIter` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 205 | Reduce::reduce(v.into_iter(), f) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 205 | Iterator::reduce(v.into_iter(), f) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fp_rust` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error; 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "812d1792c593c94d8e83a15d551a4acac20014e0b348a3f08edf2856e9fcd2ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "812d1792c593c94d8e83a15d551a4acac20014e0b348a3f08edf2856e9fcd2ff", kill_on_drop: false }` [INFO] [stdout] 812d1792c593c94d8e83a15d551a4acac20014e0b348a3f08edf2856e9fcd2ff