Sep 19 15:09:15.750 INFO checking mcginty/shoop against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 15:09:15.750 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 15:09:15.750 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:09:15.984 INFO blam! 023fc1f8c00a2359b9c43d1ef9eed14e1cfd10fe644e37eef0fc0f90bb7a6d8b Sep 19 15:09:15.988 INFO running `"docker" "start" "-a" "023fc1f8c00a2359b9c43d1ef9eed14e1cfd10fe644e37eef0fc0f90bb7a6d8b"` Sep 19 15:09:17.404 INFO kablam! usermod: no changes Sep 19 15:09:17.608 INFO kablam! Compiling proc-macro2 v0.4.19 Sep 19 15:09:17.609 INFO kablam! Compiling cc v1.0.24 Sep 19 15:09:17.610 INFO kablam! Checking untrusted v0.6.2 Sep 19 15:09:17.632 INFO kablam! Compiling libudt4-sys v0.2.0 Sep 19 15:09:17.632 INFO kablam! Compiling semver v0.9.0 Sep 19 15:09:17.634 INFO kablam! Checking unix-daemonize v0.1.2 Sep 19 15:09:17.635 INFO kablam! Checking log v0.4.5 Sep 19 15:09:17.636 INFO kablam! Checking rand v0.5.5 Sep 19 15:09:18.790 INFO kablam! Checking clap v2.32.0 Sep 19 15:09:19.876 INFO kablam! Checking chrono v0.4.6 Sep 19 15:09:19.906 INFO kablam! Checking colored v1.6.1 Sep 19 15:09:20.983 INFO kablam! Checking log v0.3.9 Sep 19 15:09:23.858 INFO kablam! Compiling rustc_version v0.2.3 Sep 19 15:09:24.003 INFO kablam! Compiling ring v0.13.2 Sep 19 15:09:28.768 INFO kablam! Compiling shoop v0.1.1 (/source) Sep 19 15:09:29.402 INFO kablam! Compiling quote v0.6.8 Sep 19 15:09:31.690 INFO kablam! Compiling syn v0.14.9 Sep 19 15:09:44.749 INFO kablam! Compiling structopt-derive v0.2.10 Sep 19 15:09:50.078 INFO kablam! Checking udt v0.2.0 Sep 19 15:09:50.476 INFO kablam! Checking structopt v0.2.10 Sep 19 15:09:51.422 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 19 15:09:51.422 INFO kablam! --> src/connection/crypto.rs:192:37 Sep 19 15:09:51.422 INFO kablam! | Sep 19 15:09:51.422 INFO kablam! 192 | use ::rand::distributions::{IndependentSample, Range}; Sep 19 15:09:51.422 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 15:09:51.422 INFO kablam! | Sep 19 15:09:51.422 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 15:09:51.422 INFO kablam! Sep 19 15:09:51.705 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 19 15:09:51.705 INFO kablam! --> src/connection/crypto.rs:199:40 Sep 19 15:09:51.705 INFO kablam! | Sep 19 15:09:51.705 INFO kablam! 199 | let data_size: usize = between.ind_sample(&mut rng); Sep 19 15:09:51.705 INFO kablam! | ^^^^^^^^^^ Sep 19 15:09:51.705 INFO kablam! Sep 19 15:09:51.770 INFO kablam! error[E0599]: no function or associated item named `new` found for type `connection::crypto::Nonce` in the current scope Sep 19 15:09:51.770 INFO kablam! --> src/connection/crypto.rs:262:25 Sep 19 15:09:51.770 INFO kablam! | Sep 19 15:09:51.770 INFO kablam! 39 | pub struct Nonce { Sep 19 15:09:51.770 INFO kablam! | ---------------- function or associated item `new` not found for this Sep 19 15:09:51.770 INFO kablam! ... Sep 19 15:09:51.770 INFO kablam! 262 | let mut nonce = super::Nonce::new(); Sep 19 15:09:51.770 INFO kablam! | ^^^^^^^^^^^^^^^^^ function or associated item not found in `connection::crypto::Nonce` Sep 19 15:09:51.770 INFO kablam! | Sep 19 15:09:51.770 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 19 15:09:51.770 INFO kablam! = note: the following trait defines an item `new`, perhaps you need to implement it: Sep 19 15:09:51.770 INFO kablam! candidate #1: `rand::distributions::uniform::UniformSampler` Sep 19 15:09:51.770 INFO kablam! Sep 19 15:09:51.850 INFO kablam! error: aborting due to previous error Sep 19 15:09:51.850 INFO kablam! Sep 19 15:09:51.850 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 19 15:09:51.857 INFO kablam! error: Could not compile `shoop`. Sep 19 15:09:51.857 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:09:52.124 INFO kablam! error: build failed Sep 19 15:09:52.126 INFO kablam! su: No module specific data is present Sep 19 15:09:53.017 INFO running `"docker" "rm" "-f" "023fc1f8c00a2359b9c43d1ef9eed14e1cfd10fe644e37eef0fc0f90bb7a6d8b"` Sep 19 15:09:53.133 INFO blam! 023fc1f8c00a2359b9c43d1ef9eed14e1cfd10fe644e37eef0fc0f90bb7a6d8b