[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.37-6/sources/1.36.0/gh/ghotiphud/pg_proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ghotiphud/pg_proxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ghotiphud/pg_proxy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ghotiphud/pg_proxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ghotiphud/pg_proxy on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ghotiphud/pg_proxy against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] fe1265f623af2570687b1258398742befcc0a54a6e1d99f682e0136b2ea7f467 [INFO] running `"docker" "start" "-a" "fe1265f623af2570687b1258398742befcc0a54a6e1d99f682e0136b2ea7f467"` [INFO] [stderr] Compiling md5 v0.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling futures v0.1.6 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling postgres-protocol v0.1.1 [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 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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.pg_proxy.dd9irrp9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95" "/opt/crater/target/debug/deps/pg_proxy-e2afee63ac6f8b95.3ub6bxit1isx1457.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpostgres_protocol-e9e3080a3ae6c837.rlib" "/opt/crater/target/debug/deps/libmd5-abee797926ccce0e.rlib" "/opt/crater/target/debug/deps/libhex-dcf066d71274fe04.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-699a3e4950ebad90.rlib" "/opt/crater/target/debug/deps/libbyteorder-22baa336c5b59722.rlib" "/opt/crater/target/debug/deps/libtokio_core-cae4e90ef8cdbe6b.rlib" "/opt/crater/target/debug/deps/libscoped_tls-1d820863bdd09a78.rlib" "/opt/crater/target/debug/deps/libmio-02c29a725f923e85.rlib" "/opt/crater/target/debug/deps/libnix-4626ff03d9e29e23.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-37df1eb7983fc230.rlib" "/opt/crater/target/debug/deps/libslab-9e7ba87ec006f403.rlib" "/opt/crater/target/debug/deps/libnet2-1f16e27532e635ac.rlib" "/opt/crater/target/debug/deps/liblazycell-04a8110958242d4e.rlib" "/opt/crater/target/debug/deps/libfutures-27e0b7e4d16b2200.rlib" "/opt/crater/target/debug/deps/libdotenv-e0c9bbdc3f33dfe5.rlib" "/opt/crater/target/debug/deps/libenv_logger-ec918b3141695d47.rlib" "/opt/crater/target/debug/deps/libregex-98f998ebd2f03e43.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-02a9ee482eb041c6.rlib" "/opt/crater/target/debug/deps/libregex_syntax-a5eed8ba2f170ebb.rlib" "/opt/crater/target/debug/deps/libthread_local-2de1a755000a2052.rlib" "/opt/crater/target/debug/deps/libthread_id-c9018681af355696.rlib" "/opt/crater/target/debug/deps/libaho_corasick-3fb07f9150b23b56.rlib" "/opt/crater/target/debug/deps/libmemchr-b88318963f5bc306.rlib" "/opt/crater/target/debug/deps/liblog-bc9d51df88434be4.rlib" "/opt/crater/target/debug/deps/liberror_chain-23a4dcc9b851740d.rlib" "/opt/crater/target/debug/deps/libbacktrace-a6b347f6883c3b54.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4224ee8affc589c4.rlib" "/opt/crater/target/debug/deps/librustc_demangle-7e1e84fc0d2949f5.rlib" "/opt/crater/target/debug/deps/libcfg_if-e3a657be82e73c34.rlib" "/opt/crater/target/debug/deps/libdbghelp-610e6a484d3f70b3.rlib" "/opt/crater/target/debug/deps/libwinapi-387a29eb28388c06.rlib" "/opt/crater/target/debug/deps/libkernel32-f16f9b42bdd87fed.rlib" "/opt/crater/target/debug/deps/liblibc-1466dc2378834e22.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-a6b347f6883c3b54.rlib(backtrace-a6b347f6883c3b54.backtrace.7ulqkyv4-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-a6b347f6883c3b54.rlib(backtrace-a6b347f6883c3b54.backtrace.7ulqkyv4-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" "fe1265f623af2570687b1258398742befcc0a54a6e1d99f682e0136b2ea7f467"` [INFO] running `"docker" "rm" "-f" "fe1265f623af2570687b1258398742befcc0a54a6e1d99f682e0136b2ea7f467"` [INFO] [stdout] fe1265f623af2570687b1258398742befcc0a54a6e1d99f682e0136b2ea7f467