[INFO] updating cached repository aweinstock314/power [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/aweinstock314/power [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/aweinstock314/power" "work/ex/beta-1.38-1/sources/1.37.0/gh/aweinstock314/power"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/aweinstock314/power'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aweinstock314/power" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aweinstock314/power"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aweinstock314/power'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dc62dbf9d5964d617f84b87d6901ec70ba26abeb [INFO] sha for GitHub repo aweinstock314/power: dc62dbf9d5964d617f84b87d6901ec70ba26abeb [INFO] validating manifest of aweinstock314/power on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aweinstock314/power on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing aweinstock314/power [INFO] finished frobbing aweinstock314/power [INFO] frobbed toml for aweinstock314/power written to work/ex/beta-1.38-1/sources/1.37.0/gh/aweinstock314/power/Cargo.toml [INFO] started frobbing aweinstock314/power [INFO] finished frobbing aweinstock314/power [INFO] frobbed toml for aweinstock314/power written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aweinstock314/power/Cargo.toml [INFO] crate aweinstock314/power already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing aweinstock314/power against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/aweinstock314/power:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] f539093d38adbc056352f21275a4acfb7634b3f5b2bd646fd50de52f4cd77d29 [INFO] running `"docker" "start" "-a" "f539093d38adbc056352f21275a4acfb7634b3f5b2bd646fd50de52f4cd77d29"` [INFO] [stderr] Compiling cc v1.0.0 [INFO] [stderr] Compiling openssl v0.9.19 [INFO] [stderr] Compiling rustc-hex v1.0.0 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling futures-cpupool v0.1.6 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling mio v0.6.10 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling mime v0.3.4 [INFO] [stderr] Compiling tokio-io v0.1.3 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling openssl-sys v0.9.19 [INFO] [stderr] Compiling tokio-core v0.1.9 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling hyper v0.11.2 [INFO] [stderr] Compiling power v0.1.0 (/opt/crater/workdir) [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: 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" "f539093d38adbc056352f21275a4acfb7634b3f5b2bd646fd50de52f4cd77d29"` [INFO] running `"docker" "rm" "-f" "f539093d38adbc056352f21275a4acfb7634b3f5b2bd646fd50de52f4cd77d29"` [INFO] [stdout] f539093d38adbc056352f21275a4acfb7634b3f5b2bd646fd50de52f4cd77d29