[INFO] crate maglev 0.1.3 is already in cache [INFO] testing maglev-0.1.3 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate maglev 0.1.3 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate maglev 0.1.3 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate maglev 0.1.3 [INFO] finished tweaking crates.io crate maglev 0.1.3 [INFO] tweaked toml for crates.io crate maglev 0.1.3 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 0faa19848977c3c6a257dbf3115b1019bdc01c3cc0f449204ec5b27277f721f7 [INFO] running `"docker" "start" "-a" "0faa19848977c3c6a257dbf3115b1019bdc01c3cc0f449204ec5b27277f721f7"` [INFO] [stderr] Compiling hamming v0.1.3 [INFO] [stderr] Compiling primal-estimate v0.2.1 [INFO] [stderr] Compiling primal-check v0.2.3 [INFO] [stderr] Compiling primal-bit v0.2.4 [INFO] [stderr] Compiling primal-sieve v0.2.9 [INFO] [stderr] Compiling primal v0.2.3 [INFO] [stderr] Compiling maglev v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.61s [INFO] running `"docker" "inspect" "0faa19848977c3c6a257dbf3115b1019bdc01c3cc0f449204ec5b27277f721f7"` [INFO] running `"docker" "rm" "-f" "0faa19848977c3c6a257dbf3115b1019bdc01c3cc0f449204ec5b27277f721f7"` [INFO] [stdout] 0faa19848977c3c6a257dbf3115b1019bdc01c3cc0f449204ec5b27277f721f7 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 5bc029c6ba879db1c8167c2251f9c3ca286176fbffb872bfa897c93a70f04030 [INFO] running `"docker" "start" "-a" "5bc029c6ba879db1c8167c2251f9c3ca286176fbffb872bfa897c93a70f04030"` [INFO] [stderr] Compiling fasthash v0.2.8 [INFO] [stderr] Compiling seahash v3.0.6 [INFO] [stderr] Compiling fasthash-sys v0.2.8 [INFO] [stderr] Compiling xoroshiro128 v0.3.0 [INFO] [stderr] Compiling extprim v1.7.0 [INFO] [stderr] error[E0277]: the trait bound `extprim::u128::u128: rand::Rand` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fasthash-0.2.8/src/city.rs:193:6 [INFO] [stderr] | [INFO] [stderr] 193 | impl FastHash for CityHash128 { [INFO] [stderr] | ^^^^^^^^ the trait `rand::Rand` is not implemented for `extprim::u128::u128` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `extprim::u128::u128: rand::Rand` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fasthash-0.2.8/src/city.rs:222:6 [INFO] [stderr] | [INFO] [stderr] 222 | impl FastHash for CityHashCrc128 { [INFO] [stderr] | ^^^^^^^^ the trait `rand::Rand` is not implemented for `extprim::u128::u128` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `extprim::u128::u128: rand::Rand` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fasthash-0.2.8/src/farm.rs:194:6 [INFO] [stderr] | [INFO] [stderr] 194 | impl FastHash for FarmHash128 { [INFO] [stderr] | ^^^^^^^^ the trait `rand::Rand` is not implemented for `extprim::u128::u128` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `extprim::u128::u128: rand::Rand` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fasthash-0.2.8/src/spooky.rs:109:6 [INFO] [stderr] | [INFO] [stderr] 109 | impl FastHash for SpookyHash128 { [INFO] [stderr] | ^^^^^^^^ the trait `rand::Rand` is not implemented for `extprim::u128::u128` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `fasthash`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5bc029c6ba879db1c8167c2251f9c3ca286176fbffb872bfa897c93a70f04030"` [INFO] running `"docker" "rm" "-f" "5bc029c6ba879db1c8167c2251f9c3ca286176fbffb872bfa897c93a70f04030"` [INFO] [stdout] 5bc029c6ba879db1c8167c2251f9c3ca286176fbffb872bfa897c93a70f04030