[INFO] fetching crate say-number 1.0.0...
[INFO] testing say-number-1.0.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate say-number 1.0.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate say-number 1.0.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate say-number 1.0.0
[INFO] tweaked toml for crates.io crate say-number 1.0.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate say-number 1.0.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 64 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[INFO] [stderr]       Adding itertools v0.8.2 (available: v0.14.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3dd846039eece3e0bf5dd2f59603ae52c81f5146341763610d270e27b3514f28
[INFO] running `Command { std: "docker" "start" "-a" "3dd846039eece3e0bf5dd2f59603ae52c81f5146341763610d270e27b3514f28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3dd846039eece3e0bf5dd2f59603ae52c81f5146341763610d270e27b3514f28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dd846039eece3e0bf5dd2f59603ae52c81f5146341763610d270e27b3514f28", kill_on_drop: false }`
[INFO] [stdout] 3dd846039eece3e0bf5dd2f59603ae52c81f5146341763610d270e27b3514f28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d073edadf7b9aa80fdd7c2ae3b5a5fd37229cb16d0618a720a1b2bf2a57efb44
[INFO] running `Command { std: "docker" "start" "-a" "d073edadf7b9aa80fdd7c2ae3b5a5fd37229cb16d0618a720a1b2bf2a57efb44", kill_on_drop: false }`
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling say-number v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/english.rs:84:34
[INFO] [stdout]    |
[INFO] [stdout] 84 |     ret.iter().rev().map(|s| *s).intersperse(" ").collect()
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/vietnamese.rs:39:34
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ret.iter().rev().map(|s| *s).intersperse(" ").collect()
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
[INFO] running `Command { std: "docker" "inspect" "d073edadf7b9aa80fdd7c2ae3b5a5fd37229cb16d0618a720a1b2bf2a57efb44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d073edadf7b9aa80fdd7c2ae3b5a5fd37229cb16d0618a720a1b2bf2a57efb44", kill_on_drop: false }`
[INFO] [stdout] d073edadf7b9aa80fdd7c2ae3b5a5fd37229cb16d0618a720a1b2bf2a57efb44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a54dd1f46be5b42fae998e91e3570a9c4f550f381cd89e46c65e74fc44d5c1df
[INFO] running `Command { std: "docker" "start" "-a" "a54dd1f46be5b42fae998e91e3570a9c4f550f381cd89e46c65e74fc44d5c1df", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/english.rs:84:34
[INFO] [stdout]    |
[INFO] [stdout] 84 |     ret.iter().rev().map(|s| *s).intersperse(" ").collect()
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/vietnamese.rs:39:34
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ret.iter().rev().map(|s| *s).intersperse(" ").collect()
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling say-number v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/english.rs:84:34
[INFO] [stdout]    |
[INFO] [stdout] 84 |     ret.iter().rev().map(|s| *s).intersperse(" ").collect()
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> src/vietnamese.rs:39:34
[INFO] [stdout]    |
[INFO] [stdout] 39 |     ret.iter().rev().map(|s| *s).intersperse(" ").collect()
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.97s
[INFO] running `Command { std: "docker" "inspect" "a54dd1f46be5b42fae998e91e3570a9c4f550f381cd89e46c65e74fc44d5c1df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a54dd1f46be5b42fae998e91e3570a9c4f550f381cd89e46c65e74fc44d5c1df", kill_on_drop: false }`
[INFO] [stdout] a54dd1f46be5b42fae998e91e3570a9c4f550f381cd89e46c65e74fc44d5c1df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f11dc7ac640aa41f21f6d6b0c2f370ebcb2afca43a07646486d4715ef92114f4
[INFO] running `Command { std: "docker" "start" "-a" "f11dc7ac640aa41f21f6d6b0c2f370ebcb2afca43a07646486d4715ef92114f4", kill_on_drop: false }`
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]   --> src/english.rs:84:34
[INFO] [stderr]    |
[INFO] [stderr] 84 |     ret.iter().rev().map(|s| *s).intersperse(" ").collect()
[INFO] [stderr]    |                                  ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stderr]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]   --> src/vietnamese.rs:39:34
[INFO] [stderr]    |
[INFO] [stderr] 39 |     ret.iter().rev().map(|s| *s).intersperse(" ").collect()
[INFO] [stderr]    |                                  ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method
[INFO] [stderr]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] 
[INFO] [stderr] warning: `say-number` (lib) generated 2 warnings
[INFO] [stderr] warning: `say-number` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/say_number-9a25e7ae587fd020)
[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/chinese_simplified.rs (/opt/rustwide/target/debug/deps/chinese_simplified-e354fac9a0f00cce)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test say_1000 ... ok
[INFO] [stdout] test say_1001 ... ok
[INFO] [stdout] test say_10_050_026 ... ok
[INFO] [stdout] test say_10_101 ... ok
[INFO] [stdout] test say_0 ... ok
[INFO] [stdout] test say_14 ... ok
[INFO] [stdout] test say_1_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000_010 ... ok
[INFO] [stdout] test say_1_000_010_000_000 ... ok
[INFO] [stdout] test say_1_000_010 ... ok
[INFO] [stdout] test say_1_001_000 ... ok
[INFO] [stdout] test say_1_100_010 ... ok
[INFO] [stdout] test say_1_010_000 ... ok
[INFO] [stdout] test say_2048 ... ok
[INFO] [stdout] test say_1_000_000_000 ... ok
[INFO] [stdout] test say_500 ... ok
[INFO] [stdout] test say_30 ... ok
[INFO] [stdout] test say_5 ... ok
[INFO] [stdout] test say_888 ... ok
[INFO] [stdout] test say_8888 ... ok
[INFO] [stdout] test say_996 ... ok
[INFO] [stdout] test say_max_u16 ... ok
[INFO] [stdout] test say_max_u32 ... ok
[INFO] [stdout] test say_max_u64 ... ok
[INFO] [stdout] test say_max_u8 ... ok
[INFO] [stdout] test say_42 ... ok
[INFO] [stdout] test say_20_200_200_200_022 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/english.rs (/opt/rustwide/target/debug/deps/english-5fbae0fcfe8b5f65)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test say_14 ... ok
[INFO] [stderr]      Running tests/french.rs (/opt/rustwide/target/debug/deps/french-9d613db01ac459ef)
[INFO] [stdout] test say_0 ... ok
[INFO] [stdout] test say_1000 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000_000 ... ok
[INFO] [stdout] test say_2048 ... ok
[INFO] [stdout] test say_30 ... ok
[INFO] [stdout] test say_5 ... ok
[INFO] [stdout] test say_42 ... ok
[INFO] [stdout] test say_500 ... ok
[INFO] [stdout] test say_996 ... ok
[INFO] [stdout] test say_1_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000 ... ok
[INFO] [stdout] test say_888 ... ok
[INFO] [stdout] test say_1_000_000 ... ok
[INFO] [stdout] test say_8888 ... ok
[INFO] [stdout] test say_max_u16 ... ok
[INFO] [stdout] test say_max_u8 ... ok
[INFO] [stdout] test say_max_u32 ... ok
[INFO] [stdout] test say_max_u64 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test say_0 ... ok
[INFO] [stdout] test say_183 ... ok
[INFO] [stdout] test say_100 ... ok
[INFO] [stdout] test say_1000 ... ok
[INFO] [stdout] test say_1_000_000_000 ... ok
[INFO] [stdout] test say_100_100_400 ... ok
[INFO] [stdout] test say_1_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000 ... ok
[INFO] [stdout] test say_1127 ... ok
[INFO] [stdout] test say_14 ... ok
[INFO] [stdout] test say_180 ... ok
[INFO] [stdout] test say_101 ... ok
[INFO] [stdout] test say_1_000_000 ... ok
[INFO] [stdout] test say_1_095_371_077 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000_000 ... ok
[INFO] [stdout] test say_300_000_000 ... ok
[INFO] [stdout] test say_201 ... ok
[INFO] [stdout] test say_2048 ... ok
[INFO] [stdout] test say_21 ... ok
[INFO] [stdout] test say_30 ... ok
[INFO] [stdout] test say_3000 ... ok
[INFO] [stdout] test say_300_000 ... ok
[INFO] [stdout] test say_303 ... ok
[INFO] [stdout] test say_3033 ... ok
[INFO] [stdout] test say_311_000 ... ok
[INFO] [stdout] test say_42 ... ok
[INFO] [stdout] test say_5 ... ok
[INFO] [stdout] test say_500 ... ok
[INFO] [stdout] test say_80 ... ok
[INFO] [stdout] test say_80_000_000 ... ok
[INFO] [stdout] test say_80_000 ... ok
[INFO] [stdout] test say_888 ... ok
[INFO] [stdout] test say_81 ... ok
[INFO] [stdout] test say_851 ... ok
[INFO] [stdout] test say_90 ... ok
[INFO] [stdout] test say_8888 ... ok
[INFO] [stdout] test say_91 ... ok
[INFO] [stderr]      Running tests/japanese.rs (/opt/rustwide/target/debug/deps/japanese-3c2131c414183721)
[INFO] [stdout] test say_3300 ... ok
[INFO] [stdout] test say_max_u8 ... ok
[INFO] [stdout] test say_996 ... ok
[INFO] [stdout] test say_max_u64 ... ok
[INFO] [stdout] test say_max_u32 ... ok
[INFO] [stdout] test say_max_u16 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test say_0 ... ok
[INFO] [stdout] test say_10_000_000 ... ok
[INFO] [stdout] test say_10_050_026 ... ok
[INFO] [stdout] test say_14 ... ok
[INFO] [stdout] test say_10_101 ... ok
[INFO] [stdout] test say_1000 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000_000 ... ok
[INFO] [stdout] test say_1001 ... ok
[INFO] [stdout] test say_1_000_000 ... ok
[INFO] [stdout] test say_1_001_000 ... ok
[INFO] [stdout] test say_1_001_000_000 ... ok
[INFO] [stdout] test say_1_000_010_000_000 ... ok
[INFO] [stdout] test say_1_000_010 ... ok
[INFO] [stdout] test say_1_010_000 ... ok
[INFO] [stdout] test say_1_100_010 ... ok
[INFO] [stdout] test say_2048 ... ok
[INFO] [stdout] test say_20_200_200_200_022 ... ok
[INFO] [stdout] test say_30 ... ok
[INFO] [stdout] test say_42 ... ok
[INFO] [stdout] test say_5 ... ok
[INFO] [stdout] test say_8888 ... ok
[INFO] [stdout] test say_888 ... ok
[INFO] [stdout] test say_max_u16 ... ok
[INFO] [stdout] test say_500 ... ok
[INFO] [stdout] test say_996 ... ok
[INFO] [stdout] test say_max_u32 ... ok
[INFO] [stdout] test say_max_u64 ... ok
[INFO] [stdout] test say_max_u8 ... ok
[INFO] [stdout] test say_1_000_000_000 ... ok
[INFO] [stderr]      Running tests/vietnamese.rs (/opt/rustwide/target/debug/deps/vietnamese-ce66d5b03efab325)
[INFO] [stdout] test say_1_000_000_010 ... ok
[INFO] [stdout] test say_1_000_000_000_000 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test say_1000 ... ok
[INFO] [stdout] test say_15 ... ok
[INFO] [stdout] test say_1_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000 ... ok
[INFO] [stdout] test say_1_000_000 ... ok
[INFO] [stdout] test say_1_000_000_000 ... ok
[INFO] [stdout] test say_1_000_010 ... ok
[INFO] [stdout] test say_1_000_000_000_000_000_000 ... ok
[INFO] [stdout] test say_0 ... ok
[INFO] [stdout] test say_1001 ... ok
[INFO] [stdout] test say_11 ... ok
[INFO] [stdout] test say_1_000_010_000_000 ... ok
[INFO] [stdout] test say_1_001_000 ... ok
[INFO] [stdout] test say_1_010_000 ... ok
[INFO] [stdout] test say_1_100_010 ... ok
[INFO] [stdout] test say_31 ... ok
[INFO] [stdout] test say_2048 ... ok
[INFO] [stdout] test say_42 ... ok
[INFO] [stdout] test say_5 ... ok
[INFO] [stdout] test say_888 ... ok
[INFO] [stdout] test say_8888 ... ok
[INFO] [stdout] test say_996 ... ok
[INFO] [stdout] test say_max_u32 ... ok
[INFO] [stdout] test say_max_u64 ... ok
[INFO] [stdout] test say_500 ... ok
[INFO] [stdout] test say_max_u8 ... ok
[INFO] [stdout] test say_max_u16 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests say_number
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/vietnamese.rs - vietnamese::say (line 20) ... ok
[INFO] [stdout] test src/english.rs - english::say (line 41) ... ok
[INFO] [stdout] test src/chinese_simplified.rs - chinese_simplified::say (line 14) ... ok
[INFO] [stdout] test src/lib.rs - say (line 35) ... ok
[INFO] [stdout] test src/french.rs - french::say (line 48) ... ok
[INFO] [stdout] test src/lib.rs - (line 14) ... ok
[INFO] [stdout] test src/japanese.rs - japanese::say (line 13) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f11dc7ac640aa41f21f6d6b0c2f370ebcb2afca43a07646486d4715ef92114f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f11dc7ac640aa41f21f6d6b0c2f370ebcb2afca43a07646486d4715ef92114f4", kill_on_drop: false }`
[INFO] [stdout] f11dc7ac640aa41f21f6d6b0c2f370ebcb2afca43a07646486d4715ef92114f4
