[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 0f9c1cf99000ea073d755483398d6be061ca6653a055c2bac8dd578423bcf276 [INFO] running `"docker" "start" "-a" "0f9c1cf99000ea073d755483398d6be061ca6653a055c2bac8dd578423bcf276"` [INFO] [stderr] Compiling md5 v0.3.6 [INFO] [stderr] Compiling termcolor v0.3.3 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling r2d2 v0.8.2 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling handlebars v0.29.1 [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 v1.1.0 [INFO] [stderr] Compiling postgres v0.15.1 [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 40.14s [INFO] running `"docker" "inspect" "0f9c1cf99000ea073d755483398d6be061ca6653a055c2bac8dd578423bcf276"` [INFO] running `"docker" "rm" "-f" "0f9c1cf99000ea073d755483398d6be061ca6653a055c2bac8dd578423bcf276"` [INFO] [stdout] 0f9c1cf99000ea073d755483398d6be061ca6653a055c2bac8dd578423bcf276 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a86ca11eb9724fdf08fe0cae10d8ecdcd34d967b3c9b222a9e3ef5a1e8f561cc [INFO] running `"docker" "start" "-a" "a86ca11eb9724fdf08fe0cae10d8ecdcd34d967b3c9b222a9e3ef5a1e8f561cc"` [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.43s [INFO] running `"docker" "inspect" "a86ca11eb9724fdf08fe0cae10d8ecdcd34d967b3c9b222a9e3ef5a1e8f561cc"` [INFO] running `"docker" "rm" "-f" "a86ca11eb9724fdf08fe0cae10d8ecdcd34d967b3c9b222a9e3ef5a1e8f561cc"` [INFO] [stdout] a86ca11eb9724fdf08fe0cae10d8ecdcd34d967b3c9b222a9e3ef5a1e8f561cc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] bcf50fe4ab067b2c77a51bfb7e70f9159d3bc0080b0616009e81c2ad18c7fca0 [INFO] running `"docker" "start" "-a" "bcf50fe4ab067b2c77a51bfb7e70f9159d3bc0080b0616009e81c2ad18c7fca0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running /opt/crater/target/debug/deps/psag_cc-727a58ae44e127f0 [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" "bcf50fe4ab067b2c77a51bfb7e70f9159d3bc0080b0616009e81c2ad18c7fca0"` [INFO] running `"docker" "rm" "-f" "bcf50fe4ab067b2c77a51bfb7e70f9159d3bc0080b0616009e81c2ad18c7fca0"` [INFO] [stdout] bcf50fe4ab067b2c77a51bfb7e70f9159d3bc0080b0616009e81c2ad18c7fca0