[INFO] updating cached repository rust-lang-nursery/rust-bindgen [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rust-lang-nursery/rust-bindgen [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rust-lang-nursery/rust-bindgen" "work/ex/beta-1.37-6/sources/1.36.0/gh/rust-lang-nursery/rust-bindgen"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/rust-lang-nursery/rust-bindgen'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rust-lang-nursery/rust-bindgen" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rust-lang-nursery/rust-bindgen"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rust-lang-nursery/rust-bindgen'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6aa5b2b4222f5a95270f630defab633f8ac57bc0 [INFO] sha for GitHub repo rust-lang-nursery/rust-bindgen: 6aa5b2b4222f5a95270f630defab633f8ac57bc0 [INFO] validating manifest of rust-lang-nursery/rust-bindgen on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rust-lang-nursery/rust-bindgen on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rust-lang-nursery/rust-bindgen [INFO] finished frobbing rust-lang-nursery/rust-bindgen [INFO] frobbed toml for rust-lang-nursery/rust-bindgen written to work/ex/beta-1.37-6/sources/1.36.0/gh/rust-lang-nursery/rust-bindgen/Cargo.toml [INFO] started frobbing rust-lang-nursery/rust-bindgen [INFO] finished frobbing rust-lang-nursery/rust-bindgen [INFO] frobbed toml for rust-lang-nursery/rust-bindgen written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rust-lang-nursery/rust-bindgen/Cargo.toml [INFO] crate rust-lang-nursery/rust-bindgen already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rust-lang-nursery/rust-bindgen against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rust-lang-nursery/rust-bindgen:/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-07-23" "build" "--frozen"` [INFO] [stdout] c057fbf007318f271c0b6d66063ff7ed56ef5fcda37749f917199f4954073827 [INFO] running `"docker" "start" "-a" "c057fbf007318f271c0b6d66063ff7ed56ef5fcda37749f917199f4954073827"` [INFO] [stderr] warning: Pattern matching for Cargo's include/exclude fields has changed and file `csmith-fuzzing/README.md` is now included. [INFO] [stderr] See for more information. [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling bindgen v0.49.2 (/opt/crater/workdir) [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling clang-sys v0.28.0 [INFO] [stderr] Compiling backtrace v0.3.11 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling cexpr v0.3.3 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/codegen/error.rs:23:32 [INFO] [stderr] | [INFO] [stderr] 23 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(bare_trait_objects)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codegen/mod.rs:745:28 [INFO] [stderr] | [INFO] [stderr] 745 | 'A'...'Z' | 'a'...'z' | '0'...'9' | ':' | '_' | ' ' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codegen/mod.rs:745:40 [INFO] [stderr] | [INFO] [stderr] 745 | 'A'...'Z' | 'a'...'z' | '0'...'9' | ':' | '_' | ' ' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codegen/mod.rs:745:52 [INFO] [stderr] | [INFO] [stderr] 745 | 'A'...'Z' | 'a'...'z' | '0'...'9' | ':' | '_' | ' ' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ir/context.rs:664:46 [INFO] [stderr] | [INFO] [stderr] 664 | pub fn parse_callbacks(&self) -> Option<&ParseCallbacks> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ParseCallbacks` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1129:17 [INFO] [stderr] | [INFO] [stderr] 1129 | cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn callbacks::ParseCallbacks` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1481:33 [INFO] [stderr] | [INFO] [stderr] 1481 | parse_callbacks: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn callbacks::ParseCallbacks` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1833:48 [INFO] [stderr] | [INFO] [stderr] 1833 | self.write(Box::new(&mut bytes) as Box) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1851:45 [INFO] [stderr] | [INFO] [stderr] 1851 | pub fn write<'a>(&self, mut writer: Box) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Write + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/options.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | ) -> Result<(Builder, Box, bool), io::Error> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/options.rs:603:51 [INFO] [stderr] | [INFO] [stderr] 603 | Box::new(io::BufWriter::new(file)) as Box [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/options.rs:605:59 [INFO] [stderr] | [INFO] [stderr] 605 | Box::new(io::BufWriter::new(io::stdout())) as Box [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `"docker" "inspect" "c057fbf007318f271c0b6d66063ff7ed56ef5fcda37749f917199f4954073827"` [INFO] running `"docker" "rm" "-f" "c057fbf007318f271c0b6d66063ff7ed56ef5fcda37749f917199f4954073827"` [INFO] [stdout] c057fbf007318f271c0b6d66063ff7ed56ef5fcda37749f917199f4954073827 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rust-lang-nursery/rust-bindgen:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] cf993c8340ff3d5710723d7930fceea5a672def2659dde0ebe71451b12015616 [INFO] running `"docker" "start" "-a" "cf993c8340ff3d5710723d7930fceea5a672def2659dde0ebe71451b12015616"` [INFO] [stderr] Compiling bindgen v0.49.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/options.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | ) -> Result<(Builder, Box, bool), io::Error> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/options.rs:603:51 [INFO] [stderr] | [INFO] [stderr] 603 | Box::new(io::BufWriter::new(file)) as Box [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/options.rs:605:59 [INFO] [stderr] | [INFO] [stderr] 605 | Box::new(io::BufWriter::new(io::stdout())) as Box [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/../src/options.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | ) -> Result<(Builder, Box, bool), io::Error> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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] --> tests/../src/options.rs:603:51 [INFO] [stderr] | [INFO] [stderr] 603 | Box::new(io::BufWriter::new(file)) as Box [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/../src/options.rs:605:59 [INFO] [stderr] | [INFO] [stderr] 605 | Box::new(io::BufWriter::new(io::stdout())) as Box [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/codegen/error.rs:23:32 [INFO] [stderr] | [INFO] [stderr] 23 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(bare_trait_objects)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codegen/mod.rs:745:28 [INFO] [stderr] | [INFO] [stderr] 745 | 'A'...'Z' | 'a'...'z' | '0'...'9' | ':' | '_' | ' ' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codegen/mod.rs:745:40 [INFO] [stderr] | [INFO] [stderr] 745 | 'A'...'Z' | 'a'...'z' | '0'...'9' | ':' | '_' | ' ' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codegen/mod.rs:745:52 [INFO] [stderr] | [INFO] [stderr] 745 | 'A'...'Z' | 'a'...'z' | '0'...'9' | ':' | '_' | ' ' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ir/context.rs:664:46 [INFO] [stderr] | [INFO] [stderr] 664 | pub fn parse_callbacks(&self) -> Option<&ParseCallbacks> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ParseCallbacks` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ir/traversal.rs:514:38 [INFO] [stderr] | [INFO] [stderr] 514 | fn takes_by_trait_object(_: &TraversalPredicate) {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TraversalPredicate` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1129:17 [INFO] [stderr] | [INFO] [stderr] 1129 | cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn callbacks::ParseCallbacks` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1481:33 [INFO] [stderr] | [INFO] [stderr] 1481 | parse_callbacks: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn callbacks::ParseCallbacks` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1833:48 [INFO] [stderr] | [INFO] [stderr] 1833 | self.write(Box::new(&mut bytes) as Box) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1851:45 [INFO] [stderr] | [INFO] [stderr] 1851 | pub fn write<'a>(&self, mut writer: Box) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Write + 'a` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.35s [INFO] running `"docker" "inspect" "cf993c8340ff3d5710723d7930fceea5a672def2659dde0ebe71451b12015616"` [INFO] running `"docker" "rm" "-f" "cf993c8340ff3d5710723d7930fceea5a672def2659dde0ebe71451b12015616"` [INFO] [stdout] cf993c8340ff3d5710723d7930fceea5a672def2659dde0ebe71451b12015616 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/rust-lang-nursery/rust-bindgen:/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-07-23" "test" "--frozen"` [INFO] [stdout] 5da97b9450f5271a58e618ea62b5c0d8792dc3946b6064b0f33815a57f1227e3 [INFO] running `"docker" "start" "-a" "5da97b9450f5271a58e618ea62b5c0d8792dc3946b6064b0f33815a57f1227e3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/bindgen-892f87deeb81282f [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test codegen::struct_layout::test_align_to ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_set_bit ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_align ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_set ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_get_bit ... ok [INFO] [stdout] test codegen::struct_layout::test_bytes_from_bits_pow2 ... ok [INFO] [stdout] test features::test::target_features ... ok [INFO] [stdout] test features::test::str_to_target ... ok [INFO] [stdout] test commandline_flag_unit_test_function ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_get ... ok [INFO] [stdout] test ir::analysis::tests::monotone ... ok [INFO] [stdout] test ir::comment::test::processes_single_lines_correctly ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_empty_name ... ok [INFO] [stdout] test ir::traversal::tests::traversal_predicate_is_object_safe ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_invalid_remaing ... ok [INFO] [stdout] test ir::layout::test_layout_for_size ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_valid ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_valid_underscore_and_numbers ... ok [INFO] [stdout] test ir::comment::test::processes_multi_lines_correctly ... ok [INFO] [stdout] test ir::comment::test::picks_up_single_and_multi_line_doc_comments ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_valid_unnamed_kind ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_invalid_start ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_unnamed ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/bindgen-890f5a2b9bcd329f [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/stylo_sanity-d7a233ffc69d5cfe [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/tests-847478cc70cccc9f [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 463 tests [INFO] [stdout] test dump_preprocessed_input ... FAILED [INFO] [stdout] test header_abi_variadic_function_hpp ... FAILED [INFO] [stdout] test header_anon_enum_hpp ... FAILED [INFO] [stdout] test header_381_decltype_alias_hpp ... FAILED [INFO] [stdout] test header_annotation_hide_hpp ... FAILED [INFO] [stdout] test header_anon_enum_trait_hpp ... FAILED [INFO] [stdout] test header_accessors_hpp ... FAILED [INFO] [stdout] test header_16_byte_alignment_h ... FAILED [INFO] [stdout] test header_16_byte_alignment_1_0_h ... FAILED [INFO] [stdout] test header_anon_enum_whitelist_h ... FAILED [INFO] [stdout] test header_anon_struct_in_union_h ... FAILED [INFO] [stdout] test header_anon_struct_in_union_1_0_h ... FAILED [INFO] [stdout] test header_anon_union_1_0_hpp ... FAILED [INFO] [stdout] test header_anonymous_template_types_hpp ... FAILED [INFO] [stdout] test header_arg_keyword_hpp ... FAILED [INFO] [stdout] test header_anon_union_hpp ... FAILED [INFO] [stdout] test header_attribute_warn_unused_result_no_attribute_detection_hpp ... FAILED [INFO] [stdout] test header_array_of_zero_sized_types_hpp ... FAILED [INFO] [stdout] test header_attribute_warn_unused_result_hpp ... FAILED [INFO] [stdout] test header_bad_namespace_parenthood_inheritance_hpp ... FAILED [INFO] [stdout] test header_attribute_warn_unused_result_pre_1_27_hpp ... FAILED [INFO] [stdout] test header_base_to_derived_hpp ... FAILED [INFO] [stdout] test header_bitfield_align_2_h ... FAILED [INFO] [stdout] test header_bindgen_union_inside_namespace_hpp ... FAILED [INFO] [stdout] test header_bitfield_enum_basic_hpp ... FAILED [INFO] [stdout] test header_bitfield_32bit_overflow_h ... FAILED [INFO] [stdout] test header_bitfield_enum_repr_c_hpp ... FAILED [INFO] [stdout] test header_bitfield_align_h ... FAILED [INFO] [stdout] test header_bitfield_enum_repr_transparent_hpp ... FAILED [INFO] [stdout] test header_bitfield_large_hpp ... FAILED [INFO] [stdout] test header_bitfield_method_mangling_h ... FAILED [INFO] [stdout] test header_bitfield_method_same_name_hpp ... FAILED [INFO] [stdout] test header_bitfield_large_overflow_hpp ... FAILED [INFO] [stdout] test header_blacklist_and_impl_debug_hpp ... FAILED [INFO] [stdout] test header_blacklist_function_hpp ... FAILED [INFO] [stdout] test header_block_return_type_h ... FAILED [INFO] [stdout] test header_blacklist_item_hpp ... FAILED [INFO] [stdout] test header_blocks_hpp ... FAILED [INFO] [stderr] [2019-07-29T09:48:14Z ERROR bindgen::ir::item] Unhandled cursor kind 9: Cursor(kBar kind: VarDecl, loc: /opt/crater/workdir/tests/headers/auto.hpp:10:31, usr: Some("c:@ST>1#T@Bar@kBar")) [INFO] [stdout] test header_auto_hpp ... FAILED [INFO] [stdout] test header_builtin_template_hpp ... FAILED [INFO] [stdout] test header_bug_1529681_hpp ... FAILED [INFO] [stdout] test header_blocks_signature_hpp ... FAILED [INFO] [stdout] test header_call_conv_typedef_h ... FAILED [INFO] [stdout] test header_c_empty_layout_h ... FAILED [INFO] [stdout] test header_canonical_path_without_namespacing_hpp ... FAILED [INFO] [stdout] test header_char_h ... FAILED [INFO] [stdout] test header_class_no_members_hpp ... FAILED [INFO] [stdout] test header_class_static_const_hpp ... FAILED [INFO] [stdout] test header_class_nested_hpp ... FAILED [INFO] [stdout] test header_class_1_0_hpp ... FAILED [INFO] [stdout] test header_class_static_hpp ... FAILED [INFO] [stdout] test header_class_hpp ... FAILED [INFO] [stdout] test header_class_use_as_hpp ... FAILED [INFO] [stdout] test header_class_with_dtor_hpp ... FAILED [INFO] [stdout] test header_comment_indent_hpp ... FAILED [INFO] [stdout] test header_class_with_inner_struct_1_0_hpp ... FAILED [INFO] [stdout] test header_class_with_typedef_hpp ... FAILED [INFO] [stdout] test header_complex_global_h ... FAILED [INFO] [stdout] test header_class_with_inner_struct_hpp ... FAILED [INFO] [stdout] test header_const_array_fn_arg_h ... FAILED [INFO] [stdout] test header_complex_h ... FAILED [INFO] [stdout] test header_call_conv_field_h ... FAILED [INFO] [stdout] test header_const_enum_unnamed_hpp ... FAILED [INFO] [stdout] test header_const_ptr_hpp ... FAILED [INFO] [stdout] test header_const_const_mut_ptr_h ... FAILED [INFO] [stdout] test header_const_resolved_ty_h ... FAILED [INFO] [stdout] test header_const_tparam_hpp ... FAILED [INFO] [stdout] test header_constant_non_specialized_tp_hpp ... FAILED [INFO] [stdout] test header_constify_enum_h ... FAILED [INFO] [stdout] test header_constify_all_enums_h ... FAILED [INFO] [stdout] test header_constify_module_enums_basic_h ... FAILED [INFO] [stdout] test header_const_bool_hpp ... FAILED [INFO] [stdout] test header_constify_module_enums_namespace_hpp ... FAILED [INFO] [stdout] test header_constify_module_enums_simple_alias_hpp ... FAILED [INFO] [stdout] test header_constify_module_enums_shadow_name_h ... FAILED [INFO] [stdout] test header_constify_module_enums_simple_nonamespace_hpp ... FAILED [INFO] [stdout] test header_constify_module_enums_types_hpp ... FAILED [INFO] [stderr] [2019-07-29T09:48:21Z ERROR bindgen::ir::item] Unhandled cursor kind 21: Cursor(doBaz kind: CXXMethod, loc: /opt/crater/workdir/tests/headers/constructor-tp.hpp:12:9, usr: Some("c:@ST>1#T@Foo@F@doBaz#")) [INFO] [stderr] [2019-07-29T09:48:21Z ERROR bindgen::ir::item] Unhandled cursor kind 24: Cursor(Foo kind: CXXConstructor, loc: /opt/crater/workdir/tests/headers/constructor-tp.hpp:21:9, usr: Some("c:@ST>1#T@Foo@F@Foo#")) [INFO] [stderr] [2019-07-29T09:48:21Z ERROR bindgen::ir::item] Unhandled cursor kind 24: Cursor(Bar kind: CXXConstructor, loc: /opt/crater/workdir/tests/headers/constructor-tp.hpp:25:6, usr: Some("c:@S@Bar@F@Bar#")) [INFO] [stdout] test header_constructor_tp_hpp ... FAILED [INFO] [stdout] test header_constant_evaluate_h ... FAILED [INFO] [stdout] test header_constructors_hpp ... FAILED [INFO] [stdout] test header_convert_cpp_comment_to_rust_hpp ... FAILED [INFO] [stdout] test header_contains_vs_inherits_zero_sized_hpp ... FAILED [INFO] [stdout] test header_convert_floats_h ... FAILED [INFO] [stdout] test header_cpp_empty_layout_hpp ... FAILED [INFO] [stdout] test header_crtp_hpp ... FAILED [INFO] [stdout] test header_dash_language_h ... FAILED [INFO] [stdout] test header_decl_extern_int_twice_h ... FAILED [INFO] [stdout] test header_ctypes_prefix_path_h ... FAILED [INFO] [stdout] test header_decl_ptr_to_array_h ... FAILED [INFO] [stdout] test header_derive_bitfield_method_same_name_hpp ... FAILED [INFO] [stdout] test header_default_template_parameter_hpp ... FAILED [INFO] [stdout] test header_derive_clone_1_0_h ... FAILED [INFO] [stdout] test header_derive_custom_h ... FAILED [INFO] [stdout] test header_default_enum_style_constified_module_h ... FAILED [INFO] [stdout] test header_derive_debug_bitfield_core_hpp ... FAILED [INFO] [stdout] test header_derive_clone_h ... FAILED [INFO] [stdout] test header_derive_debug_bitfield_hpp ... FAILED [INFO] [stdout] test header_derive_debug_generic_hpp ... FAILED [INFO] [stdout] test header_derive_debug_function_pointer_hpp ... FAILED [INFO] [stdout] test header_derive_debug_mangle_name_h ... FAILED [INFO] [stdout] test header_derive_debug_opaque_template_instantiation_hpp ... FAILED [INFO] [stdout] test header_derive_debug_opaque_hpp ... FAILED [INFO] [stdout] test header_derive_default_and_blacklist_hpp ... FAILED [INFO] [stdout] test header_derive_hash_and_blacklist_hpp ... FAILED [INFO] [stdout] test header_derive_fn_ptr_h ... FAILED [INFO] [stdout] test header_derive_hash_struct_with_float_array_h ... FAILED [INFO] [stdout] test header_derive_hash_blacklisting_hpp ... FAILED [INFO] [stdout] test header_derive_hash_struct_with_anon_struct_float_h ... FAILED [INFO] [stdout] test header_derive_hash_struct_with_incomplete_array_h ... FAILED [INFO] [stdout] test header_derive_hash_template_def_float_hpp ... FAILED [INFO] [stdout] test header_derive_hash_struct_with_pointer_h ... FAILED [INFO] [stdout] test header_derive_hash_template_inst_float_hpp ... FAILED [INFO] [stdout] test header_derive_partialeq_and_blacklist_hpp ... FAILED [INFO] [stdout] test header_derive_partialeq_base_hpp ... FAILED [INFO] [stdout] test header_derive_partialeq_anonfield_h ... FAILED [INFO] [stdout] test header_derive_partialeq_bitfield_hpp ... FAILED [INFO] [stdout] test header_derive_partialeq_union_hpp ... FAILED [INFO] [stdout] test header_derive_partialeq_pointer_hpp ... FAILED [INFO] [stdout] test header_derive_partialeq_core_h ... FAILED [INFO] [stdout] test header_derive_partialeq_union_1_0_hpp ... FAILED [INFO] [stdout] test header_disable_namespacing_hpp ... FAILED [INFO] [stdout] test header_divide_by_zero_in_struct_layout_h ... FAILED [INFO] [stdout] test header_dupe_enum_variant_in_namespace_h ... FAILED [INFO] [stdout] test header_do_not_derive_copy_hpp ... FAILED [INFO] [stdout] test header_doggo_or_null_hpp ... FAILED [INFO] [stdout] test header_duplicated_constants_in_ns_hpp ... FAILED [INFO] [stdout] test header_duplicated_namespaces_hpp ... FAILED [INFO] [stdout] test header_duplicated_namespaces_definitions_hpp ... FAILED [INFO] [stdout] test header_empty_enum_h ... FAILED [INFO] [stdout] test header_empty_template_param_name_hpp ... FAILED [INFO] [stdout] test header_elaborated_hpp ... FAILED [INFO] [stdout] test header_enum_alias_hpp ... FAILED [INFO] [stdout] test header_enum_default_bitfield_h ... FAILED [INFO] [stdout] test header_enum_and_vtable_mangling_hpp ... FAILED [INFO] [stdout] test header_enum_default_rust_h ... FAILED [INFO] [stdout] test header_enum_default_module_h ... FAILED [INFO] [stdout] test header_enum_doc_mod_h ... FAILED [INFO] [stdout] test header_enum_default_consts_h ... FAILED [INFO] [stdout] test header_enum_doc_bitfield_h ... FAILED [INFO] [stdout] test header_enum_doc_h ... FAILED [INFO] [stdout] test header_enum_doc_rusty_h ... FAILED [INFO] [stdout] test header_enum_dupe_h ... FAILED [INFO] [stdout] test header_enum_explicit_type_constants_hpp ... FAILED [INFO] [stdout] test header_enum_in_template_hpp ... FAILED [INFO] [stdout] test header_enum_h ... FAILED [INFO] [stdout] test header_enum_explicit_type_hpp ... FAILED [INFO] [stdout] test header_enum_negative_h ... FAILED [INFO] [stdout] test header_enum_in_template_with_typedef_hpp ... FAILED [INFO] [stdout] test header_enum_packed_h ... FAILED [INFO] [stdout] test header_enum_undefault_h ... FAILED [INFO] [stdout] test header_enum_variant_replaces_h ... FAILED [INFO] [stdout] test header_extern_hpp ... FAILED [INFO] [stdout] test header_eval_variadic_template_parameter_hpp ... FAILED [INFO] [stdout] test header_extern_const_struct_h ... FAILED [INFO] [stdout] test header_float128_hpp ... FAILED [INFO] [stdout] test header_forward_declaration_autoptr_hpp ... FAILED [INFO] [stdout] test header_forward_declared_complex_types_1_0_hpp ... FAILED [INFO] [stdout] test header_forward_declared_complex_types_hpp ... FAILED [INFO] [stdout] test header_forward_enum_decl_hpp ... FAILED [INFO] [stdout] test header_forward_declared_struct_h ... FAILED [INFO] [stdout] test header_forward_inherit_struct_hpp ... FAILED [INFO] [stdout] test header_func_ptr_h ... FAILED [INFO] [stdout] test header_forward_inherit_struct_with_fields_hpp ... FAILED [INFO] [stdout] test header_func_proto_h ... FAILED [INFO] [stdout] test header_func_ptr_in_struct_h ... FAILED [INFO] [stdout] test header_func_ptr_return_type_h ... FAILED [INFO] [stdout] test header_gen_destructors_hpp ... FAILED [INFO] [stdout] test header_func_with_func_ptr_arg_h ... FAILED [INFO] [stdout] test header_func_with_array_arg_h ... FAILED [INFO] [stdout] test header_gen_constructors_hpp ... FAILED [INFO] [stdout] test header_error_e0600_cannot_apply_unary_negation_to_u32_h ... FAILED [INFO] [stdout] test header_gen_constructors_neg_hpp ... FAILED [INFO] [stdout] test header_gen_destructors_neg_hpp ... FAILED [INFO] [stdout] test header_generate_inline_hpp ... FAILED [INFO] [stdout] test header_i128_h ... FAILED [INFO] [stdout] test header_in_class_typedef_hpp ... FAILED [INFO] [stdout] test header_infinite_macro_h ... FAILED [INFO] [stdout] test header_inherit_named_hpp ... FAILED [INFO] [stdout] test header_inherit_namespaced_hpp ... FAILED [INFO] [stdout] test header_inherit_from_template_instantiation_with_vtable_hpp ... FAILED [INFO] [stdout] test header_inherit_typedef_hpp ... FAILED [INFO] [stdout] test header_inline_function_h ... FAILED [INFO] [stdout] test header_inline_namespace_conservative_hpp ... FAILED [INFO] [stdout] test header_inline_namespace_hpp ... FAILED [INFO] [stdout] test header_inline_namespace_whitelist_hpp ... FAILED [INFO] [stdout] test header_inline_namespace_no_ns_enabled_hpp ... FAILED [INFO] [stdout] test header_inner_template_self_hpp ... FAILED [INFO] [stdout] test header_inner_const_hpp ... FAILED [INFO] [stdout] test header_int128_t_h ... FAILED [INFO] [stdout] test header_issue_1034_h ... FAILED [INFO] [stdout] test header_issue_1025_unknown_enum_repr_hpp ... FAILED [INFO] [stdout] test header_issue_1040_h ... FAILED [INFO] [stdout] test header_issue_1118_using_forward_decl_hpp ... FAILED [INFO] [stdout] test header_issue_1076_unnamed_bitfield_alignment_h ... FAILED [INFO] [stdout] test header_issue_1197_pure_virtual_stuff_hpp ... FAILED [INFO] [stdout] test header_issue_1113_template_references_hpp ... FAILED [INFO] [stdout] test header_issue_1198_alias_rust_const_mod_bitfield_enum_h ... FAILED [INFO] [stdout] test header_issue_1198_alias_rust_bitfield_enum_h ... FAILED [INFO] [stdout] test header_issue_1198_alias_rust_enum_h ... FAILED [INFO] [stdout] test header_issue_1198_alias_rust_const_mod_enum_h ... FAILED [INFO] [stdout] test header_issue_1216_variadic_member_h ... FAILED [INFO] [stdout] test header_issue_1238_fwd_no_copy_h ... FAILED [INFO] [stdout] test header_issue_1281_h ... FAILED [INFO] [stdout] test header_issue_1285_h ... FAILED [INFO] [stdout] test header_issue_1291_hpp ... FAILED [INFO] [stdout] test header_issue_1350_attribute_overloadable_h ... FAILED [INFO] [stdout] test header_issue_1443_hpp ... FAILED [INFO] [stdout] test header_issue_1435_hpp ... FAILED [INFO] [stderr] [2019-07-29T09:48:49Z ERROR bindgen::ir::item] Unhandled cursor kind 24: Cursor(Bar kind: CXXConstructor, loc: /opt/crater/workdir/tests/headers/issue-1464.hpp:5:3, usr: Some("c:@ST>1#NI@Bar@F@Bar#")) [INFO] [stderr] [2019-07-29T09:48:49Z ERROR bindgen::ir::item] Unhandled cursor kind 25: Cursor(~Bar kind: CXXDestructor, loc: /opt/crater/workdir/tests/headers/issue-1464.hpp:6:3, usr: Some("c:@ST>1#NI@Bar@F@~Bar#")) [INFO] [stdout] test header_issue_1464_hpp ... FAILED [INFO] [stdout] test header_issue_1498_h ... FAILED [INFO] [stdout] test header_issue_315_hpp ... FAILED [INFO] [stdout] test header_issue_311_hpp ... FAILED [INFO] [stdout] test header_issue_1514_hpp ... FAILED [INFO] [stdout] test header_issue_358_hpp ... FAILED [INFO] [stdout] test header_issue_446_hpp ... FAILED [INFO] [stdout] test header_issue_372_hpp ... FAILED [INFO] [stdout] test header_issue_410_hpp ... FAILED [INFO] [stdout] test header_issue_447_hpp ... FAILED [INFO] [stdout] test header_issue_511_h ... FAILED [INFO] [stdout] test header_issue_537_h ... FAILED [INFO] [stdout] test header_issue_493_1_0_hpp ... FAILED [INFO] [stdout] test header_issue_493_hpp ... FAILED [INFO] [stdout] test header_issue_544_stylo_creduce_2_hpp ... FAILED [INFO] [stdout] test header_issue_537_repr_packed_n_h ... FAILED [INFO] [stdout] test header_issue_569_non_type_template_params_causing_layout_test_failures_hpp ... FAILED [INFO] [stderr] [2019-07-29T09:48:52Z ERROR bindgen::ir::item] Unhandled cursor kind 24: Cursor(a kind: CXXConstructor, loc: /opt/crater/workdir/tests/headers/issue-544-stylo-creduce.hpp:5:50, usr: Some("c:@SP>2#T#pT@a>#Ft0.0Pt0.1@F@a#&1>@ST>1#T@a1S0_#")) [INFO] [stdout] test header_issue_544_stylo_creduce_hpp ... FAILED [INFO] [stdout] test header_issue_573_layout_test_failures_hpp ... FAILED [INFO] [stdout] test header_issue_638_stylo_cannot_find_t_in_this_scope_hpp ... FAILED [INFO] [stdout] test header_issue_584_stylo_template_analysis_panic_hpp ... FAILED [INFO] [stdout] test header_issue_574_assertion_failure_in_codegen_hpp ... FAILED [INFO] [stdout] test header_issue_639_typedef_anon_field_hpp ... FAILED [INFO] [stdout] test header_issue_645_cannot_find_type_t_in_this_scope_hpp ... FAILED [INFO] [stdout] test header_issue_643_inner_struct_h ... FAILED [INFO] [stdout] test header_issue_654_struct_fn_collision_h ... FAILED [INFO] [stdout] test header_issue_648_derive_debug_with_padding_h ... FAILED [INFO] [stdout] test header_issue_662_cannot_find_t_in_this_scope_hpp ... FAILED [INFO] [stdout] test header_issue_674_1_hpp ... FAILED [INFO] [stdout] test header_issue_662_part_2_hpp ... FAILED [INFO] [stdout] test header_issue_677_nested_ns_specifier_hpp ... FAILED [INFO] [stdout] test header_issue_674_3_hpp ... FAILED [INFO] [stdout] test header_issue_674_2_hpp ... FAILED [INFO] [stdout] test header_issue_691_template_parameter_virtual_hpp ... FAILED [INFO] [stdout] test header_issue_739_pointer_wide_bitfield_h ... FAILED [INFO] [stdout] test header_issue_826_generating_methods_when_asked_not_to_hpp ... FAILED [INFO] [stdout] test header_issue_801_opaque_sloppiness_hpp ... FAILED [INFO] [stdout] test header_issue_820_unused_template_param_in_alias_hpp ... FAILED [INFO] [stdout] test header_issue_807_opaque_types_methods_being_generated_hpp ... FAILED [INFO] [stdout] test header_issue_833_1_hpp ... FAILED [INFO] [stdout] test header_issue_816_h ... FAILED [INFO] [stdout] test header_issue_833_2_hpp ... FAILED [INFO] [stdout] test header_issue_833_hpp ... FAILED [INFO] [stdout] test header_issue_834_hpp ... FAILED [INFO] [stdout] test header_issue_944_derive_copy_and_blacklisting_hpp ... FAILED [INFO] [stdout] test header_issue_848_replacement_system_include_hpp ... FAILED [INFO] [stdout] test header_issue_888_enum_var_decl_jump_hpp ... FAILED [INFO] [stdout] test header_issue_946_h ... FAILED [INFO] [stdout] test header_layout_align_h ... FAILED [INFO] [stdout] test header_keywords_h ... FAILED [INFO] [stdout] test header_jsval_layout_opaque_1_0_hpp ... FAILED [INFO] [stdout] test header_layout_array_too_long_h ... FAILED [INFO] [stdout] test header_layout_arp_h ... FAILED [INFO] [stdout] test header_jsval_layout_opaque_hpp ... FAILED [INFO] [stdout] test header_issue_769_bad_instantiation_test_hpp ... FAILED [INFO] [stdout] test header_layout_array_h ... FAILED [INFO] [stdout] test header_layout_h ... FAILED [INFO] [stdout] test header_layout_cmdline_token_h ... FAILED [INFO] [stdout] test header_layout_kni_mbuf_h ... FAILED [INFO] [stdout] test header_layout_large_align_field_h ... FAILED [INFO] [stdout] test header_macro_const_h ... FAILED [INFO] [stdout] test header_long_double_h ... FAILED [INFO] [stdout] test header_macro_expr_uncommon_token_h ... FAILED [INFO] [stdout] test header_layout_mbuf_1_0_h ... FAILED [INFO] [stdout] test header_macro_expr_basic_h ... FAILED [INFO] [stdout] test header_mangling_ios_h ... FAILED [INFO] [stdout] test header_layout_mbuf_h ... FAILED [INFO] [stdout] test header_maddness_is_avoidable_hpp ... FAILED [INFO] [stdout] test header_macro_redef_h ... FAILED [INFO] [stdout] test header_mangling_linux32_hpp ... FAILED [INFO] [stdout] test header_layout_eth_conf_h ... FAILED [INFO] [stdout] test header_mangling_linux64_hpp ... FAILED [INFO] [stdout] test header_layout_eth_conf_1_0_h ... FAILED [INFO] [stdout] test header_mangling_macos_hpp ... FAILED [INFO] [stdout] test header_mangling_win64_hpp ... FAILED [INFO] [stdout] test header_method_mangling_hpp ... FAILED [INFO] [stdout] test header_module_whitelisted_hpp ... FAILED [INFO] [stdout] test header_multiple_inherit_empty_correct_layout_hpp ... FAILED [INFO] [stdout] test header_msvc_no_usr_hpp ... FAILED [INFO] [stdout] test header_nested_hpp ... FAILED [INFO] [stdout] test header_mutable_hpp ... FAILED [INFO] [stdout] test header_namespace_hpp ... FAILED [INFO] [stdout] test header_no_copy_opaque_hpp ... FAILED [INFO] [stdout] test header_no_comments_h ... FAILED [INFO] [stdout] test header_nested_vtable_hpp ... FAILED [INFO] [stdout] test header_nested_within_namespace_hpp ... FAILED [INFO] [stdout] test header_no_copy_hpp ... FAILED [INFO] [stdout] test header_no_copy_whitelisted_hpp ... FAILED [INFO] [stdout] test header_no_derive_debug_h ... FAILED [INFO] [stdout] test header_no_derive_default_h ... FAILED [INFO] [stdout] test header_no_hash_whitelisted_hpp ... FAILED [INFO] [stdout] test header_no_hash_opaque_hpp ... FAILED [INFO] [stdout] test header_mangling_win32_hpp ... FAILED [INFO] [stdout] test header_no_partialeq_whitelisted_hpp ... FAILED [INFO] [stdout] test header_no_partialeq_opaque_hpp ... FAILED [INFO] [stdout] test header_no_std_h ... FAILED [INFO] [stdout] test header_non_type_params_hpp ... FAILED [INFO] [stdout] test header_no_recursive_whitelisting_h ... FAILED [INFO] [stdout] test header_nsstyleautoarray_hpp ... FAILED [INFO] [stdout] test header_objc_class_h ... FAILED [INFO] [stdout] test header_objc_interface_h ... FAILED [INFO] [stdout] test header_objc_class_method_h ... FAILED [INFO] [stdout] test header_objc_category_h ... FAILED [INFO] [stdout] test header_objc_interface_type_h ... FAILED [INFO] [stdout] test header_objc_method_clash_h ... FAILED [INFO] [stdout] test header_nsbasehashtable_hpp ... FAILED [INFO] [stdout] test header_objc_property_fnptr_h ... FAILED [INFO] [stdout] test header_objc_method_h ... FAILED [INFO] [stdout] test header_objc_protocol_h ... FAILED [INFO] [stdout] test header_only_bitfields_hpp ... FAILED [INFO] [stdout] test header_objc_sel_and_id_h ... FAILED [INFO] [stdout] test header_objc_whitelist_h ... FAILED [INFO] [stdout] test header_opaque_in_struct_hpp ... FAILED [INFO] [stdout] test header_opaque_pointer_hpp ... FAILED [INFO] [stdout] test header_opaque_template_inst_member_2_hpp ... FAILED [INFO] [stdout] test header_opaque_template_inst_member_hpp ... FAILED [INFO] [stdout] test header_opaque_template_instantiation_hpp ... FAILED [INFO] [stdout] test header_opaque_template_instantiation_namespaced_hpp ... FAILED [INFO] [stdout] test header_opaque_tracing_hpp ... FAILED [INFO] [stdout] test header_opaque_typedef_hpp ... FAILED [INFO] [stdout] test header_ord_enum_h ... FAILED [INFO] [stdout] test header_overflowed_enum_hpp ... FAILED [INFO] [stdout] test header_overloading_hpp ... FAILED [INFO] [stdout] test header_prepend_enum_constified_variant_h ... FAILED [INFO] [stdout] test header_packed_vtable_h ... FAILED [INFO] [stdout] test header_prepend_enum_name_hpp ... FAILED [INFO] [stdout] test header_private_hpp ... FAILED [INFO] [stderr] [2019-07-29T09:49:14Z ERROR bindgen::ir::item] Unhandled cursor kind 25: Cursor(~String kind: CXXDestructor, loc: /opt/crater/workdir/tests/headers/public-dtor.hpp:11:9, usr: Some("c:@N@cv@S@String@F@~String#")) [INFO] [stdout] test header_public_dtor_hpp ... FAILED [INFO] [stdout] test header_objc_template_h ... FAILED [INFO] [stdout] test header_redeclaration_hpp ... FAILED [INFO] [stdout] test header_ref_argument_array_hpp ... FAILED [INFO] [stdout] test header_replace_template_alias_hpp ... FAILED [INFO] [stdout] test header_reparented_replacement_hpp ... FAILED [INFO] [stdout] test header_replace_use_hpp ... FAILED [INFO] [stdout] test header_replaces_double_hpp ... FAILED [INFO] [stdout] test header_repr_align_hpp ... FAILED [INFO] [stdout] test header_resolved_type_def_function_h ... FAILED [INFO] [stdout] test header_same_struct_name_in_different_namespaces_hpp ... FAILED [INFO] [stdout] test header_short_enums_hpp ... FAILED [INFO] [stdout] test header_size_t_template_hpp ... FAILED [INFO] [stdout] test header_struct_containing_forward_declared_struct_h ... FAILED [INFO] [stdout] test header_sentry_defined_multiple_times_hpp ... FAILED [INFO] [stdout] test header_struct_typedef_h ... FAILED [INFO] [stdout] test header_struct_typedef_ns_hpp ... FAILED [INFO] [stdout] test header_struct_with_anon_struct_array_h ... FAILED [INFO] [stdout] test header_struct_with_anon_struct_h ... FAILED [INFO] [stdout] test header_struct_with_anon_struct_pointer_h ... FAILED [INFO] [stdout] test header_struct_with_anon_union_1_0_h ... FAILED [INFO] [stdout] test header_partial_specialization_and_inheritance_hpp ... FAILED [INFO] [stdout] test header_struct_with_anon_union_h ... FAILED [INFO] [stdout] test header_struct_with_anon_unnamed_struct_h ... FAILED [INFO] [stdout] test header_struct_with_anon_unnamed_union_1_0_h ... FAILED [INFO] [stdout] test header_struct_with_anon_unnamed_union_h ... FAILED [INFO] [stdout] test header_struct_with_bitfields_h ... FAILED [INFO] [stdout] test header_struct_with_derive_debug_h ... FAILED [INFO] [stdout] test header_struct_with_large_array_hpp ... FAILED [INFO] [stdout] test header_struct_with_nesting_1_0_h ... FAILED [INFO] [stdout] test header_struct_with_packing_h ... FAILED [INFO] [stdout] test header_struct_with_typedef_template_arg_hpp ... FAILED [INFO] [stdout] test header_struct_with_struct_h ... FAILED [INFO] [stdout] test header_struct_with_nesting_h ... FAILED [INFO] [stdout] test header_template_alias_basic_hpp ... FAILED [INFO] [stdout] test header_template_fun_hpp ... FAILED [INFO] [stdout] test header_template_alias_hpp ... FAILED [INFO] [stdout] test header_template_alias_namespace_hpp ... FAILED [INFO] [stdout] test header_template_fun_ty_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_10_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_0_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_11_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_12_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_14_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_13_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_2_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_15_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_1_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_3_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_5_hpp ... FAILED [INFO] [stdout] test header_template_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_6_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_4_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_7_hpp ... FAILED [INFO] [stdout] test header_template_partial_specification_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_9_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_8_hpp ... FAILED [INFO] [stdout] test header_template_typedef_transitive_param_hpp ... FAILED [INFO] [stdout] test header_template_with_var_hpp ... FAILED [INFO] [stdout] test header_template_typedefs_hpp ... FAILED [INFO] [stdout] test header_templatized_bitfield_hpp ... FAILED [INFO] [stdout] test header_templateref_opaque_hpp ... FAILED [INFO] [stdout] test header_type_alias_empty_hpp ... FAILED [INFO] [stdout] test header_transform_op_hpp ... FAILED [INFO] [stdout] test header_type_alias_partial_template_especialization_hpp ... FAILED [INFO] [stdout] test header_type_referenced_by_whitelisted_function_h ... FAILED [INFO] [stdout] test header_typedefd_array_as_function_arg_h ... FAILED [INFO] [stdout] test header_underscore_hpp ... FAILED [INFO] [stdout] test header_union_align_h ... FAILED [INFO] [stdout] test header_typeref_1_0_hpp ... FAILED [INFO] [stdout] test header_typeref_hpp ... FAILED [INFO] [stdout] test header_union_bitfield_1_0_h ... FAILED [INFO] [stdout] test header_union_bitfield_h ... FAILED [INFO] [stdout] test header_union_dtor_hpp ... FAILED [INFO] [stdout] test header_union_dtor_1_0_hpp ... FAILED [INFO] [stdout] test header_union_fields_hpp ... FAILED [INFO] [stdout] test header_union_fields_1_0_hpp ... FAILED [INFO] [stdout] test header_union_in_ns_1_0_hpp ... FAILED [INFO] [stdout] test header_union_in_ns_hpp ... FAILED [INFO] [stdout] test header_union_template_hpp ... FAILED [INFO] [stdout] test header_union_template_1_0_hpp ... FAILED [INFO] [stdout] test header_union_with_anon_struct_1_0_h ... FAILED [INFO] [stdout] test header_union_with_anon_struct_bitfield_1_0_h ... FAILED [INFO] [stdout] test header_union_with_anon_struct_bitfield_h ... FAILED [INFO] [stdout] test header_union_with_anon_struct_h ... FAILED [INFO] [stdout] test header_union_with_anon_union_1_0_h ... FAILED [INFO] [stdout] test header_type_alias_template_specialized_hpp ... FAILED [INFO] [stdout] test header_union_with_anon_union_h ... FAILED [INFO] [stdout] test header_union_with_anon_unnamed_struct_1_0_h ... FAILED [INFO] [stdout] test header_union_with_anon_unnamed_struct_h ... FAILED [INFO] [stdout] test header_union_with_anon_unnamed_union_1_0_h ... FAILED [INFO] [stdout] test header_union_with_anon_unnamed_union_h ... FAILED [INFO] [stdout] test header_union_with_big_member_1_0_h ... FAILED [INFO] [stdout] test header_union_with_big_member_h ... FAILED [INFO] [stdout] test header_unknown_attr_h ... FAILED [INFO] [stdout] test header_union_with_nesting_h ... FAILED [INFO] [stdout] test header_use_core_1_0_h ... FAILED [INFO] [stdout] test header_union_with_nesting_1_0_h ... FAILED [INFO] [stdout] test header_using_hpp ... FAILED [INFO] [stdout] test header_use_core_h ... FAILED [INFO] [stdout] test header_var_tracing_hpp ... FAILED [INFO] [stdout] test header_variadic_method_hpp ... FAILED [INFO] [stdout] test header_variadic_template_function_hpp ... FAILED [INFO] [stdout] test header_vector_hpp ... FAILED [INFO] [stdout] test header_virtual_dtor_hpp ... FAILED [INFO] [stdout] test header_virtual_overloaded_hpp ... FAILED [INFO] [stdout] test header_virtual_inheritance_hpp ... FAILED [INFO] [stdout] test header_vtable_recursive_sig_hpp ... FAILED [INFO] [stdout] test header_weird_bitfields_hpp ... FAILED [INFO] [stdout] test header_what_is_going_on_hpp ... FAILED [INFO] [stdout] test header_whitelist_basic_hpp ... FAILED [INFO] [stdout] test header_whitelist_namespaces_basic_hpp ... FAILED [INFO] [stdout] test header_whitelist_fix_hpp ... FAILED [INFO] [stdout] test header_whitelist_namespaces_hpp ... FAILED [INFO] [stdout] test header_whitelist_vars_h ... FAILED [INFO] [stdout] test header_win32_thiscall_1_0_hpp ... FAILED [INFO] [stdout] test header_whitelisted_item_references_no_hash_hpp ... FAILED [INFO] [stdout] test header_whitelisted_item_references_no_copy_hpp ... FAILED [INFO] [stdout] Checking for #include directives of system headers... [INFO] [stdout] Found none; OK! [INFO] [stdout] test no_system_header_includes ... ok [INFO] [stdout] test header_whitelisted_item_references_no_partialeq_hpp ... FAILED [INFO] [stdout] test header_win32_thiscall_nightly_hpp ... FAILED [INFO] [stdout] test header_without_array_pointers_arguments_h ... FAILED [INFO] [stdout] test header_with_array_pointers_arguments_h ... FAILED [INFO] [stdout] test header_zero_size_array_align_h ... FAILED [INFO] [stdout] test header_zero_sized_array_hpp ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2019-07-23-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2019-07-23-x86_64-unknown-linux-gnu` [INFO] [stdout] test test_clang_env_args ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2019-07-23-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2019-07-23-x86_64-unknown-linux-gnu` [INFO] [stdout] test test_header_contents ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2019-07-23-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2019-07-23-x86_64-unknown-linux-gnu` [INFO] [stdout] test test_multiple_header_calls_in_builder ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- dump_preprocessed_input stdout ---- [INFO] [stdout] thread 'dump_preprocessed_input' panicked at 'should dump preprocessed input: Os { code: 30, kind: Other, message: "Read-only file system" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e495e72 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55f95e495d56 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55f95e4b5ded - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55f95dd2b378 - core::result::unwrap_failed::hdf19c0b724dd3365 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x55f95dd37437 - core::result::Result::expect::hc391cb64928b8da4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x55f95db263c4 - tests::dump_preprocessed_input::h76139b9af473f7ab [INFO] [stdout] at tests/tests.rs:443 [INFO] [stdout] 13: 0x55f95db262da - tests::dump_preprocessed_input::{{closure}}::hd7375e9b93887221 [INFO] [stdout] at tests/tests.rs:435 [INFO] [stdout] 14: 0x55f95db7bb6e - core::ops::function::FnOnce::call_once::hc38473b0381c5037 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 34: 0x7fcde6855d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_abi_variadic_function_hpp stdout ---- [INFO] [stdout] thread 'header_abi_variadic_function_hpp' panicked at ' [INFO] [stdout] The latest `rustfmt` is required to run the `bindgen` test suite. Install [INFO] [stdout] `rustfmt` with: [INFO] [stdout] [INFO] [stdout] $ rustup update nightly [INFO] [stdout] $ rustup run nightly cargo install -f rustfmt-nightly [INFO] [stdout] ', tests/tests.rs:38:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95dfe99b8 - std::panicking::begin_panic::h0e6464a397aed365 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95dabd332 - tests::rustfmt::{{closure}}::h84c3c4f516de86a9 [INFO] [stdout] at tests/tests.rs:38 [INFO] [stdout] 9: 0x55f95db8c209 - std::sync::once::Once::call_once::{{closure}}::h5fa4114911fe2b05 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95e492ad4 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:392 [INFO] [stdout] 11: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 12: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 13: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 14: 0x55f95dafcfd3 - tests::header_abi_variadic_function_hpp::{{closure}}::h173cec0f26fee28a [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 15: 0x55f95db2a42a - core::result::Result::and_then::h095f1d5a08919b9e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 16: 0x55f95dafcd87 - tests::header_abi_variadic_function_hpp::hda0e90435e971b49 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 17: 0x55f95dafcd0a - tests::header_abi_variadic_function_hpp::{{closure}}::h4e2ec2ae764a7e8b [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 18: 0x55f95db7b65e - core::ops::function::FnOnce::call_once::hbb42bec6cadb5d4f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 20: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 24: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 25: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 26: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 27: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 28: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 30: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 32: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 33: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 34: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 35: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 36: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 37: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 38: 0x7fcde6855d0f - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_anon_enum_hpp stdout ---- [INFO] [stdout] thread 'header_anon_enum_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae0553 - tests::header_anon_enum_hpp::{{closure}}::hae8d536258ae417e [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3583a - core::result::Result::and_then::h2ef28583780d1a00 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae0307 - tests::header_anon_enum_hpp::heeb1dd03af64b249 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae028a - tests::header_anon_enum_hpp::{{closure}}::he0b0d8182f144e8c [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7b09e - core::ops::function::FnOnce::call_once::hb0297b53c078b485 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_381_decltype_alias_hpp stdout ---- [INFO] [stdout] thread 'header_381_decltype_alias_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae24d3 - tests::header_381_decltype_alias_hpp::{{closure}}::he74b6382c838d0b1 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6068a - core::result::Result::and_then::hb6aa70e6cf761285 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae2287 - tests::header_381_decltype_alias_hpp::h8f6565d71d56f5de [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae220a - tests::header_381_decltype_alias_hpp::{{closure}}::hd0e5ff2c8809fcac [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a51e - core::ops::function::FnOnce::call_once::h99fbcace81c4ab88 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_annotation_hide_hpp stdout ---- [INFO] [stdout] thread 'header_annotation_hide_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db11c53 - tests::header_annotation_hide_hpp::{{closure}}::h494d2264e60f89d8 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db453ca - core::result::Result::and_then::h62b46a6c8dddde51 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db11a07 - tests::header_annotation_hide_hpp::h82ac980162b55336 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1198a - tests::header_annotation_hide_hpp::{{closure}}::he5a78d8ca36649d2 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7ac1e - core::ops::function::FnOnce::call_once::ha89b1624b9390c8b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_anon_enum_trait_hpp stdout ---- [INFO] [stdout] thread 'header_anon_enum_trait_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dac25d3 - tests::header_anon_enum_trait_hpp::{{closure}}::h34dcd9212a9c829d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db693da - core::result::Result::and_then::hd27ceae82408f748 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dac2387 - tests::header_anon_enum_trait_hpp::habbe84bbb2564590 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dac230a - tests::header_anon_enum_trait_hpp::{{closure}}::h874e107fcc889543 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db78a5e - core::ops::function::FnOnce::call_once::h572b92131d12b473 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_accessors_hpp stdout ---- [INFO] [stdout] thread 'header_accessors_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daefa53 - tests::header_accessors_hpp::{{closure}}::ha47fdc45b6fa1b05 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6331a - core::result::Result::and_then::hc0615938a2e90a5e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daef807 - tests::header_accessors_hpp::hb85791e4d13d9219 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daef78a - tests::header_accessors_hpp::{{closure}}::hcb3503b26e60509a [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c4de - core::ops::function::FnOnce::call_once::he03e4dad0b9fe7ed [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_16_byte_alignment_h stdout ---- [INFO] [stdout] thread 'header_16_byte_alignment_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad67d3 - tests::header_16_byte_alignment_h::{{closure}}::h759fb67bbb569fd5 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db47eca - core::result::Result::and_then::h690948c5be2014c8 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad6587 - tests::header_16_byte_alignment_h::h8ddf6c3d14ce0599 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad650a - tests::header_16_byte_alignment_h::{{closure}}::h204351cd9ea5ea9a [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7b25e - core::ops::function::FnOnce::call_once::hb44eb46959a8e6ac [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_16_byte_alignment_1_0_h stdout ---- [INFO] [stdout] thread 'header_16_byte_alignment_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad4153 - tests::header_16_byte_alignment_1_0_h::{{closure}}::h5fbeebd279930037 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db7020a - core::result::Result::and_then::he99738fa7aabbc7d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad3f07 - tests::header_16_byte_alignment_1_0_h::h09dc8c9d01135bf9 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad3e8a - tests::header_16_byte_alignment_1_0_h::{{closure}}::hf4c9f028ad5bdd6e [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a05e - core::ops::function::FnOnce::call_once::h8b9f672b87c0594e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_anon_enum_whitelist_h stdout ---- [INFO] [stdout] thread 'header_anon_enum_whitelist_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db1b9d3 - tests::header_anon_enum_whitelist_h::{{closure}}::h78b08de5339c929d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db540ca - core::result::Result::and_then::h931ab712e1ad968b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db1b787 - tests::header_anon_enum_whitelist_h::h0a51f161bf53f6cb [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1b70a - tests::header_anon_enum_whitelist_h::{{closure}}::h8764c8f03aa6a2d5 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a41e - core::ops::function::FnOnce::call_once::h970992d39de97dac [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_anon_struct_in_union_h stdout ---- [INFO] [stdout] thread 'header_anon_struct_in_union_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf0f53 - tests::header_anon_struct_in_union_h::{{closure}}::hf0c840f25a39f440 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3227a - core::result::Result::and_then::h21e49765787d3523 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf0d07 - tests::header_anon_struct_in_union_h::hc0bd9e98a2f310e8 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf0c8a - tests::header_anon_struct_in_union_h::{{closure}}::hc594628fce8e39fd [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a21e - core::ops::function::FnOnce::call_once::h909c2647d33162f4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_anon_struct_in_union_1_0_h stdout ---- [INFO] [stdout] thread 'header_anon_struct_in_union_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daed753 - tests::header_anon_struct_in_union_1_0_h::{{closure}}::h4df097a3a0a34288 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6a3fa - core::result::Result::and_then::hd447afc847976d2d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daed507 - tests::header_anon_struct_in_union_1_0_h::h950936aab6393f00 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daed48a - tests::header_anon_struct_in_union_1_0_h::{{closure}}::he5c95dcd3e93216a [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c5de - core::ops::function::FnOnce::call_once::he233fd3e1e7d10e1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_anon_union_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_anon_union_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db157d3 - tests::header_anon_union_1_0_hpp::{{closure}}::h58e2ab4959c574bd [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3dada - core::result::Result::and_then::h49e6455d0fa78eff [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db15587 - tests::header_anon_union_1_0_hpp::h8e1aa5a7a280566a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1550a - tests::header_anon_union_1_0_hpp::{{closure}}::hd80689be182cd48d [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7971e - core::ops::function::FnOnce::call_once::h6e9b8e422ae624a8 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_anonymous_template_types_hpp stdout ---- [INFO] [stdout] thread 'header_anonymous_template_types_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daef6d3 - tests::header_anonymous_template_types_hpp::{{closure}}::hcec3ea91c9c9cfd5 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5712a - core::result::Result::and_then::h9bd680eecdb0a8f6 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daef487 - tests::header_anonymous_template_types_hpp::he8afb1179cf0ea72 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daef40a - tests::header_anonymous_template_types_hpp::{{closure}}::ha55d6ca3f912af04 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a69e - core::ops::function::FnOnce::call_once::h9beb39d9af98874e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_arg_keyword_hpp stdout ---- [INFO] [stdout] thread 'header_arg_keyword_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae16d3 - tests::header_arg_keyword_hpp::{{closure}}::ha46f7833f8937651 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db38a3a - core::result::Result::and_then::h383bc7ec6c3799f3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae1487 - tests::header_arg_keyword_hpp::hbfe9fbaeae260874 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae140a - tests::header_arg_keyword_hpp::{{closure}}::hdcda9e3acea80166 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db77c1e - core::ops::function::FnOnce::call_once::h385d3a5c94ca90e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_anon_union_hpp stdout ---- [INFO] [stdout] thread 'header_anon_union_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daee8d3 - tests::header_anon_union_hpp::{{closure}}::hab46117e05ee5658 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db714da - core::result::Result::and_then::hef4f84ec227b7366 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daee687 - tests::header_anon_union_hpp::hd4ec2bf7b522fd42 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daee60a - tests::header_anon_union_hpp::{{closure}}::h04a3000bc8b67e7e [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7bd2e - core::ops::function::FnOnce::call_once::hc7523bbc3d65b996 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_attribute_warn_unused_result_no_attribute_detection_hpp stdout ---- [INFO] [stdout] thread 'header_attribute_warn_unused_result_no_attribute_detection_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dadb853 - tests::header_attribute_warn_unused_result_no_attribute_detection_hpp::{{closure}}::hcf432ef0e5c5d3bf [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db296ba - core::result::Result::and_then::h0343c371f28a3a75 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dadb607 - tests::header_attribute_warn_unused_result_no_attribute_detection_hpp::h59b7eb83a5772b73 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dadb58a - tests::header_attribute_warn_unused_result_no_attribute_detection_hpp::{{closure}}::h2fbff195e1f93729 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7925e - core::ops::function::FnOnce::call_once::h65e56321150a02a2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_array_of_zero_sized_types_hpp stdout ---- [INFO] [stdout] thread 'header_array_of_zero_sized_types_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db054d3 - tests::header_array_of_zero_sized_types_hpp::{{closure}}::h0b92f6089bf7928a [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6285a - core::result::Result::and_then::hbf3044b0e0b67e9d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db05287 - tests::header_array_of_zero_sized_types_hpp::h144eaf53c9f26583 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0520a - tests::header_array_of_zero_sized_types_hpp::{{closure}}::h5ea5173feca8c5e9 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7cd5e - core::ops::function::FnOnce::call_once::hf131f26be10aa1d2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_attribute_warn_unused_result_hpp stdout ---- [INFO] [stdout] thread 'header_attribute_warn_unused_result_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad3dd3 - tests::header_attribute_warn_unused_result_hpp::{{closure}}::h83ca9b3b71b432ec [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6c99a - core::result::Result::and_then::hde30959bc5360f00 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad3b87 - tests::header_attribute_warn_unused_result_hpp::heb81aba7698eeccb [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad3b0a - tests::header_attribute_warn_unused_result_hpp::{{closure}}::hf3aa82ca07181012 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7801e - core::ops::function::FnOnce::call_once::h3f9a6895775dc571 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bad_namespace_parenthood_inheritance_hpp stdout ---- [INFO] [stdout] thread 'header_bad_namespace_parenthood_inheritance_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db17753 - tests::header_bad_namespace_parenthood_inheritance_hpp::{{closure}}::h268e5e81162a8cc6 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db64b4a - core::result::Result::and_then::hc4b6bd00eae7da3d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db17507 - tests::header_bad_namespace_parenthood_inheritance_hpp::h1dab018181f84d0b [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1748a - tests::header_bad_namespace_parenthood_inheritance_hpp::{{closure}}::had2424394201ecf0 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7d29e - core::ops::function::FnOnce::call_once::hfc7327bf6c50f10b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_attribute_warn_unused_result_pre_1_27_hpp stdout ---- [INFO] [stdout] thread 'header_attribute_warn_unused_result_pre_1_27_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db031d3 - tests::header_attribute_warn_unused_result_pre_1_27_hpp::{{closure}}::h30b96be89e64e9a4 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5c60a - core::result::Result::and_then::ha9db10beec487ea1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db02f87 - tests::header_attribute_warn_unused_result_pre_1_27_hpp::h797f7184cf963c8a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db02f0a - tests::header_attribute_warn_unused_result_pre_1_27_hpp::{{closure}}::h7cc1cad5ac0e636d [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c11e - core::ops::function::FnOnce::call_once::hd6c8a65a5409230b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_base_to_derived_hpp stdout ---- [INFO] [stdout] thread 'header_base_to_derived_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0cbd3 - tests::header_base_to_derived_hpp::{{closure}}::hd9a1339b9ab0e9cc [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db36b0a - core::result::Result::and_then::h31476f10ad544d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0c987 - tests::header_base_to_derived_hpp::haf590efd0850877c [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0c90a - tests::header_base_to_derived_hpp::{{closure}}::h66ee0d521d7e934a [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db78a1e - core::ops::function::FnOnce::call_once::h5724a77fb517657d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_align_2_h stdout ---- [INFO] [stdout] thread 'header_bitfield_align_2_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae1dd3 - tests::header_bitfield_align_2_h::{{closure}}::h6945d5a87faa0fdd [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5e8fa - core::result::Result::and_then::hb21040277414c1c2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae1b87 - tests::header_bitfield_align_2_h::h997f9bb98f5a2298 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae1b0a - tests::header_bitfield_align_2_h::{{closure}}::h8827faf2c5b25a51 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db77fde - core::ops::function::FnOnce::call_once::h3f2e531d22a14a4d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bindgen_union_inside_namespace_hpp stdout ---- [INFO] [stdout] thread 'header_bindgen_union_inside_namespace_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db22653 - tests::header_bindgen_union_inside_namespace_hpp::{{closure}}::h5129006cefe8bee1 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5895a - core::result::Result::and_then::h9fb6bb5dfd4ba066 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db22407 - tests::header_bindgen_union_inside_namespace_hpp::h4fbc4f78a9df8d6c [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db2238a - tests::header_bindgen_union_inside_namespace_hpp::{{closure}}::h58b22ff60c986155 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7859e - core::ops::function::FnOnce::call_once::h4c96bcbd45a06252 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_enum_basic_hpp stdout ---- [INFO] [stdout] thread 'header_bitfield_enum_basic_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db111d3 - tests::header_bitfield_enum_basic_hpp::{{closure}}::h47dd7c79f79f0bb3 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db4134a - core::result::Result::and_then::h50b487129415090f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db10f87 - tests::header_bitfield_enum_basic_hpp::h98feb494aed707ad [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db10f0a - tests::header_bitfield_enum_basic_hpp::{{closure}}::hfb4b5d85fb99315f [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7669e - core::ops::function::FnOnce::call_once::h0fcf3d4aeed25a8e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_32bit_overflow_h stdout ---- [INFO] [stdout] thread 'header_bitfield_32bit_overflow_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad0cd3 - tests::header_bitfield_32bit_overflow_h::{{closure}}::h017b3652752c9b8f [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3e59a - core::result::Result::and_then::h4b160a2ff362135a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad0a87 - tests::header_bitfield_32bit_overflow_h::h2359e0d9febe790a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad0a0a - tests::header_bitfield_32bit_overflow_h::{{closure}}::h617adf21809a9389 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7935e - core::ops::function::FnOnce::call_once::h66c8f4c37edd1ad0 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_enum_repr_c_hpp stdout ---- [INFO] [stdout] thread 'header_bitfield_enum_repr_c_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf3953 - tests::header_bitfield_enum_repr_c_hpp::{{closure}}::h4fc5bff57e82baa5 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3f86a - core::result::Result::and_then::h4d07eabc345f8316 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf3707 - tests::header_bitfield_enum_repr_c_hpp::h5f3e61ffd1439856 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf368a - tests::header_bitfield_enum_repr_c_hpp::{{closure}}::h19718b6cc3d97155 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7811e - core::ops::function::FnOnce::call_once::h42c28e4dbcc296e2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_align_h stdout ---- [INFO] [stdout] thread 'header_bitfield_align_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daeec53 - tests::header_bitfield_align_h::{{closure}}::hcf9efe90b861c164 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5ce1a - core::result::Result::and_then::haa6305fcd12ecd51 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daeea07 - tests::header_bitfield_align_h::hbfd521fc0ca8c55b [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daee98a - tests::header_bitfield_align_h::{{closure}}::h41e54bc5eebab0e1 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a25e - core::ops::function::FnOnce::call_once::h910494a73dcf86f5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_enum_repr_transparent_hpp stdout ---- [INFO] [stdout] thread 'header_bitfield_enum_repr_transparent_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daeb7d3 - tests::header_bitfield_enum_repr_transparent_hpp::{{closure}}::hdc6bdf61b49b8e6a [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6204a - core::result::Result::and_then::hbd28b80d39c7a663 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daeb587 - tests::header_bitfield_enum_repr_transparent_hpp::h5e86820837206f94 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daeb50a - tests::header_bitfield_enum_repr_transparent_hpp::{{closure}}::h9048e888f5187176 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db76dde - core::ops::function::FnOnce::call_once::h1b8d412f8150336c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_large_hpp stdout ---- [INFO] [stdout] thread 'header_bitfield_large_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0eed3 - tests::header_bitfield_large_hpp::{{closure}}::h9777dbf2286947d2 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5bb4a - core::result::Result::and_then::ha796c0abb2266400 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0ec87 - tests::header_bitfield_large_hpp::hf26af5d63f59d270 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0ec0a - tests::header_bitfield_large_hpp::{{closure}}::h3dfaabd804009d7b [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7965e - core::ops::function::FnOnce::call_once::h6d3f983fa50fb276 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_method_mangling_h stdout ---- [INFO] [stdout] thread 'header_bitfield_method_mangling_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db02053 - tests::header_bitfield_method_mangling_h::{{closure}}::h97b822a6eefed03b [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db625aa - core::result::Result::and_then::hbee5d9d1354d4cbf [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db01e07 - tests::header_bitfield_method_mangling_h::h9824e6142df2ef07 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db01d8a - tests::header_bitfield_method_mangling_h::{{closure}}::h9e94053f87fb4ede [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7641e - core::ops::function::FnOnce::call_once::h0a0a47cf0e2014e4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_method_same_name_hpp stdout ---- [INFO] [stdout] thread 'header_bitfield_method_same_name_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daebed3 - tests::header_bitfield_method_same_name_hpp::{{closure}}::hf93b697bf7a799be [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5a87a - core::result::Result::and_then::ha368be126222512e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daebc87 - tests::header_bitfield_method_same_name_hpp::hed086d91ac7f6723 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daebc0a - tests::header_bitfield_method_same_name_hpp::{{closure}}::hf878539eabfd37fa [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7ce5e - core::ops::function::FnOnce::call_once::hf54733fb8e6080ba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bitfield_large_overflow_hpp stdout ---- [INFO] [stdout] /opt/crater/workdir/tests/headers/bitfield_large_overflow.hpp:2:12: warning: width of anonymous bit-field (632 bits) exceeds width of its type; value will be truncated to 32 bits [-Wbitfield-width], err: false [INFO] [stdout] thread 'header_bitfield_large_overflow_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dadadd3 - tests::header_bitfield_large_overflow_hpp::{{closure}}::h27142cb7588500f4 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2e75a - core::result::Result::and_then::h15312a4576c4d35a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dadab87 - tests::header_bitfield_large_overflow_hpp::hc090eb8031fab61d [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dadab0a - tests::header_bitfield_large_overflow_hpp::{{closure}}::hee5f372ae88ae05f [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7b41e - core::ops::function::FnOnce::call_once::hb7a45d5741553ac9 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_blacklist_and_impl_debug_hpp stdout ---- [INFO] [stdout] thread 'header_blacklist_and_impl_debug_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db1ffd3 - tests::header_blacklist_and_impl_debug_hpp::{{closure}}::h6b3a7f5ebf6c6ffa [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db40dea - core::result::Result::and_then::h506f1623515b5388 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db1fd87 - tests::header_blacklist_and_impl_debug_hpp::h561d26d8d96ef13b [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1fd0a - tests::header_blacklist_and_impl_debug_hpp::{{closure}}::haa393cc546cbe0a7 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7b5de - core::ops::function::FnOnce::call_once::hba087c85a02f67b2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_blacklist_function_hpp stdout ---- [INFO] [stdout] thread 'header_blacklist_function_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db1af53 - tests::header_blacklist_function_hpp::{{closure}}::h553419ae4480ba5d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3f05a - core::result::Result::and_then::h4c2241723346c445 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db1ad07 - tests::header_blacklist_function_hpp::h32384263488c6007 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1ac8a - tests::header_blacklist_function_hpp::{{closure}}::h452aa2de42a1e471 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7821e - core::ops::function::FnOnce::call_once::h4448731eba48a7f7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_block_return_type_h stdout ---- [INFO] [stdout] thread 'header_block_return_type_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0f253 - tests::header_block_return_type_h::{{closure}}::h92fb204c67b8ac7c [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3d82a - core::result::Result::and_then::h49105019d0828f4f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0f007 - tests::header_block_return_type_h::hfff8849b63404e95 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0ef8a - tests::header_block_return_type_h::{{closure}}::h267206bbc58a163e [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db79ade - core::ops::function::FnOnce::call_once::h79e1e7165cc825ec [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_blacklist_item_hpp stdout ---- [INFO] [stdout] thread 'header_blacklist_item_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daeb453 - tests::header_blacklist_item_hpp::{{closure}}::h5fdc8238ddfea160 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db50dba - core::result::Result::and_then::h849a0238c89de772 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daeb207 - tests::header_blacklist_item_hpp::h6ed375754dd3b9a1 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daeb18a - tests::header_blacklist_item_hpp::{{closure}}::h1b57fe04dbba7891 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7911e - core::ops::function::FnOnce::call_once::h63568ae30a268b2c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_blocks_hpp stdout ---- [INFO] [stdout] thread 'header_blocks_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db17e53 - tests::header_blocks_hpp::{{closure}}::h48f6f60a8d28db84 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db683ba - core::result::Result::and_then::hd0e73c935db71af3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db17c07 - tests::header_blocks_hpp::h2275fdcded078824 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db17b8a - tests::header_blocks_hpp::{{closure}}::h9e4a9794a87b0ef8 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7681e - core::ops::function::FnOnce::call_once::h11e2bdd2875c3994 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_auto_hpp stdout ---- [INFO] [stdout] thread 'header_auto_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dafb3d3 - tests::header_auto_hpp::{{closure}}::h16d7dff4a1ca7b5a [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5ebaa - core::result::Result::and_then::hb2b12c79ffd256f6 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dafb187 - tests::header_auto_hpp::h8ae45617d20263e0 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dafb10a - tests::header_auto_hpp::{{closure}}::hd7e2bba1660a2a04 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c31e - core::ops::function::FnOnce::call_once::hdce7a9702c52843c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_builtin_template_hpp stdout ---- [INFO] [stdout] /opt/crater/workdir/tests/headers/builtin-template.hpp:2:20: warning: variadic templates are a C++11 extension [-Wc++11-extensions], err: false [INFO] [stdout] /opt/crater/workdir/tests/headers/builtin-template.hpp:5:31: warning: alias declarations are a C++11 extension [-Wc++11-extensions], err: false [INFO] [stdout] thread 'header_builtin_template_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae55d3 - tests::header_builtin_template_hpp::{{closure}}::h109474fe77128e64 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6012a - core::result::Result::and_then::hb62b9cfbff0013eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae5387 - tests::header_builtin_template_hpp::h2663dfd5d81c505a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae530a - tests::header_builtin_template_hpp::{{closure}}::hf64a869c744694e0 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7771e - core::ops::function::FnOnce::call_once::h281a0beecc9edc6c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_bug_1529681_hpp stdout ---- [INFO] [stdout] thread 'header_bug_1529681_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad05d3 - tests::header_bug_1529681_hpp::{{closure}}::hcce3693900f31eb0 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db440fa - core::result::Result::and_then::h5c7d861db752b4be [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad0387 - tests::header_bug_1529681_hpp::h791a4331b427dae5 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad030a - tests::header_bug_1529681_hpp::{{closure}}::h91c22d2689a765eb [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db79e5e - core::ops::function::FnOnce::call_once::h846657a96ea7cdc6 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_blocks_signature_hpp stdout ---- [INFO] [stdout] thread 'header_blocks_signature_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0a553 - tests::header_blocks_signature_hpp::{{closure}}::hbd412692d75fd40f [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db415fa - core::result::Result::and_then::h5164986182d190eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0a307 - tests::header_blocks_signature_hpp::h4ed6fa5af076fe64 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0a28a - tests::header_blocks_signature_hpp::{{closure}}::hea7ce5b636af5cda [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7631e - core::ops::function::FnOnce::call_once::h07b0b8efcf13c730 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_call_conv_typedef_h stdout ---- [INFO] [stdout] thread 'header_call_conv_typedef_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf3253 - tests::header_call_conv_typedef_h::{{closure}}::h9fad33d8955f9c95 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db37f7a - core::result::Result::and_then::h3638f2d0611a478d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf3007 - tests::header_call_conv_typedef_h::h5706e7ecd1e2d15f [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf2f8a - tests::header_call_conv_typedef_h::{{closure}}::h98296d1d7bd2edf3 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7869e - core::ops::function::FnOnce::call_once::h4dc1f966e789a0ca [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_c_empty_layout_h stdout ---- [INFO] [stdout] thread 'header_c_empty_layout_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0ba53 - tests::header_c_empty_layout_h::{{closure}}::h898f7f46b5be39b3 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5768a - core::result::Result::and_then::h9c676390bdd60a0f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0b807 - tests::header_c_empty_layout_h::h09ad5ab554634f7a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0b78a - tests::header_c_empty_layout_h::{{closure}}::hdad27d9a9971ce1a [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a35e - core::ops::function::FnOnce::call_once::h94d72e40ac02b100 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_canonical_path_without_namespacing_hpp stdout ---- [INFO] [stdout] thread 'header_canonical_path_without_namespacing_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dacb8d3 - tests::header_canonical_path_without_namespacing_hpp::{{closure}}::h04a79c03b044aa10 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2996a - core::result::Result::and_then::h04fe9d60e76ff780 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dacb687 - tests::header_canonical_path_without_namespacing_hpp::h72021f8b77e01444 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dacb60a - tests::header_canonical_path_without_namespacing_hpp::{{closure}}::he878ff89f0588315 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7b35e - core::ops::function::FnOnce::call_once::hb50f8f03638cdf99 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_char_h stdout ---- [INFO] [stdout] thread 'header_char_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db118d3 - tests::header_char_h::{{closure}}::h69f6ea0e2bf604cb [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5335a - core::result::Result::and_then::h8f374e7d23323871 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db11687 - tests::header_char_h::h13a155fccbd1cb5c [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1160a - tests::header_char_h::{{closure}}::hd8dd91c19c0e66b0 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a71e - core::ops::function::FnOnce::call_once::h9da1c08feb4ce049 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_no_members_hpp stdout ---- [INFO] [stdout] thread 'header_class_no_members_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dacbfd3 - tests::header_class_no_members_hpp::{{closure}}::h324efb5bfd88afdc [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6c43a - core::result::Result::and_then::hddd1a1ccf9ed2e71 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dacbd87 - tests::header_class_no_members_hpp::h05524862b6826018 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dacbd0a - tests::header_class_no_members_hpp::{{closure}}::h6a785072035ce141 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c29e - core::ops::function::FnOnce::call_once::hdc406c8f2d68d73a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_static_const_hpp stdout ---- [INFO] [stdout] /opt/crater/workdir/tests/headers/class_static_const.hpp:2:17: warning: alias declarations are a C++11 extension [-Wc++11-extensions], err: false [INFO] [stdout] thread 'header_class_static_const_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dacb1d3 - tests::header_class_static_const_hpp::{{closure}}::hc9d9075b8f693b61 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3dd8a - core::result::Result::and_then::h49f68c3f34d466d5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dacaf87 - tests::header_class_static_const_hpp::h2e401762a37b31cd [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dacaf0a - tests::header_class_static_const_hpp::{{closure}}::h4e78b30c774e6e41 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a7de - core::ops::function::FnOnce::call_once::ha073cf11f43c76c0 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_nested_hpp stdout ---- [INFO] [stdout] thread 'header_class_nested_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dac1b53 - tests::header_class_nested_hpp::{{closure}}::h459d14904d2493b8 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3ba9a - core::result::Result::and_then::h423fd292dafeda95 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dac1907 - tests::header_class_nested_hpp::hdc67ce56f1660ad7 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dac188a - tests::header_class_nested_hpp::{{closure}}::h9e97ae96ec366652 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db76b5e - core::ops::function::FnOnce::call_once::h1977fe542ab8c758 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_class_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf1653 - tests::header_class_1_0_hpp::{{closure}}::h77c4e210fdc8e615 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db4932a - core::result::Result::and_then::h6c1cbc66ebfefd34 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf1407 - tests::header_class_1_0_hpp::h59670a673f13d00a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf138a - tests::header_class_1_0_hpp::{{closure}}::h4ccd908611b3a900 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7961e - core::ops::function::FnOnce::call_once::h6c695d574464ba12 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_static_hpp stdout ---- [INFO] [stdout] thread 'header_class_static_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad6453 - tests::header_class_static_hpp::{{closure}}::h737438f20f8b1504 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db650aa - core::result::Result::and_then::hc6d3979a5d542925 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad6207 - tests::header_class_static_hpp::h4e2457f46a9b3f9d [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad618a - tests::header_class_static_hpp::{{closure}}::h939f46c67dc1a483 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a6de - core::ops::function::FnOnce::call_once::h9d417083627e675f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_hpp stdout ---- [INFO] [stdout] thread 'header_class_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dadc2d3 - tests::header_class_hpp::{{closure}}::h35fcbbf7376637f4 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db573da - core::result::Result::and_then::h9c5d5bec636d331d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dadc087 - tests::header_class_hpp::h3f2f34c20d619179 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dadc00a - tests::header_class_hpp::{{closure}}::ha830a8acf94ef11f [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7871e - core::ops::function::FnOnce::call_once::h4f16b403adc73236 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_use_as_hpp stdout ---- [INFO] [stdout] thread 'header_class_use_as_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db10ad3 - tests::header_class_use_as_hpp::{{closure}}::h2ddb3a1ffc8cba71 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5666a - core::result::Result::and_then::h9ab83f039c5acee5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db10887 - tests::header_class_use_as_hpp::hf8049f59b9ce4771 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1080a - tests::header_class_use_as_hpp::{{closure}}::h9e879cca95adaebb [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7901e - core::ops::function::FnOnce::call_once::h611acab146fe7506 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_with_dtor_hpp stdout ---- [INFO] [stdout] thread 'header_class_with_dtor_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad6ed3 - tests::header_class_with_dtor_hpp::{{closure}}::hb69b86280102246f [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db58c0a - core::result::Result::and_then::h9fd66c5aa32c1770 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad6c87 - tests::header_class_with_dtor_hpp::h2c5f4f58a3e710ea [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad6c0a - tests::header_class_with_dtor_hpp::{{closure}}::h12483d69ab12f9da [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db78b9e - core::ops::function::FnOnce::call_once::h57fd6082e4c17e5e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_comment_indent_hpp stdout ---- [INFO] [stdout] /opt/crater/workdir/tests/headers/comment-indent.hpp:35:3: warning: inline namespaces are a C++11 feature [-Wc++11-inline-namespace], err: false [INFO] [stdout] thread 'header_comment_indent_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad5d53 - tests::header_comment_indent_hpp::{{closure}}::h09bea4663c534ff7 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5131a - core::result::Result::and_then::h85ae5b00d716a7a8 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad5b07 - tests::header_comment_indent_hpp::h97aef2192d83a74a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad5a8a - tests::header_comment_indent_hpp::{{closure}}::hb9bd9e9de658d8dd [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7769e - core::ops::function::FnOnce::call_once::h27661d5f65694907 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_with_inner_struct_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_class_with_inner_struct_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0d2d3 - tests::header_class_with_inner_struct_1_0_hpp::{{closure}}::hda98c464a4e40bc9 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5564a - core::result::Result::and_then::h9668db7823febe7d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0d087 - tests::header_class_with_inner_struct_1_0_hpp::h9b71d6bc669ea6cf [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0d00a - tests::header_class_with_inner_struct_1_0_hpp::{{closure}}::h448f4dcc88978da1 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a81e - core::ops::function::FnOnce::call_once::ha0c971271641d331 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_with_typedef_hpp stdout ---- [INFO] [stdout] thread 'header_class_with_typedef_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad9c53 - tests::header_class_with_typedef_hpp::{{closure}}::h27db45a31323c503 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2b9aa - core::result::Result::and_then::h0b9028b3f736be12 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad9a07 - tests::header_class_with_typedef_hpp::h63f7eee50bb2fbcb [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad998a - tests::header_class_with_typedef_hpp::{{closure}}::h4f4bf423b1b5e8a7 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c09e - core::ops::function::FnOnce::call_once::hd3fbfe78664d5b97 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_complex_global_h stdout ---- [INFO] [stdout] thread 'header_complex_global_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad98d3 - tests::header_complex_global_h::{{closure}}::h8a1ab67c4d41e31d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2dc9a - core::result::Result::and_then::h1270952e13139b2d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad9687 - tests::header_complex_global_h::he9c4dd207f4b40ba [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad960a - tests::header_complex_global_h::{{closure}}::h6c3972bcace07aa8 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7679e - core::ops::function::FnOnce::call_once::h115d21555bb7b1cc [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_class_with_inner_struct_hpp stdout ---- [INFO] [stdout] thread 'header_class_with_inner_struct_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dafa5d3 - tests::header_class_with_inner_struct_hpp::{{closure}}::he8c079696a1abcf6 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3150a - core::result::Result::and_then::h1fa6c140c038ec76 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dafa387 - tests::header_class_with_inner_struct_hpp::h3d5631470ef24fae [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dafa30a - tests::header_class_with_inner_struct_hpp::{{closure}}::hc9e834dbe420095f [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db780de - core::ops::function::FnOnce::call_once::h417c8c4917b4dd25 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_const_array_fn_arg_h stdout ---- [INFO] [stdout] thread 'header_const_array_fn_arg_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf0153 - tests::header_const_array_fn_arg_h::{{closure}}::hccbf42f93b71cf80 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5691a - core::result::Result::and_then::h9ad564e87d857e29 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daeff07 - tests::header_const_array_fn_arg_h::h1765c07078957467 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daefe8a - tests::header_const_array_fn_arg_h::{{closure}}::h583b72fba3214db9 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c79e - core::ops::function::FnOnce::call_once::he5b200bcef201b9f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_complex_h stdout ---- [INFO] [stdout] thread 'header_complex_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0cf53 - tests::header_complex_h::{{closure}}::h8525edac7c78d5b1 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db70cca - core::result::Result::and_then::hed0d231bcd9151ae [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0cd07 - tests::header_complex_h::h98e111f4aee66340 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0cc8a - tests::header_complex_h::{{closure}}::he5c12c679189fd1c [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db79bde - core::ops::function::FnOnce::call_once::h7f0728b64a0ee9a0 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_call_conv_field_h stdout ---- [INFO] [stdout] /opt/crater/workdir/tests/headers/call-conv-field.h:13:16: warning: function with no prototype cannot use the stdcall calling convention [-Wmissing-prototype-for-cc], err: false [INFO] [stdout] thread 'header_call_conv_field_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf5fd3 - tests::header_call_conv_field_h::{{closure}}::h3073feb190796fb6 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2d9ea - core::result::Result::and_then::h126d02ad42b45444 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf5d87 - tests::header_call_conv_field_h::h7897d63de2039cf7 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf5d0a - tests::header_call_conv_field_h::{{closure}}::h8fd4037b441b8d28 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db77a1e - core::ops::function::FnOnce::call_once::h30bb6a4a5a9972ae [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_const_enum_unnamed_hpp stdout ---- [INFO] [stdout] thread 'header_const_enum_unnamed_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dafddd3 - tests::header_const_enum_unnamed_hpp::{{closure}}::h23534517caa443bf [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6f9fa - core::result::Result::and_then::he7bae210f828a2d0 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dafdb87 - tests::header_const_enum_unnamed_hpp::h20b8a30306924b04 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dafdb0a - tests::header_const_enum_unnamed_hpp::{{closure}}::hab46d10f3954e573 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db767de - core::ops::function::FnOnce::call_once::h1166ea6b86a40b2e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_const_ptr_hpp stdout ---- [INFO] [stdout] thread 'header_const_ptr_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db1f553 - tests::header_const_ptr_hpp::{{closure}}::h82ec11ff1b8a101e [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3400a - core::result::Result::and_then::h2927778ef8d8a488 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db1f307 - tests::header_const_ptr_hpp::hb44d70d69c84d75a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1f28a - tests::header_const_ptr_hpp::{{closure}}::h79b04df658c5a875 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c49e - core::ops::function::FnOnce::call_once::hdf9b097632c8c07c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_const_const_mut_ptr_h stdout ---- [INFO] [stdout] thread 'header_const_const_mut_ptr_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daca3d3 - tests::header_const_const_mut_ptr_h::{{closure}}::h974225ed02913d90 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db73d2a - core::result::Result::and_then::hf9c9a41318b3e994 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daca187 - tests::header_const_const_mut_ptr_h::h8fd37fa28f9e296f [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daca10a - tests::header_const_const_mut_ptr_h::{{closure}}::h1832296304223200 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db79e9e - core::ops::function::FnOnce::call_once::h87c46169a85ad82e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_const_resolved_ty_h stdout ---- [INFO] [stdout] thread 'header_const_resolved_ty_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db10053 - tests::header_const_resolved_ty_h::{{closure}}::hc6aa1b220a3ed044 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db7122a - core::result::Result::and_then::hee1453d551e01f72 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0fe07 - tests::header_const_resolved_ty_h::hd2a8b6dc027618a7 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0fd8a - tests::header_const_resolved_ty_h::{{closure}}::he2cba69575514b47 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db79ede - core::ops::function::FnOnce::call_once::h87d8d629d450df5d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_const_tparam_hpp stdout ---- [INFO] [stdout] thread 'header_const_tparam_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dacb553 - tests::header_const_tparam_hpp::{{closure}}::h3fd80fa135cd0356 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db4f02a - core::result::Result::and_then::h8102c91c648c63fb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dacb307 - tests::header_const_tparam_hpp::h438d820847c4e99a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dacb28a - tests::header_const_tparam_hpp::{{closure}}::h383de251a4db0738 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7721e - core::ops::function::FnOnce::call_once::h20f5474e86066bf9 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constant_non_specialized_tp_hpp stdout ---- [INFO] [stdout] thread 'header_constant_non_specialized_tp_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad2553 - tests::header_constant_non_specialized_tp_hpp::{{closure}}::hb6ce901cc98354a8 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db30cfa - core::result::Result::and_then::h1f14441bf902a307 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad2307 - tests::header_constant_non_specialized_tp_hpp::h1222aaa599c0bae8 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad228a - tests::header_constant_non_specialized_tp_hpp::{{closure}}::h239b6a0ca6308444 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db796de - core::ops::function::FnOnce::call_once::h6daab26237073686 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constify_enum_h stdout ---- [INFO] [stdout] thread 'header_constify_enum_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dada353 - tests::header_constify_enum_h::{{closure}}::h9c9387f3ff0711cb [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3ad2a - core::result::Result::and_then::h3f24d39f1ad10739 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dada107 - tests::header_constify_enum_h::h1010d002b5a6a6c7 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dada08a - tests::header_constify_enum_h::{{closure}}::h3cbab49c8573850e [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7691e - core::ops::function::FnOnce::call_once::h142392de7e43470a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constify_all_enums_h stdout ---- [INFO] [stdout] thread 'header_constify_all_enums_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db077d3 - tests::header_constify_all_enums_h::{{closure}}::h5037e81ea6d11d66 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6ec8a - core::result::Result::and_then::he5c54066727ac16e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db07587 - tests::header_constify_all_enums_h::he16dbbd5b7ae1a7e [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0750a - tests::header_constify_all_enums_h::{{closure}}::hd5e3f0fdb66f0375 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db77d9e - core::ops::function::FnOnce::call_once::h3a959b3410773d26 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constify_module_enums_basic_h stdout ---- [INFO] [stdout] thread 'header_constify_module_enums_basic_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae7fd3 - tests::header_constify_module_enums_basic_h::{{closure}}::hb6439a3916e8370d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db39fba - core::result::Result::and_then::h3c79efbc5063d51f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae7d87 - tests::header_constify_module_enums_basic_h::hd17615e734d45561 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae7d0a - tests::header_constify_module_enums_basic_h::{{closure}}::h80877c56d0c63b67 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7841e - core::ops::function::FnOnce::call_once::h48dbd3c14dd3013f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_const_bool_hpp stdout ---- [INFO] [stdout] thread 'header_const_bool_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daea653 - tests::header_const_bool_hpp::{{closure}}::h8ab10bfe6713084d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db7178a - core::result::Result::and_then::hef60eac0b047222b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daea407 - tests::header_const_bool_hpp::h94f699399f10092c [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daea38a - tests::header_const_bool_hpp::{{closure}}::hb8ae01b9841ec635 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7779e - core::ops::function::FnOnce::call_once::h2a5bb76742ff8009 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constify_module_enums_namespace_hpp stdout ---- [INFO] [stdout] thread 'header_constify_module_enums_namespace_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae3653 - tests::header_constify_module_enums_namespace_hpp::{{closure}}::h705602e8d62de37d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db72d0a - core::result::Result::and_then::hf52917b86aec8740 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae3407 - tests::header_constify_module_enums_namespace_hpp::hae2e2aad946bfd92 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae338a - tests::header_constify_module_enums_namespace_hpp::{{closure}}::h43de49bc034955c8 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7ad1e - core::ops::function::FnOnce::call_once::ha9c4f30bb30b29d8 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constify_module_enums_simple_alias_hpp stdout ---- [INFO] [stdout] /opt/crater/workdir/tests/headers/constify-module-enums-simple-alias.hpp:3:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions], err: false [INFO] [stdout] thread 'header_constify_module_enums_simple_alias_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dafe853 - tests::header_constify_module_enums_simple_alias_hpp::{{closure}}::h0ae0cfd4aa7d17a9 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db4c27a - core::result::Result::and_then::h79da9e75fc75e5ba [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dafe607 - tests::header_constify_module_enums_simple_alias_hpp::h00d2204eb1341cbe [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dafe58a - tests::header_constify_module_enums_simple_alias_hpp::{{closure}}::hc9eaf960d57e7af8 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7881e - core::ops::function::FnOnce::call_once::h5321493ce11e8888 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constify_module_enums_shadow_name_h stdout ---- [INFO] [stdout] thread 'header_constify_module_enums_shadow_name_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daee553 - tests::header_constify_module_enums_shadow_name_h::{{closure}}::h152374c9c55b556c [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6e9da - core::result::Result::and_then::he3708ef6e1d1e887 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daee307 - tests::header_constify_module_enums_shadow_name_h::hf191cdeebe02a328 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daee28a - tests::header_constify_module_enums_shadow_name_h::{{closure}}::h0c9f31d55dbbc88c [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db76c1e - core::ops::function::FnOnce::call_once::h1a115d6059bca731 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constify_module_enums_simple_nonamespace_hpp stdout ---- [INFO] [stdout] /opt/crater/workdir/tests/headers/constify-module-enums-simple-nonamespace.hpp:4:8: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions], err: false [INFO] [stdout] thread 'header_constify_module_enums_simple_nonamespace_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0c4d3 - tests::header_constify_module_enums_simple_nonamespace_hpp::{{closure}}::ha43852c177df9248 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db60bea - core::result::Result::and_then::hb8cb0a808f7b11db [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0c287 - tests::header_constify_module_enums_simple_nonamespace_hpp::ha147ad4e51d0e3dc [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0c20a - tests::header_constify_module_enums_simple_nonamespace_hpp::{{closure}}::ha3857e6efd49d474 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db76ade - core::ops::function::FnOnce::call_once::h1860150eb8605d8e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constify_module_enums_types_hpp stdout ---- [INFO] [stdout] /opt/crater/workdir/tests/headers/constify-module-enums-types.hpp:27:8: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions], err: false [INFO] [stdout] /opt/crater/workdir/tests/headers/constify-module-enums-types.hpp:59:8: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions], err: false [INFO] [stdout] thread 'header_constify_module_enums_types_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db24953 - tests::header_constify_module_enums_types_hpp::{{closure}}::h83f46519ebf25bae [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5b5ea - core::result::Result::and_then::ha616dbac246b5fd2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db24707 - tests::header_constify_module_enums_types_hpp::h3f2107347f07d5d1 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db2468a - tests::header_constify_module_enums_types_hpp::{{closure}}::h3d49c26f09b82ac0 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c9de - core::ops::function::FnOnce::call_once::heae4e60855d0ed4d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constructor_tp_hpp stdout ---- [INFO] [stdout] thread 'header_constructor_tp_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf04d3 - tests::header_constructor_tp_hpp::{{closure}}::hd511dcd50aaf0119 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5941a - core::result::Result::and_then::ha03ad2adccaea4b9 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf0287 - tests::header_constructor_tp_hpp::h8323ac66c303b9e7 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf020a - tests::header_constructor_tp_hpp::{{closure}}::h4a6f99996595d0ea [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7af9e - core::ops::function::FnOnce::call_once::hade66ad5716565f9 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constant_evaluate_h stdout ---- [INFO] [stdout] thread 'header_constant_evaluate_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db13bd3 - tests::header_constant_evaluate_h::{{closure}}::he27d03e52d683220 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db47c1a - core::result::Result::and_then::h68dfa9f7aca079c8 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db13987 - tests::header_constant_evaluate_h::h88cc6bd2a56b6c94 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1390a - tests::header_constant_evaluate_h::{{closure}}::h63a284badbe14a0e [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c6de - core::ops::function::FnOnce::call_once::he43b8aa08f70dde2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_constructors_hpp stdout ---- [INFO] [stdout] thread 'header_constructors_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db062d3 - tests::header_constructors_hpp::{{closure}}::h572de007f24e576a [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3f30a - core::result::Result::and_then::h4c3e5ec49f6c5c56 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db06087 - tests::header_constructors_hpp::h2ceb9a32ad071783 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0600a - tests::header_constructors_hpp::{{closure}}::h4ca638c7b5ac9e36 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7adde - core::ops::function::FnOnce::call_once::haa6d4bd5c3a49816 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_convert_cpp_comment_to_rust_hpp stdout ---- [INFO] [stdout] thread 'header_convert_cpp_comment_to_rust_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf7f53 - tests::header_convert_cpp_comment_to_rust_hpp::{{closure}}::h0e9c3d9c0a88b634 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db4088a - core::result::Result::and_then::h4fd390f4366df7c6 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf7d07 - tests::header_convert_cpp_comment_to_rust_hpp::h0da54e8d785699ed [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf7c8a - tests::header_convert_cpp_comment_to_rust_hpp::{{closure}}::h802ab1ab192dbb2d [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7831e - core::ops::function::FnOnce::call_once::h46a37f95de390320 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_contains_vs_inherits_zero_sized_hpp stdout ---- [INFO] [stdout] thread 'header_contains_vs_inherits_zero_sized_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dadf3d3 - tests::header_contains_vs_inherits_zero_sized_hpp::{{closure}}::h50834b943df4066c [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2ef6a - core::result::Result::and_then::h16a360bce0f5337c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dadf187 - tests::header_contains_vs_inherits_zero_sized_hpp::hadc76eea3ee23e8d [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dadf10a - tests::header_contains_vs_inherits_zero_sized_hpp::{{closure}}::hc4ba883138fce95b [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7b29e - core::ops::function::FnOnce::call_once::hb45aec9ddcdaac1b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_convert_floats_h stdout ---- [INFO] [stdout] thread 'header_convert_floats_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db01953 - tests::header_convert_floats_h::{{closure}}::h56eae44c39591b66 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5360a - core::result::Result::and_then::h907a2b920f84d640 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db01707 - tests::header_convert_floats_h::h0ee5244964e61458 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0168a - tests::header_convert_floats_h::{{closure}}::h60dd60bb690ad0c8 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db78fde - core::ops::function::FnOnce::call_once::h603ab4df53ac2989 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_cpp_empty_layout_hpp stdout ---- [INFO] [stdout] thread 'header_cpp_empty_layout_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae6753 - tests::header_cpp_empty_layout_hpp::{{closure}}::h221bfdc35a040b7d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2894a - core::result::Result::and_then::h01a163749028eeb6 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae6507 - tests::header_cpp_empty_layout_hpp::ha398d8c5af41b68a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae648a - tests::header_cpp_empty_layout_hpp::{{closure}}::h326debff3326209a [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7729e - core::ops::function::FnOnce::call_once::h221dc8cb3ff0bdfd [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_crtp_hpp stdout ---- [INFO] [stdout] thread 'header_crtp_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daffd53 - tests::header_crtp_hpp::{{closure}}::hcdf2c8fea1989b0d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6764a - core::result::Result::and_then::hcdcf604d936d377c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daffb07 - tests::header_crtp_hpp::ha4c2611a7916e883 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daffa8a - tests::header_crtp_hpp::{{closure}}::h820c3e2fc6d9d16f [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7b51e - core::ops::function::FnOnce::call_once::hb91552c69b7a023e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_dash_language_h stdout ---- [INFO] [stdout] thread 'header_dash_language_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db22d53 - tests::header_dash_language_h::{{closure}}::hd0d451e292b5c855 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6ef3a - core::result::Result::and_then::he5f37b15322e022d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db22b07 - tests::header_dash_language_h::h44ef2db07ee54a83 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db22a8a - tests::header_dash_language_h::{{closure}}::h082fd230ee0a7a03 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7cc9e - core::ops::function::FnOnce::call_once::heee4063d46602aa8 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_decl_extern_int_twice_h stdout ---- [INFO] [stdout] thread 'header_decl_extern_int_twice_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db1c453 - tests::header_decl_extern_int_twice_h::{{closure}}::h3b6fdf159f0b1b71 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6993a - core::result::Result::and_then::hd2950fc84de3e35f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db1c207 - tests::header_decl_extern_int_twice_h::hbad091437a14fa1b [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1c18a - tests::header_decl_extern_int_twice_h::{{closure}}::hb333543632da02b5 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a45e - core::ops::function::FnOnce::call_once::h9774eebf4157c4e3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_ctypes_prefix_path_h stdout ---- [INFO] [stdout] thread 'header_ctypes_prefix_path_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db13f53 - tests::header_ctypes_prefix_path_h::{{closure}}::hb8ce528b83e8b7b6 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db670ea - core::result::Result::and_then::hcdbd0977be8dc688 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db13d07 - tests::header_ctypes_prefix_path_h::h2f1e0814bd1750e0 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db13c8a - tests::header_ctypes_prefix_path_h::{{closure}}::h72bb2240b594b175 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7ae5e - core::ops::function::FnOnce::call_once::haa9f4fd571def69a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_decl_ptr_to_array_h stdout ---- [INFO] [stdout] thread 'header_decl_ptr_to_array_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db1b2d3 - tests::header_decl_ptr_to_array_h::{{closure}}::habb1e346e87fea6f [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db613fa - core::result::Result::and_then::hbb204771a9aada5e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db1b087 - tests::header_decl_ptr_to_array_h::hf59db3629724f01d [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1b00a - tests::header_decl_ptr_to_array_h::{{closure}}::hcfc300d94d289339 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7949e - core::ops::function::FnOnce::call_once::h6a51849568274f15 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_bitfield_method_same_name_hpp stdout ---- [INFO] [stdout] thread 'header_derive_bitfield_method_same_name_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae9bd3 - tests::header_derive_bitfield_method_same_name_hpp::{{closure}}::h448e7ea424a1f2ac [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db365aa - core::result::Result::and_then::h30f5371139ca7e2b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae9987 - tests::header_derive_bitfield_method_same_name_hpp::hf3a17b0ab4096540 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae990a - tests::header_derive_bitfield_method_same_name_hpp::{{closure}}::hc0fa091e8859298c [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db79b9e - core::ops::function::FnOnce::call_once::h7e6116735f9cf69a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_default_template_parameter_hpp stdout ---- [INFO] [stdout] thread 'header_default_template_parameter_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dac4c53 - tests::header_default_template_parameter_hpp::{{closure}}::h6b9157c9d4e12396 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3b53a - core::result::Result::and_then::h3ffdc53993156b86 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dac4a07 - tests::header_default_template_parameter_hpp::h06501a4921ad2774 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dac498a - tests::header_default_template_parameter_hpp::{{closure}}::hfdb705d7dc2d4a36 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a95e - core::ops::function::FnOnce::call_once::ha29337f1defbe446 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_clone_1_0_h stdout ---- [INFO] [stdout] thread 'header_derive_clone_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db15453 - tests::header_derive_clone_1_0_h::{{closure}}::h77f1a85ccb36173d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db342ba - core::result::Result::and_then::h2a7c56d87c0818f9 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db15207 - tests::header_derive_clone_1_0_h::hab23668784443c31 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1518a - tests::header_derive_clone_1_0_h::{{closure}}::hb4eabdf912f40edc [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db760de - core::ops::function::FnOnce::call_once::h043d783dd401515f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_custom_h stdout ---- [INFO] [stdout] thread 'header_derive_custom_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dadfad3 - tests::header_derive_custom_h::{{closure}}::hfcd9793b64a6c504 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5b89a - core::result::Result::and_then::ha666827d4e9afb41 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dadf887 - tests::header_derive_custom_h::h1512fca9f887b916 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dadf80a - tests::header_derive_custom_h::{{closure}}::h2d161eae8af01525 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db76c5e - core::ops::function::FnOnce::call_once::h1a3330163da29665 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_default_enum_style_constified_module_h stdout ---- [INFO] [stdout] thread 'header_default_enum_style_constified_module_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf35d3 - tests::header_default_enum_style_constified_module_h::{{closure}}::h99753b664f88ff5b [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3685a - core::result::Result::and_then::h30f92eeb05b693d8 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf3387 - tests::header_default_enum_style_constified_module_h::h790368f31660ce7d [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf330a - tests::header_default_enum_style_constified_module_h::{{closure}}::h94c5f41fd8f0f295 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a85e - core::ops::function::FnOnce::call_once::ha0ea2cf0041231a9 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_debug_bitfield_core_hpp stdout ---- [INFO] [stdout] thread 'header_derive_debug_bitfield_core_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf43d3 - tests::header_derive_debug_bitfield_core_hpp::{{closure}}::heeee363ef0efaee6 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3b7ea - core::result::Result::and_then::h4113ac5b6d0047b4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf4187 - tests::header_derive_debug_bitfield_core_hpp::hdba5762d7e8cb227 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf410a - tests::header_derive_debug_bitfield_core_hpp::{{closure}}::ha26dd1d299889308 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7989e - core::ops::function::FnOnce::call_once::h75b544a60aafb77c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_clone_h stdout ---- [INFO] [stdout] thread 'header_derive_clone_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad28d3 - tests::header_derive_clone_h::{{closure}}::h2206c6b652eb17a1 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db6c18a - core::result::Result::and_then::hdac61fa501f261ad [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad2687 - tests::header_derive_clone_h::had5a837d7ac08e2c [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad260a - tests::header_derive_clone_h::{{closure}}::hca41a7761400fe14 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db77f5e - core::ops::function::FnOnce::call_once::h3deded99bb687bfb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_debug_bitfield_hpp stdout ---- [INFO] [stdout] thread 'header_derive_debug_bitfield_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dadbf53 - tests::header_derive_debug_bitfield_hpp::{{closure}}::hf4c00c5ecb78552b [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db747ea - core::result::Result::and_then::hfd43273fa46bcb9a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dadbd07 - tests::header_derive_debug_bitfield_hpp::h783c912900faf884 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dadbc8a - tests::header_derive_debug_bitfield_hpp::{{closure}}::h6f07ff44c6a96c52 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db79b5e - core::ops::function::FnOnce::call_once::h7d8ebb6320152672 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_debug_generic_hpp stdout ---- [INFO] [stdout] thread 'header_derive_debug_generic_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae32d3 - tests::header_derive_debug_generic_hpp::{{closure}}::h608f3ab1aaafe843 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2b44a - core::result::Result::and_then::h0b64337674c1f40a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae3087 - tests::header_derive_debug_generic_hpp::hbbc67911db528668 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae300a - tests::header_derive_debug_generic_hpp::{{closure}}::h9d50da25b2f85704 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db785de - core::ops::function::FnOnce::call_once::h4caf45cece7d5b34 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_debug_function_pointer_hpp stdout ---- [INFO] [stdout] thread 'header_derive_debug_function_pointer_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae2153 - tests::header_derive_debug_function_pointer_hpp::{{closure}}::h189be4d7cbd9ee84 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db37cca - core::result::Result::and_then::h357956f2b3fe5b40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae1f07 - tests::header_derive_debug_function_pointer_hpp::hbeea8e5a4971b84d [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae1e8a - tests::header_derive_debug_function_pointer_hpp::{{closure}}::h682b1b0c3e964f40 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7939e - core::ops::function::FnOnce::call_once::h68e92265d9c5b454 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_debug_mangle_name_h stdout ---- [INFO] [stdout] thread 'header_derive_debug_mangle_name_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db023d3 - tests::header_derive_debug_mangle_name_h::{{closure}}::h2a0c4e8f9cb27ef6 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db327da - core::result::Result::and_then::h22b26b86b251a994 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db02187 - tests::header_derive_debug_mangle_name_h::h0f0a46aed89f528b [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0210a - tests::header_derive_debug_mangle_name_h::{{closure}}::h9945a0bab3eb33c1 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db794de - core::ops::function::FnOnce::call_once::h6a8d8a4ab72442f2 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_debug_opaque_template_instantiation_hpp stdout ---- [INFO] [stdout] thread 'header_derive_debug_opaque_template_instantiation_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad1ad3 - tests::header_derive_debug_opaque_template_instantiation_hpp::{{closure}}::h700b47001cf5c86d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db72a5a - core::result::Result::and_then::hf4ce3f268869ea3e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad1887 - tests::header_derive_debug_opaque_template_instantiation_hpp::h3e7fdbebcfa47965 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad180a - tests::header_derive_debug_opaque_template_instantiation_hpp::{{closure}}::h9fc0eb0b68db708c [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c2de - core::ops::function::FnOnce::call_once::hdc727ab1e9b2f15b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_debug_opaque_hpp stdout ---- [INFO] [stdout] thread 'header_derive_debug_opaque_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dad83d3 - tests::header_derive_debug_opaque_hpp::{{closure}}::h2b67b96063dd0673 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db438ea - core::result::Result::and_then::h5c0a409da08b9d8c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dad8187 - tests::header_derive_debug_opaque_hpp::h122ad143e76131f6 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dad810a - tests::header_derive_debug_opaque_hpp::{{closure}}::hd2ea56b5640142f9 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a4de - core::ops::function::FnOnce::call_once::h993fc625a1209c90 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_default_and_blacklist_hpp stdout ---- [INFO] [stdout] thread 'header_derive_default_and_blacklist_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dac3e53 - tests::header_derive_default_and_blacklist_hpp::{{closure}}::h98a8b8f3ac004e51 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db668da - core::result::Result::and_then::hccf29fd7ffb9cd14 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dac3c07 - tests::header_derive_default_and_blacklist_hpp::hee1f889d2e5a5270 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dac3b8a - tests::header_derive_default_and_blacklist_hpp::{{closure}}::h458db69608c0fa30 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db78b1e - core::ops::function::FnOnce::call_once::h57905473b4774aff [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_hash_and_blacklist_hpp stdout ---- [INFO] [stdout] thread 'header_derive_hash_and_blacklist_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dafda53 - tests::header_derive_hash_and_blacklist_hpp::{{closure}}::h47d01bd8f176b510 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db4e81a - core::result::Result::and_then::h7fa59c6a0a151794 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dafd807 - tests::header_derive_hash_and_blacklist_hpp::h966e943d9e6611a0 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dafd78a - tests::header_derive_hash_and_blacklist_hpp::{{closure}}::hf01a9c482823df53 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c7de - core::ops::function::FnOnce::call_once::he68225a939a86c4c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_fn_ptr_h stdout ---- [INFO] [stdout] thread 'header_derive_fn_ptr_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daec953 - tests::header_derive_fn_ptr_h::{{closure}}::h140b3e25d385c4a3 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db44e6a - core::result::Result::and_then::h60fc7e3f063edd16 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daec707 - tests::header_derive_fn_ptr_h::h0c2e3b4c0175dade [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daec68a - tests::header_derive_fn_ptr_h::{{closure}}::hc389ebbda3f991cb [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7955e - core::ops::function::FnOnce::call_once::h6af17d4507fdb2a4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_hash_struct_with_float_array_h stdout ---- [INFO] [stdout] thread 'header_derive_hash_struct_with_float_array_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db1bd53 - tests::header_derive_hash_struct_with_float_array_h::{{closure}}::hfc90175b2bfeb90a [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db53b6a - core::result::Result::and_then::h9114dfb59fe26eee [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db1bb07 - tests::header_derive_hash_struct_with_float_array_h::h9a443a384c30af46 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1ba8a - tests::header_derive_hash_struct_with_float_array_h::{{closure}}::h37dd78a2e768f9a3 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7909e - core::ops::function::FnOnce::call_once::h621e0fa811fd65a1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_hash_blacklisting_hpp stdout ---- [INFO] [stdout] thread 'header_derive_hash_blacklisting_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db19353 - tests::header_derive_hash_blacklisting_hpp::{{closure}}::hc390e3c078142c51 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3a7ca - core::result::Result::and_then::h3e2cbd4a90944680 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db19107 - tests::header_derive_hash_blacklisting_hpp::h6ee8ece38098738a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1908a - tests::header_derive_hash_blacklisting_hpp::{{closure}}::hbce8cebc92a606ec [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db79a9e - core::ops::function::FnOnce::call_once::h79ddc01847d4a739 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_hash_struct_with_anon_struct_float_h stdout ---- [INFO] [stdout] thread 'header_derive_hash_struct_with_anon_struct_float_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db196d3 - tests::header_derive_hash_struct_with_anon_struct_float_h::{{closure}}::hd4bb1ea063b78d9d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db70f7a - core::result::Result::and_then::hed371293c00ef8f6 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db19487 - tests::header_derive_hash_struct_with_anon_struct_float_h::h2b7d0ea52c56cb77 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db1940a - tests::header_derive_hash_struct_with_anon_struct_float_h::{{closure}}::hc2f3ec697c38a417 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c55e - core::ops::function::FnOnce::call_once::he10c7880d57aac68 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_hash_struct_with_incomplete_array_h stdout ---- [INFO] [stdout] thread 'header_derive_hash_struct_with_incomplete_array_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf3cd3 - tests::header_derive_hash_struct_with_incomplete_array_h::{{closure}}::h2b48bbb24b04352d [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db31d1a - core::result::Result::and_then::h20f24df0db2e3c54 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf3a87 - tests::header_derive_hash_struct_with_incomplete_array_h::h344880bbe56a572a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf3a0a - tests::header_derive_hash_struct_with_incomplete_array_h::{{closure}}::hf0fd9e32e4e8bc03 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a15e - core::ops::function::FnOnce::call_once::h8ee022026524ffdd [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_hash_template_def_float_hpp stdout ---- [INFO] [stdout] thread 'header_derive_hash_template_def_float_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dac5dd3 - tests::header_derive_hash_template_def_float_hpp::{{closure}}::hd960420f2ee7a655 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db4032a - core::result::Result::and_then::h4ea9329e386eac88 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dac5b87 - tests::header_derive_hash_template_def_float_hpp::hab86e8091d5494cb [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dac5b0a - tests::header_derive_hash_template_def_float_hpp::{{closure}}::hc7ade32667ef4be1 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7929e - core::ops::function::FnOnce::call_once::h662650b21ac7c3ca [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_hash_struct_with_pointer_h stdout ---- [INFO] [stdout] thread 'header_derive_hash_struct_with_pointer_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dafa253 - tests::header_derive_hash_struct_with_pointer_h::{{closure}}::h2724bba84391a31c [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db4bd1a - core::result::Result::and_then::h78c5b68b00266e8d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dafa007 - tests::header_derive_hash_struct_with_pointer_h::hf805821178ae0cee [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf9f8a - tests::header_derive_hash_struct_with_pointer_h::{{closure}}::h49d2da13e8974d65 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7991e - core::ops::function::FnOnce::call_once::h77b054cbf92a9fd8 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_hash_template_inst_float_hpp stdout ---- [INFO] [stdout] thread 'header_derive_hash_template_inst_float_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db16cd3 - tests::header_derive_hash_template_inst_float_hpp::{{closure}}::hb53fe6d86e5abca1 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db3aa7a - core::result::Result::and_then::h3e5afd07531eba69 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db16a87 - tests::header_derive_hash_template_inst_float_hpp::h021713cc472e59b6 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db16a0a - tests::header_derive_hash_template_inst_float_hpp::{{closure}}::h1e975d79e333b81c [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db77d5e - core::ops::function::FnOnce::call_once::h39e804c5abe77805 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_partialeq_and_blacklist_hpp stdout ---- [INFO] [stdout] thread 'header_derive_partialeq_and_blacklist_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db222d3 - tests::header_derive_partialeq_and_blacklist_hpp::{{closure}}::hfe058181d7a5a754 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db38cea - core::result::Result::and_then::h39663bad1015d975 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db22087 - tests::header_derive_partialeq_and_blacklist_hpp::h5dffb6eae7575358 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db2200a - tests::header_derive_partialeq_and_blacklist_hpp::{{closure}}::h695ee8785e9316d6 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db76b9e - core::ops::function::FnOnce::call_once::h19ab108d06dee3e4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_partialeq_base_hpp stdout ---- [INFO] [stdout] thread 'header_derive_partialeq_base_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daedad3 - tests::header_derive_partialeq_base_hpp::{{closure}}::he1a5295963d6d90f [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db7076a - core::result::Result::and_then::hea8428c0ec5f638b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daed887 - tests::header_derive_partialeq_base_hpp::h51f2aee27c9c3f80 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daed80a - tests::header_derive_partialeq_base_hpp::{{closure}}::h2f6970cb57cec4c6 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7c71e - core::ops::function::FnOnce::call_once::he46851f3f015c1aa [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_partialeq_anonfield_h stdout ---- [INFO] [stdout] thread 'header_derive_partialeq_anonfield_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dafd6d3 - tests::header_derive_partialeq_anonfield_h::{{closure}}::h9eaf531fa45f7cea [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db603da - core::result::Result::and_then::hb674e642ee5c7a8f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dafd487 - tests::header_derive_partialeq_anonfield_h::hba021d42666b5bfa [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dafd40a - tests::header_derive_partialeq_anonfield_h::{{closure}}::h72ccc63977a362fa [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7ca9e - core::ops::function::FnOnce::call_once::hebb5737ae3b9c351 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_partialeq_bitfield_hpp stdout ---- [INFO] [stdout] thread 'header_derive_partialeq_bitfield_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95dae8a53 - tests::header_derive_partialeq_bitfield_hpp::{{closure}}::ha1950ac6fa300b0b [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db2fcda - core::result::Result::and_then::h18b2c4f27ed285d1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95dae8807 - tests::header_derive_partialeq_bitfield_hpp::h122a0580c271bcca [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95dae878a - tests::header_derive_partialeq_bitfield_hpp::{{closure}}::hc671eb918da64c4a [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7a61e - core::ops::function::FnOnce::call_once::h9afbddfd2dcb0e6e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_partialeq_union_hpp stdout ---- [INFO] [stdout] thread 'header_derive_partialeq_union_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf58d3 - tests::header_derive_partialeq_union_hpp::{{closure}}::he999b709b6dd649b [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db405da - core::result::Result::and_then::h4ef1c0fa1fe03e89 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf5687 - tests::header_derive_partialeq_union_hpp::h556a305739a6f2e4 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf560a - tests::header_derive_partialeq_union_hpp::{{closure}}::h06b3a15e5d44a522 [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db7919e - core::ops::function::FnOnce::call_once::h649ab87d16bafc93 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_partialeq_pointer_hpp stdout ---- [INFO] [stdout] thread 'header_derive_partialeq_pointer_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daf74d3 - tests::header_derive_partialeq_pointer_hpp::{{closure}}::h4d8248a23045ed05 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db61aea - core::result::Result::and_then::hbc87c7d021e8f414 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daf7287 - tests::header_derive_partialeq_pointer_hpp::h6e0d350af7d0aa50 [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95daf720a - tests::header_derive_partialeq_pointer_hpp::{{closure}}::h65b92de15c11e18b [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db798de - core::ops::function::FnOnce::call_once::h772f53c23c0edadd [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_partialeq_core_h stdout ---- [INFO] [stdout] thread 'header_derive_partialeq_core_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95db0e453 - tests::header_derive_partialeq_core_h::{{closure}}::h02eddce80bfbfc93 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db44bba - core::result::Result::and_then::h60b770c2ddccb42c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95db0e207 - tests::header_derive_partialeq_core_h::h282de072c32aa07a [INFO] [stdout] at tests/tests.rs:305 [INFO] [stdout] 15: 0x55f95db0e18a - tests::header_derive_partialeq_core_h::{{closure}}::h2d9e095b0fc06dab [INFO] [stdout] at tests/tests.rs:303 [INFO] [stdout] 16: 0x55f95db78d9e - core::ops::function::FnOnce::call_once::h5d9194b1e0828473 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x55f95dbcea8f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 18: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 19: 0x55f95dbe9088 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x55f95dbe9088 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55f95dbe9088 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 22: 0x55f95dbc3f05 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x55f95dbc8085 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x55f95dbc8085 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x55f95dbc8085 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x55f95e49da9a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 27: 0x55f95dbc86c2 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x55f95dbc86c2 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55f95dbc86c2 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x55f95dbc86c2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 31: 0x55f95e487f9f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x55f95e49ce40 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 33: 0x55f95e49ce40 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x55f95e49ce40 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7fcde6d2a4a4 - start_thread [INFO] [stdout] 36: 0x7fcde6855d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_derive_partialeq_union_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_derive_partialeq_union_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f95e495b7b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55f95e495b7b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f95e495b7b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55f95e495b7b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55f95e495b7b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55f95e4957ea - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55f95e4962f0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55f95e4960b5 - std::panicking::begin_panic::h57ff9385e1121300 [INFO] [stdout] at src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55f95e492b25 - std::sync::once::Once::call_inner::h2daeac7a28e6dd90 [INFO] [stdout] at src/libstd/sync/once.rs:367 [INFO] [stdout] 9: 0x55f95db8c189 - std::sync::once::Once::call_once::h4d437aa6d5c42129 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sync/once.rs:225 [INFO] [stdout] 10: 0x55f95dabca56 - tests::rustfmt::hd96e02ba6a1c3462 [INFO] [stdout] at tests/tests.rs:28 [INFO] [stdout] 11: 0x55f95dabe1c5 - tests::compare_generated_header::h15059c799a36d45f [INFO] [stdout] at tests/tests.rs:166 [INFO] [stdout] 12: 0x55f95daff9d3 - tests::header_derive_partialeq_union_1_0_hpp::{{closure}}::hb151ca24a580c1a3 [INFO] [stdout] at tests/tests.rs:308 [INFO] [stdout] 13: 0x55f95db5d37a - core::result::Result::and_then::hac2e7c1514ad4289 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:639 [INFO] [stdout] 14: 0x55f95daff787 - tests::header_derive_partialeq_union_1_0_hpp::hddc6c70f874906b2 [WARN] too many lines in the log, truncating it