Sep 20 23:40:07.627 INFO checking Roybie/tigr against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:40:07.627 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:40:07.627 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:40:07.825 INFO blam! 539848e721fabf49a8f2d4bf4901c45b4247c5590d0d5c206491e78828ac4ca0 Sep 20 23:40:07.827 INFO running `"docker" "start" "-a" "539848e721fabf49a8f2d4bf4901c45b4247c5590d0d5c206491e78828ac4ca0"` Sep 20 23:40:09.655 INFO kablam! usermod: no changes Sep 20 23:40:09.841 INFO kablam! Compiling libc v0.2.16 Sep 20 23:40:09.846 INFO kablam! Compiling utf8-ranges v0.1.3 Sep 20 23:40:09.858 INFO kablam! Compiling regex-syntax v0.3.5 Sep 20 23:40:09.870 INFO kablam! Compiling lazy_static v0.2.1 Sep 20 23:40:09.886 INFO kablam! Compiling fixedbitset v0.1.1 Sep 20 23:40:09.898 INFO kablam! Compiling rustc-serialize v0.3.19 Sep 20 23:40:09.902 INFO kablam! Compiling bit-vec v0.4.3 Sep 20 23:40:09.902 INFO kablam! Compiling strsim v0.5.1 Sep 20 23:40:11.277 INFO kablam! Compiling itertools v0.3.25 Sep 20 23:40:12.245 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Sep 20 23:40:12.246 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Sep 20 23:40:12.246 INFO kablam! | Sep 20 23:40:12.247 INFO kablam! 147 | &f_name: &str, Sep 20 23:40:12.247 INFO kablam! | ^^^^^^^ Sep 20 23:40:12.274 INFO kablam! Sep 20 23:40:14.542 INFO kablam! Compiling regex-syntax v0.2.6 Sep 20 23:40:14.543 INFO kablam! Compiling lalrpop-intern v0.12.0 Sep 20 23:40:14.545 INFO kablam! Compiling diff v0.1.9 Sep 20 23:40:14.603 INFO kablam! Compiling unicode-xid v0.0.2 Sep 20 23:40:15.364 INFO kablam! Compiling lalrpop-util v0.12.0 Sep 20 23:40:19.703 INFO kablam! Compiling bitflags v0.4.0 Sep 20 23:40:19.730 INFO kablam! Compiling petgraph v0.1.18 Sep 20 23:40:19.898 INFO kablam! Compiling bit-set v0.3.0 Sep 20 23:40:20.793 INFO kablam! Compiling memchr v0.1.11 Sep 20 23:40:20.842 INFO kablam! error: aborting due to previous error Sep 20 23:40:20.842 INFO kablam! Sep 20 23:40:20.842 INFO kablam! For more information about this error, try `rustc --explain E0642`. Sep 20 23:40:20.842 INFO kablam! error: Could not compile `rustc-serialize`. Sep 20 23:40:20.842 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:40:21.316 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:40:21.316 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 20 23:40:21.316 INFO kablam! | Sep 20 23:40:21.316 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 20 23:40:21.316 INFO kablam! | ^^^^^^^ multiple `max` found Sep 20 23:40:21.316 INFO kablam! | Sep 20 23:40:21.317 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 20 23:40:21.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 20 23:40:21.317 INFO kablam! | Sep 20 23:40:21.318 INFO kablam! 28 | fn max() -> Self; Sep 20 23:40:21.318 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 23:40:21.318 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 20 23:40:21.318 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 20 23:40:21.319 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 20 23:40:21.319 INFO kablam! Sep 20 23:40:21.324 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 23:40:21.324 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 20 23:40:21.325 INFO kablam! | Sep 20 23:40:21.325 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 20 23:40:21.325 INFO kablam! | ^^^^^^^ multiple `max` found Sep 20 23:40:21.326 INFO kablam! | Sep 20 23:40:21.326 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 20 23:40:21.326 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 20 23:40:21.327 INFO kablam! | Sep 20 23:40:21.327 INFO kablam! 28 | fn max() -> Self; Sep 20 23:40:21.327 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 23:40:21.328 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 20 23:40:21.328 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 20 23:40:21.328 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 20 23:40:21.329 INFO kablam! Sep 20 23:40:21.678 INFO kablam! error: aborting due to 2 previous errors Sep 20 23:40:21.678 INFO kablam! Sep 20 23:40:21.678 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 23:40:21.682 INFO kablam! error: Could not compile `petgraph`. Sep 20 23:40:21.682 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:40:24.008 INFO kablam! error: build failed Sep 20 23:40:24.011 INFO kablam! su: No module specific data is present Sep 20 23:40:24.512 INFO running `"docker" "rm" "-f" "539848e721fabf49a8f2d4bf4901c45b4247c5590d0d5c206491e78828ac4ca0"` Sep 20 23:40:24.630 INFO blam! 539848e721fabf49a8f2d4bf4901c45b4247c5590d0d5c206491e78828ac4ca0