[INFO] cloning repository https://github.com/MaiBoii/Axum_study [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MaiBoii/Axum_study" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaiBoii%2FAxum_study", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaiBoii%2FAxum_study'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 35255b356ba4294082afc23386cd9207839b54e9 [INFO] testing MaiBoii/Axum_study against 1.79.0 for beta-1.80-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaiBoii%2FAxum_study" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MaiBoii/Axum_study on toolchain 1.79.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.79.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MaiBoii/Axum_study [INFO] finished tweaking git repo https://github.com/MaiBoii/Axum_study [INFO] tweaked toml for git repo https://github.com/MaiBoii/Axum_study written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/MaiBoii/Axum_study 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.79.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 lazy-regex v3.0.1 [INFO] [stderr] Downloaded serde_with_macros v3.3.0 [INFO] [stderr] Downloaded syn v2.0.31 [INFO] [stderr] Downloaded chrono v0.4.30 [INFO] [stderr] Downloaded serde_with v3.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33a02ea838f8228aa92a9d15ac67ab7041421a13c481b877ad5b79ef18fd28ca [INFO] running `Command { std: "docker" "start" "-a" "33a02ea838f8228aa92a9d15ac67ab7041421a13c481b877ad5b79ef18fd28ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33a02ea838f8228aa92a9d15ac67ab7041421a13c481b877ad5b79ef18fd28ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33a02ea838f8228aa92a9d15ac67ab7041421a13c481b877ad5b79ef18fd28ca", kill_on_drop: false }` [INFO] [stdout] 33a02ea838f8228aa92a9d15ac67ab7041421a13c481b877ad5b79ef18fd28ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b996847c7a8e44b788650619ed4ecedd72030bbcafd2d4aa4f7a29cae6ee4552 [INFO] running `Command { std: "docker" "start" "-a" "b996847c7a8e44b788650619ed4ecedd72030bbcafd2d4aa4f7a29cae6ee4552", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling syn v2.0.31 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling time v0.3.28 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling aho-corasick v1.0.5 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling base64 v0.21.3 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling publicsuffix v2.2.3 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling regex-automata v0.3.8 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling uuid v1.4.1 [INFO] [stderr] Compiling cookie v0.17.0 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Compiling regex v1.9.5 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.48 [INFO] [stderr] Compiling axum-macros v0.3.8 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.0.1 [INFO] [stderr] Compiling darling_macro v0.20.3 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling darling v0.20.3 [INFO] [stderr] Compiling serde_with_macros v3.3.0 [INFO] [stderr] Compiling lazy-regex v3.0.1 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling tower-cookies v0.9.0 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling tower-http v0.4.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.14 [INFO] [stderr] Compiling serde_with v3.3.0 [INFO] [stderr] Compiling cookie_store v0.16.2 [INFO] [stderr] Compiling cookie_store v0.19.1 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling reqwest v0.11.20 [INFO] [stderr] Compiling reqwest_cookie_store v0.5.0 [INFO] [stderr] Compiling httpc-test v0.1.5 [INFO] [stderr] Compiling JT_Pocha v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "b996847c7a8e44b788650619ed4ecedd72030bbcafd2d4aa4f7a29cae6ee4552", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b996847c7a8e44b788650619ed4ecedd72030bbcafd2d4aa4f7a29cae6ee4552", kill_on_drop: false }` [INFO] [stdout] b996847c7a8e44b788650619ed4ecedd72030bbcafd2d4aa4f7a29cae6ee4552 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb65ee10042c55bcbafd3c02e1493c5e78d32ae61e43bd83473a1dcab81a56d6 [INFO] running `Command { std: "docker" "start" "-a" "bb65ee10042c55bcbafd3c02e1493c5e78d32ae61e43bd83473a1dcab81a56d6", kill_on_drop: false }` [INFO] [stderr] Compiling JT_Pocha v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `req_login` [INFO] [stdout] --> tests/quick_dev.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | let req_login = hc.do_post( [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_login` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.69s [INFO] running `Command { std: "docker" "inspect" "bb65ee10042c55bcbafd3c02e1493c5e78d32ae61e43bd83473a1dcab81a56d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb65ee10042c55bcbafd3c02e1493c5e78d32ae61e43bd83473a1dcab81a56d6", kill_on_drop: false }` [INFO] [stdout] bb65ee10042c55bcbafd3c02e1493c5e78d32ae61e43bd83473a1dcab81a56d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 702de529c5f55a601b3fc89785541654467819fabb42c155c47df626f06fac46 [INFO] running `Command { std: "docker" "start" "-a" "702de529c5f55a601b3fc89785541654467819fabb42c155c47df626f06fac46", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `req_login` [INFO] [stderr] --> tests/quick_dev.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | let req_login = hc.do_post( [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_req_login` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `JT_Pocha` (test "quick_dev") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/JT_Pocha-5970eb80f277cf3c) [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 tests/quick_dev.rs (/opt/rustwide/target/debug/deps/quick_dev-7f6918f34089549a) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass `--test quick_dev` [INFO] [stdout] test quick_dev ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- quick_dev stdout ---- [INFO] [stdout] Error: error sending request for url (http://192.168.1.197:8081/api/tickets): error trying to connect: tcp connect error: Network is unreachable (os error 101) [INFO] [stdout] [INFO] [stdout] Caused by: [INFO] [stdout] 0: error trying to connect: tcp connect error: Network is unreachable (os error 101) [INFO] [stdout] 1: tcp connect error: Network is unreachable (os error 101) [INFO] [stdout] 2: Network is unreachable (os error 101) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] quick_dev [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "702de529c5f55a601b3fc89785541654467819fabb42c155c47df626f06fac46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "702de529c5f55a601b3fc89785541654467819fabb42c155c47df626f06fac46", kill_on_drop: false }` [INFO] [stdout] 702de529c5f55a601b3fc89785541654467819fabb42c155c47df626f06fac46