[INFO] crate cargo-culture-kit 1.0.0 is already in cache [INFO] extracting crate cargo-culture-kit 1.0.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-culture-kit/1.0.0 [INFO] extracting crate cargo-culture-kit 1.0.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-culture-kit/1.0.0 [INFO] validating manifest of cargo-culture-kit-1.0.0 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 cargo-culture-kit-1.0.0 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 cargo-culture-kit-1.0.0 [INFO] finished frobbing cargo-culture-kit-1.0.0 [INFO] frobbed toml for cargo-culture-kit-1.0.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-culture-kit/1.0.0/Cargo.toml [INFO] started frobbing cargo-culture-kit-1.0.0 [INFO] finished frobbing cargo-culture-kit-1.0.0 [INFO] frobbed toml for cargo-culture-kit-1.0.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-culture-kit/1.0.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 cargo-culture-kit-1.0.0 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-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-culture-kit/1.0.0:/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] 0efdc0db159abf37d54014521a6b81fcf0ce447f34c54cf974ac393726c1eda5 [INFO] running `"docker" "start" "-a" "0efdc0db159abf37d54014521a6b81fcf0ce447f34c54cf974ac393726c1eda5"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling cargo_metadata v0.5.8 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling cargo-culture-kit v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:87:32 [INFO] [stderr] | [INFO] [stderr] 87 | available_rules: &'rules [&Rule], [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [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/checklist.rs:88:25 [INFO] [stderr] | [INFO] [stderr] 88 | ) -> Result, FilterError> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:128:28 [INFO] [stderr] | [INFO] [stderr] 128 | available_rules: &'r [&Rule], [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:130:21 [INFO] [stderr] | [INFO] [stderr] 130 | ) -> Result, FilterError> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:131:25 [INFO] [stderr] | [INFO] [stderr] 131 | let mut rules: Vec<&Rule> = Vec::with_capacity(desired_rule_descriptions.len()); [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/builds_cleanly_without_warnings_or_errors.rs:118:24 [INFO] [stderr] | [INFO] [stderr] 118 | print_output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/builds_cleanly_without_warnings_or_errors.rs:161:24 [INFO] [stderr] | [INFO] [stderr] 161 | print_output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/mod.rs:82:31 [INFO] [stderr] | [INFO] [stderr] 82 | pub print_output: &'a mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/mod.rs:87:35 [INFO] [stderr] | [INFO] [stderr] 87 | pub fn default_rules() -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:174:69 [INFO] [stderr] | [INFO] [stderr] 174 | let rule_refs = rules.iter().map(|r| r.as_ref()).collect::>(); [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:227:15 [INFO] [stderr] | [INFO] [stderr] 227 | rules: &[&Rule], [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:267:15 [INFO] [stderr] | [INFO] [stderr] 267 | rules: &[&Rule], [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:397:12 [INFO] [stderr] | [INFO] [stderr] 397 | rule: &Rule, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.42s [INFO] running `"docker" "inspect" "0efdc0db159abf37d54014521a6b81fcf0ce447f34c54cf974ac393726c1eda5"` [INFO] running `"docker" "rm" "-f" "0efdc0db159abf37d54014521a6b81fcf0ce447f34c54cf974ac393726c1eda5"` [INFO] [stdout] 0efdc0db159abf37d54014521a6b81fcf0ce447f34c54cf974ac393726c1eda5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-culture-kit/1.0.0:/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] 876883274f4a2de58d87c61751992612f54e23fbb4b9ba6d14dfe925d93727fb [INFO] running `"docker" "start" "-a" "876883274f4a2de58d87c61751992612f54e23fbb4b9ba6d14dfe925d93727fb"` [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling proptest v0.7.2 [INFO] [stderr] Compiling cargo-culture-kit v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:87:32 [INFO] [stderr] | [INFO] [stderr] 87 | available_rules: &'rules [&Rule], [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [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/checklist.rs:88:25 [INFO] [stderr] | [INFO] [stderr] 88 | ) -> Result, FilterError> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:128:28 [INFO] [stderr] | [INFO] [stderr] 128 | available_rules: &'r [&Rule], [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:130:21 [INFO] [stderr] | [INFO] [stderr] 130 | ) -> Result, FilterError> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:131:25 [INFO] [stderr] | [INFO] [stderr] 131 | let mut rules: Vec<&Rule> = Vec::with_capacity(desired_rule_descriptions.len()); [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:270:27 [INFO] [stderr] | [INFO] [stderr] 270 | let raw_rules: &[&Rule] = &[&rule_a, &rule_b]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/checklist.rs:296:27 [INFO] [stderr] | [INFO] [stderr] 296 | let raw_rules: &[&Rule] = &[&rule_a, &rule_b]; [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/builds_cleanly_without_warnings_or_errors.rs:118:24 [INFO] [stderr] | [INFO] [stderr] 118 | print_output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/builds_cleanly_without_warnings_or_errors.rs:161:24 [INFO] [stderr] | [INFO] [stderr] 161 | print_output: &mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/mod.rs:82:31 [INFO] [stderr] | [INFO] [stderr] 82 | pub print_output: &'a mut Write, [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/mod.rs:87:35 [INFO] [stderr] | [INFO] [stderr] 87 | pub fn default_rules() -> Vec> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/mod.rs:137:16 [INFO] [stderr] | [INFO] [stderr] 137 | rule: &Rule, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/rules/mod.rs:147:16 [INFO] [stderr] | [INFO] [stderr] 147 | rule: &Rule, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:174:69 [INFO] [stderr] | [INFO] [stderr] 174 | let rule_refs = rules.iter().map(|r| r.as_ref()).collect::>(); [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:227:15 [INFO] [stderr] | [INFO] [stderr] 227 | rules: &[&Rule], [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:267:15 [INFO] [stderr] | [INFO] [stderr] 267 | rules: &[&Rule], [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:397:12 [INFO] [stderr] | [INFO] [stderr] 397 | rule: &Rule, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:497:64 [INFO] [stderr] | [INFO] [stderr] 497 | fn arb_rule()(rule in arb_predetermined_rule()) -> Box { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:498:24 [INFO] [stderr] | [INFO] [stderr] 498 | let b: Box = Box::new(rule); [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:503:60 [INFO] [stderr] | [INFO] [stderr] 503 | fn arb_vec_of_rules() -> VecStrategy>> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:538:64 [INFO] [stderr] | [INFO] [stderr] 538 | .collect::>() [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.12s [INFO] running `"docker" "inspect" "876883274f4a2de58d87c61751992612f54e23fbb4b9ba6d14dfe925d93727fb"` [INFO] running `"docker" "rm" "-f" "876883274f4a2de58d87c61751992612f54e23fbb4b9ba6d14dfe925d93727fb"` [INFO] [stdout] 876883274f4a2de58d87c61751992612f54e23fbb4b9ba6d14dfe925d93727fb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-culture-kit/1.0.0:/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] 41c436ed7d3216206839ff93db206ef3af319f85e09a99a323cf12686e7c798c [INFO] running `"docker" "start" "-a" "41c436ed7d3216206839ff93db206ef3af319f85e09a99a323cf12686e7c798c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_culture_kit-4442446d0cf311ac [INFO] [stdout] [INFO] [stdout] running 82 tests [INFO] [stdout] test checklist::tests::filter_by_file_errors_when_requested_rule_not_found ... ok [INFO] [stdout] test checklist::tests::filter_by_file_restricts_to_specified_rules ... ok [INFO] [stdout] test checklist::tests::filter_by_file_error_when_absent_file ... ok [INFO] [stdout] test checklist::tests::find_extant_none_for_dir_when_absent_file ... ok [INFO] [stdout] test checklist::tests::find_extant_file_from_dir_ancestor_success ... ok [INFO] [stdout] test checklist::tests::find_extant_file_from_dir_success ... ok [INFO] [stdout] test checklist::tests::find_extant_file_direct_file_success ... ok [INFO] [stdout] test checklist::tests::find_extant_file_direct_file_alternate_name_success ... ok [INFO] [stdout] test checklist::tests::find_extant_none_when_absent_file ... ok [INFO] [stdout] test file::tests::shallow_scan_follows_file_lifecycle ... ok [INFO] [stdout] test rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_empty_dir_fails ... ok [INFO] [stdout] test rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_erroneous_main_in_subproject ... FAILED [INFO] [stdout] test rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_warningful_main_in_subproject ... FAILED [INFO] [stdout] test rules::cargo_metadata_readable::tests::cargo_metadata_readable_happy_path_flat_project ... ok [INFO] [stdout] test rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_non_toml_manifest_fails ... ok [INFO] [stdout] test rules::cargo_metadata_readable::tests::empty_dir_fails ... ok [INFO] [stdout] test rules::cargo_metadata_readable::tests::cargo_metadata_readable_happy_path_workspace_project ... ok [INFO] [stdout] test rules::cargo_metadata_readable::tests::non_toml_manifest_fails ... ok [INFO] [stdout] test rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_warningful_main ... FAILED [INFO] [stdout] test rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_erroneous_main ... FAILED [INFO] [stdout] test rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_happy_path_flat_project ... ok [INFO] [stdout] test rules::has_continuous_integration_file::tests::has_continuous_integration_empty_ci_file_fails ... ok [INFO] [stdout] test rules::has_continuous_integration_file::tests::has_continuous_integration_no_ci_file_at_all_fails ... ok [INFO] [stdout] test rules::has_contributing_file::tests::additional_content_beyond_prefix_allowed ... ok [INFO] [stdout] test rules::has_contributing_file::tests::empty_contributing_file_fails ... ok [INFO] [stdout] test rules::has_contributing_file::tests::has_contributing_file_fails_with_empty_dot_github_dir ... ok [INFO] [stdout] test rules::has_contributing_file::tests::has_contributing_file_in_dot_github_dir ... ok [INFO] [stdout] test rules::has_contributing_file::tests::has_contributing_file_minimal_happy_path ... ok [INFO] [stdout] test rules::has_contributing_file::tests::has_contributing_file_workspace_dot_github_happy_path ... ok [INFO] [stdout] test rules::has_continuous_integration_file::tests::has_continuous_integration_file_happy_paths ... ok [INFO] [stdout] test rules::has_contributing_file::tests::no_contributing_file_at_all_fails ... ok [INFO] [stdout] test rules::has_contributing_file::tests::has_contributing_file_workspace_project_happy_path ... ok [INFO] [stdout] test rules::has_license_file::tests::additional_content_beyond_prefix_allowed ... ok [INFO] [stdout] test rules::has_license_file::tests::empty_license_file_fails ... ok [INFO] [stdout] test rules::has_license_file::tests::happy_path ... ok [INFO] [stdout] test rules::has_license_file::tests::no_license_file_at_all_fails ... ok [INFO] [stdout] test rules::has_license_file::tests::has_license_file_workspace_project_happy_path ... ok [INFO] [stdout] test file::tests::shallow_scan_finds_arb_file ... ok [INFO] [stdout] test rules::has_readme_file::tests::empty_readme_file_fails ... ok [INFO] [stdout] test rules::has_readme_file::tests::has_readme_happy_path ... ok [INFO] [stdout] test rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_happy_path_workspace_project ... ok [INFO] [stdout] test rules::has_readme_file::tests::no_readme_file_at_all_fails ... ok [INFO] [stdout] test rules::has_readme_file::tests::non_md_extension_acceptable ... ok [INFO] [stdout] test rules::has_rustfmt_file::tests::has_rustfmt_additional_suffices_disallowed ... ok [INFO] [stdout] test rules::has_rustfmt_file::tests::has_rustfmt_empty_rustfmt_file_fails ... ok [INFO] [stdout] test rules::has_rustfmt_file::tests::has_rustfmt_legacy_prefix_allowed ... ok [INFO] [stdout] test rules::has_rustfmt_file::tests::has_rustfmt_happy_path ... ok [INFO] [stdout] test rules::has_rustfmt_file::tests::has_rustfmt_file_workspace_project_happy_path ... ok [INFO] [stdout] test rules::has_rustfmt_file::tests::has_rustfmt_nonempty_blank_content_rustfmt_file_succeeds ... ok [INFO] [stdout] test rules::has_rustfmt_file::tests::has_rustfmt_no_rustfmt_file_at_all_fails ... ok [INFO] [stdout] test rules::has_rustfmt_file::tests::has_rustfmt_period_prefix_allowed ... ok [INFO] [stdout] test rules::passes_multiple_tests::tests::passes_multiple_tests_more_specifically_ten_in_a_flat_project_succeeds ... FAILED [INFO] [stdout] test rules::tests::default_rules_all_have_unique_descriptions ... ok [INFO] [stdout] test rules::passes_multiple_tests::tests::passes_multiple_tests_fails_when_zero_tests_present ... ok [INFO] [stdout] test rules::passes_multiple_tests::tests::passes_multiple_tests_fails_when_only_one_test_present ... ok [INFO] [stdout] test rules::passes_multiple_tests::tests::passes_multiple_tests_happy_path_flat_project ... FAILED [INFO] [stdout] test rules::under_source_control::tests::not_under_source_control_project_fails ... ok [INFO] [stdout] test rules::under_source_control::tests::not_under_source_control_project_with_dummy_metadata_subdir_fails ... ok [INFO] [stdout] test rules::uses_property_based_test_library::tests::uses_property_based_test_library_happy_path_flat_project ... ok [INFO] [stdout] test tests::outcome_stats_assert_success_all_zero_failure ... ok [INFO] [stdout] test tests::outcome_stats_assert_success_any_fail_count_failure ... ok [INFO] [stdout] test tests::outcome_stats_assert_success_any_undetermined_count_failure ... ok [INFO] [stdout] test tests::outcome_stats_assert_success_both_fail_and_undetermined_failure ... ok [INFO] [stdout] test tests::outcome_stats_assert_success_success ... ok [INFO] [stdout] test tests::outcome_stats_to_rule_outcome_never_panics ... ok [INFO] [stdout] test tests::outcomes_by_description_assert_success_any_failure_failure ... ok [INFO] [stdout] test tests::outcomes_by_description_assert_success_any_undetermined_failure ... ok [INFO] [stdout] test tests::outcomes_by_description_assert_success_both_failure_and_undetermined_failure ... ok [INFO] [stdout] test tests::outcomes_by_description_assert_success_empty_failure ... ok [INFO] [stdout] test tests::outcomes_by_description_assert_success_minimal_success ... ok [INFO] [stdout] test rules::under_source_control::tests::under_source_control_project_succeeds_for_all_hint_subdir ... ok [INFO] [stdout] test tests::rule_outcome_assert_success_failure ... ok [INFO] [stdout] test tests::rule_outcome_assert_success_success ... ok [INFO] [stdout] test tests::rule_outcome_assert_success_undetermined ... ok [INFO] [stdout] test tests::sanity_check_a_silly_rule_for_the_readme ... ok [INFO] [stdout] test rules::under_source_control::tests::under_source_control_at_workspace_level_project_succeeds_for_all_hint_subdir ... ok [INFO] [stdout] test tests::piles_of_fixed_outcome_rules_evaluable ... ok [INFO] [stdout] test file::tests::search_manifest_and_workspace_dir_for_nonempty_file_name_match_file_lifecycle ... ok [INFO] [stdout] test rules::has_continuous_integration_file::tests::has_continuous_integration_additional_suffices_disallowed ... ok [INFO] [stdout] test rules::has_continuous_integration_file::tests::has_continuous_integration_additional_prefices_disallowed ... ok [INFO] [stdout] test rules::has_continuous_integration_file::tests::has_continuous_integration_file_generated ... ok [INFO] [stdout] test rules::uses_property_based_test_library::tests::uses_property_based_test_library_generated ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_erroneous_main_in_subproject stdout ---- [INFO] [stdout] thread 'rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_erroneous_main_in_subproject' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Failure`, [INFO] [stdout] right: `Success`', src/rules/builds_cleanly_without_warnings_or_errors.rs:306:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5566886e0ceb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5566886e0ceb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5566886e0ceb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5566886e0ceb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5566886e0ceb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5566886e095c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5566886e145d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5566886e0fe2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5566886e0f2f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5566881c8d74 - cargo_culture_kit::rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_erroneous_main_in_subproject::h7f03b12c70d0a638 [INFO] [stdout] at src/rules/builds_cleanly_without_warnings_or_errors.rs:306 [INFO] [stdout] 10: 0x5566881c873a - cargo_culture_kit::rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_erroneous_main_in_subproject::{{closure}}::h4cdbdd328cb6e129 [INFO] [stdout] at src/rules/builds_cleanly_without_warnings_or_errors.rs:291 [INFO] [stdout] 11: 0x5566881b6dfe - core::ops::function::FnOnce::call_once::h1881bb0595e12cef [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x5566881e94ff - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x556688203aee - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x556688203aee - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x556688203aee - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x5566881def25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x5566881e3135 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x5566881e3135 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x5566881e3135 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x5566881e3732 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x5566881e3732 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5566881e3732 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x5566881e3732 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x5566886d2e3f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x5566886e87f0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5566886e87f0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x5566886e87f0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f67481624a4 - start_thread [INFO] [stdout] 31: 0x7f6747c8dd0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_warningful_main_in_subproject stdout ---- [INFO] [stdout] thread 'rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_warningful_main_in_subproject' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Failure`, [INFO] [stdout] right: `Success`', src/rules/builds_cleanly_without_warnings_or_errors.rs:278:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5566886e0ceb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5566886e0ceb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5566886e0ceb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5566886e0ceb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5566886e0ceb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5566886e095c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5566886e145d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5566886e0fe2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5566886e0f2f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5566881c8294 - cargo_culture_kit::rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_warningful_main_in_subproject::h17a246dd7628c11d [INFO] [stdout] at src/rules/builds_cleanly_without_warnings_or_errors.rs:278 [INFO] [stdout] 10: 0x5566881c7c5a - cargo_culture_kit::rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_warningful_main_in_subproject::{{closure}}::h2a19f80bf0ce25fb [INFO] [stdout] at src/rules/builds_cleanly_without_warnings_or_errors.rs:263 [INFO] [stdout] 11: 0x5566881b756e - core::ops::function::FnOnce::call_once::h508aff4f95daec71 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x5566881e94ff - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x556688203aee - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x556688203aee - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x556688203aee - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x5566881def25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x5566881e3135 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x5566881e3135 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x5566881e3135 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x5566881e3732 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x5566881e3732 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5566881e3732 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x5566881e3732 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x5566886d2e3f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x5566886e87f0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5566886e87f0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x5566886e87f0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f67481624a4 - start_thread [INFO] [stdout] 31: 0x7f6747c8dd0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_warningful_main stdout ---- [INFO] [stdout] thread 'rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_warningful_main' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Failure`, [INFO] [stdout] right: `Success`', src/rules/builds_cleanly_without_warnings_or_errors.rs:230:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5566886e0ceb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5566886e0ceb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5566886e0ceb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5566886e0ceb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5566886e0ceb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5566886e095c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5566886e145d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5566886e0fe2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5566886e0f2f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5566881c6fb3 - cargo_culture_kit::rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_warningful_main::h51563c336891dd13 [INFO] [stdout] at src/rules/builds_cleanly_without_warnings_or_errors.rs:230 [INFO] [stdout] 10: 0x5566881c6c1a - cargo_culture_kit::rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_warningful_main::{{closure}}::h9772b46815a7ba93 [INFO] [stdout] at src/rules/builds_cleanly_without_warnings_or_errors.rs:221 [INFO] [stdout] 11: 0x5566881b724e - core::ops::function::FnOnce::call_once::h2db9ae3eced2ecbc [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x5566881e94ff - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x556688203aee - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x556688203aee - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x556688203aee - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x5566881def25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x5566881e3135 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x5566881e3135 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x5566881e3135 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x5566881e3732 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x5566881e3732 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5566881e3732 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x5566881e3732 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x5566886d2e3f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x5566886e87f0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5566886e87f0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x5566886e87f0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f67481624a4 - start_thread [INFO] [stdout] 31: 0x7f6747c8dd0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_erroneous_main stdout ---- [INFO] [stdout] thread 'rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_erroneous_main' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Failure`, [INFO] [stdout] right: `Success`', src/rules/builds_cleanly_without_warnings_or_errors.rs:217:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5566886e0ceb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5566886e0ceb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5566886e0ceb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5566886e0ceb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5566886e0ceb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5566886e095c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5566886e145d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5566886e0fe2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5566886e0f2f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x5566881c6b9d - cargo_culture_kit::rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_erroneous_main::h699ca97e435045ea [INFO] [stdout] at src/rules/builds_cleanly_without_warnings_or_errors.rs:217 [INFO] [stdout] 10: 0x5566881c66ba - cargo_culture_kit::rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_erroneous_main::{{closure}}::hc80cae77e8d1c4f4 [INFO] [stdout] at src/rules/builds_cleanly_without_warnings_or_errors.rs:207 [INFO] [stdout] 11: 0x5566881b80fe - core::ops::function::FnOnce::call_once::ha8a95640c6c6dff2 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x5566881e94ff - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x556688203aee - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x556688203aee - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x556688203aee - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x5566881def25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x5566881e3135 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x5566881e3135 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x5566881e3135 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x5566881e3732 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x5566881e3732 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5566881e3732 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x5566881e3732 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x5566886d2e3f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x5566886e87f0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5566886e87f0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x5566886e87f0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f67481624a4 - start_thread [INFO] [stdout] 31: 0x7f6747c8dd0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- rules::passes_multiple_tests::tests::passes_multiple_tests_more_specifically_ten_in_a_flat_project_succeeds stdout ---- [INFO] [stdout] thread 'rules::passes_multiple_tests::tests::passes_multiple_tests_more_specifically_ten_in_a_flat_project_succeeds' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Success`, [INFO] [stdout] right: `Failure`', src/rules/passes_multiple_tests.rs:134:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5566886e0ceb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5566886e0ceb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5566886e0ceb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5566886e0ceb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5566886e0ceb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5566886e095c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5566886e145d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5566886e0fe2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5566886e0f2f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x556688169d0c - cargo_culture_kit::rules::passes_multiple_tests::tests::passes_multiple_tests_more_specifically_ten_in_a_flat_project_succeeds::he3af7f384f6e7210 [INFO] [stdout] at src/rules/passes_multiple_tests.rs:134 [INFO] [stdout] 10: 0x55668816990a - cargo_culture_kit::rules::passes_multiple_tests::tests::passes_multiple_tests_more_specifically_ten_in_a_flat_project_succeeds::{{closure}}::h1b284e17b8f8d107 [INFO] [stdout] at src/rules/passes_multiple_tests.rs:122 [INFO] [stdout] 11: 0x5566881b70ae - core::ops::function::FnOnce::call_once::h256b14d66fc8ed0d [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x5566881e94ff - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x556688203aee - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x556688203aee - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x556688203aee - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x5566881def25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x5566881e3135 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x5566881e3135 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x5566881e3135 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x5566881e3732 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x5566881e3732 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5566881e3732 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x5566881e3732 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x5566886d2e3f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x5566886e87f0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5566886e87f0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x5566886e87f0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f67481624a4 - start_thread [INFO] [stdout] 31: 0x7f6747c8dd0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- rules::passes_multiple_tests::tests::passes_multiple_tests_happy_path_flat_project stdout ---- [INFO] [stdout] thread 'rules::passes_multiple_tests::tests::passes_multiple_tests_happy_path_flat_project' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Success`, [INFO] [stdout] right: `Failure`', src/rules/passes_multiple_tests.rs:117:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5566886e0ceb - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5566886e0ceb - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5566886e0ceb - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5566886e0ceb - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5566886e0ceb - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5566886e095c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5566886e145d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5566886e0fe2 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5566886e0f2f - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stdout] at src/libstd/panicking.rs:339 [INFO] [stdout] 9: 0x55668816973c - cargo_culture_kit::rules::passes_multiple_tests::tests::passes_multiple_tests_happy_path_flat_project::hbcbe54c7fe9f787a [INFO] [stdout] at src/rules/passes_multiple_tests.rs:117 [INFO] [stdout] 10: 0x55668816933a - cargo_culture_kit::rules::passes_multiple_tests::tests::passes_multiple_tests_happy_path_flat_project::{{closure}}::h19f94120d416d40f [INFO] [stdout] at src/rules/passes_multiple_tests.rs:105 [INFO] [stdout] 11: 0x5566881b721e - core::ops::function::FnOnce::call_once::h2d72daa4df23acaa [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 12: 0x5566881e94ff - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 13: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 14: 0x556688203aee - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 15: 0x556688203aee - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 16: 0x556688203aee - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 17: 0x5566881def25 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 18: 0x5566881e3135 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 19: 0x5566881e3135 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 20: 0x5566881e3135 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 21: 0x5566886e941a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x5566881e3732 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 23: 0x5566881e3732 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x5566881e3732 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 25: 0x5566881e3732 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 26: 0x5566886d2e3f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x5566886e87f0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 28: 0x5566886e87f0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 29: 0x5566886e87f0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 30: 0x7f67481624a4 - start_thread [INFO] [stdout] 31: 0x7f6747c8dd0f - __clone [INFO] [stdout] 32: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_erroneous_main [INFO] [stdout] rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_warningful_main [INFO] [stdout] rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_erroneous_main_in_subproject [INFO] [stdout] rules::builds_cleanly_without_warnings_or_errors::tests::builds_cleanly_fails_for_workspace_project_with_warningful_main_in_subproject [INFO] [stdout] rules::passes_multiple_tests::tests::passes_multiple_tests_happy_path_flat_project [INFO] [stdout] rules::passes_multiple_tests::tests::passes_multiple_tests_more_specifically_ten_in_a_flat_project_succeeds [INFO] [stdout] [INFO] [stdout] test result: FAILED. 76 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "41c436ed7d3216206839ff93db206ef3af319f85e09a99a323cf12686e7c798c"` [INFO] running `"docker" "rm" "-f" "41c436ed7d3216206839ff93db206ef3af319f85e09a99a323cf12686e7c798c"` [INFO] [stdout] 41c436ed7d3216206839ff93db206ef3af319f85e09a99a323cf12686e7c798c