[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.38-1/sources/1.37.0/gh/goldsborough/psag.cc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/goldsborough/psag.cc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/goldsborough/psag.cc" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/goldsborough/psag.cc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 goldsborough/psag.cc 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 goldsborough/psag.cc [INFO] finished frobbing goldsborough/psag.cc [INFO] frobbed toml for goldsborough/psag.cc written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing goldsborough/psag.cc 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-7/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/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-08-13" "build" "--frozen"` [INFO] [stdout] 1789ad4734405178216ae60bf457a8fd79fbaa9488525d57ff749ae4233b8f03 [INFO] running `"docker" "start" "-a" "1789ad4734405178216ae60bf457a8fd79fbaa9488525d57ff749ae4233b8f03"` [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling env_logger v0.5.2 [INFO] [stderr] Compiling bytes v0.4.6 [INFO] [stderr] Compiling mio v0.6.12 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling postgres-protocol v0.3.1 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling postgres-shared v0.4.0 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling postgres v0.15.1 [INFO] [stderr] Compiling diesel v1.1.0 [INFO] [stderr] Compiling hyper v0.11.13 [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 54.94s [INFO] running `"docker" "inspect" "1789ad4734405178216ae60bf457a8fd79fbaa9488525d57ff749ae4233b8f03"` [INFO] running `"docker" "rm" "-f" "1789ad4734405178216ae60bf457a8fd79fbaa9488525d57ff749ae4233b8f03"` [INFO] [stdout] 1789ad4734405178216ae60bf457a8fd79fbaa9488525d57ff749ae4233b8f03 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] ad445f48cd49644d66d012a4da45c95aa717c71165e6c03a576d2b392b759e67 [INFO] running `"docker" "start" "-a" "ad445f48cd49644d66d012a4da45c95aa717c71165e6c03a576d2b392b759e67"` [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 2.29s [INFO] running `"docker" "inspect" "ad445f48cd49644d66d012a4da45c95aa717c71165e6c03a576d2b392b759e67"` [INFO] running `"docker" "rm" "-f" "ad445f48cd49644d66d012a4da45c95aa717c71165e6c03a576d2b392b759e67"` [INFO] [stdout] ad445f48cd49644d66d012a4da45c95aa717c71165e6c03a576d2b392b759e67 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/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-08-13" "test" "--frozen"` [INFO] [stdout] d71c9b3955f38878460dd8950179ee70902690752c6e4ff497244e1d2275d743 [INFO] running `"docker" "start" "-a" "d71c9b3955f38878460dd8950179ee70902690752c6e4ff497244e1d2275d743"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/psag_cc-a1a8a4c4d3874a73 [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" "d71c9b3955f38878460dd8950179ee70902690752c6e4ff497244e1d2275d743"` [INFO] running `"docker" "rm" "-f" "d71c9b3955f38878460dd8950179ee70902690752c6e4ff497244e1d2275d743"` [INFO] [stdout] d71c9b3955f38878460dd8950179ee70902690752c6e4ff497244e1d2275d743