[INFO] fetching crate hetseq 0.2.0... [INFO] testing hetseq-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate hetseq 0.2.0 into /workspace/builds/worker-26/source [INFO] validating manifest of crates.io crate hetseq 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hetseq 0.2.0 [INFO] finished tweaking crates.io crate hetseq 0.2.0 [INFO] tweaked toml for crates.io crate hetseq 0.2.0 written to /workspace/builds/worker-26/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rayon v0.8.2 [INFO] [stderr] Downloaded odds v0.2.26 [INFO] [stderr] Downloaded smallvec v0.4.5 [INFO] [stderr] Downloaded arrayvec v0.3.25 [INFO] [stderr] Downloaded shred-derive v0.3.0 [INFO] [stderr] Downloaded shred v0.5.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af82df78a01c8f54571e345a67ea8745c5a8457ef92705f8204944aea1002df8 [INFO] running `Command { std: "docker" "start" "-a" "af82df78a01c8f54571e345a67ea8745c5a8457ef92705f8204944aea1002df8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af82df78a01c8f54571e345a67ea8745c5a8457ef92705f8204944aea1002df8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af82df78a01c8f54571e345a67ea8745c5a8457ef92705f8204944aea1002df8", kill_on_drop: false }` [INFO] [stdout] af82df78a01c8f54571e345a67ea8745c5a8457ef92705f8204944aea1002df8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de04d0926395d7cf5c592fb68b4a3d1a8f4238e92598bb9aa27ac76ad36a90f4 [INFO] running `Command { std: "docker" "start" "-a" "de04d0926395d7cf5c592fb68b4a3d1a8f4238e92598bb9aa27ac76ad36a90f4", kill_on_drop: false }` [INFO] [stderr] Compiling hetseq v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/functor.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | fn fmap(self, F) -> Self::Output; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/list.rs:49:30 [INFO] [stdout] | [INFO] [stdout] 49 | fn into_queue_impl(self, L) -> Self::Queue; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/queue.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | fn into_list_impl(self, L) -> Self::List; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/zip.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | fn zip(self, S) -> Self::Zipped; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: S` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.64s [INFO] running `Command { std: "docker" "inspect" "de04d0926395d7cf5c592fb68b4a3d1a8f4238e92598bb9aa27ac76ad36a90f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de04d0926395d7cf5c592fb68b4a3d1a8f4238e92598bb9aa27ac76ad36a90f4", kill_on_drop: false }` [INFO] [stdout] de04d0926395d7cf5c592fb68b4a3d1a8f4238e92598bb9aa27ac76ad36a90f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe4ae0d6dd10102dadbe0fa5a41dd84447c6ed280299f340855cf1336df32218 [INFO] running `Command { std: "docker" "start" "-a" "fe4ae0d6dd10102dadbe0fa5a41dd84447c6ed280299f340855cf1336df32218", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/functor.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | fn fmap(self, F) -> Self::Output; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/list.rs:49:30 [INFO] [stdout] | [INFO] [stdout] 49 | fn into_queue_impl(self, L) -> Self::Queue; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hetseq v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/queue.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | fn into_list_impl(self, L) -> Self::List; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/zip.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | fn zip(self, S) -> Self::Zipped; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: S` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/functor.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | fn fmap(self, F) -> Self::Output; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/list.rs:49:30 [INFO] [stdout] | [INFO] [stdout] 49 | fn into_queue_impl(self, L) -> Self::Queue; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/queue.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | fn into_list_impl(self, L) -> Self::List; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/zip.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | fn zip(self, S) -> Self::Zipped; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: S` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:69:22 [INFO] [stdout] | [INFO] [stdout] 69 | $($s);* [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "fe4ae0d6dd10102dadbe0fa5a41dd84447c6ed280299f340855cf1336df32218", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe4ae0d6dd10102dadbe0fa5a41dd84447c6ed280299f340855cf1336df32218", kill_on_drop: false }` [INFO] [stdout] fe4ae0d6dd10102dadbe0fa5a41dd84447c6ed280299f340855cf1336df32218 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 00a7e4db4725dd3408bbb1155523ee3a95e6f665a089f535c4cc094420181d1a [INFO] running `Command { std: "docker" "start" "-a" "00a7e4db4725dd3408bbb1155523ee3a95e6f665a089f535c4cc094420181d1a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/functor.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | fn fmap(self, F) -> Self::Output; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/list.rs:49:30 [INFO] [stderr] | [INFO] [stderr] 49 | fn into_queue_impl(self, L) -> Self::Queue; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: L` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/queue.rs:39:29 [INFO] [stderr] | [INFO] [stderr] 39 | fn into_list_impl(self, L) -> Self::List; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: L` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/zip.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | fn zip(self, S) -> Self::Zipped; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: S` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `hetseq` (lib) generated 4 warnings [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:69:22 [INFO] [stderr] | [INFO] [stderr] 69 | $($s);* [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `hetseq` (lib test) generated 5 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hetseq-e517b0e9608f9e1a) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_macro ... ok [INFO] [stdout] test tests::test_map_fold ... ok [INFO] [stdout] test tests::text_contextual ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests hetseq [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/functor.rs - functor::Functor (line 9) ... ok [INFO] [stdout] test src/fold.rs - fold::Foldable (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "00a7e4db4725dd3408bbb1155523ee3a95e6f665a089f535c4cc094420181d1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00a7e4db4725dd3408bbb1155523ee3a95e6f665a089f535c4cc094420181d1a", kill_on_drop: false }` [INFO] [stdout] 00a7e4db4725dd3408bbb1155523ee3a95e6f665a089f535c4cc094420181d1a