[INFO] fetching crate itertools 0.10.1...
[INFO] testing itertools-0.10.1 against beta-2021-09-12 for beta-1.56-2
[INFO] extracting crate itertools 0.10.1 into /workspace/builds/worker-92/source
[INFO] validating manifest of crates.io crate itertools 0.10.1 on toolchain beta-2021-09-12
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate itertools 0.10.1
[INFO] finished tweaking crates.io crate itertools 0.10.1
[INFO] tweaked toml for crates.io crate itertools 0.10.1 written to /workspace/builds/worker-92/source/Cargo.toml
[INFO] crate crates.io crate itertools 0.10.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-12" "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-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3938b66ab7fb02b2c7308665c2e4b9c352c1aad38722a692aa7f24de42e798c5
[INFO] running `Command { std: "docker" "start" "-a" "3938b66ab7fb02b2c7308665c2e4b9c352c1aad38722a692aa7f24de42e798c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3938b66ab7fb02b2c7308665c2e4b9c352c1aad38722a692aa7f24de42e798c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3938b66ab7fb02b2c7308665c2e4b9c352c1aad38722a692aa7f24de42e798c5", kill_on_drop: false }`
[INFO] [stdout] 3938b66ab7fb02b2c7308665c2e4b9c352c1aad38722a692aa7f24de42e798c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9f02f651a345655bbd4e1bea85120a8f84509ca404b42440ce9df1e318fc7d5
[INFO] running `Command { std: "docker" "start" "-a" "c9f02f651a345655bbd4e1bea85120a8f84509ca404b42440ce9df1e318fc7d5", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Compiling itertools v0.10.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout] --> src/flatten_ok.rs:141:5
[INFO] [stdout] |
[INFO] [stdout] 141 | #[inline]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
[INFO] [stdout] --> src/flatten_ok.rs:142:5
[INFO] [stdout] |
[INFO] [stdout] 142 | clone_fields!(iter, inner_front, inner_back);
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout] --> src/rciter_impl.rs:54:5
[INFO] [stdout] |
[INFO] [stdout] 54 | #[inline]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
[INFO] [stdout] --> src/rciter_impl.rs:55:5
[INFO] [stdout] |
[INFO] [stdout] 55 | clone_fields!(rciter);
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.59s
[INFO] running `Command { std: "docker" "inspect" "c9f02f651a345655bbd4e1bea85120a8f84509ca404b42440ce9df1e318fc7d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9f02f651a345655bbd4e1bea85120a8f84509ca404b42440ce9df1e318fc7d5", kill_on_drop: false }`
[INFO] [stdout] c9f02f651a345655bbd4e1bea85120a8f84509ca404b42440ce9df1e318fc7d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86e8332473cf5f71ea6066ad938277e64ff72d63e7f154fbf9499403f749f5e4
[INFO] running `Command { std: "docker" "start" "-a" "86e8332473cf5f71ea6066ad938277e64ff72d63e7f154fbf9499403f749f5e4", kill_on_drop: false }`
[INFO] [stderr] Compiling libc v0.2.96
[INFO] [stderr] Compiling ucd-trie v0.1.3
[INFO] [stderr] Compiling serde v1.0.126
[INFO] [stderr] Compiling memchr v2.4.0
[INFO] [stderr] Compiling proc-macro2 v1.0.27
[INFO] [stderr] Compiling syn v1.0.72
[INFO] [stderr] Compiling regex-automata v0.1.10
[INFO] [stderr] Compiling serde_derive v1.0.126
[INFO] [stderr] Compiling plotters-backend v0.3.0
[INFO] [stderr] Compiling half v1.7.1
[INFO] [stderr] Compiling same-file v1.0.6
[INFO] [stderr] Compiling oorandom v11.1.3
[INFO] [stderr] Compiling paste v1.0.5
[INFO] [stderr] Compiling permutohedron v0.2.4
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Compiling itertools v0.10.0
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout] --> src/flatten_ok.rs:141:5
[INFO] [stdout] |
[INFO] [stdout] 141 | #[inline]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
[INFO] [stdout] --> src/flatten_ok.rs:142:5
[INFO] [stdout] |
[INFO] [stdout] 142 | clone_fields!(iter, inner_front, inner_back);
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout] --> src/rciter_impl.rs:54:5
[INFO] [stdout] |
[INFO] [stdout] 54 | #[inline]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
[INFO] [stdout] --> src/rciter_impl.rs:55:5
[INFO] [stdout] |
[INFO] [stdout] 55 | clone_fields!(rciter);
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling clap v2.33.3
[INFO] [stderr] Compiling walkdir v2.3.2
[INFO] [stderr] Compiling pest v2.1.3
[INFO] [stderr] Compiling plotters-svg v0.3.0
[INFO] [stderr] Compiling csv-core v0.1.10
[INFO] [stderr] Compiling quote v1.0.9
[INFO] [stderr] Compiling getrandom v0.1.16
[INFO] [stderr] Compiling num_cpus v1.13.0
[INFO] [stderr] Compiling atty v0.2.14
[INFO] [stderr] Compiling semver-parser v0.10.2
[INFO] [stderr] Compiling rayon-core v1.9.1
[INFO] [stderr] Compiling rand_core v0.5.1
[INFO] [stderr] Compiling plotters v0.3.1
[INFO] [stderr] Compiling rand_chacha v0.2.2
[INFO] [stderr] Compiling semver v0.11.0
[INFO] [stderr] Compiling rand v0.7.3
[INFO] [stderr] Compiling rustc_version v0.3.3
[INFO] [stderr] Compiling rayon v1.5.1
[INFO] [stderr] Compiling cast v0.2.6
[INFO] [stderr] Compiling quickcheck v0.9.2
[INFO] [stderr] Compiling criterion-plot v0.4.3
[INFO] [stderr] Compiling serde_json v1.0.64
[INFO] [stderr] Compiling bstr v0.2.16
[INFO] [stderr] Compiling serde_cbor v0.11.1
[INFO] [stderr] Compiling csv v1.1.6
[INFO] [stderr] Compiling tinytemplate v1.2.1
[INFO] [stderr] Compiling criterion v0.3.4
[INFO] [stderr] Compiling itertools v0.10.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout] --> tests/fold_specialization.rs:5:27
[INFO] [stdout] |
[INFO] [stdout] 5 | let mut iter = (1..2).intersperse(0);
[INFO] [stdout] | ^^^^^^^^^^^ multiple `intersperse` found
[INFO] [stdout] |
[INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `Iterator` for the type `std::ops::Range`
[INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Itertools` for the type `T`
[INFO] [stdout] help: disambiguate the associated function for candidate #1
[INFO] [stdout] |
[INFO] [stdout] 5 | let mut iter = Iterator::intersperse((1..2), 0);
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the associated function for candidate #2
[INFO] [stdout] |
[INFO] [stdout] 5 | let mut iter = Itertools::intersperse((1..2), 0);
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout] --> tests/fold_specialization.rs:8:27
[INFO] [stdout] |
[INFO] [stdout] 8 | let mut iter = (1..3).intersperse(0);
[INFO] [stdout] | ^^^^^^^^^^^ multiple `intersperse` found
[INFO] [stdout] |
[INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `Iterator` for the type `std::ops::Range`
[INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Itertools` for the type `T`
[INFO] [stdout] help: disambiguate the associated function for candidate #1
[INFO] [stdout] |
[INFO] [stdout] 8 | let mut iter = Iterator::intersperse((1..3), 0);
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the associated function for candidate #2
[INFO] [stdout] |
[INFO] [stdout] 8 | let mut iter = Itertools::intersperse((1..3), 0);
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout] --> tests/fold_specialization.rs:11:27
[INFO] [stdout] |
[INFO] [stdout] 11 | let mut iter = (1..4).intersperse(0);
[INFO] [stdout] | ^^^^^^^^^^^ multiple `intersperse` found
[INFO] [stdout] |
[INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `Iterator` for the type `std::ops::Range`
[INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Itertools` for the type `T`
[INFO] [stdout] help: disambiguate the associated function for candidate #1
[INFO] [stdout] |
[INFO] [stdout] 11 | let mut iter = Iterator::intersperse((1..4), 0);
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the associated function for candidate #2
[INFO] [stdout] |
[INFO] [stdout] 11 | let mut iter = Itertools::intersperse((1..4), 0);
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `itertools::Itertools`
[INFO] [stdout] --> tests/fold_specialization.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use itertools::Itertools;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning 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 `itertools` due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout] --> tests/quick.rs:642:29
[INFO] [stdout] |
[INFO] [stdout] 642 | correct_size_hint(a.intersperse(x))
[INFO] [stdout] | ^^^^^^^^^^^ multiple `intersperse` found
[INFO] [stdout] |
[INFO] [stdout] note: candidate #1 is defined in an impl of the trait `Iterator` for the type `Iter`
[INFO] [stdout] --> tests/quick.rs:130:1
[INFO] [stdout] |
[INFO] [stdout] 130 | / impl Iterator for Iter
[INFO] [stdout] 131 | | where Range: Iterator,
[INFO] [stdout] 132 | | as Iterator>::Item: Default,
[INFO] [stdout] 133 | | HK: HintKind,
[INFO] [stdout] ... |
[INFO] [stdout] 154 | | }
[INFO] [stdout] 155 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Itertools` for the type `T`
[INFO] [stdout] help: disambiguate the associated function for candidate #1
[INFO] [stdout] |
[INFO] [stdout] 642 | correct_size_hint(Iterator::intersperse(a, x))
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the associated function for candidate #2
[INFO] [stdout] |
[INFO] [stdout] 642 | correct_size_hint(Itertools::intersperse(a, x))
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout] --> tests/quick.rs:647:38
[INFO] [stdout] |
[INFO] [stdout] 647 | for elt in a.iter().cloned().intersperse(x) {
[INFO] [stdout] | ^^^^^^^^^^^ multiple `intersperse` found
[INFO] [stdout] |
[INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `Iterator` for the type `Cloned`
[INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Itertools` for the type `T`
[INFO] [stdout] help: disambiguate the associated function for candidate #1
[INFO] [stdout] |
[INFO] [stdout] 647 | for elt in Iterator::intersperse(a.iter().cloned(), x) {
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the associated function for candidate #2
[INFO] [stdout] |
[INFO] [stdout] 647 | for elt in Itertools::intersperse(a.iter().cloned(), x) {
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout] --> tests/test_std.rs:119:53
[INFO] [stdout] |
[INFO] [stdout] 119 | let v: Vec<&str> = xs.iter().map(|x| x.clone()).intersperse(", ").collect();
[INFO] [stdout] | ^^^^^^^^^^^ multiple `intersperse` found
[INFO] [stdout] |
[INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `Iterator` for the type `Map`
[INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Itertools` for the type `T`
[INFO] [stdout] help: disambiguate the associated function for candidate #1
[INFO] [stdout] |
[INFO] [stdout] 119 | let v: Vec<&str> = Iterator::intersperse(xs.iter().map(|x| x.clone()), ", ").collect();
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the associated function for candidate #2
[INFO] [stdout] |
[INFO] [stdout] 119 | let v: Vec<&str> = Itertools::intersperse(xs.iter().map(|x| x.clone()), ", ").collect();
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout] --> tests/test_std.rs:124:45
[INFO] [stdout] |
[INFO] [stdout] 124 | let mut it = ys[..0].iter().map(|x| *x).intersperse(1);
[INFO] [stdout] | ^^^^^^^^^^^ multiple `intersperse` found
[INFO] [stdout] |
[INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `Iterator` for the type `Map`
[INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Itertools` for the type `T`
[INFO] [stdout] help: disambiguate the associated function for candidate #1
[INFO] [stdout] |
[INFO] [stdout] 124 | let mut it = Iterator::intersperse(ys[..0].iter().map(|x| *x), 1);
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: disambiguate the associated function for candidate #2
[INFO] [stdout] |
[INFO] [stdout] 124 | let mut it = Itertools::intersperse(ys[..0].iter().map(|x| *x), 1);
[INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0034`.
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[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" "86e8332473cf5f71ea6066ad938277e64ff72d63e7f154fbf9499403f749f5e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86e8332473cf5f71ea6066ad938277e64ff72d63e7f154fbf9499403f749f5e4", kill_on_drop: false }`
[INFO] [stdout] 86e8332473cf5f71ea6066ad938277e64ff72d63e7f154fbf9499403f749f5e4