Sep 01 12:39:49.618 INFO checking num-bigint-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 12:39:49.618 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 12:39:49.618 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 12:39:49.798 INFO blam! 9c52d17899e193a6ebe345449b84e3f6283632f73a51667000b673fd528807b5 Sep 01 12:39:49.800 INFO running `"docker" "start" "-a" "9c52d17899e193a6ebe345449b84e3f6283632f73a51667000b673fd528807b5"` Sep 01 12:39:50.383 INFO kablam! Compiling num-bigint v0.2.0 (file:///source) Sep 01 12:39:58.329 INFO kablam! error[E0464]: multiple matching crates for `rand` Sep 01 12:39:58.329 INFO kablam! --> benches/bigint.rs:6:1 Sep 01 12:39:58.329 INFO kablam! | Sep 01 12:39:58.329 INFO kablam! 6 | extern crate rand; Sep 01 12:39:58.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 12:39:58.329 INFO kablam! | Sep 01 12:39:58.329 INFO kablam! = note: candidates: Sep 01 12:39:58.329 INFO kablam! crate `rand`: /rustup-home/toolchains/1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-6c0c815848f04865.rlib Sep 01 12:39:58.329 INFO kablam! crate `rand`: /rustup-home/toolchains/1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-3a6eaeed1390ab28.rlib Sep 01 12:39:58.329 INFO kablam! Sep 01 12:39:58.330 INFO kablam! error[E0463]: can't find crate for `rand` Sep 01 12:39:58.330 INFO kablam! --> benches/bigint.rs:6:1 Sep 01 12:39:58.330 INFO kablam! | Sep 01 12:39:58.330 INFO kablam! 6 | extern crate rand; Sep 01 12:39:58.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 12:39:58.330 INFO kablam! Sep 01 12:39:58.330 INFO kablam! error: aborting due to 2 previous errors Sep 01 12:39:58.330 INFO kablam! Sep 01 12:39:58.330 INFO kablam! Some errors occurred: E0463, E0464. Sep 01 12:39:58.330 INFO kablam! For more information about an error, try `rustc --explain E0463`. Sep 01 12:39:58.340 INFO kablam! error: Could not compile `num-bigint`. Sep 01 12:39:58.340 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:39:58.382 INFO kablam! error[E0464]: multiple matching crates for `rand` Sep 01 12:39:58.382 INFO kablam! --> benches/gcd.rs:7:1 Sep 01 12:39:58.382 INFO kablam! | Sep 01 12:39:58.382 INFO kablam! 7 | extern crate rand; Sep 01 12:39:58.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 12:39:58.382 INFO kablam! | Sep 01 12:39:58.382 INFO kablam! = note: candidates: Sep 01 12:39:58.382 INFO kablam! crate `rand`: /rustup-home/toolchains/1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-6c0c815848f04865.rlib Sep 01 12:39:58.382 INFO kablam! crate `rand`: /rustup-home/toolchains/1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-3a6eaeed1390ab28.rlib Sep 01 12:39:58.382 INFO kablam! Sep 01 12:39:58.383 INFO kablam! error[E0463]: can't find crate for `rand` Sep 01 12:39:58.383 INFO kablam! --> benches/gcd.rs:7:1 Sep 01 12:39:58.383 INFO kablam! | Sep 01 12:39:58.383 INFO kablam! 7 | extern crate rand; Sep 01 12:39:58.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 12:39:58.383 INFO kablam! Sep 01 12:39:58.384 INFO kablam! error: aborting due to 2 previous errors Sep 01 12:39:58.384 INFO kablam! Sep 01 12:39:58.384 INFO kablam! Some errors occurred: E0463, E0464. Sep 01 12:39:58.384 INFO kablam! For more information about an error, try `rustc --explain E0463`. Sep 01 12:39:58.390 INFO kablam! error: Could not compile `num-bigint`. Sep 01 12:39:58.390 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:40:02.322 INFO kablam! warning: unused arithmetic operation which must be used Sep 01 12:40:02.322 INFO kablam! --> tests/biguint.rs:769:5 Sep 01 12:40:02.322 INFO kablam! | Sep 01 12:40:02.322 INFO kablam! 769 | a - b; Sep 01 12:40:02.322 INFO kablam! | ^^^^^ Sep 01 12:40:02.322 INFO kablam! | Sep 01 12:40:02.322 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 12:40:02.322 INFO kablam! Sep 01 12:40:02.376 INFO kablam! error: build failed Sep 01 12:40:02.378 INFO kablam! su: No module specific data is present Sep 01 12:40:02.814 INFO running `"docker" "rm" "-f" "9c52d17899e193a6ebe345449b84e3f6283632f73a51667000b673fd528807b5"` Sep 01 12:40:02.917 INFO blam! 9c52d17899e193a6ebe345449b84e3f6283632f73a51667000b673fd528807b5