Dec 18 12:42:50.150 INFO checking pwrs-1.1.0 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 12:42:50.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-4/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/pwrs/1.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 12:42:50.523 INFO [stdout] af22089f3361f2a06950ee4437d38836bce07096c09c964a512cf74763fd47d8 Dec 18 12:42:50.530 INFO running `"docker" "start" "-a" "af22089f3361f2a06950ee4437d38836bce07096c09c964a512cf74763fd47d8"` Dec 18 12:42:51.852 INFO [stderr] Checking pwrs v1.1.0 (/opt/crater/workdir) Dec 18 12:42:52.403 INFO [stderr] error[E0425]: cannot find function `sample` in module `rand` Dec 18 12:42:52.403 INFO [stderr] --> src/main.rs:53:11 Dec 18 12:42:52.403 INFO [stderr] | Dec 18 12:42:52.403 INFO [stderr] 53 | rand::sample(&mut rng, words.iter(), cfg.number) Dec 18 12:42:52.403 INFO [stderr] | ^^^^^^ not found in `rand` Dec 18 12:42:52.403 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 18 12:42:52.403 INFO [stderr] | Dec 18 12:42:52.403 INFO [stderr] 9 | use rand::seq::index::sample; Dec 18 12:42:52.403 INFO [stderr] | Dec 18 12:42:52.403 INFO [stderr] Dec 18 12:42:52.407 INFO [stderr] warning: unnecessary parentheses around `for` head expression Dec 18 12:42:52.407 INFO [stderr] --> src/main.rs:130:14 Dec 18 12:42:52.407 INFO [stderr] | Dec 18 12:42:52.407 INFO [stderr] 130 | for _ in (0..cfg.count) { Dec 18 12:42:52.407 INFO [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses Dec 18 12:42:52.407 INFO [stderr] | Dec 18 12:42:52.407 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 18 12:42:52.407 INFO [stderr] Dec 18 12:42:52.408 INFO [stderr] error[E0425]: cannot find function `sample` in module `rand` Dec 18 12:42:52.408 INFO [stderr] --> src/main.rs:53:11 Dec 18 12:42:52.408 INFO [stderr] | Dec 18 12:42:52.408 INFO [stderr] 53 | rand::sample(&mut rng, words.iter(), cfg.number) Dec 18 12:42:52.408 INFO [stderr] | ^^^^^^ not found in `rand` Dec 18 12:42:52.408 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 18 12:42:52.408 INFO [stderr] | Dec 18 12:42:52.408 INFO [stderr] 9 | use rand::seq::index::sample; Dec 18 12:42:52.408 INFO [stderr] | Dec 18 12:42:52.408 INFO [stderr] Dec 18 12:42:52.408 INFO [stderr] warning: unnecessary parentheses around `for` head expression Dec 18 12:42:52.408 INFO [stderr] --> src/main.rs:130:14 Dec 18 12:42:52.408 INFO [stderr] | Dec 18 12:42:52.408 INFO [stderr] 130 | for _ in (0..cfg.count) { Dec 18 12:42:52.408 INFO [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses Dec 18 12:42:52.408 INFO [stderr] | Dec 18 12:42:52.408 INFO [stderr] = note: #[warn(unused_parens)] on by default Dec 18 12:42:52.408 INFO [stderr] Dec 18 12:42:52.464 INFO [stderr] warning: use of deprecated item 'std::slice::SliceConcatExt::connect': renamed to join Dec 18 12:42:52.464 INFO [stderr] --> src/main.rs:136:25 Dec 18 12:42:52.464 INFO [stderr] | Dec 18 12:42:52.464 INFO [stderr] 136 | let out = inter.connect(" "); Dec 18 12:42:52.464 INFO [stderr] | ^^^^^^^ Dec 18 12:42:52.464 INFO [stderr] | Dec 18 12:42:52.464 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 12:42:52.464 INFO [stderr] Dec 18 12:42:52.498 INFO [stderr] error: aborting due to previous error Dec 18 12:42:52.498 INFO [stderr] Dec 18 12:42:52.498 INFO [stderr] For more information about this error, try `rustc --explain E0425`. Dec 18 12:42:52.498 INFO [stderr] warning: use of deprecated item 'std::slice::SliceConcatExt::connect': renamed to join Dec 18 12:42:52.498 INFO [stderr] --> src/main.rs:136:25 Dec 18 12:42:52.498 INFO [stderr] | Dec 18 12:42:52.498 INFO [stderr] 136 | let out = inter.connect(" "); Dec 18 12:42:52.498 INFO [stderr] | ^^^^^^^ Dec 18 12:42:52.498 INFO [stderr] | Dec 18 12:42:52.498 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 12:42:52.498 INFO [stderr] Dec 18 12:42:52.498 INFO [stderr] error: Could not compile `pwrs`. Dec 18 12:42:52.498 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 12:42:52.508 INFO [stderr] error: aborting due to previous error Dec 18 12:42:52.508 INFO [stderr] Dec 18 12:42:52.508 INFO [stderr] For more information about this error, try `rustc --explain E0425`. Dec 18 12:42:52.524 INFO [stderr] error: Could not compile `pwrs`. Dec 18 12:42:52.524 INFO [stderr] Dec 18 12:42:52.524 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 12:42:53.220 INFO running `"docker" "inspect" "af22089f3361f2a06950ee4437d38836bce07096c09c964a512cf74763fd47d8"` Dec 18 12:42:53.507 INFO running `"docker" "rm" "-f" "af22089f3361f2a06950ee4437d38836bce07096c09c964a512cf74763fd47d8"` Dec 18 12:42:53.806 INFO [stdout] af22089f3361f2a06950ee4437d38836bce07096c09c964a512cf74763fd47d8