Oct 21 20:10:59.278 INFO checking Warry/gluon-html against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192
Oct 21 20:10:59.278 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 20:10:59.766 INFO blam! ebb27db35bf31edcb630fe1b2599d11ef1212d6428a802e4def98c2fea77338e
Oct 21 20:10:59.777 INFO running `"docker" "start" "-a" "ebb27db35bf31edcb630fe1b2599d11ef1212d6428a802e4def98c2fea77338e"`
Oct 21 20:11:00.808 INFO kablam! usermod: no changes
Oct 21 20:11:01.208 INFO kablam! Compiling serde v1.0.66
Oct 21 20:11:01.208 INFO kablam! Compiling bit-vec v0.4.4
Oct 21 20:11:01.208 INFO kablam! Compiling precomputed-hash v0.1.1
Oct 21 20:11:01.216 INFO kablam! Compiling ordermap v0.3.5
Oct 21 20:11:01.216 INFO kablam! Compiling lalrpop-util v0.15.2
Oct 21 20:11:01.216 INFO kablam! Compiling ena v0.5.0
Oct 21 20:11:01.216 INFO kablam! Compiling diff v0.1.11
Oct 21 20:11:01.216 INFO kablam! Compiling arrayref v0.3.4
Oct 21 20:11:01.472 INFO kablam! Compiling byte-tools v0.2.0
Oct 21 20:11:02.280 INFO kablam! Compiling strsim v0.6.0
Oct 21 20:11:07.532 INFO kablam! Compiling fake-simd v0.1.2
Oct 21 20:11:07.532 INFO kablam! Checking typed-arena v1.4.0
Oct 21 20:11:07.564 INFO kablam! Checking collect-mac v0.1.0
Oct 21 20:11:07.608 INFO kablam! Checking union-find v0.3.2
Oct 21 20:11:07.608 INFO kablam! Compiling gluon_vm v0.8.0
Oct 21 20:11:07.773 INFO kablam! Checking rpds v0.5.0
Oct 21 20:11:08.520 INFO kablam! Checking frunk_core v0.2.0
Oct 21 20:11:09.524 INFO kablam! Compiling gluon v0.8.0
Oct 21 20:11:09.580 INFO kablam! Compiling ascii-canvas v1.0.0
Oct 21 20:11:11.972 INFO kablam! Checking itertools v0.7.8
Oct 21 20:11:11.993 INFO kablam! Compiling block-buffer v0.3.3
Oct 21 20:11:11.996 INFO kablam! Compiling bit-set v0.4.0
Oct 21 20:11:12.004 INFO kablam! Compiling petgraph v0.4.12
Oct 21 20:11:14.897 INFO kablam! Compiling aho-corasick v0.6.4
Oct 21 20:11:14.927 INFO kablam! Compiling new_debug_unreachable v1.0.1
Oct 21 20:11:14.994 INFO kablam! Compiling typenum v1.10.0
Oct 21 20:11:15.023 INFO kablam! Checking pretty v0.3.3
Oct 21 20:11:15.576 INFO kablam! Compiling string_cache_codegen v0.4.1
Oct 21 20:11:18.622 INFO kablam! Compiling serde_derive_state_internals v0.4.3
Oct 21 20:11:20.399 INFO kablam! error[E0034]: multiple applicable items in scope
Oct 21 20:11:20.399 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19
Oct 21 20:11:20.399 INFO kablam! |
Oct 21 20:11:20.399 INFO kablam! 1171 | self.iter.find_map(|(i, node)| {
Oct 21 20:11:20.399 INFO kablam! | ^^^^^^^^ multiple `find_map` found
Oct 21 20:11:20.399 INFO kablam! |
Oct 21 20:11:20.401 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
Oct 21 20:11:20.401 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5
Oct 21 20:11:20.401 INFO kablam! |
Oct 21 20:11:20.401 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option
Oct 21 20:11:20.401 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option
Oct 21 20:11:20.401 INFO kablam! 7 | | {
Oct 21 20:11:20.401 INFO kablam! 8 | | while let Some(elt) = self.next() {
Oct 21 20:11:20.401 INFO kablam! ... |
Oct 21 20:11:20.401 INFO kablam! 13 | | None
Oct 21 20:11:20.401 INFO kablam! 14 | | }
Oct 21 20:11:20.401 INFO kablam! | |_____^
Oct 21 20:11:20.401 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>`
Oct 21 20:11:20.401 INFO kablam!
Oct 21 20:11:20.423 INFO kablam! error[E0034]: multiple applicable items in scope
Oct 21 20:11:20.423 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19
Oct 21 20:11:20.423 INFO kablam! |
Oct 21 20:11:20.423 INFO kablam! 1363 | self.iter.find_map(|(i, edge)|
Oct 21 20:11:20.423 INFO kablam! | ^^^^^^^^ multiple `find_map` found
Oct 21 20:11:20.424 INFO kablam! |
Oct 21 20:11:20.424 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
Oct 21 20:11:20.424 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5
Oct 21 20:11:20.424 INFO kablam! |
Oct 21 20:11:20.424 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option
Oct 21 20:11:20.425 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option
Oct 21 20:11:20.425 INFO kablam! 7 | | {
Oct 21 20:11:20.425 INFO kablam! 8 | | while let Some(elt) = self.next() {
Oct 21 20:11:20.425 INFO kablam! ... |
Oct 21 20:11:20.426 INFO kablam! 13 | | None
Oct 21 20:11:20.426 INFO kablam! 14 | | }
Oct 21 20:11:20.426 INFO kablam! | |_____^
Oct 21 20:11:20.426 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>`
Oct 21 20:11:20.426 INFO kablam!
Oct 21 20:11:20.436 INFO kablam! error[E0034]: multiple applicable items in scope
Oct 21 20:11:20.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19
Oct 21 20:11:20.436 INFO kablam! |
Oct 21 20:11:20.436 INFO kablam! 1527 | self.iter.find_map(|(i, node)| {
Oct 21 20:11:20.436 INFO kablam! | ^^^^^^^^ multiple `find_map` found
Oct 21 20:11:20.436 INFO kablam! |
Oct 21 20:11:20.436 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
Oct 21 20:11:20.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5
Oct 21 20:11:20.436 INFO kablam! |
Oct 21 20:11:20.436 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option
Oct 21 20:11:20.436 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option
Oct 21 20:11:20.436 INFO kablam! 7 | | {
Oct 21 20:11:20.436 INFO kablam! 8 | | while let Some(elt) = self.next() {
Oct 21 20:11:20.436 INFO kablam! ... |
Oct 21 20:11:20.436 INFO kablam! 13 | | None
Oct 21 20:11:20.436 INFO kablam! 14 | | }
Oct 21 20:11:20.436 INFO kablam! | |_____^
Oct 21 20:11:20.437 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>`
Oct 21 20:11:20.437 INFO kablam!
Oct 21 20:11:20.443 INFO kablam! error[E0034]: multiple applicable items in scope
Oct 21 20:11:20.443 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19
Oct 21 20:11:20.443 INFO kablam! |
Oct 21 20:11:20.448 INFO kablam! 1573 | self.iter.find_map(|(i, node)| {
Oct 21 20:11:20.448 INFO kablam! | ^^^^^^^^ multiple `find_map` found
Oct 21 20:11:20.448 INFO kablam! |
Oct 21 20:11:20.448 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
Oct 21 20:11:20.448 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5
Oct 21 20:11:20.448 INFO kablam! |
Oct 21 20:11:20.448 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option
Oct 21 20:11:20.448 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option
Oct 21 20:11:20.448 INFO kablam! 7 | | {
Oct 21 20:11:20.448 INFO kablam! 8 | | while let Some(elt) = self.next() {
Oct 21 20:11:20.448 INFO kablam! ... |
Oct 21 20:11:20.448 INFO kablam! 13 | | None
Oct 21 20:11:20.448 INFO kablam! 14 | | }
Oct 21 20:11:20.448 INFO kablam! | |_____^
Oct 21 20:11:20.448 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>`
Oct 21 20:11:20.448 INFO kablam!
Oct 21 20:11:20.983 INFO kablam! Checking regex v1.0.1
Oct 21 20:11:20.993 INFO kablam! error: aborting due to 4 previous errors
Oct 21 20:11:20.997 INFO kablam!
Oct 21 20:11:20.997 INFO kablam! For more information about this error, try `rustc --explain E0034`.
Oct 21 20:11:21.017 INFO kablam! error: Could not compile `petgraph`.
Oct 21 20:11:21.017 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 21 20:11:33.889 INFO kablam! error: build failed
Oct 21 20:11:33.893 INFO kablam! su: No module specific data is present
Oct 21 20:11:34.552 INFO running `"docker" "rm" "-f" "ebb27db35bf31edcb630fe1b2599d11ef1212d6428a802e4def98c2fea77338e"`
Oct 21 20:11:34.739 INFO blam! ebb27db35bf31edcb630fe1b2599d11ef1212d6428a802e4def98c2fea77338e