[INFO] fetching crate rqlite_client 0.1.0...
[INFO] testing rqlite_client-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate rqlite_client 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate rqlite_client 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rqlite_client 0.1.0
[INFO] tweaked toml for crates.io crate rqlite_client 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rqlite_client 0.1.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rqlite_client 0.1.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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustls-native-certs v0.7.3
[INFO] [stderr]   Downloaded winapi-util v0.1.10
[INFO] [stderr]   Downloaded socks v0.3.4
[INFO] [stderr]   Downloaded cc v1.2.34
[INFO] [stderr]   Downloaded ureq v2.12.1
[INFO] [stderr]   Downloaded url v2.5.6
[INFO] [stderr]   Downloaded serde_json v1.0.143
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 340df5d638a46391e16dab02691e029d48ca90034bcad5270ec407ed0a0aa3db
[INFO] running `Command { std: "docker" "start" "-a" "340df5d638a46391e16dab02691e029d48ca90034bcad5270ec407ed0a0aa3db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "340df5d638a46391e16dab02691e029d48ca90034bcad5270ec407ed0a0aa3db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "340df5d638a46391e16dab02691e029d48ca90034bcad5270ec407ed0a0aa3db", kill_on_drop: false }`
[INFO] [stdout] 340df5d638a46391e16dab02691e029d48ca90034bcad5270ec407ed0a0aa3db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa90ffbd7f38140a72dc321fee91831a5d37bd8eacf132114fa6871a8a48f8e9
[INFO] running `Command { std: "docker" "start" "-a" "aa90ffbd7f38140a72dc321fee91831a5d37bd8eacf132114fa6871a8a48f8e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling rqlite_client v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.6
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.46s
[INFO] running `Command { std: "docker" "inspect" "aa90ffbd7f38140a72dc321fee91831a5d37bd8eacf132114fa6871a8a48f8e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa90ffbd7f38140a72dc321fee91831a5d37bd8eacf132114fa6871a8a48f8e9", kill_on_drop: false }`
[INFO] [stdout] aa90ffbd7f38140a72dc321fee91831a5d37bd8eacf132114fa6871a8a48f8e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffc43146923846e062568d661bc01e6aed67b566eee5d6c37d6f1ac4fa5152e6
[INFO] running `Command { std: "docker" "start" "-a" "ffc43146923846e062568d661bc01e6aed67b566eee5d6c37d6f1ac4fa5152e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling rqlite_client v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `test_rqlited`
[INFO] [stdout]  --> tests/request_new_levels_test.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use test_rqlited::TestRqlited;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_rqlited`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_rqlited`, use `cargo add test_rqlited` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_rqlited`
[INFO] [stdout]  --> tests/monitor_readyz_test.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use test_rqlited::TestRqlited;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_rqlited`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_rqlited`, use `cargo add test_rqlited` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_rqlited`
[INFO] [stdout]  --> tests/request_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use test_rqlited::{TestRqlited, TEST_RQLITED_DB_URL};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_rqlited`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_rqlited`, use `cargo add test_rqlited` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_rqlited`
[INFO] [stdout]  --> tests/query_without_values_test.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use test_rqlited::TestRqlited;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_rqlited`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_rqlited`, use `cargo add test_rqlited` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rqlite_client` (test "monitor_readyz_test") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_rqlited`
[INFO] [stdout]  --> tests/monitor_nodes_v2_test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use test_rqlited::{TestRqlited, TEST_RQLITED_DB_URL};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `test_rqlited`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_rqlited`, use `cargo add test_rqlited` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rqlite_client` (test "request_new_levels_test") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rqlite_client` (test "request_test") due to 1 previous error
[INFO] [stderr] error: could not compile `rqlite_client` (test "monitor_nodes_v2_test") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rqlite_client` (test "query_without_values_test") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `test_rqlited`
[INFO] [stdout]    --> src/lib.rs:255:5
[INFO] [stdout]     |
[INFO] [stdout] 255 | use test_rqlited as _;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ no external crate `test_rqlited`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rqlite_client` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ffc43146923846e062568d661bc01e6aed67b566eee5d6c37d6f1ac4fa5152e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffc43146923846e062568d661bc01e6aed67b566eee5d6c37d6f1ac4fa5152e6", kill_on_drop: false }`
[INFO] [stdout] ffc43146923846e062568d661bc01e6aed67b566eee5d6c37d6f1ac4fa5152e6
