Sep 19 16:49:49.919 INFO checking Roybie/tigr against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 16:49:49.919 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 16:49:49.919 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:49:50.144 INFO blam! de96530d4610310be436a4e29834debedc2193ad51895ab9ab977a680c8f4566 Sep 19 16:49:50.146 INFO running `"docker" "start" "-a" "de96530d4610310be436a4e29834debedc2193ad51895ab9ab977a680c8f4566"` Sep 19 16:49:52.013 INFO kablam! usermod: no changes Sep 19 16:49:52.226 INFO kablam! Compiling libc v0.2.16 Sep 19 16:49:52.226 INFO kablam! Compiling regex-syntax v0.3.5 Sep 19 16:49:52.230 INFO kablam! Compiling rustc-serialize v0.3.19 Sep 19 16:49:52.230 INFO kablam! Compiling bit-vec v0.4.3 Sep 19 16:49:52.230 INFO kablam! Compiling fixedbitset v0.1.1 Sep 19 16:49:52.230 INFO kablam! Compiling lazy_static v0.2.1 Sep 19 16:49:52.230 INFO kablam! Compiling strsim v0.5.1 Sep 19 16:49:52.230 INFO kablam! Compiling diff v0.1.9 Sep 19 16:49:53.848 INFO kablam! Compiling itertools v0.3.25 Sep 19 16:49:55.218 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Sep 19 16:49:55.218 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Sep 19 16:49:55.218 INFO kablam! | Sep 19 16:49:55.218 INFO kablam! 147 | &f_name: &str, Sep 19 16:49:55.218 INFO kablam! | ^^^^^^^ Sep 19 16:49:55.218 INFO kablam! Sep 19 16:49:58.991 INFO kablam! Compiling lalrpop-util v0.12.0 Sep 19 16:49:58.995 INFO kablam! Compiling bitflags v0.4.0 Sep 19 16:49:59.014 INFO kablam! Compiling unicode-xid v0.0.2 Sep 19 16:49:59.023 INFO kablam! Compiling lalrpop-intern v0.12.0 Sep 19 16:49:59.182 INFO kablam! Compiling regex-syntax v0.2.6 Sep 19 16:50:01.202 INFO kablam! Compiling petgraph v0.1.18 Sep 19 16:50:03.574 INFO kablam! Compiling bit-set v0.3.0 Sep 19 16:50:03.574 INFO kablam! Compiling memchr v0.1.11 Sep 19 16:50:03.594 INFO kablam! Compiling thread-id v2.0.0 Sep 19 16:50:03.682 INFO kablam! Compiling atty v0.1.2 Sep 19 16:50:04.958 INFO kablam! Compiling thread_local v0.2.6 Sep 19 16:50:06.064 INFO kablam! Compiling aho-corasick v0.5.3 Sep 19 16:50:06.074 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:50:06.074 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 19 16:50:06.074 INFO kablam! | Sep 19 16:50:06.074 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 19 16:50:06.074 INFO kablam! | ^^^^^^^ multiple `max` found Sep 19 16:50:06.101 INFO kablam! | Sep 19 16:50:06.101 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 19 16:50:06.101 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 19 16:50:06.101 INFO kablam! | Sep 19 16:50:06.101 INFO kablam! 28 | fn max() -> Self; Sep 19 16:50:06.101 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 16:50:06.101 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 19 16:50:06.101 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 19 16:50:06.101 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 19 16:50:06.101 INFO kablam! Sep 19 16:50:06.106 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 16:50:06.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 19 16:50:06.107 INFO kablam! | Sep 19 16:50:06.107 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 19 16:50:06.107 INFO kablam! | ^^^^^^^ multiple `max` found Sep 19 16:50:06.107 INFO kablam! | Sep 19 16:50:06.107 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 19 16:50:06.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 19 16:50:06.107 INFO kablam! | Sep 19 16:50:06.108 INFO kablam! 28 | fn max() -> Self; Sep 19 16:50:06.108 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 16:50:06.108 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 19 16:50:06.108 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 19 16:50:06.108 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 19 16:50:06.109 INFO kablam! Sep 19 16:50:07.354 INFO kablam! error: aborting due to 2 previous errors Sep 19 16:50:07.354 INFO kablam! Sep 19 16:50:07.354 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 16:50:07.422 INFO kablam! error: Could not compile `petgraph`. Sep 19 16:50:07.422 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:50:10.086 INFO kablam! error: aborting due to previous error Sep 19 16:50:10.106 INFO kablam! Sep 19 16:50:10.106 INFO kablam! For more information about this error, try `rustc --explain E0642`. Sep 19 16:50:10.186 INFO kablam! error: Could not compile `rustc-serialize`. Sep 19 16:50:10.186 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:50:12.472 INFO kablam! error: build failed Sep 19 16:50:12.472 INFO kablam! su: No module specific data is present Sep 19 16:50:14.281 INFO running `"docker" "rm" "-f" "de96530d4610310be436a4e29834debedc2193ad51895ab9ab977a680c8f4566"` Sep 19 16:50:14.425 INFO blam! de96530d4610310be436a4e29834debedc2193ad51895ab9ab977a680c8f4566