Sep 01 00:16:09.496 INFO checking Roybie/tigr against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 00:16:09.496 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 00:16:09.497 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:16:09.711 INFO blam! 1588953847af30b24550481b70834fb725d5b4e5c1686df776fd4e0880aac7b8 Sep 01 00:16:09.713 INFO running `"docker" "start" "-a" "1588953847af30b24550481b70834fb725d5b4e5c1686df776fd4e0880aac7b8"` Sep 01 00:16:10.546 INFO kablam! Compiling libc v0.2.16 Sep 01 00:16:10.552 INFO kablam! Compiling regex-syntax v0.3.5 Sep 01 00:16:10.552 INFO kablam! Compiling lazy_static v0.2.1 Sep 01 00:16:10.556 INFO kablam! Compiling bit-vec v0.4.3 Sep 01 00:16:10.556 INFO kablam! Compiling rustc-serialize v0.3.19 Sep 01 00:16:10.559 INFO kablam! Compiling fixedbitset v0.1.1 Sep 01 00:16:10.574 INFO kablam! Compiling strsim v0.5.1 Sep 01 00:16:10.575 INFO kablam! Compiling unicode-xid v0.0.2 Sep 01 00:16:11.570 INFO kablam! Compiling lalrpop-util v0.12.0 Sep 01 00:16:12.494 INFO kablam! Compiling itertools v0.3.25 Sep 01 00:16:12.934 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Sep 01 00:16:12.934 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Sep 01 00:16:12.934 INFO kablam! | Sep 01 00:16:12.934 INFO kablam! 147 | &f_name: &str, Sep 01 00:16:12.934 INFO kablam! | ^^^^^^^ Sep 01 00:16:12.934 INFO kablam! Sep 01 00:16:13.698 INFO kablam! Compiling bitflags v0.4.0 Sep 01 00:16:14.982 INFO kablam! Compiling diff v0.1.9 Sep 01 00:16:14.984 INFO kablam! Compiling lalrpop-intern v0.12.0 Sep 01 00:16:14.985 INFO kablam! Compiling regex-syntax v0.2.6 Sep 01 00:16:16.533 INFO kablam! Compiling petgraph v0.1.18 Sep 01 00:16:17.002 INFO kablam! Compiling bit-set v0.3.0 Sep 01 00:16:21.115 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:16:21.115 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 01 00:16:21.115 INFO kablam! | Sep 01 00:16:21.115 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 01 00:16:21.115 INFO kablam! | ^^^^^^^ multiple `max` found Sep 01 00:16:21.128 INFO kablam! | Sep 01 00:16:21.129 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 01 00:16:21.129 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 01 00:16:21.129 INFO kablam! | Sep 01 00:16:21.129 INFO kablam! 28 | fn max() -> Self; Sep 01 00:16:21.129 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 00:16:21.129 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 01 00:16:21.130 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 01 00:16:21.130 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 01 00:16:21.130 INFO kablam! Sep 01 00:16:21.163 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 00:16:21.163 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 01 00:16:21.163 INFO kablam! | Sep 01 00:16:21.163 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 01 00:16:21.163 INFO kablam! | ^^^^^^^ multiple `max` found Sep 01 00:16:21.168 INFO kablam! | Sep 01 00:16:21.169 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 01 00:16:21.169 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 01 00:16:21.169 INFO kablam! | Sep 01 00:16:21.169 INFO kablam! 28 | fn max() -> Self; Sep 01 00:16:21.169 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 00:16:21.169 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 01 00:16:21.169 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 01 00:16:21.170 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 01 00:16:21.170 INFO kablam! Sep 01 00:16:21.458 INFO kablam! Compiling memchr v0.1.11 Sep 01 00:16:21.494 INFO kablam! Compiling thread-id v2.0.0 Sep 01 00:16:21.508 INFO kablam! Compiling atty v0.1.2 Sep 01 00:16:22.218 INFO kablam! Compiling thread_local v0.2.6 Sep 01 00:16:22.994 INFO kablam! Compiling aho-corasick v0.5.3 Sep 01 00:16:23.118 INFO kablam! error: aborting due to 2 previous errors Sep 01 00:16:23.118 INFO kablam! Sep 01 00:16:23.118 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 00:16:23.137 INFO kablam! error: Could not compile `petgraph`. Sep 01 00:16:23.137 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:16:27.500 INFO kablam! error: aborting due to previous error Sep 01 00:16:27.504 INFO kablam! Sep 01 00:16:27.504 INFO kablam! For more information about this error, try `rustc --explain E0642`. Sep 01 00:16:27.521 INFO kablam! error: Could not compile `rustc-serialize`. Sep 01 00:16:27.521 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:16:28.924 INFO kablam! error: build failed Sep 01 00:16:28.927 INFO kablam! su: No module specific data is present Sep 01 00:16:29.390 INFO running `"docker" "rm" "-f" "1588953847af30b24550481b70834fb725d5b4e5c1686df776fd4e0880aac7b8"` Sep 01 00:16:29.486 INFO blam! 1588953847af30b24550481b70834fb725d5b4e5c1686df776fd4e0880aac7b8