[INFO] fetching crate rds_proxy 0.1.3... [INFO] testing rds_proxy-0.1.3 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rds_proxy 0.1.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate rds_proxy 0.1.3 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rds_proxy 0.1.3 [INFO] finished tweaking crates.io crate rds_proxy 0.1.3 [INFO] tweaked toml for crates.io crate rds_proxy 0.1.3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate rds_proxy 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rayon v0.6.0 [INFO] [stderr] Downloaded rusoto_credential v0.47.0 [INFO] [stderr] Downloaded postgres-native-tls v0.5.0 [INFO] [stderr] Downloaded deque v0.3.2 [INFO] [stderr] Downloaded rusoto_signature v0.47.0 [INFO] [stderr] Downloaded zeroize v1.4.1 [INFO] [stderr] Downloaded sharded-slab v0.1.3 [INFO] [stderr] Downloaded rusoto v0.24.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a6bd6b13de60890f1ed4185ed224eb79d91c0229dfa327dc86e8788f5b2fd70 [INFO] running `Command { std: "docker" "start" "-a" "9a6bd6b13de60890f1ed4185ed224eb79d91c0229dfa327dc86e8788f5b2fd70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a6bd6b13de60890f1ed4185ed224eb79d91c0229dfa327dc86e8788f5b2fd70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a6bd6b13de60890f1ed4185ed224eb79d91c0229dfa327dc86e8788f5b2fd70", kill_on_drop: false }` [INFO] [stdout] 9a6bd6b13de60890f1ed4185ed224eb79d91c0229dfa327dc86e8788f5b2fd70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bea7aee7c3610ca92768126f0324ef3b96a3cc3127f1111e05bfef050ffe24f [INFO] running `Command { std: "docker" "start" "-a" "9bea7aee7c3610ca92768126f0324ef3b96a3cc3127f1111e05bfef050ffe24f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling futures-io v0.3.16 [INFO] [stderr] Compiling bitflags v1.3.1 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Compiling siphasher v0.3.6 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling shlex v1.0.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling zeroize v1.4.1 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling rusoto v0.24.2 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling sharded-slab v0.1.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling object v0.26.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling postgres-protocol v0.6.1 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling postgres-types v0.2.1 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling futures-executor v0.3.16 [INFO] [stderr] Compiling futures v0.3.16 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-stream v0.1.7 [INFO] [stderr] Compiling tokio-postgres v0.7.2 [INFO] [stderr] Compiling hyper v0.14.11 [INFO] [stderr] Compiling postgres-native-tls v0.5.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling tracing-subscriber v0.2.19 [INFO] [stderr] Compiling config v0.11.0 [INFO] [stderr] Compiling rusoto_credential v0.47.0 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling rusoto_signature v0.47.0 [INFO] [stderr] Compiling rds_proxy v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.03s [INFO] running `Command { std: "docker" "inspect" "9bea7aee7c3610ca92768126f0324ef3b96a3cc3127f1111e05bfef050ffe24f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bea7aee7c3610ca92768126f0324ef3b96a3cc3127f1111e05bfef050ffe24f", kill_on_drop: false }` [INFO] [stdout] 9bea7aee7c3610ca92768126f0324ef3b96a3cc3127f1111e05bfef050ffe24f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4841a8b452221fa09947ae9df03372e94f740482b1157fcca0fc9f7045fa830d [INFO] running `Command { std: "docker" "start" "-a" "4841a8b452221fa09947ae9df03372e94f740482b1157fcca0fc9f7045fa830d", kill_on_drop: false }` [INFO] [stderr] Compiling rds_proxy v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "4841a8b452221fa09947ae9df03372e94f740482b1157fcca0fc9f7045fa830d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4841a8b452221fa09947ae9df03372e94f740482b1157fcca0fc9f7045fa830d", kill_on_drop: false }` [INFO] [stdout] 4841a8b452221fa09947ae9df03372e94f740482b1157fcca0fc9f7045fa830d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9c336d90f4d58bfac7038ac62e3f6d5e5feee2c80a7b14581d053b9040aa74ed [INFO] running `Command { std: "docker" "start" "-a" "9c336d90f4d58bfac7038ac62e3f6d5e5feee2c80a7b14581d053b9040aa74ed", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rds_proxy-312baad3a5047fa1) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9c336d90f4d58bfac7038ac62e3f6d5e5feee2c80a7b14581d053b9040aa74ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c336d90f4d58bfac7038ac62e3f6d5e5feee2c80a7b14581d053b9040aa74ed", kill_on_drop: false }` [INFO] [stdout] 9c336d90f4d58bfac7038ac62e3f6d5e5feee2c80a7b14581d053b9040aa74ed