[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/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/gh/goldsborough/psag.cc"` [INFO] [stderr] Cloning into 'work/ex/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/gh/goldsborough/psag.cc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/goldsborough/psag.cc" "work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/gh/goldsborough/psag.cc"` [INFO] [stderr] Cloning into 'work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/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 master#1891bfa80364eead426517c68de6947b7692e2de [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of goldsborough/psag.cc on toolchain try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "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/pr-60261/sources/master#1891bfa80364eead426517c68de6947b7692e2de/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/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/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" "+1891bfa80364eead426517c68de6947b7692e2de-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking goldsborough/psag.cc against try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a for pr-60261 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60261/worker-3/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60261/sources/try#bfdcf6db3afcce5fe4013023cfa8ba359c5d527a/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=forbid" "-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" "+bfdcf6db3afcce5fe4013023cfa8ba359c5d527a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f9711cb16d1e0d8e40ad1965a7ea8d70fde2591eb58506baad00789fe0d5b061 [INFO] running `"docker" "start" "-a" "f9711cb16d1e0d8e40ad1965a7ea8d70fde2591eb58506baad00789fe0d5b061"` [INFO] [stderr] Checking termcolor v0.3.3 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking r2d2 v0.8.2 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking handlebars v0.29.1 [INFO] [stderr] Checking hyper v0.11.13 [INFO] [stderr] Checking postgres-protocol v0.3.1 [INFO] [stderr] Checking postgres-shared v0.4.0 [INFO] [stderr] Checking env_logger v0.5.2 [INFO] [stderr] Checking diesel v1.1.0 [INFO] [stderr] Checking postgres v0.15.1 [INFO] [stderr] Checking r2d2-diesel v1.0.0 [INFO] [stderr] Checking psag_cc v0.1.0 (/opt/crater/workdir) [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] [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] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.90s [INFO] running `"docker" "inspect" "f9711cb16d1e0d8e40ad1965a7ea8d70fde2591eb58506baad00789fe0d5b061"` [INFO] running `"docker" "rm" "-f" "f9711cb16d1e0d8e40ad1965a7ea8d70fde2591eb58506baad00789fe0d5b061"` [INFO] [stdout] f9711cb16d1e0d8e40ad1965a7ea8d70fde2591eb58506baad00789fe0d5b061