[INFO] fetching crate pg-embed 1.0.0... [INFO] testing pg-embed-1.0.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate pg-embed 1.0.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate pg-embed 1.0.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate pg-embed 1.0.0 [INFO] tweaked toml for crates.io crate pg-embed 1.0.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pg-embed 1.0.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pg-embed 1.0.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: file `/workspace/builds/worker-3-tc2/source/tests/lifecycle.rs` found to be present in multiple build targets: [INFO] [stderr] * `integration-test` target `lifecycle` [INFO] [stderr] * `integration-test` target `lifecycle_migrate` [INFO] [stderr] warning: file `/workspace/builds/worker-3-tc2/source/tests/auth.rs` found to be present in multiple build targets: [INFO] [stderr] * `integration-test` target `auth` [INFO] [stderr] * `integration-test` target `auth_migrate` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 950ebab48b5e382d26bee8c5c69fd5d6ba93e67061b915feaa25f9b1f7f62372 [INFO] running `Command { std: "docker" "start" "-a" "950ebab48b5e382d26bee8c5c69fd5d6ba93e67061b915feaa25f9b1f7f62372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "950ebab48b5e382d26bee8c5c69fd5d6ba93e67061b915feaa25f9b1f7f62372", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "950ebab48b5e382d26bee8c5c69fd5d6ba93e67061b915feaa25f9b1f7f62372", kill_on_drop: false }` [INFO] [stdout] 950ebab48b5e382d26bee8c5c69fd5d6ba93e67061b915feaa25f9b1f7f62372 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 915237c12a19d98d343ba8d451a31db5e55eab1829d98cbbfb595b9cd5d4305b [INFO] running `Command { std: "docker" "start" "-a" "915237c12a19d98d343ba8d451a31db5e55eab1829d98cbbfb595b9cd5d4305b", kill_on_drop: false }` [INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/auth.rs` found to be present in multiple build targets: [INFO] [stderr] * `integration-test` target `auth` [INFO] [stderr] * `integration-test` target `auth_migrate` [INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/lifecycle.rs` found to be present in multiple build targets: [INFO] [stderr] * `integration-test` target `lifecycle` [INFO] [stderr] * `integration-test` target `lifecycle_migrate` [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling bytes v1.10.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling aws-lc-rs v1.16.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling ring v0.17.9 [INFO] [stderr] Compiling aws-lc-sys v0.37.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling httparse v1.10.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling webpki-roots v0.26.8 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling whoami v1.5.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling sqlx-core v0.8.3 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling zlib-rs v0.6.2 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling sqlx-postgres v0.8.3 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling bumpalo v3.20.2 [INFO] [stderr] Compiling libbz2-rs-sys v0.2.2 [INFO] [stderr] Compiling bzip2 v0.6.1 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling xattr v1.4.0 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling lzma-rust2 v0.16.2 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling deflate64 v0.1.10 [INFO] [stderr] Compiling typed-path v0.12.3 [INFO] [stderr] Compiling constant_time_eq v0.4.2 [INFO] [stderr] Compiling ppmd-rust v1.4.0 [INFO] [stderr] Compiling sqlx-macros-core v0.8.3 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling zip v8.1.0 [INFO] [stderr] Compiling tar v0.4.43 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling lzma-rs v0.3.0 [INFO] [stderr] Compiling sqlx-macros v0.8.3 [INFO] [stderr] Compiling tokio-rustls v0.26.1 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.2 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling sqlx v0.8.3 [INFO] [stderr] Compiling pg-embed v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 29s [INFO] running `Command { std: "docker" "inspect" "915237c12a19d98d343ba8d451a31db5e55eab1829d98cbbfb595b9cd5d4305b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "915237c12a19d98d343ba8d451a31db5e55eab1829d98cbbfb595b9cd5d4305b", kill_on_drop: false }` [INFO] [stdout] 915237c12a19d98d343ba8d451a31db5e55eab1829d98cbbfb595b9cd5d4305b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 729d83e726dfba942bb6b2ac3cd06f425b1b395d1970718d4f12c5793282e417 [INFO] running `Command { std: "docker" "start" "-a" "729d83e726dfba942bb6b2ac3cd06f425b1b395d1970718d4f12c5793282e417", kill_on_drop: false }` [INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/lifecycle.rs` found to be present in multiple build targets: [INFO] [stderr] * `integration-test` target `lifecycle` [INFO] [stderr] * `integration-test` target `lifecycle_migrate` [INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/auth.rs` found to be present in multiple build targets: [INFO] [stderr] * `integration-test` target `auth` [INFO] [stderr] * `integration-test` target `auth_migrate` [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling sdd v3.0.7 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.2 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling scc v2.3.3 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling fslock v0.2.1 [INFO] [stderr] Compiling zip v8.1.0 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling xattr v1.4.0 [INFO] [stderr] Compiling tar v0.4.43 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling sqlx-core v0.8.3 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling sqlx-postgres v0.8.3 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling sqlx-macros-core v0.8.3 [INFO] [stderr] Compiling sqlx-macros v0.8.3 [INFO] [stderr] Compiling sqlx v0.8.3 [INFO] [stderr] Compiling pg-embed v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `Command { std: "docker" "inspect" "729d83e726dfba942bb6b2ac3cd06f425b1b395d1970718d4f12c5793282e417", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "729d83e726dfba942bb6b2ac3cd06f425b1b395d1970718d4f12c5793282e417", kill_on_drop: false }` [INFO] [stdout] 729d83e726dfba942bb6b2ac3cd06f425b1b395d1970718d4f12c5793282e417 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2b2bb8eefaa2f3c80b796099ca88d4b79634a8fe0b01dd2ccf286d7e9346b1ce [INFO] running `Command { std: "docker" "start" "-a" "2b2bb8eefaa2f3c80b796099ca88d4b79634a8fe0b01dd2ccf286d7e9346b1ce", kill_on_drop: false }` [INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/lifecycle.rs` found to be present in multiple build targets: [INFO] [stderr] * `integration-test` target `lifecycle` [INFO] [stderr] * `integration-test` target `lifecycle_migrate` [INFO] [stderr] warning: file `/opt/rustwide/workdir/tests/auth.rs` found to be present in multiple build targets: [INFO] [stderr] * `integration-test` target `auth` [INFO] [stderr] * `integration-test` target `auth_migrate` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pg_embed-e4f4ab466e35898d) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test pg_fetch::tests::all_versions_downloadable ... ignored [INFO] [stdout] test pg_enums::tests::test_architecture_display ... ok [INFO] [stdout] test pg_unpack::tests::test_unpack_postgres ... ok [INFO] [stdout] test pg_access::tests::test_install_extension ... ok [INFO] [stdout] test pg_enums::tests::test_operation_system_display ... ok [INFO] [stdout] test pg_fetch::tests::fetch_postgres ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- pg_fetch::tests::fetch_postgres stdout ---- [INFO] [stdout] Error: DownloadFailure("error sending request for url (https://repo1.maven.org/maven2/io/zonky/test/postgres/embedded-postgres-binaries-linux-amd64/18.2.0/embedded-postgres-binaries-linux-amd64-18.2.0.jar)") [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] pg_fetch::tests::fetch_postgres [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "2b2bb8eefaa2f3c80b796099ca88d4b79634a8fe0b01dd2ccf286d7e9346b1ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b2bb8eefaa2f3c80b796099ca88d4b79634a8fe0b01dd2ccf286d7e9346b1ce", kill_on_drop: false }` [INFO] [stdout] 2b2bb8eefaa2f3c80b796099ca88d4b79634a8fe0b01dd2ccf286d7e9346b1ce