Sep 10 05:15:13.336 INFO checking Roybie/tigr against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 05:15:13.336 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 05:15:13.336 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:15:13.551 INFO blam! d9ff4fb4363052bc3d7b391c28162852157ea7235addefeba9ad8efe8ed2c5ff Sep 10 05:15:13.554 INFO running `"docker" "start" "-a" "d9ff4fb4363052bc3d7b391c28162852157ea7235addefeba9ad8efe8ed2c5ff"` Sep 10 05:15:15.674 INFO kablam! usermod: no changes Sep 10 05:15:15.838 INFO kablam! Compiling libc v0.2.16 Sep 10 05:15:15.838 INFO kablam! Compiling regex-syntax v0.3.5 Sep 10 05:15:15.854 INFO kablam! Compiling bit-vec v0.4.3 Sep 10 05:15:15.862 INFO kablam! Compiling lazy_static v0.2.1 Sep 10 05:15:15.874 INFO kablam! Compiling strsim v0.5.1 Sep 10 05:15:15.882 INFO kablam! Compiling fixedbitset v0.1.1 Sep 10 05:15:15.898 INFO kablam! Compiling rustc-serialize v0.3.19 Sep 10 05:15:15.914 INFO kablam! Compiling unicode-xid v0.0.2 Sep 10 05:15:17.331 INFO kablam! Compiling diff v0.1.9 Sep 10 05:15:18.296 INFO kablam! Compiling bitflags v0.4.0 Sep 10 05:15:20.490 INFO kablam! Compiling itertools v0.3.25 Sep 10 05:15:20.490 INFO kablam! Compiling lalrpop-util v0.12.0 Sep 10 05:15:20.571 INFO kablam! Compiling regex-syntax v0.2.6 Sep 10 05:15:23.895 INFO kablam! Compiling lalrpop-intern v0.12.0 Sep 10 05:15:23.995 INFO kablam! Compiling petgraph v0.1.18 Sep 10 05:15:24.066 INFO kablam! Compiling memchr v0.1.11 Sep 10 05:15:26.510 INFO kablam! Compiling bit-set v0.3.0 Sep 10 05:15:26.555 INFO kablam! Compiling aho-corasick v0.5.3 Sep 10 05:15:26.704 INFO kablam! error[E0642]: patterns aren't allowed in methods without bodies Sep 10 05:15:26.704 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 Sep 10 05:15:26.704 INFO kablam! | Sep 10 05:15:26.704 INFO kablam! 147 | &f_name: &str, Sep 10 05:15:26.704 INFO kablam! | ^^^^^^^ Sep 10 05:15:26.718 INFO kablam! Sep 10 05:15:29.483 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:15:29.483 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 10 05:15:29.483 INFO kablam! | Sep 10 05:15:29.483 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 10 05:15:29.483 INFO kablam! | ^^^^^^^ multiple `max` found Sep 10 05:15:29.514 INFO kablam! | Sep 10 05:15:29.514 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 10 05:15:29.514 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 10 05:15:29.514 INFO kablam! | Sep 10 05:15:29.514 INFO kablam! 28 | fn max() -> Self; Sep 10 05:15:29.514 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 05:15:29.515 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 10 05:15:29.515 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 10 05:15:29.515 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 10 05:15:29.516 INFO kablam! Sep 10 05:15:29.539 INFO kablam! error[E0034]: multiple applicable items in scope Sep 10 05:15:29.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 10 05:15:29.539 INFO kablam! | Sep 10 05:15:29.539 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 10 05:15:29.539 INFO kablam! | ^^^^^^^ multiple `max` found Sep 10 05:15:29.539 INFO kablam! | Sep 10 05:15:29.540 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 10 05:15:29.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 10 05:15:29.540 INFO kablam! | Sep 10 05:15:29.540 INFO kablam! 28 | fn max() -> Self; Sep 10 05:15:29.540 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 05:15:29.540 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 10 05:15:29.540 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 10 05:15:29.541 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 10 05:15:29.541 INFO kablam! Sep 10 05:15:30.903 INFO kablam! Compiling thread-id v2.0.0 Sep 10 05:15:31.031 INFO kablam! Compiling atty v0.1.2 Sep 10 05:15:32.146 INFO kablam! error: aborting due to 2 previous errors Sep 10 05:15:32.154 INFO kablam! Compiling term v0.4.4 Sep 10 05:15:32.182 INFO kablam! Sep 10 05:15:32.183 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 10 05:15:32.230 INFO kablam! error: Could not compile `petgraph`. Sep 10 05:15:32.231 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:15:38.794 INFO kablam! error: aborting due to previous error Sep 10 05:15:38.794 INFO kablam! Sep 10 05:15:38.794 INFO kablam! For more information about this error, try `rustc --explain E0642`. Sep 10 05:15:38.822 INFO kablam! error: Could not compile `rustc-serialize`. Sep 10 05:15:38.822 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:15:46.421 INFO kablam! error: build failed Sep 10 05:15:46.424 INFO kablam! su: No module specific data is present Sep 10 05:15:47.676 INFO running `"docker" "rm" "-f" "d9ff4fb4363052bc3d7b391c28162852157ea7235addefeba9ad8efe8ed2c5ff"` Sep 10 05:15:47.797 INFO blam! d9ff4fb4363052bc3d7b391c28162852157ea7235addefeba9ad8efe8ed2c5ff