[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.37-6/sources/1.36.0/gh/aweinstock314/power"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/aweinstock314/power'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aweinstock314/power" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/aweinstock314/power"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aweinstock314/power on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing aweinstock314/power against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] d01441e258b097fae1b371378a94ec70c07401a7a7c8fa1a5e99310df50f1b15 [INFO] running `"docker" "start" "-a" "d01441e258b097fae1b371378a94ec70c07401a7a7c8fa1a5e99310df50f1b15"` [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling futures v0.1.16 [INFO] [stderr] Compiling cc v1.0.0 [INFO] [stderr] Compiling openssl v0.9.19 [INFO] [stderr] Compiling serde v1.0.15 [INFO] [stderr] Compiling rustc-hex v1.0.0 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling mime v0.3.4 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling net2 v0.2.31 [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 textwrap v0.8.0 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling mio v0.6.10 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling openssl-sys v0.9.19 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling tokio-io v0.1.3 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.6 [INFO] [stderr] Compiling tokio-core v0.1.9 [INFO] [stderr] Compiling rayon v0.8.2 [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 serde_urlencoded v0.5.1 [INFO] [stderr] Compiling power v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `EVP_MD_CTX_create` in module `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 module `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 module `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] 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" "d01441e258b097fae1b371378a94ec70c07401a7a7c8fa1a5e99310df50f1b15"` [INFO] running `"docker" "rm" "-f" "d01441e258b097fae1b371378a94ec70c07401a7a7c8fa1a5e99310df50f1b15"` [INFO] [stdout] d01441e258b097fae1b371378a94ec70c07401a7a7c8fa1a5e99310df50f1b15