Oct 26 19:17:01.874 INFO checking tmzt/isymtope against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 19:17:01.887 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 26 19:17:02.415 INFO blam! f4b3b4666c83295dcce5d7ea9f3e4252a2b13ed84a0f61dc219d8781b66d735a Oct 26 19:17:02.419 INFO running `"docker" "start" "-a" "f4b3b4666c83295dcce5d7ea9f3e4252a2b13ed84a0f61dc219d8781b66d735a"` Oct 26 19:17:03.270 INFO kablam! usermod: no changes Oct 26 19:17:03.626 INFO kablam! Compiling regex-syntax v0.4.2 Oct 26 19:17:03.626 INFO kablam! Compiling winapi v0.2.8 Oct 26 19:17:03.626 INFO kablam! Compiling utf8-ranges v1.0.0 Oct 26 19:17:03.631 INFO kablam! Compiling bit-vec v0.4.4 Oct 26 19:17:03.639 INFO kablam! Compiling strsim v0.6.0 Oct 26 19:17:03.639 INFO kablam! Compiling ordermap v0.3.5 Oct 26 19:17:03.639 INFO kablam! Compiling either v1.4.0 Oct 26 19:17:03.639 INFO kablam! Compiling term v0.4.6 Oct 26 19:17:05.095 INFO kablam! Compiling fixedbitset v0.1.8 Oct 26 19:17:09.596 INFO kablam! Compiling ena v0.5.0 Oct 26 19:17:09.606 INFO kablam! Compiling lalrpop-intern v0.14.0 Oct 26 19:17:09.648 INFO kablam! Compiling diff v0.1.11 Oct 26 19:17:09.680 INFO kablam! Compiling lalrpop-util v0.14.0 Oct 26 19:17:09.787 INFO kablam! Compiling byteorder v1.2.1 Oct 26 19:17:15.145 INFO kablam! Compiling md5 v0.3.7 Oct 26 19:17:15.327 INFO kablam! Checking linked-hash-map v0.5.0 Oct 26 19:17:15.457 INFO kablam! Checking termcolor v0.3.4 Oct 26 19:17:15.457 INFO kablam! Compiling isymtope-server v0.1.0 (/source/isymtope-server) Oct 26 19:17:16.123 INFO kablam! Checking isymtope v0.3.0 (/source) Oct 26 19:17:17.203 INFO kablam! Compiling memchr v2.0.1 Oct 26 19:17:17.236 INFO kablam! Compiling memchr v1.0.2 Oct 26 19:17:17.439 INFO kablam! Compiling itertools v0.5.10 Oct 26 19:17:17.848 INFO kablam! Compiling bit-set v0.4.0 Oct 26 19:17:18.891 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 26 19:17:18.899 INFO kablam! Compiling petgraph v0.4.11 Oct 26 19:17:18.907 INFO kablam! Compiling base64 v0.9.0 Oct 26 19:17:18.955 INFO kablam! Checking atty v0.2.6 Oct 26 19:17:19.237 INFO kablam! Checking tokio-service v0.1.0 Oct 26 19:17:24.598 INFO kablam! Checking relay v0.1.1 Oct 26 19:17:24.703 INFO kablam! Checking colored v1.6.0 Oct 26 19:17:24.991 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 26 19:17:25.128 INFO kablam! Checking itertools v0.7.6 Oct 26 19:17:25.128 INFO kablam! Checking itertools v0.6.5 Oct 26 19:17:25.447 INFO kablam! Compiling thread_local v0.3.5 Oct 26 19:17:26.528 INFO kablam! Compiling aho-corasick v0.6.4 Oct 26 19:17:27.359 INFO kablam! Checking uuid v0.6.0 Oct 26 19:17:28.031 INFO kablam! Checking futures-cpupool v0.1.8 Oct 26 19:17:29.051 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:17:29.051 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 26 19:17:29.051 INFO kablam! | Oct 26 19:17:29.051 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 26 19:17:29.051 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:17:29.063 INFO kablam! | Oct 26 19:17:29.064 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:17:29.064 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 26 19:17:29.064 INFO kablam! | Oct 26 19:17:29.065 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:17:29.065 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:17:29.065 INFO kablam! 7 | | { Oct 26 19:17:29.066 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:17:29.066 INFO kablam! ... | Oct 26 19:17:29.066 INFO kablam! 13 | | None Oct 26 19:17:29.066 INFO kablam! 14 | | } Oct 26 19:17:29.067 INFO kablam! | |_____^ Oct 26 19:17:29.067 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:17:29.067 INFO kablam! Oct 26 19:17:29.235 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:17:29.236 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 26 19:17:29.236 INFO kablam! | Oct 26 19:17:29.236 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 26 19:17:29.236 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:17:29.279 INFO kablam! | Oct 26 19:17:29.280 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:17:29.280 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 26 19:17:29.280 INFO kablam! | Oct 26 19:17:29.281 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:17:29.281 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:17:29.281 INFO kablam! 7 | | { Oct 26 19:17:29.281 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:17:29.282 INFO kablam! ... | Oct 26 19:17:29.282 INFO kablam! 13 | | None Oct 26 19:17:29.282 INFO kablam! 14 | | } Oct 26 19:17:29.283 INFO kablam! | |_____^ Oct 26 19:17:29.283 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:17:29.283 INFO kablam! Oct 26 19:17:29.359 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:17:29.360 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 26 19:17:29.360 INFO kablam! | Oct 26 19:17:29.360 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 26 19:17:29.360 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:17:29.383 INFO kablam! | Oct 26 19:17:29.384 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:17:29.384 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 26 19:17:29.384 INFO kablam! | Oct 26 19:17:29.385 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:17:29.385 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:17:29.385 INFO kablam! 7 | | { Oct 26 19:17:29.386 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:17:29.386 INFO kablam! ... | Oct 26 19:17:29.386 INFO kablam! 13 | | None Oct 26 19:17:29.387 INFO kablam! 14 | | } Oct 26 19:17:29.387 INFO kablam! | |_____^ Oct 26 19:17:29.387 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:17:29.387 INFO kablam! Oct 26 19:17:29.419 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:17:29.419 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 26 19:17:29.419 INFO kablam! | Oct 26 19:17:29.419 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 26 19:17:29.419 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:17:29.427 INFO kablam! | Oct 26 19:17:29.427 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:17:29.427 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 26 19:17:29.427 INFO kablam! | Oct 26 19:17:29.427 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:17:29.427 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:17:29.427 INFO kablam! 7 | | { Oct 26 19:17:29.427 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:17:29.427 INFO kablam! ... | Oct 26 19:17:29.427 INFO kablam! 13 | | None Oct 26 19:17:29.427 INFO kablam! 14 | | } Oct 26 19:17:29.427 INFO kablam! | |_____^ Oct 26 19:17:29.427 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:17:29.427 INFO kablam! Oct 26 19:17:30.407 INFO kablam! Compiling nom v3.2.1 Oct 26 19:17:31.077 INFO kablam! Checking wasm-log v0.1.0 (/source/wasm-log) Oct 26 19:17:31.115 INFO kablam! Checking crossbeam-epoch v0.3.0 Oct 26 19:17:31.543 INFO kablam! error: aborting due to 4 previous errors Oct 26 19:17:31.582 INFO kablam! Oct 26 19:17:31.582 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 26 19:17:31.623 INFO kablam! error: Could not compile `petgraph`. Oct 26 19:17:31.623 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 19:17:31.851 INFO kablam! warning: unused `#[macro_use]` import Oct 26 19:17:31.851 INFO kablam! --> wasm-log/src/lib.rs:1:1 Oct 26 19:17:31.852 INFO kablam! | Oct 26 19:17:31.852 INFO kablam! 1 | #[macro_use] Oct 26 19:17:31.852 INFO kablam! | ^^^^^^^^^^^^ Oct 26 19:17:31.852 INFO kablam! | Oct 26 19:17:31.853 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:17:31.853 INFO kablam! Oct 26 19:17:31.957 INFO kablam! warning: unused `#[macro_use]` import Oct 26 19:17:31.957 INFO kablam! --> wasm-log/src/lib.rs:1:1 Oct 26 19:17:31.957 INFO kablam! | Oct 26 19:17:31.958 INFO kablam! 1 | #[macro_use] Oct 26 19:17:31.958 INFO kablam! | ^^^^^^^^^^^^ Oct 26 19:17:31.958 INFO kablam! | Oct 26 19:17:31.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:17:31.959 INFO kablam! Oct 26 19:17:46.699 INFO kablam! error: build failed Oct 26 19:17:46.699 INFO kablam! su: No module specific data is present Oct 26 19:17:48.002 INFO running `"docker" "rm" "-f" "f4b3b4666c83295dcce5d7ea9f3e4252a2b13ed84a0f61dc219d8781b66d735a"` Oct 26 19:17:48.315 INFO blam! f4b3b4666c83295dcce5d7ea9f3e4252a2b13ed84a0f61dc219d8781b66d735a