[INFO] updating cached repository goldsborough/psag.cc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/goldsborough/psag.cc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/goldsborough/psag.cc" "work/ex/beta-1.37-6/sources/1.36.0/gh/goldsborough/psag.cc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/goldsborough/psag.cc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/goldsborough/psag.cc" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/goldsborough/psag.cc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/goldsborough/psag.cc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4493fb4be79a8842554588a9d2849feae3ffa978 [INFO] sha for GitHub repo goldsborough/psag.cc: 4493fb4be79a8842554588a9d2849feae3ffa978 [INFO] validating manifest of goldsborough/psag.cc 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 goldsborough/psag.cc 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 goldsborough/psag.cc [INFO] finished frobbing goldsborough/psag.cc [INFO] frobbed toml for goldsborough/psag.cc written to work/ex/beta-1.37-6/sources/1.36.0/gh/goldsborough/psag.cc/Cargo.toml [INFO] started frobbing goldsborough/psag.cc [INFO] finished frobbing goldsborough/psag.cc [INFO] frobbed toml for goldsborough/psag.cc written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/goldsborough/psag.cc/Cargo.toml [INFO] crate goldsborough/psag.cc 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing goldsborough/psag.cc 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/goldsborough/psag.cc:/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] 807b10cc9b4a486f40121b8596e20b81a8c9f01fec56cc638c1125388d293d67 [INFO] running `"docker" "start" "-a" "807b10cc9b4a486f40121b8596e20b81a8c9f01fec56cc638c1125388d293d67"` [INFO] [stderr] Compiling pq-sys v0.4.4 [INFO] [stderr] Compiling fallible-iterator v0.1.4 [INFO] [stderr] Compiling termcolor v0.3.3 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling r2d2 v0.8.2 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling hyper v0.11.13 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling env_logger v0.5.2 [INFO] [stderr] Compiling postgres-protocol v0.3.1 [INFO] [stderr] Compiling postgres-shared v0.4.0 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling postgres v0.15.1 [INFO] [stderr] Compiling diesel v1.1.0 [INFO] [stderr] Compiling r2d2-diesel v1.0.0 [INFO] [stderr] Compiling psag_cc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/service.rs:67:23 [INFO] [stderr] | [INFO] [stderr] 67 | 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: lifetime may not live long enough [INFO] [stderr] --> src/main.rs:39:33 [INFO] [stderr] | [INFO] [stderr] 39 | .bind(&address, move || Ok(UrlShortenerService(&service))) [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2` [INFO] [stderr] | | | [INFO] [stderr] | | return type of closure is std::result::Result, std::io::Error> [INFO] [stderr] | lifetime `'1` represents this closure's body [INFO] [stderr] | [INFO] [stderr] = note: closure implements `Fn`, so references to captured variables can't escape the closure [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] Finished dev [unoptimized + debuginfo] target(s) in 48.96s [INFO] running `"docker" "inspect" "807b10cc9b4a486f40121b8596e20b81a8c9f01fec56cc638c1125388d293d67"` [INFO] running `"docker" "rm" "-f" "807b10cc9b4a486f40121b8596e20b81a8c9f01fec56cc638c1125388d293d67"` [INFO] [stdout] 807b10cc9b4a486f40121b8596e20b81a8c9f01fec56cc638c1125388d293d67 [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/goldsborough/psag.cc:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] eec791d603d87ecffbd76b9a59c8ea499e20b74cf8a273907fa70b15462a49ac [INFO] running `"docker" "start" "-a" "eec791d603d87ecffbd76b9a59c8ea499e20b74cf8a273907fa70b15462a49ac"` [INFO] [stderr] Compiling psag_cc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/service.rs:67:23 [INFO] [stderr] | [INFO] [stderr] 67 | 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: lifetime may not live long enough [INFO] [stderr] --> src/main.rs:39:33 [INFO] [stderr] | [INFO] [stderr] 39 | .bind(&address, move || Ok(UrlShortenerService(&service))) [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2` [INFO] [stderr] | | | [INFO] [stderr] | | return type of closure is std::result::Result, std::io::Error> [INFO] [stderr] | lifetime `'1` represents this closure's body [INFO] [stderr] | [INFO] [stderr] = note: closure implements `Fn`, so references to captured variables can't escape the closure [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] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `"docker" "inspect" "eec791d603d87ecffbd76b9a59c8ea499e20b74cf8a273907fa70b15462a49ac"` [INFO] running `"docker" "rm" "-f" "eec791d603d87ecffbd76b9a59c8ea499e20b74cf8a273907fa70b15462a49ac"` [INFO] [stdout] eec791d603d87ecffbd76b9a59c8ea499e20b74cf8a273907fa70b15462a49ac [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/goldsborough/psag.cc:/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" "test" "--frozen"` [INFO] [stdout] 7cf0214f0dea0804cca8a3f8842a7e46a30a79cd59ca125086399c024507c1eb [INFO] running `"docker" "start" "-a" "7cf0214f0dea0804cca8a3f8842a7e46a30a79cd59ca125086399c024507c1eb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/psag_cc-5602f1ca5fc8906a [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" "7cf0214f0dea0804cca8a3f8842a7e46a30a79cd59ca125086399c024507c1eb"` [INFO] running `"docker" "rm" "-f" "7cf0214f0dea0804cca8a3f8842a7e46a30a79cd59ca125086399c024507c1eb"` [INFO] [stdout] 7cf0214f0dea0804cca8a3f8842a7e46a30a79cd59ca125086399c024507c1eb