[INFO] fetching crate porter-stemmer 0.1.2... [INFO] extracting crate porter-stemmer 0.1.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/porter-stemmer/0.1.2 [INFO] extracting crate porter-stemmer 0.1.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/porter-stemmer/0.1.2 [INFO] validating manifest of porter-stemmer-0.1.2 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of porter-stemmer-0.1.2 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing porter-stemmer-0.1.2 [INFO] finished frobbing porter-stemmer-0.1.2 [INFO] frobbed toml for porter-stemmer-0.1.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/porter-stemmer/0.1.2/Cargo.toml [INFO] started frobbing porter-stemmer-0.1.2 [INFO] finished frobbing porter-stemmer-0.1.2 [INFO] frobbed toml for porter-stemmer-0.1.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/porter-stemmer/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing porter-stemmer-0.1.2 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/porter-stemmer/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] d706d363f5fb0976cd634d5b487cfcdf834f195ddd4ab8aa522ae18004f4efa7 [INFO] running `"docker" "start" "-a" "d706d363f5fb0976cd634d5b487cfcdf834f195ddd4ab8aa522ae18004f4efa7"` [INFO] [stderr] Compiling porter-stemmer v0.1.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `"docker" "inspect" "d706d363f5fb0976cd634d5b487cfcdf834f195ddd4ab8aa522ae18004f4efa7"` [INFO] running `"docker" "rm" "-f" "d706d363f5fb0976cd634d5b487cfcdf834f195ddd4ab8aa522ae18004f4efa7"` [INFO] [stdout] d706d363f5fb0976cd634d5b487cfcdf834f195ddd4ab8aa522ae18004f4efa7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/porter-stemmer/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b0a8c7020340a003093469243225bc3505e74643eb6dbf83def2a0faba62bbb7 [INFO] running `"docker" "start" "-a" "b0a8c7020340a003093469243225bc3505e74643eb6dbf83def2a0faba62bbb7"` [INFO] [stderr] Compiling porter-stemmer v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: the item `UnicodeSegmentation` is imported redundantly [INFO] [stderr] --> src/lib.rs:670:13 [INFO] [stderr] | [INFO] [stderr] 647 | use super::*; [INFO] [stderr] | -------- the item `UnicodeSegmentation` is already imported here [INFO] [stderr] ... [INFO] [stderr] 670 | use unicode_segmentation::UnicodeSegmentation; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `"docker" "inspect" "b0a8c7020340a003093469243225bc3505e74643eb6dbf83def2a0faba62bbb7"` [INFO] running `"docker" "rm" "-f" "b0a8c7020340a003093469243225bc3505e74643eb6dbf83def2a0faba62bbb7"` [INFO] [stdout] b0a8c7020340a003093469243225bc3505e74643eb6dbf83def2a0faba62bbb7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/porter-stemmer/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] ee11b67df516bc589c0f55fb2b851c1c5d4be5b3fb337fa89d3d74518957543a [INFO] running `"docker" "start" "-a" "ee11b67df516bc589c0f55fb2b851c1c5d4be5b3fb337fa89d3d74518957543a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/porter_stemmer-7203f95631d678b3 [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test tests::test_contains_vowel ... ok [INFO] [stdout] test tests::test_ends_double_porters_consonant ... ok [INFO] [stdout] test tests::test_phase_one ... ok [INFO] [stdout] test tests::test_phase_five_a ... ok [INFO] [stdout] test tests::test_phase_one_c_sky ... ignored [INFO] [stdout] test tests::test_phase_one_b ... ok [INFO] [stdout] test tests::test_phase_one_b_substep ... ok [INFO] [stdout] test tests::test_phase_one_c ... ok [INFO] [stdout] test tests::test_phase_four ... ok [INFO] [stdout] test tests::test_phase_three ... ok [INFO] [stdout] test tests::test_phase_five_b ... ok [INFO] [stdout] test tests::test_measure ... ok [INFO] [stdout] test tests::test_stem_tokenized ... ok [INFO] [stdout] test tests::test_real_vowel ... ok [INFO] [stdout] test tests::test_ends_star_o ... ok [INFO] [stdout] test tests::test_phase_two ... ok [INFO] [stdout] test tests::test_porter_character_types ... ok [INFO] [stdout] test tests::test_real_consonant ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests porter-stemmer [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - stem (line 13) ... ok [INFO] [stdout] test src/lib.rs - stem_tokenized (line 29) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ee11b67df516bc589c0f55fb2b851c1c5d4be5b3fb337fa89d3d74518957543a"` [INFO] running `"docker" "rm" "-f" "ee11b67df516bc589c0f55fb2b851c1c5d4be5b3fb337fa89d3d74518957543a"` [INFO] [stdout] ee11b67df516bc589c0f55fb2b851c1c5d4be5b3fb337fa89d3d74518957543a