[INFO] updating cached repository https://github.com/aweinstock314/power [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] dc62dbf9d5964d617f84b87d6901ec70ba26abeb [INFO] checking aweinstock314/power against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Faweinstock314%2Fpower" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aweinstock314/power on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/aweinstock314/power [INFO] finished tweaking git repo https://github.com/aweinstock314/power [INFO] tweaked toml for git repo https://github.com/aweinstock314/power written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/aweinstock314/power already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 181629a82535c30bca71ce687468818c4d1860e8514d19d0e7d0140a45364c34 [INFO] running `"docker" "start" "-a" "181629a82535c30bca71ce687468818c4d1860e8514d19d0e7d0140a45364c34"` [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Checking futures-cpupool v0.1.6 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Checking hyper v0.11.2 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Checking power v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `spawn_future_async` in crate `rayon` [INFO] [stderr] --> examples/rayon_test.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | let slow = rayon::spawn_future_async(futures::future::lazy(move || { Ok(expensive_work()) })).map_err(|()| /* type inference hack */ ()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `rayon` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `spawn_future_async` in crate `rayon` [INFO] [stderr] --> examples/rayon_test.rs:29:23 [INFO] [stderr] | [INFO] [stderr] 29 | let slow = rayon::spawn_future_async(futures::future::lazy(move || { Ok(expensive_work()) }).and_then(|res| send.send(res))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `rayon` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `spawn_async` in crate `rayon` [INFO] [stderr] --> examples/rayon_test.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | rayon::spawn_async(move || { let _ = slow.rayon_wait(); }); // this feels kind of hacky/redundant [INFO] [stderr] | ^^^^^^^^^^^ not found in `rayon` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `spawn_async` in crate `rayon` [INFO] [stderr] --> examples/rayon_test.rs:38:12 [INFO] [stderr] | [INFO] [stderr] 38 | rayon::spawn_async(move || { [INFO] [stderr] | ^^^^^^^^^^^ not found in `rayon` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `power`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `EVP_MD_CTX_create` in crate `openssl_sys` [INFO] [stderr] --> src/main.rs:119:92 [INFO] [stderr] | [INFO] [stderr] 119 | thread_local!(static CTX: *mut openssl_sys::EVP_MD_CTX = unsafe { openssl_sys::EVP_MD_CTX_create() }); // TODO: RAII wrapper [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `EVP_MD_CTX_free` [INFO] [stderr] ... [INFO] [stderr] 131 | define_openssl_sys_evp_hash!(openssl_sys_sha1, openssl_sys::EVP_sha1(), 32); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `EVP_MD_CTX_create` in crate `openssl_sys` [INFO] [stderr] --> src/main.rs:119:92 [INFO] [stderr] | [INFO] [stderr] 119 | thread_local!(static CTX: *mut openssl_sys::EVP_MD_CTX = unsafe { openssl_sys::EVP_MD_CTX_create() }); // TODO: RAII wrapper [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `EVP_MD_CTX_free` [INFO] [stderr] ... [INFO] [stderr] 132 | define_openssl_sys_evp_hash!(openssl_sys_sha256, openssl_sys::EVP_sha256(), 32); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `EVP_MD_CTX_create` in crate `openssl_sys` [INFO] [stderr] --> src/main.rs:119:92 [INFO] [stderr] | [INFO] [stderr] 119 | thread_local!(static CTX: *mut openssl_sys::EVP_MD_CTX = unsafe { openssl_sys::EVP_MD_CTX_create() }); // TODO: RAII wrapper [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `EVP_MD_CTX_free` [INFO] [stderr] ... [INFO] [stderr] 133 | define_openssl_sys_evp_hash!(openssl_sys_md5, openssl_sys::EVP_md5(), 32); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:300:23 [INFO] [stderr] | [INFO] [stderr] 300 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:320:93 [INFO] [stderr] | [INFO] [stderr] 320 | fn powserver(req: &Request, done: Arc, handle: &Handle, f: F) -> Box> where [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `EVP_MD_CTX_create` in crate `openssl_sys` [INFO] [stderr] --> src/main.rs:119:92 [INFO] [stderr] | [INFO] [stderr] 119 | thread_local!(static CTX: *mut openssl_sys::EVP_MD_CTX = unsafe { openssl_sys::EVP_MD_CTX_create() }); // TODO: RAII wrapper [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `EVP_MD_CTX_free` [INFO] [stderr] ... [INFO] [stderr] 131 | define_openssl_sys_evp_hash!(openssl_sys_sha1, openssl_sys::EVP_sha1(), 32); [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `EVP_MD_CTX_create` in crate `openssl_sys` [INFO] [stderr] --> src/main.rs:119:92 [INFO] [stderr] | [INFO] [stderr] 119 | thread_local!(static CTX: *mut openssl_sys::EVP_MD_CTX = unsafe { openssl_sys::EVP_MD_CTX_create() }); // TODO: RAII wrapper [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `EVP_MD_CTX_free` [INFO] [stderr] ... [INFO] [stderr] 132 | define_openssl_sys_evp_hash!(openssl_sys_sha256, openssl_sys::EVP_sha256(), 32); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `EVP_MD_CTX_create` in crate `openssl_sys` [INFO] [stderr] --> src/main.rs:119:92 [INFO] [stderr] | [INFO] [stderr] 119 | thread_local!(static CTX: *mut openssl_sys::EVP_MD_CTX = unsafe { openssl_sys::EVP_MD_CTX_create() }); // TODO: RAII wrapper [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `EVP_MD_CTX_free` [INFO] [stderr] ... [INFO] [stderr] 133 | define_openssl_sys_evp_hash!(openssl_sys_md5, openssl_sys::EVP_md5(), 32); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:300:23 [INFO] [stderr] | [INFO] [stderr] 300 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:320:93 [INFO] [stderr] | [INFO] [stderr] 320 | fn powserver(req: &Request, done: Arc, handle: &Handle, f: F) -> Box> where [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 5 parameters were supplied [INFO] [stderr] --> src/main.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 193 | / fn proofofwork(i: InputOptions, done: Arc, f: F) -> futures::sync::oneshot::Receiver> where [INFO] [stderr] 194 | | F: Fn(&[u8]) -> [u8; 32] + Send + Sync + 'static { [INFO] [stderr] 195 | | assert_eq!(i.mask.len(), i.goal.len()); [INFO] [stderr] 196 | | assert_eq!(i.mask.len(), 32); [INFO] [stderr] ... | [INFO] [stderr] 269 | | recv [INFO] [stderr] 270 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] ... [INFO] [stderr] 445 | println!("POW: {:?}", proofofwork(b"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\xff\xff\xff".to_vec(), [INFO] [stderr] | ___________________________^ [INFO] [stderr] 446 | | b"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1a\x85\xbd".to_vec(), [INFO] [stderr] 447 | | None, [INFO] [stderr] 448 | | Arc::new(atomic::AtomicBool::new(false)), [INFO] [stderr] 449 | | ring_sha256).wait()); [INFO] [stderr] | |__________________________________________________^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `power`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `power`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "181629a82535c30bca71ce687468818c4d1860e8514d19d0e7d0140a45364c34"` [INFO] running `"docker" "rm" "-f" "181629a82535c30bca71ce687468818c4d1860e8514d19d0e7d0140a45364c34"` [INFO] [stdout] 181629a82535c30bca71ce687468818c4d1860e8514d19d0e7d0140a45364c34