[INFO] updating cached repository https://github.com/archer884/roll [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6c953637842b9b03a7e0568a4bfdb169c473fd62 [INFO] testing archer884/roll against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Froll" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/archer884/roll 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 git repo https://github.com/archer884/roll [INFO] finished tweaking git repo https://github.com/archer884/roll [INFO] tweaked toml for git repo https://github.com/archer884/roll written to work/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/archer884/roll already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/archer884/dice.git` [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-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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] 823818375bd71ac09d36cdf264a5c677fb77decd080ddbcd6599eb9b9f5f9005 [INFO] running `"docker" "start" "-a" "823818375bd71ac09d36cdf264a5c677fb77decd080ddbcd6599eb9b9f5f9005"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling dice v2.0.0 (https://github.com/archer884/dice.git#b514103f) [INFO] [stderr] Compiling roll v1.8.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rand::OsRng` [INFO] [stderr] --> src/app.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use rand::OsRng; [INFO] [stderr] | ^^^^^^^^^^^ no `OsRng` in the root [INFO] [stderr] [INFO] [stderr] error[E0407]: method `next_u32` is not a member of trait `Rng` [INFO] [stderr] --> src/rng_provider.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / fn next_u32(&mut self) -> u32 { [INFO] [stderr] 12 | | match self { [INFO] [stderr] 13 | | &mut RngSource::Primary(ref mut source) => source.next_u32(), [INFO] [stderr] 14 | | &mut RngSource::Fallback(ref mut source) => source.next_u32(), [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_____^ not a member of trait `Rng` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Zero` in module `num` [INFO] [stderr] --> src/result.rs:6:55 [INFO] [stderr] | [INFO] [stderr] 6 | type Value: ops::Add + num::Zero; [INFO] [stderr] | ^^^^ not found in `num` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/app.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(iter_arith, zero_one)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/config.rs:48:19 [INFO] [stderr] | [INFO] [stderr] 48 | let mut buf = ::std::env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0407, E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `roll`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "823818375bd71ac09d36cdf264a5c677fb77decd080ddbcd6599eb9b9f5f9005"` [INFO] running `"docker" "rm" "-f" "823818375bd71ac09d36cdf264a5c677fb77decd080ddbcd6599eb9b9f5f9005"` [INFO] [stdout] 823818375bd71ac09d36cdf264a5c677fb77decd080ddbcd6599eb9b9f5f9005