[INFO] updating cached repository uptech/alt [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/uptech/alt [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/uptech/alt" "work/ex/beta-1.38-1/sources/1.37.0/gh/uptech/alt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/uptech/alt'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/uptech/alt" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/uptech/alt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/uptech/alt'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4575feb0727c52a0920aeb79056304a86304c53c [INFO] sha for GitHub repo uptech/alt: 4575feb0727c52a0920aeb79056304a86304c53c [INFO] validating manifest of uptech/alt 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 uptech/alt 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 uptech/alt [INFO] finished frobbing uptech/alt [INFO] frobbed toml for uptech/alt written to work/ex/beta-1.38-1/sources/1.37.0/gh/uptech/alt/Cargo.toml [INFO] started frobbing uptech/alt [INFO] finished frobbing uptech/alt [INFO] frobbed toml for uptech/alt written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/uptech/alt/Cargo.toml [INFO] crate uptech/alt 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 uptech/alt against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/uptech/alt:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ad47787c24cb036a7a387a1b52cb9b30a482436c8ae107ece5537a853e93887a [INFO] running `"docker" "start" "-a" "ad47787c24cb036a7a387a1b52cb9b30a482436c8ae107ece5537a853e93887a"` [INFO] [stderr] Compiling libc v0.2.35 [INFO] [stderr] Compiling same-file v1.0.1 [INFO] [stderr] Compiling walkdir v2.0.1 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling globset v0.2.1 [INFO] [stderr] Compiling ignore v0.3.1 [INFO] [stderr] Compiling alt v3.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/classification/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"^(features/step_definitions/|test/|spec/|tests/|src/test/|\w*Tests/)").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/alteration/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"(test_)?(?P

\w+?)(_rake_spec|_spec|_rake_test|_test|_steps|.test|Tests|UITests|Specs|UISpecs|Test|Spec|Suite)?(\.\w+)?$").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.38s [INFO] running `"docker" "inspect" "ad47787c24cb036a7a387a1b52cb9b30a482436c8ae107ece5537a853e93887a"` [INFO] running `"docker" "rm" "-f" "ad47787c24cb036a7a387a1b52cb9b30a482436c8ae107ece5537a853e93887a"` [INFO] [stdout] ad47787c24cb036a7a387a1b52cb9b30a482436c8ae107ece5537a853e93887a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/uptech/alt:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] cc629c0d0f9cb03d3aae4b482acd69f1245a3e3fe649d76c206626a821179712 [INFO] running `"docker" "start" "-a" "cc629c0d0f9cb03d3aae4b482acd69f1245a3e3fe649d76c206626a821179712"` [INFO] [stderr] Compiling alt v3.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/classification/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"^(features/step_definitions/|test/|spec/|tests/|src/test/|\w*Tests/)").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/alt/path/alteration/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / lazy_static! { [INFO] [stderr] 7 | | static ref RE: Regex = Regex::new(r"(test_)?(?P

\w+?)(_rake_spec|_spec|_rake_test|_test|_steps|.test|Tests|UITests|Specs|UISpecs|Test|Spec|Suite)?(\.\w+)?$").unwrap(); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.74s [INFO] running `"docker" "inspect" "cc629c0d0f9cb03d3aae4b482acd69f1245a3e3fe649d76c206626a821179712"` [INFO] running `"docker" "rm" "-f" "cc629c0d0f9cb03d3aae4b482acd69f1245a3e3fe649d76c206626a821179712"` [INFO] [stdout] cc629c0d0f9cb03d3aae4b482acd69f1245a3e3fe649d76c206626a821179712 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/uptech/alt:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 14f19c16378e1ff03a0c5b8c7ea558da8c93f9cf487c324dded46277b4f3ad92 [INFO] running `"docker" "start" "-a" "14f19c16378e1ff03a0c5b8c7ea558da8c93f9cf487c324dded46277b4f3ad92"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/alt-94f0b9209bc07a88 [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_rake_minitest_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_jasmine_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_mocha_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_groovy_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_python_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_rake_rspec_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_elixer_exunit_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_junit_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_ruby_rspec_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_scalatest_test_word_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_ruby_minitest_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_swift_quick_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_scalatest_spec_word_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_ruby_cucumber_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_scalatest_suite_word_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_swift_quickui_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_app_rspec_lib_test_files ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_swift_xcui_test_words_stripped ... ok [INFO] [stdout] test alt::path::alteration::tests::strip_test_words_returns_filename_with_swift_xctest_test_words_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_app_rspec_view_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_container_rspec_controller_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_app_rspec_controller_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_container_rspec_general_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_elixer_exunit_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_container_rspec_lib_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_app_rspec_general_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_hanami_container_rspec_view_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_controller_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_helper_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_java_maven_junit_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_cucumber_step_definition_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_js_jasmine_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_python_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_lib_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_mailer_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rake_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_js_mocha_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_controller_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_rake_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_ruby_gem_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_ruby_gem_test_files_under_lib ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_scala_scalatest_spec_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_scala_scalatest_suite_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_scala_scalatest_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_model_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_minitest_rake_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_mailer_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_model_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_lib_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_elixer_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_app_general_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_rspec_helper_test_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_app_view_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_container_controller_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_container_general_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_container_lib_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_container_view_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_java_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_app_lib_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_hanami_app_controller_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_js_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_python_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_helper_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_lib_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_model_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_mailer_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_rake_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rake_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_scala_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_ruby_gem_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_swift_quick_files ... ok [INFO] [stdout] test tests::cleanse_path_does_not_effect_non_dot_slash_prefixes ... ok [INFO] [stdout] test tests::cleanse_path_returns_path_with_dot_slash_prefix_stripped ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_swift_quick_ui_files ... ok [INFO] [stdout] test tests::get_filename_minus_extension_returns_the_filename_without_the_extension ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_swift_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_rails_controller_implementation_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_does_not_detect_cucumber_feature_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_swift_xctest_files ... ok [INFO] [stdout] test alt::path::classification::tests::is_test_file_detects_swift_xcui_files ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "14f19c16378e1ff03a0c5b8c7ea558da8c93f9cf487c324dded46277b4f3ad92"` [INFO] running `"docker" "rm" "-f" "14f19c16378e1ff03a0c5b8c7ea558da8c93f9cf487c324dded46277b4f3ad92"` [INFO] [stdout] 14f19c16378e1ff03a0c5b8c7ea558da8c93f9cf487c324dded46277b4f3ad92