Sep 19 22:18:53.187 INFO checking rabbot-0.1.3 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:18:53.187 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:18:53.187 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:18:53.462 INFO blam! b297a9e41b03e59a23ebcb314b11ca7816ff0c7e673f81e2c52185ecadb442ae Sep 19 22:18:53.464 INFO running `"docker" "start" "-a" "b297a9e41b03e59a23ebcb314b11ca7816ff0c7e673f81e2c52185ecadb442ae"` Sep 19 22:18:55.190 INFO kablam! usermod: no changes Sep 19 22:18:55.331 INFO kablam! Compiling strsim v0.5.2 Sep 19 22:18:55.331 INFO kablam! Compiling bit-vec v0.5.0 Sep 19 22:18:55.331 INFO kablam! Compiling unicode-xid v0.0.2 Sep 19 22:18:55.343 INFO kablam! Compiling itertools v0.3.25 Sep 19 22:18:55.350 INFO kablam! Compiling regex-syntax v0.2.6 Sep 19 22:18:55.350 INFO kablam! Compiling lalrpop-util v0.12.5 Sep 19 22:18:55.351 INFO kablam! Compiling lalrpop-intern v0.12.5 Sep 19 22:18:55.351 INFO kablam! Compiling bitflags v0.4.0 Sep 19 22:18:57.675 INFO kablam! Compiling memchr v0.1.11 Sep 19 22:19:00.673 INFO kablam! Compiling petgraph v0.1.18 Sep 19 22:19:00.676 INFO kablam! Compiling bit-set v0.3.0 Sep 19 22:19:01.195 INFO kablam! Compiling aho-corasick v0.5.3 Sep 19 22:19:01.251 INFO kablam! Compiling thread-id v2.0.0 Sep 19 22:19:02.311 INFO kablam! Compiling thread_local v0.2.7 Sep 19 22:19:03.628 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 22:19:03.629 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 19 22:19:03.629 INFO kablam! | Sep 19 22:19:03.629 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 19 22:19:03.630 INFO kablam! | ^^^^^^^ multiple `max` found Sep 19 22:19:03.630 INFO kablam! | Sep 19 22:19:03.631 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 19 22:19:03.631 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 19 22:19:03.631 INFO kablam! | Sep 19 22:19:03.632 INFO kablam! 28 | fn max() -> Self; Sep 19 22:19:03.632 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 22:19:03.632 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 19 22:19:03.633 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 19 22:19:03.633 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 19 22:19:03.633 INFO kablam! Sep 19 22:19:03.639 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 22:19:03.640 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 19 22:19:03.640 INFO kablam! | Sep 19 22:19:03.641 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 19 22:19:03.641 INFO kablam! | ^^^^^^^ multiple `max` found Sep 19 22:19:03.666 INFO kablam! | Sep 19 22:19:03.667 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 19 22:19:03.667 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 19 22:19:03.668 INFO kablam! | Sep 19 22:19:03.668 INFO kablam! 28 | fn max() -> Self; Sep 19 22:19:03.668 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 22:19:03.669 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 19 22:19:03.669 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 19 22:19:03.670 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 19 22:19:03.670 INFO kablam! Sep 19 22:19:04.558 INFO kablam! Compiling regex v0.1.80 Sep 19 22:19:04.672 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:19:04.672 INFO kablam! Sep 19 22:19:04.672 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 22:19:04.682 INFO kablam! error: Could not compile `petgraph`. Sep 19 22:19:04.682 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:19:12.418 INFO kablam! error: build failed Sep 19 22:19:12.418 INFO kablam! su: No module specific data is present Sep 19 22:19:13.364 INFO running `"docker" "rm" "-f" "b297a9e41b03e59a23ebcb314b11ca7816ff0c7e673f81e2c52185ecadb442ae"` Sep 19 22:19:13.478 INFO blam! b297a9e41b03e59a23ebcb314b11ca7816ff0c7e673f81e2c52185ecadb442ae