[INFO] updating cached repository https://github.com/ghotiphud/pg_proxy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0489f84ddfedbce215375d27a2b1ae8fa30e262c [INFO] testing ghotiphud/pg_proxy against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fghotiphud%2Fpg_proxy" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ghotiphud/pg_proxy on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ghotiphud/pg_proxy [INFO] finished tweaking git repo https://github.com/ghotiphud/pg_proxy [INFO] tweaked toml for git repo https://github.com/ghotiphud/pg_proxy written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ghotiphud/pg_proxy already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fe43e0213c1b5de39136523a3385f0a974d4403b66ede04fc544cd67e839ffa6 [INFO] running `"docker" "start" "-a" "fe43e0213c1b5de39136523a3385f0a974d4403b66ede04fc544cd67e839ffa6"` [INFO] [stderr] Compiling gcc v0.3.39 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling lazycell v0.4.0 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling fallible-iterator v0.1.3 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling md5 v0.2.1 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling futures v0.1.6 [INFO] [stderr] Compiling net2 v0.2.26 [INFO] [stderr] Compiling postgres-protocol v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling error-chain v0.7.1 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling mio v0.6.1 [INFO] [stderr] Compiling tokio-core v0.1.1 [INFO] [stderr] Compiling pg_proxy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.pg_proxy.9hfbv6kg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f" "/opt/rustwide/target/debug/deps/pg_proxy-a0eb906b4874663f.3sc0nvzry6791f1k.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpostgres_protocol-2898cfb009437a16.rlib" "/opt/rustwide/target/debug/deps/libmd5-9fe878dfd88cd0fa.rlib" "/opt/rustwide/target/debug/deps/libhex-19b6bcb89d246e13.rlib" "/opt/rustwide/target/debug/deps/libfallible_iterator-d6811e9b84a2dcbf.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-def7868cadb6a3be.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-94598e08952beb27.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-5b9844488704df95.rlib" "/opt/rustwide/target/debug/deps/libmio-7bf529f3944087e2.rlib" "/opt/rustwide/target/debug/deps/libnix-24e0683d2818b745.rlib" "/opt/rustwide/target/debug/deps/libvoid-97cb09eed3196251.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a3f272406b0ea8d5.rlib" "/opt/rustwide/target/debug/deps/libslab-d2374df302704999.rlib" "/opt/rustwide/target/debug/deps/libnet2-4a4b9dd0aaf3a44f.rlib" "/opt/rustwide/target/debug/deps/liblazycell-99f0f3beee35582d.rlib" "/opt/rustwide/target/debug/deps/libfutures-3d7f7d6fdebdc876.rlib" "/opt/rustwide/target/debug/deps/libdotenv-1ac73544edcc10aa.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-7fe845d272e958e0.rlib" "/opt/rustwide/target/debug/deps/libregex-c7ef9ae762bc2a75.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-1b60f528dd4155d9.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-00bcdd374c605b4a.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fd4d212b88694887.rlib" "/opt/rustwide/target/debug/deps/libthread_id-2f7981e635e9345d.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-96e6a60a16a93754.rlib" "/opt/rustwide/target/debug/deps/libmemchr-720b32c63847730e.rlib" "/opt/rustwide/target/debug/deps/liblog-60fe98f73fa30648.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-2ce826a5393750a4.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4c5b66696ff16d78.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-27a40cba5ccf8c08.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-032e8deda3d1ae1a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3fc688139546cad7.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-2e7e64bf69889b18.rlib" "/opt/rustwide/target/debug/deps/libwinapi-7bb0c4db0a257e6c.rlib" "/opt/rustwide/target/debug/deps/libkernel32-2a88380f4928b946.rlib" "/opt/rustwide/target/debug/deps/liblibc-252b6253625ca011.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libbacktrace-4c5b66696ff16d78.rlib(backtrace-4c5b66696ff16d78.backtrace.b8z8ha64-cgu.14.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/rustwide/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/rustwide/target/debug/deps/libbacktrace-4c5b66696ff16d78.rlib(backtrace-4c5b66696ff16d78.backtrace.b8z8ha64-cgu.14.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/rustwide/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; 3 warnings emitted [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" "fe43e0213c1b5de39136523a3385f0a974d4403b66ede04fc544cd67e839ffa6"` [INFO] running `"docker" "rm" "-f" "fe43e0213c1b5de39136523a3385f0a974d4403b66ede04fc544cd67e839ffa6"` [INFO] [stdout] fe43e0213c1b5de39136523a3385f0a974d4403b66ede04fc544cd67e839ffa6