[INFO] cloning repository https://github.com/mi2ebi/jvot3
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mi2ebi/jvot3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmi2ebi%2Fjvot3", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmi2ebi%2Fjvot3'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e5bad86e24985fb4c9d9eeb6c0a9b240a932213b
[INFO] testing mi2ebi/jvot3 against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmi2ebi%2Fjvot3" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mi2ebi/jvot3
[INFO] finished tweaking git repo https://github.com/mi2ebi/jvot3
[INFO] tweaked toml for git repo https://github.com/mi2ebi/jvot3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mi2ebi/jvot3 on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mi2ebi/jvot3 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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] 45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1
[INFO] running `Command { std: "docker" "start" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1", 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" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1", 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" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cfg_aliases v0.2.2
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling endian-type v0.2.0
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling radix_trie v0.3.0
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling itertools v0.15.0
[INFO] [stderr]    Compiling flower-pot v0.1.9
[INFO] [stderr]    Compiling bimap v0.6.3
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling rustyline v18.0.1
[INFO] [stderr]    Compiling jvot3 v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 25.50s
[INFO] running `Command { std: "docker" "inspect" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1", 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" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling jvot3 v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3.62s
[INFO] running `Command { std: "docker" "inspect" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1", 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" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/jvot3-c9ea8d9c87e84472)
[INFO] [stdout] 
[INFO] [stdout] running 87 tests
[INFO] [stdout] test tests::syllables::coda_p ... ok
[INFO] [stdout] test tests::syllables::coda_q ... ok
[INFO] [stdout] test tests::syllables::nucleus_aa ... ok
[INFO] [stdout] test tests::syllables::nucleus_r ... ok
[INFO] [stdout] test tests::syllables::nucleus_ái ... ok
[INFO] [stdout] test tests::syllables::onset_b ... ok
[INFO] [stdout] test tests::syllables::onset_bd ... ok
[INFO] [stdout] test tests::syllables::nucleus_a ... ok
[INFO] [stdout] test tests::syllables::onset_bl ... ok
[INFO] [stdout] test tests::syllables::nucleus_ai ... ok
[INFO] [stdout] test tests::syllables::onset_jvl ... ok
[INFO] [stdout] test tests::syllables::nucleus_y ... ok
[INFO] [stdout] test tests::syllables::onset_u ... ok
[INFO] [stdout] test tests::syllables::nucleus_á ... ok
[INFO] [stdout] test tests::syllables::nucleus_ý ... ok
[INFO] [stdout] test tests::syllables::onset_ ... ok
[INFO] [stdout] test tests::unitify::ahhan ... ok
[INFO] [stdout] test tests::unitify::aan ... ok
[INFO] [stdout] test tests::unitify::bangy ... ok
[INFO] [stdout] test tests::unitify::an ... ok
[INFO] [stdout] test tests::syllables::onset_h ... ok
[INFO] [stdout] test tests::unitify::blahi ... ok
[INFO] [stdout] test tests::unitify::ai_iicmo ... ok
[INFO] [stdout] test tests::unitify::bácruda ... ok
[INFO] [stdout] test tests::unitify::bytygau ... ok
[INFO] [stdout] test tests::unitify::bácrudárno ... ok
[INFO] [stdout] test tests::unitify::cícozvátiti ... ok
[INFO] [stdout] test tests::unitify::frtable ... ok
[INFO] [stdout] test tests::unitify::akkan ... ok
[INFO] [stdout] test tests::unitify::frtahe ... ok
[INFO] [stdout] test tests::unitify::bácrúda ... ok
[INFO] [stdout] test tests::unitify::ciai ... ok
[INFO] [stdout] test tests::unitify::fryhahe ... ok
[INFO] [stdout] test tests::unitify::fryha ... ok
[INFO] [stdout] test tests::unitify::fyhahe ... ok
[INFO] [stdout] test tests::unitify::gy ... ok
[INFO] [stdout] test tests::unitify::fytahe ... ok
[INFO] [stdout] test tests::unitify::gy_gybroda ... ok
[INFO] [stdout] test tests::unitify::fyha ... ok
[INFO] [stdout] test tests::unitify::gy_pabroda ... ok
[INFO] [stdout] test tests::unitify::fryhable ... ok
[INFO] [stdout] test tests::unitify::gyje ... ok
[INFO] [stdout] test tests::unitify::jegy ... ok
[INFO] [stdout] test tests::unitify::jehebzi ... ok
[INFO] [stdout] test tests::unitify::ianai ... ok
[INFO] [stdout] test tests::unitify::lehigerku ... ok
[INFO] [stdout] test tests::unitify::ha ... ok
[INFO] [stdout] test tests::unitify::lojbónaiha ... ok
[INFO] [stdout] test tests::unitify::lojbónaihabla ... ok
[INFO] [stdout] test tests::unitify::mablaxekri ... ok
[INFO] [stdout] test tests::unitify::mi1 ... ok
[INFO] [stdout] test tests::unitify::mi_do ... ok
[INFO] [stdout] test tests::unitify::mi_ihe ... ok
[INFO] [stdout] test tests::unitify::má_ba ... ok
[INFO] [stdout] test tests::unitify::má_bla ... ok
[INFO] [stdout] test tests::unitify::má_bá ... ok
[INFO] [stdout] test tests::unitify::mába ... ok
[INFO] [stdout] test tests::unitify::máblanútrocícozvátiti ... ok
[INFO] [stdout] test tests::unitify::máblánu ... ok
[INFO] [stdout] test tests::unitify::mábá ... ok
[INFO] [stdout] test tests::unitify::máblaxekri ... ok
[INFO] [stdout] test tests::unitify::málblánu ... ok
[INFO] [stdout] test tests::unitify::lójbosélojbonai ... ok
[INFO] [stdout] test tests::unitify::krtyvla ... ok
[INFO] [stdout] test tests::unitify::má_blaxekri ... ok
[INFO] [stdout] test tests::unitify::ma_blaxekri ... ok
[INFO] [stdout] test tests::unitify::mí_nelcido ... ok
[INFO] [stdout] test tests::unitify::pahy_valsi_cll ... ok
[INFO] [stdout] test tests::unitify::pahy_valsi_permissive ... ok
[INFO] [stdout] test tests::unitify::pahyva_cll ... ok
[INFO] [stdout] test tests::unitify::pahyva_permissive ... ok
[INFO] [stdout] test tests::unitify::pahyvalsi_cll ... ok
[INFO] [stdout] test tests::unitify::pahyvalsi_permissive ... ok
[INFO] [stdout] test tests::unitify::se_lojbonai ... ok
[INFO] [stdout] test tests::unitify::selojbonai ... ok
[INFO] [stdout] test tests::unitify::selojbonái ... ok
[INFO] [stdout] test tests::unitify::selojbónai ... ok
[INFO] [stdout] test tests::unitify::selójbonai ... ok
[INFO] [stdout] test tests::unitify::sélojbonai ... ok
[INFO] [stdout] test tests::unitify::vragy ... ok
[INFO] [stdout] test tests::unitify::zba ... ok
[INFO] [stdout] test tests::unitify::íafak ... ok
[INFO] [stdout] test tests::unitify::mínelcido ... ok
[INFO] [stdout] test tests::unitify::n ... ok
[INFO] [stdout] test tests::unitify::pafrtable ... ok
[INFO] [stdout] test tests::unitify::xazdmru ... ok
[INFO] [stdout] test tests::unitify::pafrtahe ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 87 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/jvot3-e634858259406644)
[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]    Doc-tests jvot3
[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" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1", kill_on_drop: false }`
[INFO] [stdout] 45047df60156397258f1ba0e94078fd16a440f885a7ebccd2f7e71827c0562c1
