[INFO] updating cached repository porglezomp/celestial-echo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/porglezomp/celestial-echo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/porglezomp/celestial-echo" "work/ex/beta-1.37-6/sources/1.36.0/gh/porglezomp/celestial-echo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/porglezomp/celestial-echo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/porglezomp/celestial-echo" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/porglezomp/celestial-echo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/porglezomp/celestial-echo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d43577462ce66678d2145bafc4e6d57780cf5135 [INFO] sha for GitHub repo porglezomp/celestial-echo: d43577462ce66678d2145bafc4e6d57780cf5135 [INFO] validating manifest of porglezomp/celestial-echo 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 porglezomp/celestial-echo 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 porglezomp/celestial-echo [INFO] finished frobbing porglezomp/celestial-echo [INFO] frobbed toml for porglezomp/celestial-echo written to work/ex/beta-1.37-6/sources/1.36.0/gh/porglezomp/celestial-echo/Cargo.toml [INFO] started frobbing porglezomp/celestial-echo [INFO] finished frobbing porglezomp/celestial-echo [INFO] frobbed toml for porglezomp/celestial-echo written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/porglezomp/celestial-echo/Cargo.toml [INFO] crate porglezomp/celestial-echo 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] [stderr] Blocking waiting for file lock on package cache [INFO] testing porglezomp/celestial-echo 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/porglezomp/celestial-echo:/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] e79ed399f05c56454dd30098269beb310f4cc0e9797f76d2fd97abac67d36c3e [INFO] running `"docker" "start" "-a" "e79ed399f05c56454dd30098269beb310f4cc0e9797f76d2fd97abac67d36c3e"` [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling byteorder v1.2.1 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling typenum v1.9.0 [INFO] [stderr] Compiling openssl v0.9.23 [INFO] [stderr] Compiling futures v0.1.17 [INFO] [stderr] Compiling num-traits v0.1.41 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling libsqlite3-sys v0.9.1 [INFO] [stderr] Compiling openssl-sys v0.9.24 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling base64 v0.9.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling url v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling bytes v0.4.6 [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.6.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | 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] [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling mio v0.6.12 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling relay v0.1.0 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling mime v0.3.5 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling sha-1 v0.4.1 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling diesel v1.1.1 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.14 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling egg-mode v0.12.0 [INFO] [stderr] Compiling celestial-echo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 04s [INFO] running `"docker" "inspect" "e79ed399f05c56454dd30098269beb310f4cc0e9797f76d2fd97abac67d36c3e"` [INFO] running `"docker" "rm" "-f" "e79ed399f05c56454dd30098269beb310f4cc0e9797f76d2fd97abac67d36c3e"` [INFO] [stdout] e79ed399f05c56454dd30098269beb310f4cc0e9797f76d2fd97abac67d36c3e [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/porglezomp/celestial-echo:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 7d5b0b47b2e1927527405ace4ad4646ef5531da34f52c9f8f555d31a7dbaf239 [INFO] running `"docker" "start" "-a" "7d5b0b47b2e1927527405ace4ad4646ef5531da34f52c9f8f555d31a7dbaf239"` [INFO] [stderr] Compiling celestial-echo v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.93s [INFO] running `"docker" "inspect" "7d5b0b47b2e1927527405ace4ad4646ef5531da34f52c9f8f555d31a7dbaf239"` [INFO] running `"docker" "rm" "-f" "7d5b0b47b2e1927527405ace4ad4646ef5531da34f52c9f8f555d31a7dbaf239"` [INFO] [stdout] 7d5b0b47b2e1927527405ace4ad4646ef5531da34f52c9f8f555d31a7dbaf239 [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/porglezomp/celestial-echo:/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" "test" "--frozen"` [INFO] [stdout] e2e121b98b33123ea4d17aed436543ad2edf0cd8160f8b6f81fc7bb8899c6ecb [INFO] running `"docker" "start" "-a" "e2e121b98b33123ea4d17aed436543ad2edf0cd8160f8b6f81fc7bb8899c6ecb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/celestial_echo-37b003ca83d84b64 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e2e121b98b33123ea4d17aed436543ad2edf0cd8160f8b6f81fc7bb8899c6ecb"` [INFO] running `"docker" "rm" "-f" "e2e121b98b33123ea4d17aed436543ad2edf0cd8160f8b6f81fc7bb8899c6ecb"` [INFO] [stdout] e2e121b98b33123ea4d17aed436543ad2edf0cd8160f8b6f81fc7bb8899c6ecb