Sep 19 14:42:51.886 INFO checking Roybie/tigr against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 14:42:51.886 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 14:42:51.886 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:42:52.368 INFO blam! e585bb8dd441b73043a57c784fb64480e61078aa1d23fe246164228d0cf49afb Sep 19 14:42:52.370 INFO running `"docker" "start" "-a" "e585bb8dd441b73043a57c784fb64480e61078aa1d23fe246164228d0cf49afb"` Sep 19 14:42:54.458 INFO kablam! usermod: no changes Sep 19 14:42:54.606 INFO kablam! Compiling libc v0.2.16 Sep 19 14:42:54.606 INFO kablam! Compiling regex-syntax v0.3.5 Sep 19 14:42:54.606 INFO kablam! Compiling lazy_static v0.2.1 Sep 19 14:42:54.606 INFO kablam! Compiling fixedbitset v0.1.1 Sep 19 14:42:54.616 INFO kablam! Compiling strsim v0.5.1 Sep 19 14:42:54.616 INFO kablam! Compiling bit-vec v0.4.3 Sep 19 14:42:54.616 INFO kablam! Compiling rustc-serialize v0.3.19 Sep 19 14:42:54.616 INFO kablam! Compiling lalrpop-util v0.12.0 Sep 19 14:42:55.473 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Sep 19 14:42:55.474 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Sep 19 14:42:55.474 INFO kablam! | Sep 19 14:42:55.474 INFO kablam! 147 | &f_name: &str, Sep 19 14:42:55.474 INFO kablam! | ^^^^^^^ Sep 19 14:42:55.474 INFO kablam! Sep 19 14:42:56.068 INFO kablam! Compiling diff v0.1.9 Sep 19 14:42:58.951 INFO kablam! Compiling lalrpop-intern v0.12.0 Sep 19 14:42:59.075 INFO kablam! Compiling regex-syntax v0.2.6 Sep 19 14:43:00.025 INFO kablam! Compiling itertools v0.3.25 Sep 19 14:43:01.267 INFO kablam! Compiling unicode-xid v0.0.2 Sep 19 14:43:03.838 INFO kablam! Compiling bitflags v0.4.0 Sep 19 14:43:04.063 INFO kablam! Compiling petgraph v0.1.18 Sep 19 14:43:04.183 INFO kablam! Compiling memchr v0.1.11 Sep 19 14:43:04.771 INFO kablam! Compiling bit-set v0.3.0 Sep 19 14:43:05.560 INFO kablam! Compiling thread-id v2.0.0 Sep 19 14:43:06.297 INFO kablam! Compiling term v0.4.4 Sep 19 14:43:06.883 INFO kablam! Compiling atty v0.1.2 Sep 19 14:43:06.967 INFO kablam! Compiling thread_local v0.2.6 Sep 19 14:43:08.371 INFO kablam! Compiling aho-corasick v0.5.3 Sep 19 14:43:09.883 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:43:09.891 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 19 14:43:09.891 INFO kablam! | Sep 19 14:43:09.892 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 19 14:43:09.892 INFO kablam! | ^^^^^^^ multiple `max` found Sep 19 14:43:09.893 INFO kablam! | Sep 19 14:43:09.893 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 19 14:43:09.894 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 19 14:43:09.894 INFO kablam! | Sep 19 14:43:09.894 INFO kablam! 28 | fn max() -> Self; Sep 19 14:43:09.895 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 14:43:09.895 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 19 14:43:09.896 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 19 14:43:09.896 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 19 14:43:09.896 INFO kablam! Sep 19 14:43:09.935 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:43:09.935 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 19 14:43:09.936 INFO kablam! | Sep 19 14:43:09.936 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 19 14:43:09.936 INFO kablam! | ^^^^^^^ multiple `max` found Sep 19 14:43:09.937 INFO kablam! | Sep 19 14:43:09.937 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 19 14:43:09.938 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 19 14:43:09.938 INFO kablam! | Sep 19 14:43:09.938 INFO kablam! 28 | fn max() -> Self; Sep 19 14:43:09.939 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 14:43:09.939 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 19 14:43:09.939 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 19 14:43:09.940 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 19 14:43:09.940 INFO kablam! Sep 19 14:43:12.715 INFO kablam! error: aborting due to 2 previous errors Sep 19 14:43:12.715 INFO kablam! Sep 19 14:43:12.716 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 14:43:12.771 INFO kablam! error: Could not compile `petgraph`. Sep 19 14:43:12.772 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:43:13.999 INFO kablam! error: aborting due to previous error Sep 19 14:43:13.999 INFO kablam! Sep 19 14:43:14.000 INFO kablam! For more information about this error, try `rustc --explain E0642`. Sep 19 14:43:14.055 INFO kablam! error: Could not compile `rustc-serialize`. Sep 19 14:43:14.055 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:43:19.994 INFO kablam! error: build failed Sep 19 14:43:20.003 INFO kablam! su: No module specific data is present Sep 19 14:43:21.161 INFO running `"docker" "rm" "-f" "e585bb8dd441b73043a57c784fb64480e61078aa1d23fe246164228d0cf49afb"` Sep 19 14:43:21.415 INFO blam! e585bb8dd441b73043a57c784fb64480e61078aa1d23fe246164228d0cf49afb