[INFO] fetching crate say-number 1.0.0... [INFO] testing say-number-1.0.0 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] extracting crate say-number 1.0.0 into /workspace/builds/worker-61/source [INFO] validating manifest of crates.io crate say-number 1.0.0 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-61/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d040bd5061e840e73792ade3d168ec292d2dab25717f41615aee025fb0696e21 [INFO] running `Command { std: "docker" "start" "-a" "d040bd5061e840e73792ade3d168ec292d2dab25717f41615aee025fb0696e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d040bd5061e840e73792ade3d168ec292d2dab25717f41615aee025fb0696e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d040bd5061e840e73792ade3d168ec292d2dab25717f41615aee025fb0696e21", kill_on_drop: false }` [INFO] [stdout] d040bd5061e840e73792ade3d168ec292d2dab25717f41615aee025fb0696e21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 329ef8b64686a517d4c0322b143926100f42cc1545f50f7eaa065662ec134060 [INFO] running `Command { std: "docker" "start" "-a" "329ef8b64686a517d4c0322b143926100f42cc1545f50f7eaa065662ec134060", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling say-number v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function 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] = note: `#[warn(unstable_name_collisions)]` on by default [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 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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] = 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 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.79s [INFO] running `Command { std: "docker" "inspect" "329ef8b64686a517d4c0322b143926100f42cc1545f50f7eaa065662ec134060", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "329ef8b64686a517d4c0322b143926100f42cc1545f50f7eaa065662ec134060", kill_on_drop: false }` [INFO] [stdout] 329ef8b64686a517d4c0322b143926100f42cc1545f50f7eaa065662ec134060 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f078916d7d39bebe9110c3b3c0f9838172b9be585a43dbfb1a46e3daae68de26 [INFO] running `Command { std: "docker" "start" "-a" "f078916d7d39bebe9110c3b3c0f9838172b9be585a43dbfb1a46e3daae68de26", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling ryu v1.0.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stdout] warning: an associated function 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] = note: `#[warn(unstable_name_collisions)]` on by default [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 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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] = 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 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling say-number v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function 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] = note: `#[warn(unstable_name_collisions)]` on by default [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 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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] = 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 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.68s [INFO] running `Command { std: "docker" "inspect" "f078916d7d39bebe9110c3b3c0f9838172b9be585a43dbfb1a46e3daae68de26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f078916d7d39bebe9110c3b3c0f9838172b9be585a43dbfb1a46e3daae68de26", kill_on_drop: false }` [INFO] [stdout] f078916d7d39bebe9110c3b3c0f9838172b9be585a43dbfb1a46e3daae68de26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9871a531c5cd09fe3d4ab678ba734fa47a19d9efa5790f8e6112a74772d14e8a [INFO] running `Command { std: "docker" "start" "-a" "9871a531c5cd09fe3d4ab678ba734fa47a19d9efa5790f8e6112a74772d14e8a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: an associated function 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] = note: `#[warn(unstable_name_collisions)]` on by default [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 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] [INFO] [stderr] warning: an associated function 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] = 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 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [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 [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/say_number-69b1e9458995fc2c) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/chinese_simplified.rs (/opt/rustwide/target/debug/deps/chinese_simplified-9af4e062745fc987) [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] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test say_0 ... ok [INFO] [stdout] test say_1000 ... 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_1001 ... ok [INFO] [stdout] test say_1_000_000 ... ok [INFO] [stdout] test say_1_000_000_010 ... ok [INFO] [stdout] test say_1_000_010 ... ok [INFO] [stdout] test say_1_000_010_000_000 ... ok [INFO] [stdout] test say_1_000_000_000_000_000_000 ... ok [INFO] [stdout] test say_1_000_000_000_000_000 ... ok [INFO] [stdout] test say_1_000_000_000 ... ok [INFO] [stdout] test say_1_000_000_000_000 ... ok [INFO] [stdout] test say_1_001_000 ... ok [INFO] [stdout] test say_1_010_000 ... ok [INFO] [stdout] test say_30 ... ok [INFO] [stdout] test say_42 ... ok [INFO] [stdout] test say_500 ... ok [INFO] [stdout] test say_8888 ... ok [INFO] [stdout] test say_1_100_010 ... ok [INFO] [stdout] test say_20_200_200_200_022 ... 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_5 ... ok [INFO] [stdout] test say_888 ... ok [INFO] [stdout] test say_2048 ... ok [INFO] [stderr] Running tests/english.rs (/opt/rustwide/target/debug/deps/english-c86a9f244aa072a8) [INFO] [stdout] test say_996 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test say_1000 ... ok [INFO] [stdout] test say_14 ... ok [INFO] [stdout] test say_1_000_000 ... ok [INFO] [stdout] test say_1_000_000_000 ... ok [INFO] [stdout] test say_30 ... ok [INFO] [stdout] test say_888 ... ok [INFO] [stdout] test say_0 ... ok [INFO] [stdout] test say_1_000_000_000_000 ... ok [INFO] [stdout] test say_5 ... 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_42 ... ok [INFO] [stdout] test say_500 ... 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_996 ... 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.02s [INFO] [stdout] [INFO] [stderr] Running tests/french.rs (/opt/rustwide/target/debug/deps/french-7c41f70d1a002217) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test say_0 ... ok [INFO] [stdout] test say_100 ... ok [INFO] [stdout] test say_100_100_400 ... ok [INFO] [stdout] test say_1000 ... ok [INFO] [stdout] test say_101 ... ok [INFO] [stdout] test say_180 ... ok [INFO] [stdout] test say_183 ... ok [INFO] [stdout] test say_1127 ... ok [INFO] [stdout] test say_14 ... ok [INFO] [stdout] test say_1_000_000_000 ... ok [INFO] [stdout] test say_201 ... ok [INFO] [stdout] test say_1_000_000_000_000 ... ok [INFO] [stdout] test say_2048 ... ok [INFO] [stdout] test say_1_095_371_077 ... ok [INFO] [stdout] test say_1_000_000 ... ok [INFO] [stdout] test say_1_000_000_000_000_000 ... ok [INFO] [stdout] test say_21 ... ok [INFO] [stdout] test say_1_000_000_000_000_000_000 ... 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_5 ... ok [INFO] [stdout] test say_3033 ... ok [INFO] [stdout] test say_311_000 ... ok [INFO] [stdout] test say_300_000_000 ... ok [INFO] [stdout] test say_42 ... ok [INFO] [stdout] test say_3300 ... ok [INFO] [stdout] test say_500 ... ok [INFO] [stdout] test say_80_000_000 ... ok [INFO] [stdout] test say_80 ... ok [INFO] [stdout] test say_80_000 ... ok [INFO] [stdout] test say_888 ... ok [INFO] [stdout] test say_8888 ... ok [INFO] [stdout] test say_81 ... ok [INFO] [stdout] test say_851 ... ok [INFO] [stdout] test say_91 ... ok [INFO] [stdout] test say_max_u16 ... ok [INFO] [stdout] test say_max_u32 ... ok [INFO] [stdout] test say_max_u64 ... ok [INFO] [stderr] Running tests/japanese.rs (/opt/rustwide/target/debug/deps/japanese-729f035e5eb4bbd4) [INFO] [stdout] test say_90 ... ok [INFO] [stdout] test say_max_u8 ... ok [INFO] [stdout] test say_996 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test say_0 ... ok [INFO] [stdout] test say_1001 ... ok [INFO] [stdout] test say_1000 ... ok [INFO] [stdout] test say_10_050_026 ... ok [INFO] [stdout] test say_1_000_000_000 ... ok [INFO] [stdout] test say_1_000_000_000_000_000_000 ... ok [INFO] [stdout] test say_1_000_010 ... ok [INFO] [stdout] test say_1_001_000 ... ok [INFO] [stdout] test say_1_000_000 ... ok [INFO] [stdout] test say_1_000_000_000_000 ... ok [INFO] [stdout] test say_20_200_200_200_022 ... ok [INFO] [stdout] test say_10_101 ... ok [INFO] [stdout] test say_14 ... ok [INFO] [stdout] test say_1_000_000_000_000_000 ... ok [INFO] [stdout] test say_30 ... ok [INFO] [stdout] test say_1_010_000 ... ok [INFO] [stdout] test say_42 ... ok [INFO] [stdout] test say_1_000_000_010 ... ok [INFO] [stdout] test say_1_000_010_000_000 ... ok [INFO] [stdout] test say_10_000_000 ... ok [INFO] [stdout] test say_1_100_010 ... ok [INFO] [stdout] test say_2048 ... ok [INFO] [stdout] test say_1_001_000_000 ... ok [INFO] [stdout] test say_8888 ... ok [INFO] [stdout] test say_max_u16 ... ok [INFO] [stdout] test say_996 ... ok [INFO] [stdout] test say_max_u8 ... ok [INFO] [stdout] test say_5 ... ok [INFO] [stderr] Running tests/vietnamese.rs (/opt/rustwide/target/debug/deps/vietnamese-268ae8212570afa0) [INFO] [stdout] test say_500 ... ok [INFO] [stdout] test say_888 ... ok [INFO] [stdout] test say_max_u32 ... ok [INFO] [stdout] test say_max_u64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test say_0 ... ok [INFO] [stdout] test say_11 ... ok [INFO] [stdout] test say_1_000_010_000_000 ... ok [INFO] [stdout] test say_1001 ... ok [INFO] [stdout] test say_1_000_010 ... ok [INFO] [stdout] test say_1000 ... ok [INFO] [stdout] test say_1_000_000_000_000 ... ok [INFO] [stdout] test say_1_000_000_000 ... ok [INFO] [stdout] test say_1_000_000 ... ok [INFO] [stdout] test say_15 ... ok [INFO] [stdout] test say_1_001_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_100_010 ... ok [INFO] [stdout] test say_1_010_000 ... ok [INFO] [stdout] test say_42 ... ok [INFO] [stdout] test say_5 ... ok [INFO] [stdout] test say_500 ... ok [INFO] [stdout] test say_8888 ... ok [INFO] [stdout] test say_2048 ... ok [INFO] [stdout] test say_31 ... ok [INFO] [stdout] test say_996 ... ok [INFO] [stdout] test say_max_u8 ... 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_888 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests say-number [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/japanese.rs - japanese::say (line 13) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/english.rs - english::say (line 41) ... ok [INFO] [stdout] test src/vietnamese.rs - vietnamese::say (line 20) ... ok [INFO] [stdout] test src/chinese_simplified.rs - chinese_simplified::say (line 14) ... ok [INFO] [stdout] test src/french.rs - french::say (line 48) ... ok [INFO] [stdout] test src/lib.rs - say (line 35) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.80s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9871a531c5cd09fe3d4ab678ba734fa47a19d9efa5790f8e6112a74772d14e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9871a531c5cd09fe3d4ab678ba734fa47a19d9efa5790f8e6112a74772d14e8a", kill_on_drop: false }` [INFO] [stdout] 9871a531c5cd09fe3d4ab678ba734fa47a19d9efa5790f8e6112a74772d14e8a