[INFO] updating cached repository mizyoukan/heroku-rust-pg-test [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mizyoukan/heroku-rust-pg-test [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mizyoukan/heroku-rust-pg-test" "work/ex/beta-1.38-1/sources/1.37.0/gh/mizyoukan/heroku-rust-pg-test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mizyoukan/heroku-rust-pg-test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mizyoukan/heroku-rust-pg-test" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mizyoukan/heroku-rust-pg-test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mizyoukan/heroku-rust-pg-test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1f7c8f5141ae9d5536de780babd9161517e04cd3 [INFO] sha for GitHub repo mizyoukan/heroku-rust-pg-test: 1f7c8f5141ae9d5536de780babd9161517e04cd3 [INFO] validating manifest of mizyoukan/heroku-rust-pg-test 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 mizyoukan/heroku-rust-pg-test 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 mizyoukan/heroku-rust-pg-test [INFO] finished frobbing mizyoukan/heroku-rust-pg-test [INFO] frobbed toml for mizyoukan/heroku-rust-pg-test written to work/ex/beta-1.38-1/sources/1.37.0/gh/mizyoukan/heroku-rust-pg-test/Cargo.toml [INFO] started frobbing mizyoukan/heroku-rust-pg-test [INFO] finished frobbing mizyoukan/heroku-rust-pg-test [INFO] frobbed toml for mizyoukan/heroku-rust-pg-test written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mizyoukan/heroku-rust-pg-test/Cargo.toml [INFO] crate mizyoukan/heroku-rust-pg-test 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mizyoukan/heroku-rust-pg-test 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-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mizyoukan/heroku-rust-pg-test:/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] 1e525d44adce293b3ae7c6ee1e2c8a97b12f835393a6a1d6d3c10066b421d9d7 [INFO] running `"docker" "start" "-a" "1e525d44adce293b3ae7c6ee1e2c8a97b12f835393a6a1d6d3c10066b421d9d7"` [INFO] [stderr] Compiling md5 v0.3.6 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling futures-cpupool v0.1.7 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling mio v0.6.11 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling postgres-protocol v0.3.1 [INFO] [stderr] Compiling tokio-core v0.1.11 [INFO] [stderr] Compiling postgres-shared v0.4.0 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling postgres v0.15.1 [INFO] [stderr] Compiling hyper v0.11.9 [INFO] [stderr] Compiling heroku-rust-pg-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain!{ [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Hyper(::hyper::Error); [INFO] [stderr] 21 | | Postgres(::postgres::Error); [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain!{ [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Hyper(::hyper::Error); [INFO] [stderr] 21 | | Postgres(::postgres::Error); [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.50s [INFO] running `"docker" "inspect" "1e525d44adce293b3ae7c6ee1e2c8a97b12f835393a6a1d6d3c10066b421d9d7"` [INFO] running `"docker" "rm" "-f" "1e525d44adce293b3ae7c6ee1e2c8a97b12f835393a6a1d6d3c10066b421d9d7"` [INFO] [stdout] 1e525d44adce293b3ae7c6ee1e2c8a97b12f835393a6a1d6d3c10066b421d9d7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mizyoukan/heroku-rust-pg-test:/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] 9ed311e5e76bc8c69014838329a19efbbfaa4df410c4506ca2eafc12700ab0ab [INFO] running `"docker" "start" "-a" "9ed311e5e76bc8c69014838329a19efbbfaa4df410c4506ca2eafc12700ab0ab"` [INFO] [stderr] Compiling heroku-rust-pg-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain!{ [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Hyper(::hyper::Error); [INFO] [stderr] 21 | | Postgres(::postgres::Error); [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain!{ [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Hyper(::hyper::Error); [INFO] [stderr] 21 | | Postgres(::postgres::Error); [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.42s [INFO] running `"docker" "inspect" "9ed311e5e76bc8c69014838329a19efbbfaa4df410c4506ca2eafc12700ab0ab"` [INFO] running `"docker" "rm" "-f" "9ed311e5e76bc8c69014838329a19efbbfaa4df410c4506ca2eafc12700ab0ab"` [INFO] [stdout] 9ed311e5e76bc8c69014838329a19efbbfaa4df410c4506ca2eafc12700ab0ab [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mizyoukan/heroku-rust-pg-test:/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] e5e1c4b69b2b55e09903b8a6d4ed5b5f4f869209e5ddcc898e820fce88a9907f [INFO] running `"docker" "start" "-a" "e5e1c4b69b2b55e09903b8a6d4ed5b5f4f869209e5ddcc898e820fce88a9907f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/heroku_rust_pg_test-1cfbc354050a9825 [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" "e5e1c4b69b2b55e09903b8a6d4ed5b5f4f869209e5ddcc898e820fce88a9907f"` [INFO] running `"docker" "rm" "-f" "e5e1c4b69b2b55e09903b8a6d4ed5b5f4f869209e5ddcc898e820fce88a9907f"` [INFO] [stdout] e5e1c4b69b2b55e09903b8a6d4ed5b5f4f869209e5ddcc898e820fce88a9907f