[INFO] updating cached repository rlustin/typographic-linter [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rlustin/typographic-linter [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rlustin/typographic-linter" "work/ex/beta-1.38-1/sources/1.37.0/gh/rlustin/typographic-linter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/rlustin/typographic-linter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rlustin/typographic-linter" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rlustin/typographic-linter"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rlustin/typographic-linter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6483664d680f830ac9b705d10397b1f258cf055e [INFO] sha for GitHub repo rlustin/typographic-linter: 6483664d680f830ac9b705d10397b1f258cf055e [INFO] validating manifest of rlustin/typographic-linter on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rlustin/typographic-linter on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rlustin/typographic-linter [INFO] finished frobbing rlustin/typographic-linter [INFO] frobbed toml for rlustin/typographic-linter written to work/ex/beta-1.38-1/sources/1.37.0/gh/rlustin/typographic-linter/Cargo.toml [INFO] started frobbing rlustin/typographic-linter [INFO] finished frobbing rlustin/typographic-linter [INFO] frobbed toml for rlustin/typographic-linter written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/rlustin/typographic-linter/Cargo.toml [INFO] crate rlustin/typographic-linter already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rlustin/typographic-linter against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/rlustin/typographic-linter:/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.37.0" "build" "--frozen"` [INFO] [stdout] b5b52defa95d2ff8e1f0e24e774ea30e6c9b820266333eb52b1a3faa86af5f66 [INFO] running `"docker" "start" "-a" "b5b52defa95d2ff8e1f0e24e774ea30e6c9b820266333eb52b1a3faa86af5f66"` [INFO] [stderr] warning: unused manifest key: package.travis-ci [INFO] [stderr] Compiling libc v0.2.20 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling serde v1.0.7 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread_local v0.3.2 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.7 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling typographic_linter v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:55 [INFO] [stderr] | [INFO] [stderr] 41 | fn active_filters(&self, locale: &str) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn LinterFilter` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:48:48 [INFO] [stderr] | [INFO] [stderr] 48 | fn filters(&self, locale: &str) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn LinterFilter` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.19s [INFO] running `"docker" "inspect" "b5b52defa95d2ff8e1f0e24e774ea30e6c9b820266333eb52b1a3faa86af5f66"` [INFO] running `"docker" "rm" "-f" "b5b52defa95d2ff8e1f0e24e774ea30e6c9b820266333eb52b1a3faa86af5f66"` [INFO] [stdout] b5b52defa95d2ff8e1f0e24e774ea30e6c9b820266333eb52b1a3faa86af5f66 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/rlustin/typographic-linter:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d066f4eca3cfb695282a4266b97b417ae66462f407c8795af5cf55b70a30271e [INFO] running `"docker" "start" "-a" "d066f4eca3cfb695282a4266b97b417ae66462f407c8795af5cf55b70a30271e"` [INFO] [stderr] warning: unused manifest key: package.travis-ci [INFO] [stderr] Compiling typographic_linter v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:55 [INFO] [stderr] | [INFO] [stderr] 41 | fn active_filters(&self, locale: &str) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn LinterFilter` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:48:48 [INFO] [stderr] | [INFO] [stderr] 48 | fn filters(&self, locale: &str) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn LinterFilter` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.81s [INFO] running `"docker" "inspect" "d066f4eca3cfb695282a4266b97b417ae66462f407c8795af5cf55b70a30271e"` [INFO] running `"docker" "rm" "-f" "d066f4eca3cfb695282a4266b97b417ae66462f407c8795af5cf55b70a30271e"` [INFO] [stdout] d066f4eca3cfb695282a4266b97b417ae66462f407c8795af5cf55b70a30271e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/rlustin/typographic-linter:/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.37.0" "test" "--frozen"` [INFO] [stdout] b84858777a031804fcb96820901bea3c25e16eef3fe9471313c57f0e2f553332 [INFO] running `"docker" "start" "-a" "b84858777a031804fcb96820901bea3c25e16eef3fe9471313c57f0e2f553332"` [INFO] [stderr] warning: unused manifest key: package.travis-ci [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/typographic_linter-350eef088d6ea6c2 [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test filters::curly_apostrophe_filter::tests::test_curly_apostrophe_filter_with_curly_apostrophe ... ok [INFO] [stdout] test filters::curly_apostrophe_filter::tests::test_curly_apostrophe_filter_with_straight_apostrophe ... ok [INFO] [stdout] test filters::no_space_before_comma_filter::tests::test_filter_with_no_warnings ... ok [INFO] [stdout] test filters::no_space_before_comma_filter::tests::test_filter_with_a_warning ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_fr_and_no_warnings ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_en_and_no_warnings ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filter_when_en_and_no_warnings ... ok [INFO] [stdout] test filters::ellipsis_symbol_filter::tests::test_ellipsis_symbol_filter_with_three_dots ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_de_and_no_warnings ... ok [INFO] [stdout] test filters::ellipsis_symbol_filter::tests::test_ellipsis_symbol_filter_with_success ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_es_and_no_warnings ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filter_when_es_and_no_warnings ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filter_when_fr_and_no_warnings ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_it_and_no_warnings ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_de_and_english_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filter_when_it_and_no_warnings ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filter_when_de_and_no_warnings ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_de_and_french_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_de_and_german_quotation_marks_and_spaces ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_en_and_and_german_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_en_and_and_english_quotation_marks_with_spaces ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_de_and_straight_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_en_and_and_straight_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_fr_and_english_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_es_and_straight_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_en_and_and_french_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_es_and_french_quotation_marks_with_spaces ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_es_and_english_quotation_marks ... ok [INFO] [stdout] test filters::price_filter::tests::test_filters_when_warnings ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_it_and_english_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_fr_and_straight_quotation_marks ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_fr_and_french_quotation_marks_without_non_breaking_spaces ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_it_and_french_quotation_marks_with_spaces ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filters_when_it_and_straight_quotation_marks ... ok [INFO] [stdout] test tests::test_linter_with_two_warnings ... ok [INFO] [stdout] test tests::test_linter_with_no_warning ... ok [INFO] [stdout] test tests::test_linter_with_a_language_specific_filter_and_no_warning ... ok [INFO] [stdout] test filters::space_before_double_ponctuation_filter::tests::test_filter_with_a_missing_non_breaking_space ... ok [INFO] [stdout] test filters::space_before_double_ponctuation_filter::tests::test_filter_with_two_warnings ... ok [INFO] [stdout] test filters::space_before_double_ponctuation_filter::tests::test_filter_with_no_warnings ... ok [INFO] [stdout] test tests::test_linter_with_a_language_specific_warning ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests typographic_linter [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "b84858777a031804fcb96820901bea3c25e16eef3fe9471313c57f0e2f553332"` [INFO] running `"docker" "rm" "-f" "b84858777a031804fcb96820901bea3c25e16eef3fe9471313c57f0e2f553332"` [INFO] [stdout] b84858777a031804fcb96820901bea3c25e16eef3fe9471313c57f0e2f553332