[INFO] cloning repository https://github.com/cailloumajor/influxdb-compute-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cailloumajor/influxdb-compute-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcailloumajor%2Finfluxdb-compute-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcailloumajor%2Finfluxdb-compute-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a36c55f50b69b3018472ecf47269e77cf9615480
[INFO] testing cailloumajor/influxdb-compute-api against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcailloumajor%2Finfluxdb-compute-api" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cailloumajor/influxdb-compute-api
[INFO] finished tweaking git repo https://github.com/cailloumajor/influxdb-compute-api
[INFO] tweaked toml for git repo https://github.com/cailloumajor/influxdb-compute-api written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cailloumajor/influxdb-compute-api on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cailloumajor/influxdb-compute-api 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a605c7028f37a42c28a17a172d144046e473625946ab978646a6ee723c1ee2d4
[INFO] running `Command { std: "docker" "start" "-a" "a605c7028f37a42c28a17a172d144046e473625946ab978646a6ee723c1ee2d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a605c7028f37a42c28a17a172d144046e473625946ab978646a6ee723c1ee2d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a605c7028f37a42c28a17a172d144046e473625946ab978646a6ee723c1ee2d4", kill_on_drop: false }`
[INFO] [stdout] a605c7028f37a42c28a17a172d144046e473625946ab978646a6ee723c1ee2d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee1025e3a2aea1116f01733e981ea352898df6bdaca86f943689190e4233140b
[INFO] running `Command { std: "docker" "start" "-a" "ee1025e3a2aea1116f01733e981ea352898df6bdaca86f943689190e4233140b", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling compression-codecs v0.4.30
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling headers v0.4.1
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling phf v0.12.1
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling axum-core v0.5.2
[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 clap v4.5.48
[INFO] [stderr]    Compiling clap-verbosity-flag v3.0.4
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling csv-async v1.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling async-compression v0.4.30
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling signal-hook-tokio v0.3.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling axum-extra v0.10.1
[INFO] [stderr]    Compiling influxdb-compute-api v2.4.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "ee1025e3a2aea1116f01733e981ea352898df6bdaca86f943689190e4233140b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee1025e3a2aea1116f01733e981ea352898df6bdaca86f943689190e4233140b", kill_on_drop: false }`
[INFO] [stdout] ee1025e3a2aea1116f01733e981ea352898df6bdaca86f943689190e4233140b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8556a413b82247b9348b33a6e8053fbf9637ec718222b9503304254c1e25b3d
[INFO] running `Command { std: "docker" "start" "-a" "b8556a413b82247b9348b33a6e8053fbf9637ec718222b9503304254c1e25b3d", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling snapbox-macros v0.3.10
[INFO] [stderr]    Compiling content_inspector v0.2.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling os_pipe v1.2.2
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling csv-async v1.3.1
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling snapbox v0.6.21
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling automod v1.0.15
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling async-compression v0.4.30
[INFO] [stderr]    Compiling signal-hook-tokio v0.3.1
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling trycmd v0.15.10
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling axum-extra v0.10.1
[INFO] [stderr]    Compiling influxdb-compute-api v2.4.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 48s
[INFO] running `Command { std: "docker" "inspect" "b8556a413b82247b9348b33a6e8053fbf9637ec718222b9503304254c1e25b3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8556a413b82247b9348b33a6e8053fbf9637ec718222b9503304254c1e25b3d", kill_on_drop: false }`
[INFO] [stdout] b8556a413b82247b9348b33a6e8053fbf9637ec718222b9503304254c1e25b3d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e8e94773f9a3119d6a62ed6865bf7935c757547b6a34e79bbae61fa16d6ab63d
[INFO] running `Command { std: "docker" "start" "-a" "e8e94773f9a3119d6a62ed6865bf7935c757547b6a34e79bbae61fa16d6ab63d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/influxdb_compute_api-486609ab523f83a5)
[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] [stderr]      Running unittests src/bin/healthcheck.rs (/opt/rustwide/target/debug/deps/healthcheck-d6d2375838f462a3)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/influxdb_compute_api-775296daf18fd312)
[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] [stdout] 
[INFO] [stdout] running 72 tests
[INFO] [stdout] test channel::tests::roundtrip::reply_sender_dropped ... ok
[INFO] [stdout] test channel::tests::roundtrip::success ... ok
[INFO] [stdout] test channel::tests::roundtrip::request_receiver_dropped ... ok
[INFO] [stdout] test config_api::tests::common_config::query_error ... ok
[INFO] [stdout] test config_api::tests::common_config::week_start_shift_index_out_of_bounds ... ok
[INFO] [stdout] test config_api::tests::common_config::success_cache_hit_simultaneous ... ok
[INFO] [stdout] test config_api::tests::common_config::shift_start_times_not_sorted ... ok
[INFO] [stdout] test config_api::tests::handle_partner_config::query_error ... ok
[INFO] [stdout] test config_api::tests::query::bad_status_code ... ok
[INFO] [stdout] test config_api::tests::handle_partner_config::success ... ok
[INFO] [stdout] test config_api::tests::query::request_send_error ... ok
[INFO] [stdout] test config_api::tests::query::json_deserialization_error ... ok
[INFO] [stdout] test config_api::tests::query::sucess_partner ... ok
[INFO] [stdout] test config_api::tests::query::url_join_error ... ok
[INFO] [stdout] test config_api::tests::query::success_common ... ok
[INFO] [stdout] test http_api::tests::health_handler::roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::health_handler::healthy ... ok
[INFO] [stdout] test http_api::tests::health_handler::unhealthy ... ok
[INFO] [stdout] test http_api::tests::performance_handler::performance_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::performance_handler::success ... ok
[INFO] [stdout] test http_api::tests::performance_handler::common_config_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::performance_handler::partner_config_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::shift_objective_handler::partner_config_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::shift_objective_handler::common_config_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::timeline_handler::partner_config_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::shift_objective_handler::shift_objective_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::shift_objective_handler::success ... ok
[INFO] [stdout] test http_api::tests::week_objective_handler::common_config_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::timeline_handler::success ... ok
[INFO] [stdout] test http_api::tests::week_objective_handler::partner_config_roundtrip_error ... ok
[INFO] [stdout] test http_api::tests::week_objective_handler::success ... ok
[INFO] [stdout] test http_api::tests::week_objective_handler::week_objective_roundtrip_error ... ok
[INFO] [stdout] test influxdb::tests::client::handle_health::healthy ... ok
[INFO] [stdout] test http_api::tests::timeline_handler::timeline_roundtrip_error ... ok
[INFO] [stdout] test influxdb::tests::client::handle_health::unhealthy ... ok
[INFO] [stdout] test influxdb::tests::client::handle_health::request_send_failure ... ok
[INFO] [stdout] test influxdb::tests::client::handle_performance::success ... ok
[INFO] [stdout] test influxdb::tests::client::handle_performance::success_empty ... ok
[INFO] [stdout] test influxdb::tests::client::handle_performance::query_error ... ok
[INFO] [stdout] test influxdb::tests::client::handle_timeline::query_error ... ok
[INFO] [stdout] test influxdb::tests::client::handle_timeline::success_empty ... ok
[INFO] [stdout] test influxdb::tests::client::query::bad_status_code ... ok
[INFO] [stdout] test influxdb::tests::client::query::request_send_failure ... ok
[INFO] [stdout] test influxdb::tests::client::query::csv_error ... ok
[INFO] [stdout] test config_api::tests::common_config::success_cache_hit_successive ... ok
[INFO] [stdout] test production_objective::tests::handle_shift_objective::now_in_first_shift ... ok
[INFO] [stdout] test production_objective::tests::handle_shift_objective::no_pause ... ok
[INFO] [stdout] test influxdb::tests::client::query::success ... ok
[INFO] [stdout] test production_objective::tests::handle_week_objective::second_engagement_configuration ... ok
[INFO] [stdout] test time::tests::apply_time_spans::all_spans_applied_three_time ... ok
[INFO] [stdout] test time::tests::apply_time_spans::empty_span ... ok
[INFO] [stdout] test time::tests::apply_time_spans::empty_spans_slice ... ok
[INFO] [stdout] test time::tests::apply_time_spans::envelope_ends_in_span ... ok
[INFO] [stdout] test time::tests::apply_time_spans::all_spans_applied_one_time ... ok
[INFO] [stdout] test time::tests::apply_time_spans::envelope_starts_in_span ... ok
[INFO] [stdout] test production_objective::tests::handle_week_objective::first_engagement_configuration ... ok
[INFO] [stdout] test time::tests::apply_time_spans::invalid_envelope ... ok
[INFO] [stdout] test time::tests::determine_shift_start::in_first_shift ... ok
[INFO] [stdout] test time::tests::determine_shift_start::in_third_shift_after_midnight ... ok
[INFO] [stdout] test time::tests::apply_time_spans::no_span_applied ... ok
[INFO] [stdout] test time::tests::determine_shift_start::on_first_shift_start ... ok
[INFO] [stdout] test time::tests::determine_shift_start::in_third_shift_before_midnight ... ok
[INFO] [stdout] test time::tests::determine_shift_start::on_third_shift_start ... ok
[INFO] [stdout] test time::tests::determine_shift_start::on_second_shift_start ... ok
[INFO] [stdout] test time::tests::determine_shift_start::one_shift_after_start ... ok
[INFO] [stdout] test channel::tests::roundtrip::request_send_timeout ... ok
[INFO] [stdout] test time::tests::determine_shift_start::one_shift_before_start ... ok
[INFO] [stdout] test time::tests::determine_shift_start::in_second_shift ... ok
[INFO] [stdout] test influxdb::tests::client::handle_timeline::success ... ok
[INFO] [stdout] test config_api::tests::common_config::success_cache_missed ... ok
[INFO] [stdout] test channel::tests::roundtrip::cancelled_request ... ok
[INFO] [stdout] test channel::tests::roundtrip::reply_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-cc78098f4c10d91f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] Testing README.md:135 ... ok 16ms 459us 670ns
[INFO] [stdout] test cli_tests ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests influxdb_compute_api
[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" "e8e94773f9a3119d6a62ed6865bf7935c757547b6a34e79bbae61fa16d6ab63d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8e94773f9a3119d6a62ed6865bf7935c757547b6a34e79bbae61fa16d6ab63d", kill_on_drop: false }`
[INFO] [stdout] e8e94773f9a3119d6a62ed6865bf7935c757547b6a34e79bbae61fa16d6ab63d
