[INFO] updating cached repository https://github.com/rlustin/typographic-linter [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6483664d680f830ac9b705d10397b1f258cf055e [INFO] testing rlustin/typographic-linter against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlustin%2Ftypographic-linter" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rlustin/typographic-linter on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rlustin/typographic-linter [INFO] finished tweaking git repo https://github.com/rlustin/typographic-linter [INFO] tweaked toml for git repo https://github.com/rlustin/typographic-linter written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/rlustin/typographic-linter already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 0b4448e0f56ddefb91b8b2375fc9aa180caabeb5330bcef9ec171ddfe945c6dc [INFO] running `"docker" "start" "-a" "0b4448e0f56ddefb91b8b2375fc9aa180caabeb5330bcef9ec171ddfe945c6dc"` [INFO] [stderr] warning: unused manifest key: package.travis-ci [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.7 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.7 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling typographic_linter v0.2.0 (/opt/rustwide/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 10.02s [INFO] running `"docker" "inspect" "0b4448e0f56ddefb91b8b2375fc9aa180caabeb5330bcef9ec171ddfe945c6dc"` [INFO] running `"docker" "rm" "-f" "0b4448e0f56ddefb91b8b2375fc9aa180caabeb5330bcef9ec171ddfe945c6dc"` [INFO] [stdout] 0b4448e0f56ddefb91b8b2375fc9aa180caabeb5330bcef9ec171ddfe945c6dc [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 24d11458ad2808c2a67ebcfc8afd7fae27e827f130a569b8dbbc463bbe2f7931 [INFO] running `"docker" "start" "-a" "24d11458ad2808c2a67ebcfc8afd7fae27e827f130a569b8dbbc463bbe2f7931"` [INFO] [stderr] warning: unused manifest key: package.travis-ci [INFO] [stderr] Compiling typographic_linter v0.2.0 (/opt/rustwide/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 3.52s [INFO] running `"docker" "inspect" "24d11458ad2808c2a67ebcfc8afd7fae27e827f130a569b8dbbc463bbe2f7931"` [INFO] running `"docker" "rm" "-f" "24d11458ad2808c2a67ebcfc8afd7fae27e827f130a569b8dbbc463bbe2f7931"` [INFO] [stdout] 24d11458ad2808c2a67ebcfc8afd7fae27e827f130a569b8dbbc463bbe2f7931 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 601d17bf8d9851133ab9e9ecaec73e81d47129dce35d2e610af51fa61bc71588 [INFO] running `"docker" "start" "-a" "601d17bf8d9851133ab9e9ecaec73e81d47129dce35d2e610af51fa61bc71588"` [INFO] [stderr] warning: unused manifest key: package.travis-ci [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/typographic_linter-cfcebe6783684233 [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test filters::ellipsis_symbol_filter::tests::test_ellipsis_symbol_filter_with_success ... ok [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::ellipsis_symbol_filter::tests::test_ellipsis_symbol_filter_with_three_dots ... ok [INFO] [stdout] test filters::no_space_before_comma_filter::tests::test_filter_with_a_warning ... ok [INFO] [stdout] test filters::no_space_before_comma_filter::tests::test_filter_with_no_warnings ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_en_and_no_warnings ... 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_de_and_no_warnings ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_it_and_no_warnings ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_de_and_no_warnings ... ok [INFO] [stdout] test filters::price_filter::tests::test_filter_when_fr_and_no_warnings ... 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_fr_and_no_warnings ... ok [INFO] [stdout] test filters::quotes_filter::tests::test_filter_when_en_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_filters_when_de_and_english_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_french_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_english_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_straight_quotation_marks ... 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_es_and_straight_quotation_marks ... 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_fr_and_french_quotation_marks_without_non_breaking_spaces ... 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_it_and_straight_quotation_marks ... 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_it_and_french_quotation_marks_with_spaces ... ok [INFO] [stdout] test tests::test_linter_with_a_language_specific_filter_and_no_warning ... ok [INFO] [stdout] test tests::test_linter_with_no_warning ... ok [INFO] [stdout] test tests::test_linter_with_two_warnings ... 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_no_warnings ... ok [INFO] [stdout] test filters::space_before_double_ponctuation_filter::tests::test_filter_with_two_warnings ... ok [INFO] [stdout] test tests::test_linter_with_a_language_specific_warning ... ok [INFO] [stdout] test filters::price_filter::tests::test_filters_when_warnings ... 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" "601d17bf8d9851133ab9e9ecaec73e81d47129dce35d2e610af51fa61bc71588"` [INFO] running `"docker" "rm" "-f" "601d17bf8d9851133ab9e9ecaec73e81d47129dce35d2e610af51fa61bc71588"` [INFO] [stdout] 601d17bf8d9851133ab9e9ecaec73e81d47129dce35d2e610af51fa61bc71588