[INFO] cloning repository https://github.com/ragibkl/dnsdist-acme
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ragibkl/dnsdist-acme" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fragibkl%2Fdnsdist-acme", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fragibkl%2Fdnsdist-acme'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2947a83c975b41203b3bf8ecaa3f90f34cd57289
[INFO] testing ragibkl/dnsdist-acme against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fragibkl%2Fdnsdist-acme" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ragibkl/dnsdist-acme
[INFO] finished tweaking git repo https://github.com/ragibkl/dnsdist-acme
[INFO] tweaked toml for git repo https://github.com/ragibkl/dnsdist-acme written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ragibkl/dnsdist-acme on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ragibkl/dnsdist-acme 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pest_derive v2.7.11
[INFO] [stderr]   Downloaded pest_meta v2.7.11
[INFO] [stderr]   Downloaded pest_generator v2.7.11
[INFO] [stderr]   Downloaded async-trait v0.1.81
[INFO] [stderr]   Downloaded axum-server v0.7.1
[INFO] [stderr]   Downloaded cc v1.1.14
[INFO] [stderr]   Downloaded axum-macros v0.4.1
[INFO] [stderr]   Downloaded http-range-header v0.4.1
[INFO] [stderr]   Downloaded pest v2.7.11
[INFO] [stderr]   Downloaded handlebars v6.0.0
[INFO] [stderr]   Downloaded rustls-webpki v0.102.6
[INFO] [stderr]   Downloaded aws-lc-rs v1.8.1
[INFO] [stderr]   Downloaded aws-lc-fips-sys v0.12.11
[INFO] [stderr]   Downloaded aws-lc-sys v0.20.1
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a776363867e5f81a6d02d98217e814d969d9f66b1ece3431d312596a0e52649c
[INFO] running `Command { std: "docker" "start" "-a" "a776363867e5f81a6d02d98217e814d969d9f66b1ece3431d312596a0e52649c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a776363867e5f81a6d02d98217e814d969d9f66b1ece3431d312596a0e52649c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a776363867e5f81a6d02d98217e814d969d9f66b1ece3431d312596a0e52649c", kill_on_drop: false }`
[INFO] [stdout] a776363867e5f81a6d02d98217e814d969d9f66b1ece3431d312596a0e52649c
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ccb4e16b4d76e665201dedc5a970a537d1bd93547752fccb6810f2b809d245c
[INFO] running `Command { std: "docker" "start" "-a" "1ccb4e16b4d76e665201dedc5a970a537d1bd93547752fccb6810f2b809d245c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.76
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling prettyplease v0.2.22
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling cc v1.1.14
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling aws-lc-rs v1.8.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rustls-pki-types v1.8.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling mirai-annotations v1.12.0
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling rustls v0.23.12
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling clap_builder v4.5.15
[INFO] [stderr]    Compiling rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling http-range-header v0.4.1
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling cmake v0.1.51
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.209
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling axum-macros v0.4.1
[INFO] [stderr]    Compiling tokio v1.39.3
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling pest v2.7.11
[INFO] [stderr]    Compiling clap v4.5.16
[INFO] [stderr]    Compiling pest_meta v2.7.11
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling pest_generator v2.7.11
[INFO] [stderr]    Compiling pest_derive v2.7.11
[INFO] [stderr]    Compiling aws-lc-sys v0.20.1
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling h2 v0.4.6
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling handlebars v6.0.0
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling hyper-util v0.1.7
[INFO] [stderr]    Compiling rustls-webpki v0.102.6
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling axum-server v0.7.1
[INFO] [stderr]    Compiling dnsdist-acme v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "1ccb4e16b4d76e665201dedc5a970a537d1bd93547752fccb6810f2b809d245c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ccb4e16b4d76e665201dedc5a970a537d1bd93547752fccb6810f2b809d245c", kill_on_drop: false }`
[INFO] [stdout] 1ccb4e16b4d76e665201dedc5a970a537d1bd93547752fccb6810f2b809d245c
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 677f04a43ed14f0dd774dc02ec97a9ce54250da7eb6a0471d7cdddda55229743
[INFO] running `Command { std: "docker" "start" "-a" "677f04a43ed14f0dd774dc02ec97a9ce54250da7eb6a0471d7cdddda55229743", kill_on_drop: false }`
[INFO] [stderr]    Compiling dnsdist-acme v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.37s
[INFO] running `Command { std: "docker" "inspect" "677f04a43ed14f0dd774dc02ec97a9ce54250da7eb6a0471d7cdddda55229743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "677f04a43ed14f0dd774dc02ec97a9ce54250da7eb6a0471d7cdddda55229743", kill_on_drop: false }`
[INFO] [stdout] 677f04a43ed14f0dd774dc02ec97a9ce54250da7eb6a0471d7cdddda55229743
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 70156fe55f40b379c8c7968312d6848930a8189fcf3709f72b2be730e693f965
[INFO] running `Command { std: "docker" "start" "-a" "70156fe55f40b379c8c7968312d6848930a8189fcf3709f72b2be730e693f965", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dnsdist_acme-ac0e71467391fd09)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test logs::query_log::tests::test_extract_queries ... ok
[INFO] [stdout] test logs::query_log::tests::test_parse_query_time ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "70156fe55f40b379c8c7968312d6848930a8189fcf3709f72b2be730e693f965", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70156fe55f40b379c8c7968312d6848930a8189fcf3709f72b2be730e693f965", kill_on_drop: false }`
[INFO] [stdout] 70156fe55f40b379c8c7968312d6848930a8189fcf3709f72b2be730e693f965
