[INFO] fetching crate hrobot 6.1.0...
[INFO] testing hrobot-6.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate hrobot 6.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate hrobot 6.1.0
[INFO] finished tweaking crates.io crate hrobot 6.1.0
[INFO] tweaked toml for crates.io crate hrobot 6.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hrobot 6.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 185 packages to latest compatible versions
[INFO] [stderr]       Adding bytesize v1.3.3 (available: v2.2.0)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f74d9bc74647851a8c5fdb82763e9a51b6f61a2b001e8eff60646c45693bcf66
[INFO] running `Command { std: "docker" "start" "-a" "f74d9bc74647851a8c5fdb82763e9a51b6f61a2b001e8eff60646c45693bcf66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f74d9bc74647851a8c5fdb82763e9a51b6f61a2b001e8eff60646c45693bcf66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f74d9bc74647851a8c5fdb82763e9a51b6f61a2b001e8eff60646c45693bcf66", kill_on_drop: false }`
[INFO] [stdout] f74d9bc74647851a8c5fdb82763e9a51b6f61a2b001e8eff60646c45693bcf66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1541e6404b3ae4bc538637e0e1a816bdfba70030b25264651f99db8fade81f41
[INFO] running `Command { std: "docker" "start" "-a" "1541e6404b3ae4bc538637e0e1a816bdfba70030b25264651f99db8fade81f41", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde_html_form v0.2.8
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling serde-xml-rs v0.5.1
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling bytesize v1.3.3
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling time-tz v2.0.0
[INFO] [stderr]    Compiling hrobot v6.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `time::util::days_in_year_month`: use `days_in_month` or `Month::length` instead
[INFO] [stdout]    --> src/api/traffic.rs:169:29
[INFO] [stdout]     |
[INFO] [stdout] 169 |             to: time::util::days_in_year_month(year as i32, month),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.67s
[INFO] running `Command { std: "docker" "inspect" "1541e6404b3ae4bc538637e0e1a816bdfba70030b25264651f99db8fade81f41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1541e6404b3ae4bc538637e0e1a816bdfba70030b25264651f99db8fade81f41", kill_on_drop: false }`
[INFO] [stdout] 1541e6404b3ae4bc538637e0e1a816bdfba70030b25264651f99db8fade81f41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db8890159ed40682e27538392f761912d3b77617b6a72e34fd1ef1cfadc249f2
[INFO] running `Command { std: "docker" "start" "-a" "db8890159ed40682e27538392f761912d3b77617b6a72e34fd1ef1cfadc249f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling tracing-test-macro v0.2.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling tracing-test v0.2.5
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling hrobot v6.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `time::util::days_in_year_month`: use `days_in_month` or `Month::length` instead
[INFO] [stdout]    --> src/api/traffic.rs:169:29
[INFO] [stdout]     |
[INFO] [stdout] 169 |             to: time::util::days_in_year_month(year as i32, month),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `time::util::days_in_year_month`: use `days_in_month` or `Month::length` instead
[INFO] [stdout]    --> src/api/traffic.rs:169:29
[INFO] [stdout]     |
[INFO] [stdout] 169 |             to: time::util::days_in_year_month(year as i32, month),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hrobot` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name hrobot --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28ba20f00027c579 -C extra-filename=-1edbd584beebf0f3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-05c988c003cec845.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-f2ff7a97002ec3c2.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-bb60013b05dd2a40.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-ce0891138164da26.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f7a96cea61dd4ca.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-3a1a1a0684cf43ba.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5327b53ec2f9a29b.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-428a69dbac2c53f3.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8f415e976f68b8bf.rlib --extern serde_html_form=/opt/rustwide/target/debug/deps/libserde_html_form-24709400d92ccbc8.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f9abe166e4e77947.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-ec7fc39cbe9aaa6f.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-caaeaa7ffa510f3b.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-ba6d53118c693546.rlib --extern time_tz=/opt/rustwide/target/debug/deps/libtime_tz-bba99f42bec1b092.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2ad4a268cf7e998f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8bdb038a2ac62188.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-6c0369dd8cf2591e.rlib --extern tracing_test=/opt/rustwide/target/debug/deps/libtracing_test-c355df38fa6ebb02.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-58129ef964996e7d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hrobot` (test "traffic")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name traffic --edition=2021 tests/traffic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c74658f7b11bf620 -C extra-filename=-a0cc65fc30b4003d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-05c988c003cec845.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern hrobot=/opt/rustwide/target/debug/deps/libhrobot-132d092d4ef7fc23.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-f2ff7a97002ec3c2.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-bb60013b05dd2a40.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-ce0891138164da26.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f7a96cea61dd4ca.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-3a1a1a0684cf43ba.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5327b53ec2f9a29b.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-428a69dbac2c53f3.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8f415e976f68b8bf.rlib --extern serde_html_form=/opt/rustwide/target/debug/deps/libserde_html_form-24709400d92ccbc8.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f9abe166e4e77947.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-ec7fc39cbe9aaa6f.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-caaeaa7ffa510f3b.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-ba6d53118c693546.rlib --extern time_tz=/opt/rustwide/target/debug/deps/libtime_tz-bba99f42bec1b092.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2ad4a268cf7e998f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8bdb038a2ac62188.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-6c0369dd8cf2591e.rlib --extern tracing_test=/opt/rustwide/target/debug/deps/libtracing_test-c355df38fa6ebb02.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-58129ef964996e7d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `hrobot` (test "ip")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name ip --edition=2021 tests/ip.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d5fecc0c2401649 -C extra-filename=-fa8fa894afb09b1c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-05c988c003cec845.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern hrobot=/opt/rustwide/target/debug/deps/libhrobot-132d092d4ef7fc23.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-f2ff7a97002ec3c2.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-bb60013b05dd2a40.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-ce0891138164da26.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f7a96cea61dd4ca.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-3a1a1a0684cf43ba.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5327b53ec2f9a29b.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-428a69dbac2c53f3.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8f415e976f68b8bf.rlib --extern serde_html_form=/opt/rustwide/target/debug/deps/libserde_html_form-24709400d92ccbc8.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f9abe166e4e77947.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-ec7fc39cbe9aaa6f.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-caaeaa7ffa510f3b.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-ba6d53118c693546.rlib --extern time_tz=/opt/rustwide/target/debug/deps/libtime_tz-bba99f42bec1b092.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2ad4a268cf7e998f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8bdb038a2ac62188.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-6c0369dd8cf2591e.rlib --extern tracing_test=/opt/rustwide/target/debug/deps/libtracing_test-c355df38fa6ebb02.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-58129ef964996e7d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `hrobot` (test "rename_server")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name rename_server --edition=2021 tests/rename_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5269ad664759ba08 -C extra-filename=-8ecedcaa67ab0eaa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-05c988c003cec845.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern hrobot=/opt/rustwide/target/debug/deps/libhrobot-132d092d4ef7fc23.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-f2ff7a97002ec3c2.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-bb60013b05dd2a40.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-ce0891138164da26.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f7a96cea61dd4ca.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-3a1a1a0684cf43ba.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5327b53ec2f9a29b.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-428a69dbac2c53f3.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8f415e976f68b8bf.rlib --extern serde_html_form=/opt/rustwide/target/debug/deps/libserde_html_form-24709400d92ccbc8.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f9abe166e4e77947.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-ec7fc39cbe9aaa6f.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-caaeaa7ffa510f3b.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-ba6d53118c693546.rlib --extern time_tz=/opt/rustwide/target/debug/deps/libtime_tz-bba99f42bec1b092.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2ad4a268cf7e998f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8bdb038a2ac62188.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-6c0369dd8cf2591e.rlib --extern tracing_test=/opt/rustwide/target/debug/deps/libtracing_test-c355df38fa6ebb02.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-58129ef964996e7d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `hrobot` (test "vswitch")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name vswitch --edition=2021 tests/vswitch.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54256b06c9ea530d -C extra-filename=-588c2e96db83ad98 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-05c988c003cec845.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern hrobot=/opt/rustwide/target/debug/deps/libhrobot-132d092d4ef7fc23.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-f2ff7a97002ec3c2.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-bb60013b05dd2a40.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-ce0891138164da26.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f7a96cea61dd4ca.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-3a1a1a0684cf43ba.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5327b53ec2f9a29b.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-428a69dbac2c53f3.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8f415e976f68b8bf.rlib --extern serde_html_form=/opt/rustwide/target/debug/deps/libserde_html_form-24709400d92ccbc8.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f9abe166e4e77947.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-ec7fc39cbe9aaa6f.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-caaeaa7ffa510f3b.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-ba6d53118c693546.rlib --extern time_tz=/opt/rustwide/target/debug/deps/libtime_tz-bba99f42bec1b092.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2ad4a268cf7e998f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8bdb038a2ac62188.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-6c0369dd8cf2591e.rlib --extern tracing_test=/opt/rustwide/target/debug/deps/libtracing_test-c355df38fa6ebb02.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-58129ef964996e7d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `hrobot` (test "purchasing")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name purchasing --edition=2021 tests/purchasing.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40979f93956bb250 -C extra-filename=-f40114e2763cc7d0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-05c988c003cec845.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern hrobot=/opt/rustwide/target/debug/deps/libhrobot-132d092d4ef7fc23.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-f2ff7a97002ec3c2.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-bb60013b05dd2a40.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-ce0891138164da26.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f7a96cea61dd4ca.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-3a1a1a0684cf43ba.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5327b53ec2f9a29b.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-428a69dbac2c53f3.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8f415e976f68b8bf.rlib --extern serde_html_form=/opt/rustwide/target/debug/deps/libserde_html_form-24709400d92ccbc8.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f9abe166e4e77947.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-ec7fc39cbe9aaa6f.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-caaeaa7ffa510f3b.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-ba6d53118c693546.rlib --extern time_tz=/opt/rustwide/target/debug/deps/libtime_tz-bba99f42bec1b092.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2ad4a268cf7e998f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8bdb038a2ac62188.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-6c0369dd8cf2591e.rlib --extern tracing_test=/opt/rustwide/target/debug/deps/libtracing_test-c355df38fa6ebb02.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-2e57689ab08a86e0.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-58129ef964996e7d/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "db8890159ed40682e27538392f761912d3b77617b6a72e34fd1ef1cfadc249f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db8890159ed40682e27538392f761912d3b77617b6a72e34fd1ef1cfadc249f2", kill_on_drop: false }`
[INFO] [stdout] db8890159ed40682e27538392f761912d3b77617b6a72e34fd1ef1cfadc249f2
