[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fghotiphud%2Fpg_proxy" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ghotiphud/pg_proxy on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-10/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" "+1.44.0" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] cb09d0070b82cf726c21f26fc92995da0ffdc02e34ae23e297cb35d8c5fb9899 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "cb09d0070b82cf726c21f26fc92995da0ffdc02e34ae23e297cb35d8c5fb9899"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling gcc v0.3.39 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling lazycell v0.4.0 [INFO] [stderr] Compiling md5 v0.2.1 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling fallible-iterator v0.1.3 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling net2 v0.2.26 [INFO] [stderr] Compiling futures v0.1.6 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling postgres-protocol v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling error-chain v0.7.1 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling env_logger v0.3.5 [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.pg_proxy.4u68im0t-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a" "/opt/rustwide/target/debug/deps/pg_proxy-7256cab32b76d34a.1hospocrit1uo898.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpostgres_protocol-58d2b8c9eaba11c4.rlib" "/opt/rustwide/target/debug/deps/libmd5-68ac439779c73396.rlib" "/opt/rustwide/target/debug/deps/libhex-ae7b2fb7648fd15b.rlib" "/opt/rustwide/target/debug/deps/libfallible_iterator-a6944debc26c55e3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-77a63976e1bc11ad.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-4b0a84c889d1c90d.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-77b8993494e03075.rlib" "/opt/rustwide/target/debug/deps/libmio-d2d738dd36a7348c.rlib" "/opt/rustwide/target/debug/deps/libnix-ccef196ba9cd1ea4.rlib" "/opt/rustwide/target/debug/deps/libvoid-b00461c2c57bf874.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a39d3c450e1e8999.rlib" "/opt/rustwide/target/debug/deps/libslab-3cf2198e03ee2838.rlib" "/opt/rustwide/target/debug/deps/libnet2-1940a8a3d99d5cb0.rlib" "/opt/rustwide/target/debug/deps/liblazycell-4e78d49347c2bafb.rlib" "/opt/rustwide/target/debug/deps/libfutures-0de8eed1ecdd25a4.rlib" "/opt/rustwide/target/debug/deps/libdotenv-99b8f6b8525e230f.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-439a1fbbb752ace6.rlib" "/opt/rustwide/target/debug/deps/libregex-44c315c4421fc139.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-779a3a36a8bec10f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-97babfa229467787.rlib" "/opt/rustwide/target/debug/deps/libthread_local-f3db7736f8d9473a.rlib" "/opt/rustwide/target/debug/deps/libthread_id-faef1333ed39590b.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-76668aba6f53c860.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5afa88bb241759bd.rlib" "/opt/rustwide/target/debug/deps/liblog-c9e55955da6d81a3.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-d7c86bdb095ba263.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-0dbdfeb6b3769822.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-7bf48ffa722a9087.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-5f0f306243e61a8b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3dcacc2bfae7a974.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-43c975612ef38fb1.rlib" "/opt/rustwide/target/debug/deps/libwinapi-3ed1ade76b4e589e.rlib" "/opt/rustwide/target/debug/deps/libkernel32-bc8c56ff8a2657a9.rlib" "/opt/rustwide/target/debug/deps/liblibc-12bf9a4dada2fe41.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libbacktrace-0dbdfeb6b3769822.rlib(backtrace-0dbdfeb6b3769822.backtrace.6a1q94mb-cgu.15.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] /usr/bin/ld: /opt/rustwide/target/debug/deps/libbacktrace-0dbdfeb6b3769822.rlib(backtrace-0dbdfeb6b3769822.backtrace.6a1q94mb-cgu.15.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] /usr/bin/ld: /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" "cb09d0070b82cf726c21f26fc92995da0ffdc02e34ae23e297cb35d8c5fb9899"` [INFO] running `"docker" "rm" "-f" "cb09d0070b82cf726c21f26fc92995da0ffdc02e34ae23e297cb35d8c5fb9899"` [INFO] [stdout] cb09d0070b82cf726c21f26fc92995da0ffdc02e34ae23e297cb35d8c5fb9899