[INFO] cloning repository https://github.com/Zheoni/cooklang-chef [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Zheoni/cooklang-chef" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZheoni%2Fcooklang-chef", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZheoni%2Fcooklang-chef'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed2bef65922ea96a08cacf94e024774c92e6ae04 [INFO] testing Zheoni/cooklang-chef against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZheoni%2Fcooklang-chef" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Zheoni/cooklang-chef [INFO] finished tweaking git repo https://github.com/Zheoni/cooklang-chef [INFO] tweaked toml for git repo https://github.com/Zheoni/cooklang-chef written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Zheoni/cooklang-chef on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Zheoni/cooklang-chef 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d0421d7cda6334a640cd066e855fdc48ecf8edb981443e2ec315116c2237acd [INFO] running `Command { std: "docker" "start" "-a" "9d0421d7cda6334a640cd066e855fdc48ecf8edb981443e2ec315116c2237acd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d0421d7cda6334a640cd066e855fdc48ecf8edb981443e2ec315116c2237acd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d0421d7cda6334a640cd066e855fdc48ecf8edb981443e2ec315116c2237acd", kill_on_drop: false }` [INFO] [stdout] 9d0421d7cda6334a640cd066e855fdc48ecf8edb981443e2ec315116c2237acd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 189e67e0c04fbed7db576cf40abd923ccc6b8ae6a62609103c7ac4964f4c2b7b [INFO] running `Command { std: "docker" "start" "-a" "189e67e0c04fbed7db576cf40abd923ccc6b8ae6a62609103c7ac4964f4c2b7b", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.1.0 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling cc v1.2.48 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling dary_heap v0.3.8 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling libflate_lz77 v2.2.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling codesnake v0.2.1 [INFO] [stderr] Compiling finl_unicode v1.4.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling libflate v2.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.2 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling vte v0.10.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling camino v1.2.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling phf_shared v0.13.1 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling is-docker v0.2.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling newline-converter v0.3.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling is-wsl v0.4.0 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.1 [INFO] [stderr] Compiling tabular v0.2.0 [INFO] [stderr] Compiling phf v0.13.1 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling serde_spanned v1.0.3 [INFO] [stderr] Compiling anstyle-yansi v2.0.3 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling notify-types v2.0.0 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling humantime v2.3.0 [INFO] [stderr] Compiling memo-map v0.3.3 [INFO] [stderr] Compiling toml_writer v1.0.4 [INFO] [stderr] Compiling self_cell v1.2.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling open v5.3.3 [INFO] [stderr] Compiling notify v8.2.0 [INFO] [stderr] Compiling inquire v0.7.5 [INFO] [stderr] Compiling emojis v0.8.0 [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling directories v6.0.0 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling rust-embed-utils v8.9.0 [INFO] [stderr] Compiling toml v0.9.8 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling cooklang v0.15.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling rust-embed-impl v8.9.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling clap_complete v4.5.61 [INFO] [stderr] Compiling colorchoice-clap v1.0.7 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling ansi-to-html v0.2.2 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling include-flate-compress v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling include-flate-codegen v0.3.1 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling enum-map v2.7.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling minijinja v2.13.0 [INFO] [stderr] Compiling include-flate v0.3.1 [INFO] [stderr] Compiling rust-embed v8.9.0 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tower-http v0.6.7 [INFO] [stderr] Compiling hyper-util v0.1.18 [INFO] [stderr] Compiling axum v0.8.7 [INFO] [stderr] Compiling cooklang-to-md v0.15.0 (/opt/rustwide/workdir/cooklang-to-md) [INFO] [stderr] Compiling cooklang-to-cooklang v0.15.0 (/opt/rustwide/workdir/cooklang-to-cooklang) [INFO] [stderr] Compiling cooklang-to-human v0.15.0 (/opt/rustwide/workdir/cooklang-to-human) [INFO] [stderr] Compiling cooklang-fs v0.15.0 (/opt/rustwide/workdir/cooklang-fs) [INFO] [stderr] Compiling cooklang-chef v0.10.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.11s [INFO] running `Command { std: "docker" "inspect" "189e67e0c04fbed7db576cf40abd923ccc6b8ae6a62609103c7ac4964f4c2b7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "189e67e0c04fbed7db576cf40abd923ccc6b8ae6a62609103c7ac4964f4c2b7b", kill_on_drop: false }` [INFO] [stdout] 189e67e0c04fbed7db576cf40abd923ccc6b8ae6a62609103c7ac4964f4c2b7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ec6cd42ce1d2bafde0091679629c304cad7cc44b727d255bab1b2b209b0c7fe [INFO] running `Command { std: "docker" "start" "-a" "3ec6cd42ce1d2bafde0091679629c304cad7cc44b727d255bab1b2b209b0c7fe", kill_on_drop: false }` [INFO] [stderr] Compiling cooklang-chef v0.10.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.22s [INFO] running `Command { std: "docker" "inspect" "3ec6cd42ce1d2bafde0091679629c304cad7cc44b727d255bab1b2b209b0c7fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ec6cd42ce1d2bafde0091679629c304cad7cc44b727d255bab1b2b209b0c7fe", kill_on_drop: false }` [INFO] [stdout] 3ec6cd42ce1d2bafde0091679629c304cad7cc44b727d255bab1b2b209b0c7fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c4f762a1db8929e8d995dcd43ea59d44484af8b6adc531e791f84fa93dbdb0c6 [INFO] running `Command { std: "docker" "start" "-a" "c4f762a1db8929e8d995dcd43ea59d44484af8b6adc531e791f84fa93dbdb0c6", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/chef-7887c9bd4dbc0045) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test cmd::serve::handlers::search::tests::test_error_correct_query ... ok [INFO] [stdout] test util::tests::test_is_valid_tag ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c4f762a1db8929e8d995dcd43ea59d44484af8b6adc531e791f84fa93dbdb0c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4f762a1db8929e8d995dcd43ea59d44484af8b6adc531e791f84fa93dbdb0c6", kill_on_drop: false }` [INFO] [stdout] c4f762a1db8929e8d995dcd43ea59d44484af8b6adc531e791f84fa93dbdb0c6