[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 beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] c2efcb38889ffb25a28a28d4ff790ef56699c418f00f6cdebc5a5c95eb1951c8 [INFO] running `"docker" "start" "-a" "c2efcb38889ffb25a28a28d4ff790ef56699c418f00f6cdebc5a5c95eb1951c8"` [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling cc v1.0.0 [INFO] [stderr] Compiling lazycell v0.5.1 [INFO] [stderr] Compiling openssl v0.9.19 [INFO] [stderr] Compiling httparse v1.2.3 [INFO] [stderr] Compiling serde v1.0.15 [INFO] [stderr] Compiling foreign-types v0.2.0 [INFO] [stderr] Compiling rustc-hex v1.0.0 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling mio v0.6.10 [INFO] [stderr] Compiling futures-cpupool v0.1.6 [INFO] [stderr] Compiling mime v0.3.4 [INFO] [stderr] Compiling tokio-io v0.1.3 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling openssl-sys v0.9.19 [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] 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" "c2efcb38889ffb25a28a28d4ff790ef56699c418f00f6cdebc5a5c95eb1951c8"` [INFO] running `"docker" "rm" "-f" "c2efcb38889ffb25a28a28d4ff790ef56699c418f00f6cdebc5a5c95eb1951c8"` [INFO] [stdout] c2efcb38889ffb25a28a28d4ff790ef56699c418f00f6cdebc5a5c95eb1951c8