[INFO] updating cached repository ghotiphud/pg_proxy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ghotiphud/pg_proxy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ghotiphud/pg_proxy" "work/ex/beta-1.38-1/sources/1.37.0/gh/ghotiphud/pg_proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ghotiphud/pg_proxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ghotiphud/pg_proxy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ghotiphud/pg_proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ghotiphud/pg_proxy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0489f84ddfedbce215375d27a2b1ae8fa30e262c [INFO] sha for GitHub repo ghotiphud/pg_proxy: 0489f84ddfedbce215375d27a2b1ae8fa30e262c [INFO] validating manifest of ghotiphud/pg_proxy 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 ghotiphud/pg_proxy 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 ghotiphud/pg_proxy [INFO] finished frobbing ghotiphud/pg_proxy [INFO] frobbed toml for ghotiphud/pg_proxy written to work/ex/beta-1.38-1/sources/1.37.0/gh/ghotiphud/pg_proxy/Cargo.toml [INFO] started frobbing ghotiphud/pg_proxy [INFO] finished frobbing ghotiphud/pg_proxy [INFO] frobbed toml for ghotiphud/pg_proxy written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ghotiphud/pg_proxy/Cargo.toml [INFO] crate ghotiphud/pg_proxy 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 ghotiphud/pg_proxy 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-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ghotiphud/pg_proxy:/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] fcb7bf407740c1335e8074b44f70ecae46ed58b748ce3e6cb347b2beea6c4dad [INFO] running `"docker" "start" "-a" "fcb7bf407740c1335e8074b44f70ecae46ed58b748ce3e6cb347b2beea6c4dad"` [INFO] [stderr] Compiling md5 v0.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling postgres-protocol v0.1.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling error-chain v0.7.1 [INFO] [stderr] Compiling mio v0.6.1 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling tokio-core v0.1.1 [INFO] [stderr] Compiling pg_proxy 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/errors.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | // Automatic conversions between this error chain and other [INFO] [stderr] 8 | | // error types not defined by the `error_chain!`. These will be [INFO] [stderr] 9 | | // wrapped in a new error with, in this case, the [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [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/errors.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | // Automatic conversions between this error chain and other [INFO] [stderr] 8 | | // error types not defined by the `error_chain!`. These will be [INFO] [stderr] 9 | | // wrapped in a new error with, in this case, the [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.pg_proxy.bk3k9q7e-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814" "/opt/crater/target/debug/deps/pg_proxy-96662232db695814.1o4g68tfiik2pv1i.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpostgres_protocol-80cad36de0fa7260.rlib" "/opt/crater/target/debug/deps/libmd5-f09e2edf3ea1711e.rlib" "/opt/crater/target/debug/deps/libhex-cf418d8274bd5579.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-8c6f3708ad252827.rlib" "/opt/crater/target/debug/deps/libbyteorder-a3968c370c7b24cf.rlib" "/opt/crater/target/debug/deps/libtokio_core-5e38de5ea9309401.rlib" "/opt/crater/target/debug/deps/libscoped_tls-95084f4484ab1532.rlib" "/opt/crater/target/debug/deps/libmio-af127facadda9722.rlib" "/opt/crater/target/debug/deps/libnix-a284346a4be8db93.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libbitflags-9f030c7d282c894d.rlib" "/opt/crater/target/debug/deps/libslab-4e7b24a66e4d7090.rlib" "/opt/crater/target/debug/deps/libnet2-00b9ae72b2644690.rlib" "/opt/crater/target/debug/deps/liblazycell-421d4d8ba2cfc917.rlib" "/opt/crater/target/debug/deps/libfutures-23c233f6e6c75d65.rlib" "/opt/crater/target/debug/deps/libdotenv-42570103c1a83b32.rlib" "/opt/crater/target/debug/deps/libenv_logger-73ba9ad89c7ef5e3.rlib" "/opt/crater/target/debug/deps/libregex-2c611d7fe31cb8ee.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-7e19cf98379531b4.rlib" "/opt/crater/target/debug/deps/libregex_syntax-55ee28c5615612af.rlib" "/opt/crater/target/debug/deps/libthread_local-dcd50ad164439d6b.rlib" "/opt/crater/target/debug/deps/libthread_id-b490e4ef07ffe04b.rlib" "/opt/crater/target/debug/deps/libaho_corasick-c04433ed2ebbed22.rlib" "/opt/crater/target/debug/deps/libmemchr-d6fe51247c47782f.rlib" "/opt/crater/target/debug/deps/liblog-cde2563351553608.rlib" "/opt/crater/target/debug/deps/liberror_chain-d354b0e9fe49b732.rlib" "/opt/crater/target/debug/deps/libbacktrace-17101a8b6e085880.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-d74a633e2f14ed79.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-17101a8b6e085880.rlib(backtrace-17101a8b6e085880.backtrace.bcbp6rlv-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-17101a8b6e085880.rlib(backtrace-17101a8b6e085880.backtrace.bcbp6rlv-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `pg_proxy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fcb7bf407740c1335e8074b44f70ecae46ed58b748ce3e6cb347b2beea6c4dad"` [INFO] running `"docker" "rm" "-f" "fcb7bf407740c1335e8074b44f70ecae46ed58b748ce3e6cb347b2beea6c4dad"` [INFO] [stdout] fcb7bf407740c1335e8074b44f70ecae46ed58b748ce3e6cb347b2beea6c4dad