[INFO] cloning repository https://github.com/justinzyc271828-sys/EasyVN
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justinzyc271828-sys/EasyVN" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinzyc271828-sys%2FEasyVN", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinzyc271828-sys%2FEasyVN'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 88d13f36f29167a8644713f591634d8c1ffa4d14
[INFO] testing justinzyc271828-sys/EasyVN against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinzyc271828-sys%2FEasyVN" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/justinzyc271828-sys/EasyVN
[INFO] finished tweaking git repo https://github.com/justinzyc271828-sys/EasyVN
[INFO] tweaked toml for git repo https://github.com/justinzyc271828-sys/EasyVN written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/justinzyc271828-sys/EasyVN on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/justinzyc271828-sys/EasyVN 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.23
[INFO] [stderr]   Downloaded serde_derive v1.0.229
[INFO] [stderr]   Downloaded r-efi v6.0.0
[INFO] [stderr]   Downloaded serde_json v1.0.151
[INFO] [stderr]   Downloaded syn v3.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367
[INFO] running `Command { std: "docker" "start" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling easyvn-core v0.1.0 (/opt/rustwide/workdir/crates/easyvn-core)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 17.65s
[INFO] running `Command { std: "docker" "inspect" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling easyvn-core v0.1.0 (/opt/rustwide/workdir/crates/easyvn-core)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 8.88s
[INFO] running `Command { std: "docker" "inspect" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/easyvn_core-be3253aa90fcb84b)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/detect.rs (/opt/rustwide/target/release/deps/detect-6b61aaa66080d4cc)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/recipes_valid.rs (/opt/rustwide/target/release/deps/recipes_valid-d530e76f8953d5da)
[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 12 tests
[INFO] [stdout] test detects_kirikiri_by_xp3 ... ok
[INFO] [stdout] test detects_unity_by_data_dir ... ok
[INFO] [stdout] test seen_txt_alone_is_only_medium ... ok
[INFO] [stdout] test file_names_are_case_insensitive ... ok
[INFO] [stdout] test empty_dir_yields_nothing ... ok
[INFO] [stdout] test detects_reallive ... ok
[INFO] [stdout] test detects_nscripter ... ok
[INFO] [stdout] test detects_archive_engines_at_medium ... ok
[INFO] [stdout] test multiple_engines_sorted_by_confidence ... ok
[INFO] [stdout] test detects_siglus_exe_vs_pck ... ok
[INFO] [stdout] test detects_kirikiri_two_levels_down ... ok
[INFO] [stdout] test detects_renpy_by_directory ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test all_recipes_parse_and_are_consistent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/resolve.rs (/opt/rustwide/target/release/deps/resolve-f9a458daf1dffb57)
[INFO] [stdout] running 6 tests
[INFO] [stdout] test exe_match_is_case_insensitive ... ok
[INFO] [stderr]      Running tests/wine_plan.rs (/opt/rustwide/target/release/deps/wine_plan-523bdbcb6a06193c)
[INFO] [stdout] test exe_found_one_level_down ... ok
[INFO] [stdout] test game_recipe_beats_engine_recipe ... ok
[INFO] [stdout] test engine_recipe_falls_back_from_detection ... ok
[INFO] [stdout] test no_match_yields_default ... ok
[INFO] [stdout] test resolution_is_serializable_for_tauri ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test dll_overrides_join_sorted_and_semicolon_separated ... ok
[INFO] [stdout] test plan_serializes_for_ipc ... ok
[INFO] [stdout] test recipe_level_env_is_merged ... ok
[INFO] [stdout] test locale_becomes_lang_env ... ok
[INFO] [stdout] test default_config_is_minimal ... ok
[INFO] [stdout] test steps_are_ordered_prepare_then_launch ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests easyvn_core
[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" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367", kill_on_drop: false }`
[INFO] [stdout] f596eefaebcf0bb735bcc1739947111d77ab76fddcd05e5c83c8dae15c278367
