[INFO] updating cached repository https://github.com/rust-lang-nursery/rust-bindgen [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/rust-lang-nursery/rust-bindgen [INFO] [stderr] 8bf868fd..e659df12 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stderr] warning: refname 'HEAD' is ambiguous. [INFO] [stdout] e659df12bca26dbb3936e4968dba43e82e9edc60 [INFO] testing rust-lang-nursery/rust-bindgen against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang-nursery%2Frust-bindgen" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rust-lang-nursery/rust-bindgen on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rust-lang-nursery/rust-bindgen [INFO] finished tweaking git repo https://github.com/rust-lang-nursery/rust-bindgen [INFO] tweaked toml for git repo https://github.com/rust-lang-nursery/rust-bindgen written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/rust-lang-nursery/rust-bindgen already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 1beb52bb109e44582dc13ae2632bd01be7a77f4c03849e01f0be4509ba35bc7c [INFO] running `"docker" "start" "-a" "1beb52bb109e44582dc13ae2632bd01be7a77f4c03849e01f0be4509ba35bc7c"` [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling bindgen v0.51.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling which v3.0.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.58s [INFO] running `"docker" "inspect" "1beb52bb109e44582dc13ae2632bd01be7a77f4c03849e01f0be4509ba35bc7c"` [INFO] running `"docker" "rm" "-f" "1beb52bb109e44582dc13ae2632bd01be7a77f4c03849e01f0be4509ba35bc7c"` [INFO] [stdout] 1beb52bb109e44582dc13ae2632bd01be7a77f4c03849e01f0be4509ba35bc7c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] fe699336146276ceb59cac67ba7d356060979a9db0b9fe8448bf8846e102d1ad [INFO] running `"docker" "start" "-a" "fe699336146276ceb59cac67ba7d356060979a9db0b9fe8448bf8846e102d1ad"` [INFO] [stderr] Compiling bindgen v0.51.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:14:23 [INFO] [stderr] | [INFO] [stderr] 14 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | static CHECK_RUSTFMT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.38s [INFO] running `"docker" "inspect" "fe699336146276ceb59cac67ba7d356060979a9db0b9fe8448bf8846e102d1ad"` [INFO] running `"docker" "rm" "-f" "fe699336146276ceb59cac67ba7d356060979a9db0b9fe8448bf8846e102d1ad"` [INFO] [stdout] fe699336146276ceb59cac67ba7d356060979a9db0b9fe8448bf8846e102d1ad [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] d492dc547d9ca3c59c59ba9ba836abe4cba73006dcf344cc4dbbbabbda2baa4b [INFO] running `"docker" "start" "-a" "d492dc547d9ca3c59c59ba9ba836abe4cba73006dcf344cc4dbbbabbda2baa4b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bindgen-8c7554a3a3e37aad [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_align ... ok [INFO] [stdout] test codegen::struct_layout::test_align_to ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_get_bit ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_set_bit ... ok [INFO] [stdout] test codegen::struct_layout::test_bytes_from_bits_pow2 ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_get ... ok [INFO] [stdout] test commandline_flag_unit_test_function ... ok [INFO] [stdout] test features::test::str_to_target ... ok [INFO] [stdout] test features::test::target_features ... 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::comment::test::processes_single_lines_correctly ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_invalid_start ... ok [INFO] [stdout] test ir::traversal::tests::traversal_predicate_is_object_safe ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_empty_name ... ok [INFO] [stdout] test ir::layout::test_layout_for_size ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_invalid_remaing ... ok [INFO] [stdout] test ir::analysis::tests::monotone ... ok [INFO] [stdout] test codegen::bitfield_unit_tests::bitfield_unit_set ... ok [INFO] [stdout] test ir::ty::is_invalid_type_param_valid_unnamed_kind ... 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::ty::is_invalid_type_param_unnamed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bindgen-30f6527f9f7be53c [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] [stderr] Running /opt/rustwide/target/debug/deps/stylo_sanity-ce061ecfd85fe238 [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tests-3c497f17cedaf71f [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] [stdout] running 468 tests [INFO] [stdout] test dump_preprocessed_input ... FAILED [INFO] [stderr] time: 98.591 ms. translation_unit [INFO] [stderr] time: 27.889 ms. translation_unit [INFO] [stderr] time: 4.308 ms. translation_unit [INFO] [stderr] time: 61.283 ms. translation_unit [INFO] [stderr] time: 27.549 ms. translation_unit [INFO] [stderr] time: 51.556 ms. translation_unit [INFO] [stderr] time: 7.876 ms. translation_unit [INFO] [stderr] time: 20.902 ms. translation_unit [INFO] [stderr] time: 16.257 ms. translation_unit [INFO] [stderr] time: 11.650 ms. translation_unit [INFO] [stdout] test header_381_decltype_alias_hpp ... FAILED [INFO] [stdout] test header_arg_keyword_hpp ... FAILED [INFO] [stdout] test header_anon_enum_whitelist_h ... FAILED [INFO] [stdout] test header_anon_union_1_0_hpp ... FAILED [INFO] [stdout] test header_annotation_hide_hpp ... FAILED [INFO] [stdout] test header_anonymous_template_types_hpp ... FAILED [INFO] [stdout] test header_abi_variadic_function_hpp ... FAILED [INFO] [stdout] test header_anon_enum_trait_hpp ... FAILED [INFO] [stdout] test header_accessors_hpp ... FAILED [INFO] [stderr] time: 29.714 ms. translation_unit [INFO] [stderr] time: 77.525 ms. translation_unit [INFO] [stderr] time: 106.000 ms. translation_unit [INFO] [stdout] test header_anon_enum_hpp ... 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_16_byte_alignment_1_0_h ... FAILED [INFO] [stderr] time: 669.019 ms. translation_unit [INFO] [stderr] time: 643.641 ms. translation_unit [INFO] [stdout] test header_array_of_zero_sized_types_hpp ... FAILED [INFO] [stderr] time: 744.525 ms. translation_unit [INFO] [stderr] time: 150.133 ms. translation_unit [INFO] [stdout] test header_anon_union_hpp ... FAILED [INFO] [stdout] test header_base_to_derived_hpp ... FAILED [INFO] [stderr] time: 47.719 ms. translation_unit [INFO] [stdout] test header_16_byte_alignment_h ... FAILED [INFO] [stderr] time: 11.677 ms. translation_unit [INFO] [stdout] test header_bad_namespace_parenthood_inheritance_hpp ... FAILED [INFO] [stdout] test header_attribute_warn_unused_result_no_attribute_detection_hpp ... FAILED [INFO] [stderr] time: 18.676 ms. translation_unit [INFO] [stdout] test header_bindgen_union_inside_namespace_hpp ... FAILED [INFO] [stderr] time: 12.115 ms. translation_unit [INFO] [stdout] test header_bitfield_enum_repr_c_hpp ... FAILED [INFO] [stderr] time: 23.611 ms. translation_unit [INFO] [stderr] time: 9.771 ms. translation_unit [INFO] [stdout] test header_attribute_warn_unused_result_pre_1_27_hpp ... FAILED [INFO] [stderr] time: 14.193 ms. translation_unit [INFO] [stderr] time: 16.317 ms. translation_unit [INFO] [stdout] test header_bitfield_enum_repr_transparent_hpp ... FAILED [INFO] [stderr] time: 6.213 ms. translation_unit [INFO] [stdout] test header_bitfield_enum_basic_hpp ... FAILED [INFO] [stderr] time: 32.666 ms. translation_unit [INFO] [stdout] test header_bitfield_32bit_overflow_h ... FAILED [INFO] [stderr] time: 22.716 ms. translation_unit [INFO] [stdout] test header_bitfield_align_2_h ... FAILED [INFO] [stdout] test header_bitfield_align_h ... FAILED [INFO] [stderr] time: 22.052 ms. translation_unit [INFO] [stdout] test header_bitfield_large_hpp ... FAILED [INFO] [stdout] test header_attribute_warn_unused_result_hpp ... FAILED [INFO] [stderr] time: 34.388 ms. translation_unit [INFO] [stderr] time: 8.902 ms. translation_unit [INFO] [stderr] time: 12.876 ms. translation_unit [INFO] [stdout] test header_blacklist_and_impl_debug_hpp ... FAILED [INFO] [stdout] test header_bitfield_large_overflow_hpp ... FAILED [INFO] [stderr] time: 19.720 ms. translation_unit [INFO] [stdout] test header_bitfield_method_mangling_h ... FAILED [INFO] [stderr] time: 17.317 ms. translation_unit [INFO] [stdout] test header_blacklist_function_hpp ... FAILED [INFO] [stdout] test header_bitfield_method_same_name_hpp ... FAILED [INFO] [stderr] time: 11.614 ms. translation_unit [INFO] [stderr] time: 57.518 ms. translation_unit [INFO] [stdout] test header_blacklist_item_hpp ... FAILED [INFO] [stdout] test header_block_return_type_h ... FAILED [INFO] [stderr] time: 102.636 ms. translation_unit [INFO] [stderr] time: 21.790 ms. translation_unit [INFO] [stderr] time: 47.235 ms. translation_unit [INFO] [stdout] test header_call_conv_typedef_h ... FAILED [INFO] [stderr] time: 11.000 ms. translation_unit [INFO] [stdout] test header_blocks_signature_hpp ... FAILED [INFO] [stdout] test header_builtin_template_hpp ... FAILED [INFO] [stdout] test header_blocks_hpp ... FAILED [INFO] [stderr] time: 28.187 ms. translation_unit [INFO] [stdout] test header_bug_1529681_hpp ... FAILED [INFO] [stderr] time: 29.605 ms. translation_unit [INFO] [stderr] time: 18.392 ms. translation_unit [INFO] [stdout] test header_char_h ... FAILED [INFO] [stderr] time: 20.798 ms. translation_unit [INFO] [stdout] test header_c_empty_layout_h ... FAILED [INFO] [stderr] time: 17.183 ms. translation_unit [INFO] [stdout] test header_canonical_path_without_namespacing_hpp ... FAILED [INFO] [stderr] time: 7.428 ms. translation_unit [INFO] [stderr] time: 27.691 ms. translation_unit [INFO] [stdout] test header_class_no_members_hpp ... FAILED [INFO] [stderr] time: 12.231 ms. translation_unit [INFO] [stderr] time: 19.193 ms. translation_unit [INFO] [stderr] time: 67.657 ms. translation_unit [INFO] [stdout] test header_class_1_0_hpp ... FAILED [INFO] [stdout] test header_class_static_const_hpp ... FAILED [INFO] [stdout] test header_class_static_hpp ... FAILED [INFO] [stderr] time: 56.603 ms. translation_unit [INFO] [stdout] test header_class_use_as_hpp ... FAILED [INFO] [stdout] test header_class_nested_hpp ... FAILED [INFO] [stderr] time: 16.561 ms. translation_unit [INFO] [stderr] time: 17.284 ms. translation_unit [INFO] [stderr] time: 28.820 ms. translation_unit [INFO] [stdout] test header_class_with_inner_struct_1_0_hpp ... FAILED [INFO] [stderr] time: 16.561 ms. translation_unit [INFO] [stdout] test header_class_with_dtor_hpp ... FAILED [INFO] [stdout] test header_comment_indent_hpp ... FAILED [INFO] [stderr] time: 17.759 ms. translation_unit [INFO] [stdout] test header_complex_global_h ... FAILED [INFO] [stdout] test header_class_with_inner_struct_hpp ... FAILED [INFO] [stderr] time: 62.036 ms. translation_unit [INFO] [stdout] test header_class_hpp ... FAILED [INFO] [stderr] time: 49.912 ms. translation_unit [INFO] [stdout] test header_class_with_typedef_hpp ... FAILED [INFO] [stdout] test header_complex_h ... FAILED [INFO] [stderr] time: 36.884 ms. translation_unit [INFO] [stderr] time: 34.874 ms. translation_unit [INFO] [stdout] test header_const_array_fn_arg_h ... FAILED [INFO] [stdout] test header_const_const_mut_ptr_h ... FAILED [INFO] [stderr] time: 38.522 ms. translation_unit [INFO] [stdout] test header_const_ptr_hpp ... FAILED [INFO] [stderr] time: 51.868 ms. translation_unit [INFO] [stdout] test header_const_enum_unnamed_hpp ... FAILED [INFO] [stderr] time: 12.156 ms. translation_unit [INFO] [stdout] test header_const_resolved_ty_h ... FAILED [INFO] [stderr] time: 20.963 ms. translation_unit [INFO] [stdout] test header_const_tparam_hpp ... FAILED [INFO] [stderr] time: 39.978 ms. translation_unit [INFO] [stdout] test header_constant_non_specialized_tp_hpp ... FAILED [INFO] [stderr] time: 17.784 ms. translation_unit [INFO] [stdout] test header_constify_module_enums_basic_h ... FAILED [INFO] [stderr] time: 39.815 ms. translation_unit [INFO] [stdout] test header_constify_enum_h ... FAILED [INFO] [stderr] time: 26.916 ms. translation_unit [INFO] [stdout] test header_constify_all_enums_h ... FAILED [INFO] [stderr] time: 9.671 ms. translation_unit [INFO] [stdout] test header_constify_module_enums_namespace_hpp ... FAILED [INFO] [stderr] time: 47.775 ms. translation_unit [INFO] [stdout] test header_constify_module_enums_shadow_name_h ... FAILED [INFO] [stderr] time: 16.779 ms. translation_unit [INFO] [stderr] time: 13.280 ms. translation_unit [INFO] [stderr] time: 49.749 ms. translation_unit [INFO] [stderr] [2019-10-04T19:58:24Z ERROR bindgen::ir::item] Unhandled cursor kind 21: Cursor(doBaz kind: CXXMethod, loc: /opt/rustwide/workdir/tests/headers/constructor-tp.hpp:12:9, usr: Some("c:@ST>1#T@Foo@F@doBaz#")) [INFO] [stderr] [2019-10-04T19:58:24Z ERROR bindgen::ir::item] Unhandled cursor kind 24: Cursor(Foo kind: CXXConstructor, loc: /opt/rustwide/workdir/tests/headers/constructor-tp.hpp:21:9, usr: Some("c:@ST>1#T@Foo@F@Foo#")) [INFO] [stderr] [2019-10-04T19:58:24Z ERROR bindgen::ir::item] Unhandled cursor kind 24: Cursor(Bar kind: CXXConstructor, loc: /opt/rustwide/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_constify_module_enums_simple_alias_hpp ... FAILED [INFO] [stderr] time: 32.458 ms. translation_unit [INFO] [stderr] time: 14.808 ms. translation_unit [INFO] [stdout] test header_constify_module_enums_simple_nonamespace_hpp ... FAILED [INFO] [stdout] test header_contains_vs_inherits_zero_sized_hpp ... FAILED [INFO] [stderr] time: 43.740 ms. translation_unit [INFO] [stderr] time: 40.050 ms. translation_unit [INFO] [stdout] test header_convert_cpp_comment_to_rust_hpp ... FAILED [INFO] [stdout] test header_constructors_hpp ... FAILED [INFO] [stdout] test header_constify_module_enums_types_hpp ... FAILED [INFO] [stderr] time: 20.195 ms. translation_unit [INFO] [stderr] time: 16.404 ms. translation_unit [INFO] [stdout] test header_ctypes_prefix_path_h ... FAILED [INFO] [stdout] test header_convert_floats_h ... FAILED [INFO] [stderr] time: 24.343 ms. translation_unit [INFO] [stdout] test header_cpp_empty_layout_hpp ... FAILED [INFO] [stderr] time: 52.548 ms. translation_unit [INFO] [stderr] time: 23.647 ms. translation_unit [INFO] [stdout] test header_crtp_hpp ... FAILED [INFO] [stderr] time: 5.357 ms. translation_unit [INFO] [stdout] test header_decl_ptr_to_array_h ... FAILED [INFO] [stdout] test header_decl_extern_int_twice_h ... FAILED [INFO] [stderr] time: 16.269 ms. translation_unit [INFO] [stderr] time: 36.252 ms. translation_unit [INFO] [stdout] test header_dash_language_h ... FAILED [INFO] [stdout] test header_default_enum_style_constified_module_h ... FAILED [INFO] [stderr] time: 13.064 ms. translation_unit [INFO] [stdout] test header_default_template_parameter_hpp ... FAILED [INFO] [stderr] time: 11.763 ms. translation_unit [INFO] [stderr] time: 22.004 ms. translation_unit [INFO] [stdout] test header_derive_clone_1_0_h ... FAILED [INFO] [stdout] test header_derive_bitfield_method_same_name_hpp ... FAILED [INFO] [stderr] time: 15.644 ms. translation_unit [INFO] [stderr] time: 6.086 ms. translation_unit [INFO] [stdout] test header_derive_clone_h ... FAILED [INFO] [stderr] time: 37.290 ms. translation_unit [INFO] [stdout] test header_derive_custom_h ... FAILED [INFO] [stderr] time: 19.788 ms. translation_unit [INFO] [stdout] test header_derive_debug_bitfield_core_hpp ... FAILED [INFO] [stderr] time: 51.705 ms. translation_unit [INFO] [stdout] test header_derive_debug_bitfield_hpp ... FAILED [INFO] [stderr] time: 24.010 ms. translation_unit [INFO] [stdout] test header_derive_debug_mangle_name_h ... FAILED [INFO] [stdout] test header_derive_debug_function_pointer_hpp ... FAILED [INFO] [stderr] time: 3.917 ms. translation_unit [INFO] [stderr] time: 31.606 ms. translation_unit [INFO] [stderr] [2019-10-04T19:58:25Z ERROR bindgen::ir::item] Unhandled cursor kind 9: Cursor(kBar kind: VarDecl, loc: /opt/rustwide/workdir/tests/headers/auto.hpp:10:31, usr: Some("c:@ST>1#T@Bar@kBar")) [INFO] [stdout] test header_derive_debug_generic_hpp ... FAILED [INFO] [stderr] time: 29.277 ms. translation_unit [INFO] [stdout] test header_auto_hpp ... FAILED [INFO] [stdout] test header_derive_debug_opaque_hpp ... FAILED [INFO] [stderr] time: 20.751 ms. translation_unit [INFO] [stdout] test header_derive_debug_opaque_template_instantiation_hpp ... FAILED [INFO] [stderr] time: 22.574 ms. translation_unit [INFO] [stdout] test header_derive_default_and_blacklist_hpp ... FAILED [INFO] [stderr] time: 26.615 ms. translation_unit [INFO] [stdout] test header_derive_hash_and_blacklist_hpp ... FAILED [INFO] [stderr] time: 21.532 ms. translation_unit [INFO] [stderr] time: 20.361 ms. translation_unit [INFO] [stdout] test header_derive_fn_ptr_h ... FAILED [INFO] [stdout] test header_derive_hash_blacklisting_hpp ... FAILED [INFO] [stderr] time: 16.012 ms. translation_unit [INFO] [stderr] time: 9.888 ms. translation_unit [INFO] [stderr] time: 63.177 ms. translation_unit [INFO] [stdout] test header_derive_hash_struct_with_float_array_h ... 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] [stderr] time: 19.776 ms. translation_unit [INFO] [stdout] test header_derive_partialeq_and_blacklist_hpp ... FAILED [INFO] [stderr] time: 32.087 ms. translation_unit [INFO] [stderr] time: 61.468 ms. translation_unit [INFO] [stderr] time: 24.423 ms. translation_unit [INFO] [stderr] time: 9.226 ms. translation_unit [INFO] [stderr] time: 32.460 ms. translation_unit [INFO] [stdout] test header_derive_partialeq_base_hpp ... FAILED [INFO] [stdout] test header_derive_hash_template_def_float_hpp ... FAILED [INFO] [stdout] test header_call_conv_field_h ... FAILED [INFO] [stdout] test header_derive_hash_template_inst_float_hpp ... FAILED [INFO] [stdout] test header_derive_hash_struct_with_pointer_h ... FAILED [INFO] [stderr] time: 9.972 ms. translation_unit [INFO] [stdout] test header_derive_partialeq_anonfield_h ... FAILED [INFO] [stderr] time: 21.894 ms. translation_unit [INFO] [stderr] time: 23.777 ms. translation_unit [INFO] [stdout] test header_derive_partialeq_core_h ... FAILED [INFO] [stderr] time: 34.708 ms. translation_unit [INFO] [stdout] test header_disable_namespacing_hpp ... FAILED [INFO] [stderr] time: 29.041 ms. translation_unit [INFO] [stdout] test header_derive_partialeq_bitfield_hpp ... FAILED [INFO] [stderr] time: 12.288 ms. translation_unit [INFO] [stdout] test header_derive_partialeq_pointer_hpp ... FAILED [INFO] [stdout] test header_divide_by_zero_in_struct_layout_h ... FAILED [INFO] [stderr] time: 21.424 ms. translation_unit [INFO] [stderr] time: 15.836 ms. translation_unit [INFO] [stdout] test header_derive_partialeq_union_1_0_hpp ... FAILED [INFO] [stdout] test header_derive_partialeq_union_hpp ... FAILED [INFO] [stderr] time: 4.554 ms. translation_unit [INFO] [stdout] test header_do_not_derive_copy_hpp ... FAILED [INFO] [stderr] time: 19.659 ms. translation_unit [INFO] [stdout] test header_dupe_enum_variant_in_namespace_h ... FAILED [INFO] [stderr] time: 11.351 ms. translation_unit [INFO] [stdout] test header_duplicated_constants_in_ns_hpp ... FAILED [INFO] [stderr] time: 11.174 ms. translation_unit [INFO] [stderr] time: 41.771 ms. translation_unit [INFO] [stdout] test header_doggo_or_null_hpp ... FAILED [INFO] [stdout] test header_elaborated_hpp ... FAILED [INFO] [stderr] time: 14.863 ms. translation_unit [INFO] [stdout] test header_duplicated_namespaces_hpp ... FAILED [INFO] [stderr] time: 9.841 ms. translation_unit [INFO] [stdout] test header_duplicated_namespaces_definitions_hpp ... FAILED [INFO] [stderr] time: 11.589 ms. translation_unit [INFO] [stderr] time: 27.871 ms. translation_unit [INFO] [stdout] test header_const_bool_hpp ... FAILED [INFO] [stdout] test header_empty_template_param_name_hpp ... FAILED [INFO] [stderr] time: 51.626 ms. translation_unit [INFO] [stderr] time: 33.448 ms. translation_unit [INFO] [stdout] test header_enum_alias_hpp ... FAILED [INFO] [stderr] time: 39.375 ms. translation_unit [INFO] [stderr] time: 7.975 ms. translation_unit [INFO] [stdout] test header_enum_default_consts_h ... FAILED [INFO] [stderr] time: 15.396 ms. translation_unit [INFO] [stdout] test header_enum_and_vtable_mangling_hpp ... FAILED [INFO] [stdout] test header_empty_union_hpp ... FAILED [INFO] [stdout] test header_empty_enum_h ... FAILED [INFO] [stderr] time: 12.415 ms. translation_unit [INFO] [stdout] test header_enum_default_module_h ... FAILED [INFO] [stderr] time: 10.468 ms. translation_unit [INFO] [stdout] test header_enum_default_rust_h ... FAILED [INFO] [stderr] time: 6.742 ms. translation_unit [INFO] [stdout] test header_enum_doc_rusty_h ... FAILED [INFO] [stderr] time: 18.416 ms. translation_unit [INFO] [stdout] test header_enum_doc_mod_h ... FAILED [INFO] [stderr] time: 23.704 ms. translation_unit [INFO] [stdout] test header_enum_default_bitfield_h ... FAILED [INFO] [stderr] time: 13.968 ms. translation_unit [INFO] [stdout] test header_enum_dupe_h ... FAILED [INFO] [stderr] time: 21.555 ms. translation_unit [INFO] [stderr] time: 37.851 ms. translation_unit [INFO] [stdout] test header_enum_doc_bitfield_h ... FAILED [INFO] [stderr] time: 31.674 ms. translation_unit [INFO] [stdout] test header_enum_doc_h ... FAILED [INFO] [stderr] time: 20.556 ms. translation_unit [INFO] [stdout] test header_enum_explicit_type_constants_hpp ... FAILED [INFO] [stdout] test header_enum_explicit_type_hpp ... FAILED [INFO] [stderr] time: 20.624 ms. translation_unit [INFO] [stdout] test header_enum_in_template_hpp ... FAILED [INFO] [stderr] time: 19.275 ms. translation_unit [INFO] [stdout] test header_enum_h ... FAILED [INFO] [stderr] time: 10.091 ms. translation_unit [INFO] [stderr] time: 9.186 ms. translation_unit [INFO] [stdout] test header_enum_packed_h ... FAILED [INFO] [stdout] test header_constant_evaluate_h ... FAILED [INFO] [stderr] time: 19.016 ms. translation_unit [INFO] [stdout] test header_enum_undefault_h ... FAILED [INFO] [stderr] time: 63.529 ms. translation_unit [INFO] [stdout] test header_enum_variant_replaces_h ... FAILED [INFO] [stderr] time: 17.835 ms. translation_unit [INFO] [stderr] time: 15.873 ms. translation_unit [INFO] [stdout] test header_extern_hpp ... FAILED [INFO] [stdout] test header_eval_value_dependent_hpp ... FAILED [INFO] [stderr] time: 16.313 ms. translation_unit [INFO] [stdout] test header_extern_const_struct_h ... FAILED [INFO] [stderr] time: 61.664 ms. translation_unit [INFO] [stdout] test header_enum_negative_h ... FAILED [INFO] [stderr] time: 33.816 ms. translation_unit [INFO] [stderr] time: 30.054 ms. translation_unit [INFO] [stdout] test header_eval_variadic_template_parameter_hpp ... FAILED [INFO] [stdout] test header_enum_in_template_with_typedef_hpp ... FAILED [INFO] [stderr] time: 10.440 ms. translation_unit [INFO] [stderr] time: 19.631 ms. translation_unit [INFO] [stdout] test header_forward_declared_complex_types_hpp ... FAILED [INFO] [stderr] time: 18.609 ms. translation_unit [INFO] [stdout] test header_float128_hpp ... FAILED [INFO] [stdout] test header_forward_declared_complex_types_1_0_hpp ... FAILED [INFO] [stderr] time: 30.555 ms. translation_unit [INFO] [stdout] test header_forward_declaration_autoptr_hpp ... FAILED [INFO] [stderr] time: 7.712 ms. translation_unit [INFO] [stdout] test header_func_proto_h ... FAILED [INFO] [stderr] time: 13.914 ms. translation_unit [INFO] [stderr] time: 24.969 ms. translation_unit [INFO] [stderr] time: 7.813 ms. translation_unit [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_with_fields_hpp ... FAILED [INFO] [stderr] time: 23.418 ms. translation_unit [INFO] [stdout] test header_forward_inherit_struct_hpp ... FAILED [INFO] [stderr] time: 21.391 ms. translation_unit [INFO] [stdout] test header_forward_declared_opaque_h ... FAILED [INFO] [stderr] time: 17.225 ms. translation_unit [INFO] [stdout] test header_func_with_array_arg_h ... FAILED [INFO] [stderr] time: 19.875 ms. translation_unit [INFO] [stdout] test header_func_ptr_h ... FAILED [INFO] [stderr] time: 6.592 ms. translation_unit [INFO] [stdout] test header_func_with_func_ptr_arg_h ... FAILED [INFO] [stderr] time: 9.729 ms. translation_unit [INFO] [stdout] test header_func_ptr_return_type_h ... FAILED [INFO] [stderr] time: 19.809 ms. translation_unit [INFO] [stderr] time: 17.618 ms. translation_unit [INFO] [stdout] test header_gen_constructors_hpp ... FAILED [INFO] [stdout] test header_func_ptr_in_struct_h ... FAILED [INFO] [stderr] time: 21.356 ms. translation_unit [INFO] [stdout] test header_gen_destructors_hpp ... FAILED [INFO] [stderr] time: 18.369 ms. translation_unit [INFO] [stdout] test header_gen_destructors_neg_hpp ... FAILED [INFO] [stderr] time: 13.555 ms. translation_unit [INFO] [stdout] test header_gen_constructors_neg_hpp ... FAILED [INFO] [stderr] time: 17.598 ms. translation_unit [INFO] [stderr] time: 24.223 ms. translation_unit [INFO] [stdout] test header_generate_inline_hpp ... FAILED [INFO] [stdout] test header_in_class_typedef_hpp ... FAILED [INFO] [stderr] time: 10.769 ms. translation_unit [INFO] [stderr] time: 9.423 ms. translation_unit [INFO] [stderr] time: 8.877 ms. translation_unit [INFO] [stdout] test header_i128_h ... FAILED [INFO] [stdout] test header_incomplete_array_padding_h ... FAILED [INFO] [stderr] time: 4.359 ms. translation_unit [INFO] [stdout] test header_infinite_macro_h ... FAILED [INFO] [stdout] test header_inherit_from_template_instantiation_with_vtable_hpp ... FAILED [INFO] [stderr] time: 29.889 ms. translation_unit [INFO] [stderr] time: 23.632 ms. translation_unit [INFO] [stdout] test header_inherit_named_hpp ... FAILED [INFO] [stdout] test header_inherit_namespaced_hpp ... FAILED [INFO] [stderr] time: 11.595 ms. translation_unit [INFO] [stdout] test header_inline_namespace_conservative_hpp ... FAILED [INFO] [stderr] time: 13.919 ms. translation_unit [INFO] [stdout] test header_inherit_typedef_hpp ... FAILED [INFO] [stderr] time: 8.579 ms. translation_unit [INFO] [stdout] test header_inline_function_h ... FAILED [INFO] [stderr] time: 6.314 ms. translation_unit [INFO] [stdout] test header_inline_namespace_whitelist_hpp ... FAILED [INFO] [stderr] time: 25.621 ms. translation_unit [INFO] [stderr] time: 30.502 ms. translation_unit [INFO] [stdout] test header_inline_namespace_hpp ... FAILED [INFO] [stderr] time: 72.649 ms. translation_unit [INFO] [stdout] test header_int128_t_h ... FAILED [INFO] [stderr] time: 22.365 ms. translation_unit [INFO] [stdout] test header_inline_namespace_no_ns_enabled_hpp ... FAILED [INFO] [stderr] time: 35.041 ms. translation_unit [INFO] [stderr] time: 38.620 ms. translation_unit [INFO] [stdout] test header_inner_template_self_hpp ... FAILED [INFO] [stderr] time: 57.601 ms. translation_unit [INFO] [stdout] test header_issue_1025_unknown_enum_repr_hpp ... FAILED [INFO] [stdout] test header_inner_const_hpp ... FAILED [INFO] [stdout] test header_issue_1034_h ... FAILED [INFO] [stderr] time: 15.631 ms. translation_unit [INFO] [stderr] time: 19.620 ms. translation_unit [INFO] [stdout] test header_issue_1076_unnamed_bitfield_alignment_h ... FAILED [INFO] [stderr] time: 12.738 ms. translation_unit [INFO] [stdout] test header_issue_1118_using_forward_decl_hpp ... FAILED [INFO] [stderr] time: 6.579 ms. translation_unit [INFO] [stdout] test header_issue_1198_alias_rust_bitfield_enum_h ... FAILED [INFO] [stderr] time: 23.477 ms. translation_unit [INFO] [stdout] test header_issue_1197_pure_virtual_stuff_hpp ... FAILED [INFO] [stdout] test header_issue_1113_template_references_hpp ... FAILED [INFO] [stderr] time: 14.758 ms. translation_unit [INFO] [stdout] test header_issue_1040_h ... FAILED [INFO] [stderr] time: 11.694 ms. translation_unit [INFO] [stdout] test header_issue_1198_alias_rust_const_mod_bitfield_enum_h ... FAILED [INFO] [stderr] time: 7.093 ms. translation_unit [INFO] [stdout] test header_issue_1198_alias_rust_const_mod_enum_h ... FAILED [INFO] [stderr] time: 6.578 ms. translation_unit [INFO] [stderr] time: 15.896 ms. translation_unit [INFO] [stdout] test header_issue_1281_h ... FAILED [INFO] [stderr] time: 41.674 ms. translation_unit [INFO] [stdout] test header_issue_1216_variadic_member_h ... FAILED [INFO] [stdout] test header_issue_1443_hpp ... FAILED [INFO] [stderr] time: 10.403 ms. translation_unit [INFO] [stdout] test header_issue_1291_hpp ... FAILED [INFO] [stderr] time: 11.411 ms. translation_unit [INFO] [stdout] test header_issue_1238_fwd_no_copy_h ... FAILED [INFO] [stderr] time: 6.586 ms. translation_unit [INFO] [stderr] time: 7.500 ms. translation_unit [INFO] [stderr] time: 9.391 ms. translation_unit [INFO] [stderr] time: 13.046 ms. translation_unit [INFO] [stdout] test header_issue_1554_h ... FAILED [INFO] [stdout] test header_issue_1198_alias_rust_enum_h ... FAILED [INFO] [stderr] time: 45.055 ms. translation_unit [INFO] [stdout] test header_issue_1498_h ... FAILED [INFO] [stdout] test header_issue_1514_hpp ... FAILED [INFO] [stdout] test header_issue_1350_attribute_overloadable_h ... FAILED [INFO] [stderr] time: 17.778 ms. translation_unit [INFO] [stdout] test header_issue_1435_hpp ... FAILED [INFO] [stderr] time: 7.909 ms. translation_unit [INFO] [stdout] test header_issue_315_hpp ... FAILED [INFO] [stderr] time: 21.583 ms. translation_unit [INFO] [stdout] test header_issue_311_hpp ... FAILED [INFO] [stderr] time: 24.648 ms. translation_unit [INFO] [stderr] time: 19.046 ms. translation_unit [INFO] [stderr] [2019-10-04T19:58:33Z ERROR bindgen::ir::item] Unhandled cursor kind 24: Cursor(Bar kind: CXXConstructor, loc: /opt/rustwide/workdir/tests/headers/issue-1464.hpp:5:3, usr: Some("c:@ST>1#NI@Bar@F@Bar#")) [INFO] [stderr] [2019-10-04T19:58:33Z ERROR bindgen::ir::item] Unhandled cursor kind 25: Cursor(~Bar kind: CXXDestructor, loc: /opt/rustwide/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_1285_h ... FAILED [INFO] [stderr] time: 7.537 ms. translation_unit [INFO] [stdout] test header_error_e0600_cannot_apply_unary_negation_to_u32_h ... FAILED [INFO] [stderr] time: 5.241 ms. translation_unit [INFO] [stdout] test header_issue_410_hpp ... FAILED [INFO] [stderr] time: 23.814 ms. translation_unit [INFO] [stdout] test header_issue_358_hpp ... FAILED [INFO] [stderr] time: 65.939 ms. translation_unit [INFO] [stderr] time: 22.093 ms. translation_unit [INFO] [stdout] test header_issue_447_hpp ... FAILED [INFO] [stderr] time: 43.072 ms. translation_unit [INFO] [stdout] test header_issue_372_hpp ... FAILED [INFO] [stdout] test header_issue_446_hpp ... FAILED [INFO] [stderr] time: 21.072 ms. translation_unit [INFO] [stdout] test header_issue_544_stylo_creduce_2_hpp ... FAILED [INFO] [stderr] time: 14.216 ms. translation_unit [INFO] [stdout] test header_issue_573_layout_test_failures_hpp ... FAILED [INFO] [stderr] time: 14.672 ms. translation_unit [INFO] [stderr] time: 19.682 ms. translation_unit [INFO] [stderr] time: 10.927 ms. translation_unit [INFO] [stdout] test header_issue_537_repr_packed_n_h ... FAILED [INFO] [stderr] time: 16.402 ms. translation_unit [INFO] [stderr] [2019-10-04T19:58:34Z ERROR bindgen::ir::item] Unhandled cursor kind 24: Cursor(a kind: CXXConstructor, loc: /opt/rustwide/workdir/tests/headers/issue-544-stylo-creduce.hpp:5:50, usr: Some("c:@SP>2#T#pT@a>#Ft0.0(#Pt0.1)@F@a#&1>@ST>1#T@a1S0_#")) [INFO] [stdout] test header_issue_544_stylo_creduce_hpp ... FAILED [INFO] [stderr] time: 35.907 ms. translation_unit [INFO] [stdout] test header_issue_569_non_type_template_params_causing_layout_test_failures_hpp ... FAILED [INFO] [stderr] time: 11.680 ms. translation_unit [INFO] [stdout] test header_issue_574_assertion_failure_in_codegen_hpp ... FAILED [INFO] [stderr] time: 23.718 ms. translation_unit [INFO] [stdout] test header_issue_537_h ... FAILED [INFO] [stderr] time: 15.894 ms. translation_unit [INFO] [stdout] test header_issue_493_1_0_hpp ... FAILED [INFO] [stderr] time: 46.982 ms. translation_unit [INFO] [stdout] test header_issue_511_h ... FAILED [INFO] [stdout] test header_issue_584_stylo_template_analysis_panic_hpp ... FAILED [INFO] [stderr] time: 21.771 ms. translation_unit [INFO] [stdout] test header_issue_638_stylo_cannot_find_t_in_this_scope_hpp ... FAILED [INFO] [stdout] test header_issue_493_hpp ... FAILED [INFO] [stderr] time: 27.027 ms. translation_unit [INFO] [stdout] test header_issue_639_typedef_anon_field_hpp ... FAILED [INFO] [stderr] time: 26.276 ms. translation_unit [INFO] [stdout] test header_issue_645_cannot_find_type_t_in_this_scope_hpp ... FAILED [INFO] [stderr] time: 27.663 ms. translation_unit [INFO] [stdout] test header_issue_648_derive_debug_with_padding_h ... FAILED [INFO] [stderr] time: 84.227 ms. translation_unit [INFO] [stdout] test header_issue_654_struct_fn_collision_h ... FAILED [INFO] [stderr] time: 28.055 ms. translation_unit [INFO] [stdout] test header_issue_662_cannot_find_t_in_this_scope_hpp ... FAILED [INFO] [stderr] time: 4.422 ms. translation_unit [INFO] [stdout] test header_issue_674_3_hpp ... FAILED [INFO] [stderr] time: 19.520 ms. translation_unit [INFO] [stdout] test header_issue_643_inner_struct_h ... FAILED [INFO] [stderr] time: 12.460 ms. translation_unit [INFO] [stderr] time: 4.428 ms. translation_unit [INFO] [stderr] time: 21.669 ms. translation_unit [INFO] [stderr] time: 22.369 ms. translation_unit [INFO] [stderr] time: 8.744 ms. translation_unit [INFO] [stdout] test header_issue_662_part_2_hpp ... FAILED [INFO] [stdout] test header_issue_691_template_parameter_virtual_hpp ... FAILED [INFO] [stdout] test header_issue_674_1_hpp ... FAILED [INFO] [stdout] test header_issue_674_2_hpp ... FAILED [INFO] [stdout] test header_issue_807_opaque_types_methods_being_generated_hpp ... FAILED [INFO] [stderr] time: 27.839 ms. translation_unit [INFO] [stderr] time: 23.665 ms. translation_unit [INFO] [stdout] test header_issue_677_nested_ns_specifier_hpp ... FAILED [INFO] [stderr] time: 20.777 ms. translation_unit [INFO] [stdout] test header_issue_801_opaque_sloppiness_hpp ... FAILED [INFO] [stdout] test header_issue_739_pointer_wide_bitfield_h ... FAILED [INFO] [stderr] time: 6.788 ms. translation_unit [INFO] [stderr] time: 16.817 ms. translation_unit [INFO] [stdout] test header_issue_820_unused_template_param_in_alias_hpp ... FAILED [INFO] [stderr] time: 7.677 ms. translation_unit [INFO] [stdout] test header_issue_826_generating_methods_when_asked_not_to_hpp ... FAILED [INFO] [stderr] time: 7.292 ms. translation_unit [INFO] [stdout] test header_issue_833_1_hpp ... FAILED [INFO] [stderr] time: 17.962 ms. translation_unit [INFO] [stderr] time: 14.479 ms. translation_unit [INFO] [stdout] test header_issue_833_2_hpp ... FAILED [INFO] [stdout] test header_issue_816_h ... FAILED [INFO] [stdout] test header_issue_833_hpp ... FAILED [INFO] [stderr] time: 15.801 ms. translation_unit [INFO] [stdout] test header_issue_946_h ... FAILED [INFO] [stderr] time: 15.816 ms. translation_unit [INFO] [stderr] time: 60.336 ms. translation_unit [INFO] [stdout] test header_issue_944_derive_copy_and_blacklisting_hpp ... FAILED [INFO] [stdout] test header_issue_888_enum_var_decl_jump_hpp ... FAILED [INFO] [stderr] time: 9.652 ms. translation_unit [INFO] [stderr] time: 49.853 ms. translation_unit [INFO] [stdout] test header_issue_834_hpp ... FAILED [INFO] [stderr] time: 27.897 ms. translation_unit [INFO] [stderr] time: 19.955 ms. translation_unit [INFO] [stdout] test header_issue_848_replacement_system_include_hpp ... FAILED [INFO] [stderr] time: 23.804 ms. translation_unit [INFO] [stdout] test header_keywords_h ... FAILED [INFO] [stderr] time: 5.389 ms. translation_unit [INFO] [stderr] time: 29.393 ms. translation_unit [INFO] [stdout] test header_layout_align_h ... FAILED [INFO] [stdout] test header_jsval_layout_opaque_1_0_hpp ... FAILED [INFO] [stderr] time: 9.751 ms. translation_unit [INFO] [stderr] time: 34.454 ms. translation_unit [INFO] [stderr] time: 55.338 ms. translation_unit [INFO] [stderr] time: 22.041 ms. translation_unit [INFO] [stdout] test header_layout_arp_h ... FAILED [INFO] [stderr] time: 20.583 ms. translation_unit [INFO] [stdout] test header_layout_cmdline_token_h ... FAILED [INFO] [stderr] time: 63.965 ms. translation_unit [INFO] [stderr] time: 48.730 ms. translation_unit [INFO] [stdout] test header_layout_h ... FAILED [INFO] [stdout] test header_layout_array_too_long_h ... FAILED [INFO] [stdout] test header_jsval_layout_opaque_hpp ... FAILED [INFO] [stderr] time: 20.634 ms. translation_unit [INFO] [stderr] time: 33.217 ms. translation_unit [INFO] [stderr] time: 11.765 ms. translation_unit [INFO] [stdout] test header_long_double_h ... FAILED [INFO] [stderr] time: 75.756 ms. translation_unit [INFO] [stderr] time: 21.075 ms. translation_unit [INFO] [stderr] time: 17.529 ms. translation_unit [INFO] [stdout] test header_macro_const_h ... FAILED [INFO] [stdout] test header_macro_expr_basic_h ... FAILED [INFO] [stderr] time: 26.141 ms. translation_unit [INFO] [stdout] test header_macro_expr_uncommon_token_h ... FAILED [INFO] [stdout] test header_layout_kni_mbuf_h ... FAILED [INFO] [stdout] test header_layout_array_h ... FAILED [INFO] [stderr] time: 7.168 ms. translation_unit [INFO] [stdout] test header_macro_redef_h ... FAILED [INFO] [stderr] time: 20.471 ms. translation_unit [INFO] [stdout] test header_layout_large_align_field_h ... FAILED [INFO] [stdout] test header_maddness_is_avoidable_hpp ... FAILED [INFO] [stderr] time: 41.293 ms. translation_unit [INFO] [stdout] test header_mangling_ios_h ... FAILED [INFO] [stderr] time: 14.851 ms. translation_unit [INFO] [stderr] time: 31.213 ms. translation_unit [INFO] [stderr] time: 52.281 ms. translation_unit [INFO] [stderr] time: 18.206 ms. translation_unit [INFO] [stdout] test header_mangling_macos_hpp ... FAILED [INFO] [stdout] test header_mangling_linux32_hpp ... FAILED [INFO] [stdout] test header_mangling_win64_hpp ... FAILED [INFO] [stdout] test header_mangling_linux64_hpp ... FAILED [INFO] [stderr] time: 59.989 ms. translation_unit [INFO] [stdout] test header_module_whitelisted_hpp ... FAILED [INFO] [stderr] time: 27.079 ms. translation_unit [INFO] [stdout] test header_method_mangling_hpp ... FAILED [INFO] [stdout] test header_layout_mbuf_h ... FAILED [INFO] [stderr] time: 23.693 ms. translation_unit [INFO] [stdout] test header_msvc_no_usr_hpp ... FAILED [INFO] [stdout] test header_layout_mbuf_1_0_h ... FAILED [INFO] [stderr] time: 33.845 ms. translation_unit [INFO] [stdout] test header_mutable_hpp ... FAILED [INFO] [stderr] time: 79.995 ms. translation_unit [INFO] [stderr] time: 55.331 ms. translation_unit [INFO] [stderr] time: 35.826 ms. translation_unit [INFO] [stderr] time: 36.958 ms. translation_unit [INFO] [stdout] test header_layout_eth_conf_1_0_h ... FAILED [INFO] [stdout] test header_no_comments_h ... FAILED [INFO] [stdout] test header_multiple_inherit_empty_correct_layout_hpp ... FAILED [INFO] [stdout] test header_nested_hpp ... FAILED [INFO] [stderr] time: 29.645 ms. translation_unit [INFO] [stdout] test header_namespace_hpp ... FAILED [INFO] [stdout] test header_nested_vtable_hpp ... FAILED [INFO] [stderr] time: 30.275 ms. translation_unit [INFO] [stderr] time: 25.079 ms. translation_unit [INFO] [stdout] test header_no_copy_opaque_hpp ... FAILED [INFO] [stdout] test header_layout_eth_conf_h ... FAILED [INFO] [stdout] test header_nested_within_namespace_hpp ... FAILED [INFO] [stderr] time: 8.523 ms. translation_unit [INFO] [stdout] test header_no_copy_hpp ... FAILED [INFO] [stderr] time: 7.647 ms. translation_unit [INFO] [stderr] time: 24.651 ms. translation_unit [INFO] [stdout] test header_no_copy_whitelisted_hpp ... FAILED [INFO] [stdout] test header_no_derive_default_h ... FAILED [INFO] [stderr] time: 21.787 ms. translation_unit [INFO] [stdout] test header_no_derive_debug_h ... FAILED [INFO] [stderr] time: 10.675 ms. translation_unit [INFO] [stdout] test header_no_hash_opaque_hpp ... FAILED [INFO] [stderr] time: 4.963 ms. translation_unit [INFO] [stderr] time: 19.645 ms. translation_unit [INFO] [stderr] time: 31.363 ms. translation_unit [INFO] [stdout] test header_no_std_h ... FAILED [INFO] [stdout] test header_no_partialeq_whitelisted_hpp ... FAILED [INFO] [stderr] time: 15.314 ms. translation_unit [INFO] [stderr] time: 16.598 ms. translation_unit [INFO] [stdout] test header_no_recursive_whitelisting_h ... FAILED [INFO] [stdout] test header_no_hash_whitelisted_hpp ... FAILED [INFO] [stdout] test header_non_type_params_hpp ... FAILED [INFO] [stderr] time: 11.743 ms. translation_unit [INFO] [stderr] time: 25.670 ms. translation_unit [INFO] [stderr] time: 16.388 ms. translation_unit [INFO] [stdout] test header_objc_class_h ... FAILED [INFO] [stderr] time: 11.324 ms. translation_unit [INFO] [stdout] test header_objc_category_h ... FAILED [INFO] [stdout] test header_issue_769_bad_instantiation_test_hpp ... FAILED [INFO] [stderr] time: 13.175 ms. translation_unit [INFO] [stderr] time: 37.245 ms. translation_unit [INFO] [stdout] test header_nsstyleautoarray_hpp ... FAILED [INFO] [stderr] time: 19.712 ms. translation_unit [INFO] [stdout] test header_no_partialeq_opaque_hpp ... FAILED [INFO] [stdout] test header_objc_class_method_h ... FAILED [INFO] [stdout] test header_nsbasehashtable_hpp ... FAILED [INFO] [stderr] time: 11.772 ms. translation_unit [INFO] [stdout] test header_objc_interface_h ... FAILED [INFO] [stderr] time: 53.949 ms. translation_unit [INFO] [stdout] test header_objc_interface_type_h ... FAILED [INFO] [stderr] time: 14.159 ms. translation_unit [INFO] [stderr] time: 4.230 ms. translation_unit [INFO] [stdout] test header_objc_method_h ... FAILED [INFO] [stdout] test header_objc_method_clash_h ... FAILED [INFO] [stderr] time: 5.777 ms. translation_unit [INFO] [stderr] time: 17.151 ms. translation_unit [INFO] [stdout] test header_objc_property_fnptr_h ... FAILED [INFO] [stdout] test header_objc_protocol_h ... FAILED [INFO] [stderr] time: 12.132 ms. translation_unit [INFO] [stdout] test header_objc_whitelist_h ... FAILED [INFO] [stderr] time: 8.389 ms. translation_unit [INFO] [stdout] test header_only_bitfields_hpp ... FAILED [INFO] [stderr] time: 7.648 ms. translation_unit [INFO] [stdout] test header_objc_sel_and_id_h ... FAILED [INFO] [stderr] time: 23.851 ms. translation_unit [INFO] [stderr] time: 33.908 ms. translation_unit [INFO] [stdout] test header_opaque_in_struct_hpp ... FAILED [INFO] [stderr] time: 46.079 ms. translation_unit [INFO] [stdout] test header_opaque_tracing_hpp ... FAILED [INFO] [stderr] time: 9.031 ms. translation_unit [INFO] [stderr] time: 18.802 ms. translation_unit [INFO] [stdout] test header_opaque_template_inst_member_hpp ... FAILED [INFO] [stdout] test header_opaque_pointer_hpp ... FAILED [INFO] [stderr] time: 20.989 ms. translation_unit [INFO] [stdout] test header_opaque_template_inst_member_2_hpp ... FAILED [INFO] [stdout] test header_opaque_template_instantiation_hpp ... FAILED [INFO] [stderr] time: 3.958 ms. translation_unit [INFO] [stderr] time: 23.351 ms. translation_unit [INFO] [stdout] test header_overflowed_enum_hpp ... FAILED [INFO] [stderr] time: 16.662 ms. translation_unit [INFO] [stdout] test header_opaque_typedef_hpp ... FAILED [INFO] [stderr] time: 16.610 ms. translation_unit [INFO] [stdout] test header_opaque_template_instantiation_namespaced_hpp ... FAILED [INFO] [stdout] test header_ord_enum_h ... FAILED [INFO] [stderr] time: 19.352 ms. translation_unit [INFO] [stdout] test header_overloading_hpp ... FAILED [INFO] [stderr] time: 6.966 ms. translation_unit [INFO] [stderr] time: 12.775 ms. translation_unit [INFO] [stdout] test header_prepend_enum_constified_variant_h ... FAILED [INFO] [stdout] test header_packed_vtable_h ... FAILED [INFO] [stderr] time: 13.964 ms. translation_unit [INFO] [stdout] test header_prepend_enum_name_hpp ... FAILED [INFO] [stderr] time: 28.221 ms. translation_unit [INFO] [stdout] test header_redeclaration_hpp ... FAILED [INFO] [stderr] time: 27.508 ms. translation_unit [INFO] [stdout] test header_reparented_replacement_hpp ... FAILED [INFO] [stderr] time: 65.638 ms. translation_unit [INFO] [stderr] time: 21.946 ms. translation_unit [INFO] [stderr] [2019-10-04T19:58:44Z ERROR bindgen::ir::item] Unhandled cursor kind 25: Cursor(~String kind: CXXDestructor, loc: /opt/rustwide/workdir/tests/headers/public-dtor.hpp:11:9, usr: Some("c:@N@cv@S@String@F@~String#")) [INFO] [stdout] test header_ref_argument_array_hpp ... FAILED [INFO] [stdout] test header_public_dtor_hpp ... FAILED [INFO] [stderr] time: 31.472 ms. translation_unit [INFO] [stderr] time: 12.555 ms. translation_unit [INFO] [stdout] test header_replace_use_hpp ... FAILED [INFO] [stdout] test header_repr_align_hpp ... FAILED [INFO] [stderr] time: 14.877 ms. translation_unit [INFO] [stdout] test header_replace_template_alias_hpp ... FAILED [INFO] [stderr] time: 4.550 ms. translation_unit [INFO] [stderr] time: 25.150 ms. translation_unit [INFO] [stderr] time: 21.225 ms. translation_unit [INFO] [stderr] time: 12.106 ms. translation_unit [INFO] [stdout] test header_replaces_double_hpp ... FAILED [INFO] [stdout] test header_private_hpp ... FAILED [INFO] [stdout] test header_same_struct_name_in_different_namespaces_hpp ... FAILED [INFO] [stderr] time: 3.938 ms. translation_unit [INFO] [stderr] time: 23.672 ms. translation_unit [INFO] [stdout] test header_sentry_defined_multiple_times_hpp ... FAILED [INFO] [stdout] test header_mangling_win32_hpp ... FAILED [INFO] [stdout] test header_short_enums_hpp ... FAILED [INFO] [stderr] time: 23.077 ms. translation_unit [INFO] [stdout] test header_resolved_type_def_function_h ... FAILED [INFO] [stderr] time: 15.057 ms. translation_unit [INFO] [stdout] test header_size_t_template_hpp ... FAILED [INFO] [stderr] time: 34.048 ms. translation_unit [INFO] [stderr] time: 10.646 ms. translation_unit [INFO] [stderr] time: 45.590 ms. translation_unit [INFO] [stderr] time: 23.092 ms. translation_unit [INFO] [stdout] test header_struct_with_anon_union_1_0_h ... FAILED [INFO] [stdout] test header_struct_with_anon_struct_pointer_h ... FAILED [INFO] [stdout] test header_struct_with_anon_struct_array_h ... FAILED [INFO] [stderr] time: 16.278 ms. translation_unit [INFO] [stderr] time: 9.832 ms. translation_unit [INFO] [stderr] time: 15.745 ms. translation_unit [INFO] [stderr] time: 13.515 ms. translation_unit [INFO] [stdout] test header_struct_typedef_h ... FAILED [INFO] [stdout] test header_struct_with_anon_unnamed_struct_h ... FAILED [INFO] [stdout] test header_struct_with_anon_union_h ... FAILED [INFO] [stdout] test header_struct_with_anon_struct_h ... FAILED [INFO] [stderr] time: 34.790 ms. translation_unit [INFO] [stdout] test header_struct_typedef_ns_hpp ... FAILED [INFO] [stdout] test header_struct_containing_forward_declared_struct_h ... FAILED [INFO] [stderr] time: 15.539 ms. translation_unit [INFO] [stderr] time: 38.330 ms. translation_unit [INFO] [stdout] test header_struct_with_large_array_hpp ... FAILED [INFO] [stderr] time: 21.820 ms. translation_unit [INFO] [stderr] time: 14.150 ms. translation_unit [INFO] [stdout] test header_struct_with_anon_unnamed_union_h ... FAILED [INFO] [stderr] time: 60.330 ms. translation_unit [INFO] [stdout] test header_struct_with_anon_unnamed_union_1_0_h ... FAILED [INFO] [stderr] time: 28.675 ms. translation_unit [INFO] [stdout] test header_struct_with_derive_debug_h ... FAILED [INFO] [stderr] time: 21.715 ms. translation_unit [INFO] [stdout] test header_struct_with_bitfields_h ... FAILED [INFO] [stdout] test header_struct_with_nesting_1_0_h ... FAILED [INFO] [stdout] test header_struct_with_nesting_h ... FAILED [INFO] [stderr] time: 7.457 ms. translation_unit [INFO] [stdout] test header_struct_with_typedef_template_arg_hpp ... FAILED [INFO] [stderr] time: 26.702 ms. translation_unit [INFO] [stderr] time: 17.892 ms. translation_unit [INFO] [stdout] test header_template_alias_basic_hpp ... FAILED [INFO] [stdout] test header_struct_with_packing_h ... FAILED [INFO] [stderr] time: 28.039 ms. translation_unit [INFO] [stderr] time: 7.062 ms. translation_unit [INFO] [stdout] test header_template_alias_hpp ... FAILED [INFO] [stderr] time: 57.527 ms. translation_unit [INFO] [stdout] test header_template_alias_namespace_hpp ... FAILED [INFO] [stdout] test header_struct_with_struct_h ... FAILED [INFO] [stderr] time: 14.460 ms. translation_unit [INFO] [stdout] test header_template_fun_hpp ... FAILED [INFO] [stderr] time: 6.993 ms. translation_unit [INFO] [stdout] test header_objc_template_h ... FAILED [INFO] [stderr] time: 31.040 ms. translation_unit [INFO] [stderr] time: 28.077 ms. translation_unit [INFO] [stderr] time: 15.998 ms. translation_unit [INFO] [stdout] test header_template_param_usage_13_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_11_hpp ... FAILED [INFO] [stderr] time: 14.369 ms. translation_unit [INFO] [stderr] time: 13.773 ms. translation_unit [INFO] [stdout] test header_template_param_usage_0_hpp ... FAILED [INFO] [stderr] time: 14.202 ms. translation_unit [INFO] [stderr] time: 14.690 ms. translation_unit [INFO] [stderr] time: 19.660 ms. translation_unit [INFO] [stdout] test header_template_param_usage_14_hpp ... FAILED [INFO] [stdout] test header_template_fun_ty_hpp ... FAILED [INFO] [stderr] time: 10.403 ms. translation_unit [INFO] [stdout] test header_template_param_usage_15_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_10_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_12_hpp ... FAILED [INFO] [stderr] time: 31.690 ms. translation_unit [INFO] [stdout] test header_template_param_usage_1_hpp ... FAILED [INFO] [stderr] time: 17.615 ms. translation_unit [INFO] [stdout] test header_template_param_usage_3_hpp ... FAILED [INFO] [stderr] time: 47.929 ms. translation_unit [INFO] [stdout] test header_template_param_usage_6_hpp ... FAILED [INFO] [stderr] time: 17.562 ms. translation_unit [INFO] [stderr] time: 29.654 ms. translation_unit [INFO] [stdout] test header_template_param_usage_2_hpp ... FAILED [INFO] [stdout] test header_partial_specialization_and_inheritance_hpp ... FAILED [INFO] [stderr] time: 19.645 ms. translation_unit [INFO] [stdout] test header_template_param_usage_5_hpp ... FAILED [INFO] [stderr] time: 22.116 ms. translation_unit [INFO] [stdout] test header_template_param_usage_8_hpp ... FAILED [INFO] [stderr] time: 21.900 ms. translation_unit [INFO] [stderr] time: 23.717 ms. translation_unit [INFO] [stdout] test header_template_param_usage_4_hpp ... FAILED [INFO] [stdout] test header_template_partial_specification_hpp ... FAILED [INFO] [stderr] time: 39.613 ms. translation_unit [INFO] [stderr] time: 8.531 ms. translation_unit [INFO] [stdout] test header_template_with_var_hpp ... FAILED [INFO] [stdout] test header_template_param_usage_7_hpp ... FAILED [INFO] [stderr] time: 8.190 ms. translation_unit [INFO] [stdout] test header_template_param_usage_9_hpp ... FAILED [INFO] [stderr] time: 19.720 ms. translation_unit [INFO] [stdout] test header_templatized_bitfield_hpp ... FAILED [INFO] [stderr] time: 44.051 ms. translation_unit [INFO] [stderr] time: 24.736 ms. translation_unit [INFO] [stdout] test header_template_typedef_transitive_param_hpp ... FAILED [INFO] [stdout] test header_type_alias_empty_hpp ... FAILED [INFO] [stderr] time: 61.764 ms. translation_unit [INFO] [stderr] time: 36.873 ms. translation_unit [INFO] [stderr] time: 35.583 ms. translation_unit [INFO] [stderr] time: 98.319 ms. translation_unit [INFO] [stdout] test header_templateref_opaque_hpp ... FAILED [INFO] [stdout] test header_type_alias_partial_template_especialization_hpp ... FAILED [INFO] [stderr] time: 22.323 ms. translation_unit [INFO] [stdout] test header_type_referenced_by_whitelisted_function_h ... FAILED [INFO] [stdout] test header_template_typedefs_hpp ... FAILED [INFO] [stderr] time: 24.582 ms. translation_unit [INFO] [stdout] test header_template_hpp ... FAILED [INFO] [stderr] time: 25.903 ms. translation_unit [INFO] [stdout] test header_typeref_1_0_hpp ... FAILED [INFO] [stdout] test header_underscore_hpp ... FAILED [INFO] [stderr] time: 6.335 ms. translation_unit [INFO] [stdout] test header_typedefd_array_as_function_arg_h ... FAILED [INFO] [stderr] time: 19.759 ms. translation_unit [INFO] [stdout] test header_union_align_h ... FAILED [INFO] [stderr] time: 27.670 ms. translation_unit [INFO] [stdout] test header_transform_op_hpp ... FAILED [INFO] [stderr] time: 4.415 ms. translation_unit [INFO] [stderr] time: 49.550 ms. translation_unit [INFO] [stdout] test header_union_dtor_1_0_hpp ... FAILED [INFO] [stdout] test header_union_bitfield_h ... FAILED [INFO] [stderr] time: 18.632 ms. translation_unit [INFO] [stdout] test header_union_fields_hpp ... FAILED [INFO] [stdout] test header_typeref_hpp ... FAILED [INFO] [stderr] time: 57.401 ms. translation_unit [INFO] [stderr] time: 30.203 ms. translation_unit [INFO] [stderr] time: 24.035 ms. translation_unit [INFO] [stdout] test header_union_in_ns_hpp ... FAILED [INFO] [stderr] time: 61.467 ms. translation_unit [INFO] [stderr] time: 31.726 ms. translation_unit [INFO] [stdout] test header_union_dtor_hpp ... FAILED [INFO] [stderr] time: 11.843 ms. translation_unit [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_bitfield_1_0_h ... FAILED [INFO] [stdout] test header_union_template_1_0_hpp ... FAILED [INFO] [stderr] time: 29.268 ms. translation_unit [INFO] [stderr] time: 6.975 ms. translation_unit [INFO] [stdout] test header_union_with_anon_struct_bitfield_1_0_h ... FAILED [INFO] [stderr] time: 34.060 ms. translation_unit [INFO] [stdout] test header_union_with_anon_struct_1_0_h ... FAILED [INFO] [stdout] test header_union_with_anon_struct_h ... FAILED [INFO] [stderr] time: 27.825 ms. translation_unit [INFO] [stderr] time: 41.221 ms. translation_unit [INFO] [stdout] test header_union_with_anon_union_1_0_h ... FAILED [INFO] [stderr] time: 7.443 ms. translation_unit [INFO] [stderr] time: 26.157 ms. translation_unit [INFO] [stdout] test header_union_template_hpp ... FAILED [INFO] [stdout] test header_union_with_anon_struct_bitfield_h ... FAILED [INFO] [stdout] test header_union_with_anon_union_h ... FAILED [INFO] [stderr] time: 7.670 ms. translation_unit [INFO] [stderr] time: 13.766 ms. translation_unit [INFO] [stdout] test header_union_with_anon_unnamed_struct_1_0_h ... FAILED [INFO] [stdout] test header_union_with_anon_unnamed_union_1_0_h ... FAILED [INFO] [stderr] time: 19.613 ms. translation_unit [INFO] [stdout] test header_union_with_anon_unnamed_struct_h ... FAILED [INFO] [stderr] time: 28.285 ms. translation_unit [INFO] [stderr] time: 23.697 ms. translation_unit [INFO] [stderr] time: 17.982 ms. translation_unit [INFO] [stdout] test header_union_with_nesting_1_0_h ... FAILED [INFO] [stdout] test header_union_with_big_member_1_0_h ... FAILED [INFO] [stderr] time: 63.883 ms. translation_unit [INFO] [stdout] test header_union_with_big_member_h ... FAILED [INFO] [stdout] test header_union_with_anon_unnamed_union_h ... FAILED [INFO] [stderr] time: 19.940 ms. translation_unit [INFO] [stdout] test header_union_with_nesting_h ... FAILED [INFO] [stderr] time: 15.633 ms. translation_unit [INFO] [stdout] test header_using_hpp ... FAILED [INFO] [stderr] time: 12.517 ms. translation_unit [INFO] [stdout] test header_use_core_1_0_h ... FAILED [INFO] [stderr] time: 34.191 ms. translation_unit [INFO] [stdout] test header_variadic_template_function_hpp ... FAILED [INFO] [stderr] time: 25.187 ms. translation_unit [INFO] [stderr] time: 47.732 ms. translation_unit [INFO] [stdout] test header_var_tracing_hpp ... FAILED [INFO] [stderr] time: 18.873 ms. translation_unit [INFO] [stdout] test header_vector_hpp ... FAILED [INFO] [stdout] test header_variadic_method_hpp ... FAILED [INFO] [stderr] time: 15.241 ms. translation_unit [INFO] [stdout] test header_unknown_attr_h ... FAILED [INFO] [stderr] time: 7.680 ms. translation_unit [INFO] [stdout] test header_virtual_dtor_hpp ... FAILED [INFO] [stderr] time: 23.624 ms. translation_unit [INFO] [stderr] time: 22.306 ms. translation_unit [INFO] [stderr] time: 9.440 ms. translation_unit [INFO] [stdout] test header_virtual_inheritance_hpp ... FAILED [INFO] [stderr] time: 15.306 ms. translation_unit [INFO] [stdout] test header_weird_bitfields_hpp ... FAILED [INFO] [stdout] test header_what_is_going_on_hpp ... FAILED [INFO] [stdout] test header_use_core_h ... FAILED [INFO] [stderr] time: 9.387 ms. translation_unit [INFO] [stdout] test header_vtable_recursive_sig_hpp ... FAILED [INFO] [stderr] time: 13.023 ms. translation_unit [INFO] [stdout] test header_whitelist_fix_hpp ... FAILED [INFO] [stderr] time: 10.307 ms. translation_unit [INFO] [stdout] test header_whitelist_namespaces_basic_hpp ... FAILED [INFO] [stderr] time: 5.517 ms. translation_unit [INFO] [stderr] time: 19.652 ms. translation_unit [INFO] [stdout] test header_whitelist_basic_hpp ... FAILED [INFO] [stderr] time: 36.313 ms. translation_unit [INFO] [stdout] test header_whitelisted_item_references_no_copy_hpp ... FAILED [INFO] [stdout] test header_whitelist_namespaces_hpp ... FAILED [INFO] [stderr] time: 11.393 ms. translation_unit [INFO] [stdout] test header_virtual_overloaded_hpp ... FAILED [INFO] [stderr] time: 8.465 ms. translation_unit [INFO] [stdout] test header_whitelist_vars_h ... FAILED [INFO] [stderr] time: 8.903 ms. translation_unit [INFO] [stdout] test header_whitelisted_item_references_no_partialeq_hpp ... FAILED [INFO] [stdout] Checking for #include directives of system headers... [INFO] [stderr] time: 14.238 ms. translation_unit [INFO] [stdout] Found none; OK! [INFO] [stdout] test header_whitelisted_item_references_no_hash_hpp ... FAILED [INFO] [stderr] time: 4.034 ms. translation_unit [INFO] [stderr] time: 7.857 ms. translation_unit [INFO] [stdout] test header_win32_thiscall_1_0_hpp ... FAILED [INFO] [stdout] test header_zero_size_array_align_h ... FAILED [INFO] [stderr] time: 8.367 ms. translation_unit [INFO] [stdout] test no_system_header_includes ... ok [INFO] [stdout] test header_with_array_pointers_arguments_h ... FAILED [INFO] [stderr] time: 4.559 ms. translation_unit [INFO] [stderr] time: 7.863 ms. translation_unit [INFO] [stderr] time: 3.040 ms. translation_unit [INFO] [stdout] test header_win32_thiscall_nightly_hpp ... FAILED [INFO] [stdout] test header_without_array_pointers_arguments_h ... FAILED [INFO] [stderr] time: 16.113 ms. translation_unit [INFO] [stdout] test header_zero_sized_array_hpp ... FAILED [INFO] [stderr] time: 9.125 ms. translation_unit [INFO] [stderr] time: 9.698 ms. translation_unit [INFO] [stderr] time: 13.286 ms. translation_unit [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2019-09-28-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2019-09-28-x86_64-unknown-linux-gnu` [INFO] [stdout] test header_type_alias_template_specialized_hpp ... FAILED [INFO] [stdout] test test_multiple_header_calls_in_builder ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2019-09-28-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2019-09-28-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-09-28-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2019-09-28-x86_64-unknown-linux-gnu` [INFO] [stdout] test test_header_contents ... 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:1165:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55a17e334a34 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55a17e334a34 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55a17e334a34 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x55a17e334a34 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x55a17e35a60c - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x55a17da07a35 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x55a17e32e091 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x55a17e336f75 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x55a17e336f75 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55a17e336f75 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x55a17e336bfc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x55a17e337675 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x55a17e337212 - std::panicking::continue_panic_fmt::hd961751be84a6f83 [INFO] [stdout] at src/libstd/panicking.rs:380 [INFO] [stdout] 13: 0x55a17e337106 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:307 [INFO] [stdout] 14: 0x55a17e356e5a - core::panicking::panic_fmt::h467e0364f9237670 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 15: 0x55a17e356f57 - core::result::unwrap_failed::h38f3a56f1dadf080 [INFO] [stdout] at src/libcore/result.rs:1165 [INFO] [stdout] 16: 0x55a17de0a5b9 - core::result::Result::expect::h2bc7d854106ad5e5 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/result.rs:960 [INFO] [stdout] 17: 0x55a17d964a94 - tests::dump_preprocessed_input::h747ac684314bcbae [INFO] [stdout] at tests/tests.rs:440 [INFO] [stdout] 18: 0x55a17d9649aa - tests::dump_preprocessed_input::{{closure}}::h8938f43272d19252 [INFO] [stdout] at tests/tests.rs:433 [INFO] [stdout] 19: 0x55a17d9b7a1e - core::ops::function::FnOnce::call_once::h537bc21f019785e3 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 20: 0x55a17da1192f - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 21: 0x55a17e33ee7a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 22: 0x55a17da2c13e - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 23: 0x55a17da2c13e - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x55a17da2c13e - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 25: 0x55a17da071a5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 26: 0x55a17da0b335 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 27: 0x55a17da0b335 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 28: 0x55a17da0b335 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 29: 0x55a17e33ee7a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 30: 0x55a17da0b8e2 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 31: 0x55a17da0b8e2 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x55a17da0b8e2 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 33: 0x55a17da0b8e2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 34: 0x55a17e32965f - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 35: 0x55a17e33e1e0 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 36: 0x55a17e33e1e0 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 37: 0x55a17e33e1e0 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 38: 0x7f52c33106db - start_thread [INFO] [stdout] 39: 0x7f52c2e2188f - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- header_381_decltype_alias_hpp stdout ---- [INFO] [stdout] thread 'header_381_decltype_alias_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] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [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] [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] [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] [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] [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] [INFO] [stdout] ---- header_abi_variadic_function_hpp stdout ---- [INFO] [stdout] thread 'header_abi_variadic_function_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [INFO] [stdout] ---- header_bitfield_large_overflow_hpp stdout ---- [INFO] [stdout] /opt/rustwide/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] [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] [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] [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] [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] [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] [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] [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] [INFO] [stdout] ---- header_builtin_template_hpp stdout ---- [INFO] [stdout] thread 'header_builtin_template_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [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] [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] [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] [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] [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] [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] [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] [INFO] [stdout] ---- header_class_static_const_hpp stdout ---- [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] [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] [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] [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] [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] [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] [INFO] [stdout] ---- header_comment_indent_hpp stdout ---- [INFO] [stdout] thread 'header_comment_indent_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [INFO] [stdout] ---- header_constify_module_enums_simple_alias_hpp stdout ---- [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] [INFO] [stdout] ---- header_constify_module_enums_simple_nonamespace_hpp stdout ---- [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] [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] [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] [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] [INFO] [stdout] ---- header_constify_module_enums_types_hpp stdout ---- [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [INFO] [stdout] ---- header_call_conv_field_h stdout ---- [INFO] [stdout] /opt/rustwide/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] [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] [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] [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] [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] [INFO] [stdout] ---- header_disable_namespacing_hpp stdout ---- [INFO] [stdout] thread 'header_disable_namespacing_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [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] [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] [INFO] [stdout] ---- header_divide_by_zero_in_struct_layout_h stdout ---- [INFO] [stdout] thread 'header_divide_by_zero_in_struct_layout_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [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] [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] [INFO] [stdout] ---- header_do_not_derive_copy_hpp stdout ---- [INFO] [stdout] thread 'header_do_not_derive_copy_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_dupe_enum_variant_in_namespace_h stdout ---- [INFO] [stdout] thread 'header_dupe_enum_variant_in_namespace_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_duplicated_constants_in_ns_hpp stdout ---- [INFO] [stdout] thread 'header_duplicated_constants_in_ns_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_doggo_or_null_hpp stdout ---- [INFO] [stdout] thread 'header_doggo_or_null_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_elaborated_hpp stdout ---- [INFO] [stdout] thread 'header_elaborated_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_duplicated_namespaces_hpp stdout ---- [INFO] [stdout] thread 'header_duplicated_namespaces_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_duplicated_namespaces_definitions_hpp stdout ---- [INFO] [stdout] thread 'header_duplicated_namespaces_definitions_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [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] [INFO] [stdout] ---- header_empty_template_param_name_hpp stdout ---- [INFO] [stdout] thread 'header_empty_template_param_name_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_alias_hpp stdout ---- [INFO] [stdout] thread 'header_enum_alias_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_default_consts_h stdout ---- [INFO] [stdout] thread 'header_enum_default_consts_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_and_vtable_mangling_hpp stdout ---- [INFO] [stdout] thread 'header_enum_and_vtable_mangling_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_empty_union_hpp stdout ---- [INFO] [stdout] thread 'header_empty_union_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_empty_enum_h stdout ---- [INFO] [stdout] thread 'header_empty_enum_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_default_module_h stdout ---- [INFO] [stdout] thread 'header_enum_default_module_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_default_rust_h stdout ---- [INFO] [stdout] thread 'header_enum_default_rust_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_doc_rusty_h stdout ---- [INFO] [stdout] thread 'header_enum_doc_rusty_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_doc_mod_h stdout ---- [INFO] [stdout] thread 'header_enum_doc_mod_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_default_bitfield_h stdout ---- [INFO] [stdout] thread 'header_enum_default_bitfield_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_dupe_h stdout ---- [INFO] [stdout] thread 'header_enum_dupe_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_doc_bitfield_h stdout ---- [INFO] [stdout] thread 'header_enum_doc_bitfield_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_doc_h stdout ---- [INFO] [stdout] thread 'header_enum_doc_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_explicit_type_constants_hpp stdout ---- [INFO] [stdout] thread 'header_enum_explicit_type_constants_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_explicit_type_hpp stdout ---- [INFO] [stdout] thread 'header_enum_explicit_type_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_in_template_hpp stdout ---- [INFO] [stdout] thread 'header_enum_in_template_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_h stdout ---- [INFO] [stdout] thread 'header_enum_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_packed_h stdout ---- [INFO] [stdout] thread 'header_enum_packed_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [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] [INFO] [stdout] ---- header_enum_undefault_h stdout ---- [INFO] [stdout] thread 'header_enum_undefault_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_variant_replaces_h stdout ---- [INFO] [stdout] thread 'header_enum_variant_replaces_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_extern_hpp stdout ---- [INFO] [stdout] thread 'header_extern_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_eval_value_dependent_hpp stdout ---- [INFO] [stdout] thread 'header_eval_value_dependent_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_extern_const_struct_h stdout ---- [INFO] [stdout] thread 'header_extern_const_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_negative_h stdout ---- [INFO] [stdout] thread 'header_enum_negative_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_eval_variadic_template_parameter_hpp stdout ---- [INFO] [stdout] thread 'header_eval_variadic_template_parameter_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_enum_in_template_with_typedef_hpp stdout ---- [INFO] [stdout] thread 'header_enum_in_template_with_typedef_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_forward_declared_complex_types_hpp stdout ---- [INFO] [stdout] thread 'header_forward_declared_complex_types_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_float128_hpp stdout ---- [INFO] [stdout] thread 'header_float128_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_forward_declared_complex_types_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_forward_declared_complex_types_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_forward_declaration_autoptr_hpp stdout ---- [INFO] [stdout] thread 'header_forward_declaration_autoptr_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_func_proto_h stdout ---- [INFO] [stdout] thread 'header_func_proto_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_forward_enum_decl_hpp stdout ---- [INFO] [stdout] thread 'header_forward_enum_decl_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_forward_declared_struct_h stdout ---- [INFO] [stdout] thread 'header_forward_declared_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_forward_inherit_struct_with_fields_hpp stdout ---- [INFO] [stdout] thread 'header_forward_inherit_struct_with_fields_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_forward_inherit_struct_hpp stdout ---- [INFO] [stdout] thread 'header_forward_inherit_struct_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_forward_declared_opaque_h stdout ---- [INFO] [stdout] thread 'header_forward_declared_opaque_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_func_with_array_arg_h stdout ---- [INFO] [stdout] thread 'header_func_with_array_arg_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_func_ptr_h stdout ---- [INFO] [stdout] thread 'header_func_ptr_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_func_with_func_ptr_arg_h stdout ---- [INFO] [stdout] thread 'header_func_with_func_ptr_arg_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_func_ptr_return_type_h stdout ---- [INFO] [stdout] thread 'header_func_ptr_return_type_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_gen_constructors_hpp stdout ---- [INFO] [stdout] thread 'header_gen_constructors_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_func_ptr_in_struct_h stdout ---- [INFO] [stdout] thread 'header_func_ptr_in_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_gen_destructors_hpp stdout ---- [INFO] [stdout] thread 'header_gen_destructors_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_gen_destructors_neg_hpp stdout ---- [INFO] [stdout] thread 'header_gen_destructors_neg_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_gen_constructors_neg_hpp stdout ---- [INFO] [stdout] thread 'header_gen_constructors_neg_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_generate_inline_hpp stdout ---- [INFO] [stdout] thread 'header_generate_inline_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_in_class_typedef_hpp stdout ---- [INFO] [stdout] thread 'header_in_class_typedef_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_i128_h stdout ---- [INFO] [stdout] thread 'header_i128_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_incomplete_array_padding_h stdout ---- [INFO] [stdout] thread 'header_incomplete_array_padding_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_infinite_macro_h stdout ---- [INFO] [stdout] thread 'header_infinite_macro_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inherit_from_template_instantiation_with_vtable_hpp stdout ---- [INFO] [stdout] thread 'header_inherit_from_template_instantiation_with_vtable_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inherit_named_hpp stdout ---- [INFO] [stdout] thread 'header_inherit_named_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inherit_namespaced_hpp stdout ---- [INFO] [stdout] thread 'header_inherit_namespaced_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inline_namespace_conservative_hpp stdout ---- [INFO] [stdout] thread 'header_inline_namespace_conservative_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inherit_typedef_hpp stdout ---- [INFO] [stdout] thread 'header_inherit_typedef_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inline_function_h stdout ---- [INFO] [stdout] thread 'header_inline_function_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inline_namespace_whitelist_hpp stdout ---- [INFO] [stdout] thread 'header_inline_namespace_whitelist_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inline_namespace_hpp stdout ---- [INFO] [stdout] thread 'header_inline_namespace_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_int128_t_h stdout ---- [INFO] [stdout] thread 'header_int128_t_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inline_namespace_no_ns_enabled_hpp stdout ---- [INFO] [stdout] thread 'header_inline_namespace_no_ns_enabled_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inner_template_self_hpp stdout ---- [INFO] [stdout] thread 'header_inner_template_self_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1025_unknown_enum_repr_hpp stdout ---- [INFO] [stdout] /opt/rustwide/workdir/tests/headers/issue-1025-unknown-enum-repr.hpp:3:3: warning: declaration does not declare anything [-Wmissing-declarations], err: false [INFO] [stdout] thread 'header_issue_1025_unknown_enum_repr_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_inner_const_hpp stdout ---- [INFO] [stdout] thread 'header_inner_const_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1034_h stdout ---- [INFO] [stdout] /opt/rustwide/workdir/tests/headers/issue-1034.h:3:18: warning: expected ';' at end of declaration list, err: false [INFO] [stdout] thread 'header_issue_1034_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1076_unnamed_bitfield_alignment_h stdout ---- [INFO] [stdout] /opt/rustwide/workdir/tests/headers/issue-1076-unnamed-bitfield-alignment.h:3:17: warning: expected ';' at end of declaration list, err: false [INFO] [stdout] thread 'header_issue_1076_unnamed_bitfield_alignment_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1118_using_forward_decl_hpp stdout ---- [INFO] [stdout] thread 'header_issue_1118_using_forward_decl_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1198_alias_rust_bitfield_enum_h stdout ---- [INFO] [stdout] thread 'header_issue_1198_alias_rust_bitfield_enum_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1197_pure_virtual_stuff_hpp stdout ---- [INFO] [stdout] thread 'header_issue_1197_pure_virtual_stuff_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1113_template_references_hpp stdout ---- [INFO] [stdout] thread 'header_issue_1113_template_references_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1040_h stdout ---- [INFO] [stdout] thread 'header_issue_1040_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1198_alias_rust_const_mod_bitfield_enum_h stdout ---- [INFO] [stdout] thread 'header_issue_1198_alias_rust_const_mod_bitfield_enum_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1198_alias_rust_const_mod_enum_h stdout ---- [INFO] [stdout] thread 'header_issue_1198_alias_rust_const_mod_enum_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1281_h stdout ---- [INFO] [stdout] thread 'header_issue_1281_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1216_variadic_member_h stdout ---- [INFO] [stdout] thread 'header_issue_1216_variadic_member_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1443_hpp stdout ---- [INFO] [stdout] thread 'header_issue_1443_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1291_hpp stdout ---- [INFO] [stdout] thread 'header_issue_1291_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1238_fwd_no_copy_h stdout ---- [INFO] [stdout] thread 'header_issue_1238_fwd_no_copy_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1554_h stdout ---- [INFO] [stdout] thread 'header_issue_1554_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1198_alias_rust_enum_h stdout ---- [INFO] [stdout] thread 'header_issue_1198_alias_rust_enum_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1498_h stdout ---- [INFO] [stdout] thread 'header_issue_1498_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1514_hpp stdout ---- [INFO] [stdout] thread 'header_issue_1514_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1350_attribute_overloadable_h stdout ---- [INFO] [stdout] thread 'header_issue_1350_attribute_overloadable_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1435_hpp stdout ---- [INFO] [stdout] thread 'header_issue_1435_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_315_hpp stdout ---- [INFO] [stdout] thread 'header_issue_315_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_311_hpp stdout ---- [INFO] [stdout] thread 'header_issue_311_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1464_hpp stdout ---- [INFO] [stdout] thread 'header_issue_1464_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_1285_h stdout ---- [INFO] [stdout] thread 'header_issue_1285_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_error_e0600_cannot_apply_unary_negation_to_u32_h stdout ---- [INFO] [stdout] /opt/rustwide/workdir/tests/headers/error-E0600-cannot-apply-unary-negation-to-u32.h:5:14: warning: integer literal is too large to be represented in a signed integer type, interpreting as unsigned [-Wimplicitly-unsigned-literal], err: false [INFO] [stdout] /opt/rustwide/workdir/tests/headers/error-E0600-cannot-apply-unary-negation-to-u32.h:5:14: warning: implicit conversion from 'unsigned long long' to 'uint32_t' (aka 'unsigned int') changes value from 18446744073709551611 to 4294967291 [-Wconstant-conversion], err: false [INFO] [stdout] thread 'header_error_e0600_cannot_apply_unary_negation_to_u32_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_410_hpp stdout ---- [INFO] [stdout] thread 'header_issue_410_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_358_hpp stdout ---- [INFO] [stdout] thread 'header_issue_358_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_447_hpp stdout ---- [INFO] [stdout] thread 'header_issue_447_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_372_hpp stdout ---- [INFO] [stdout] thread 'header_issue_372_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_446_hpp stdout ---- [INFO] [stdout] thread 'header_issue_446_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_544_stylo_creduce_2_hpp stdout ---- [INFO] [stdout] thread 'header_issue_544_stylo_creduce_2_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_573_layout_test_failures_hpp stdout ---- [INFO] [stdout] thread 'header_issue_573_layout_test_failures_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_537_repr_packed_n_h stdout ---- [INFO] [stdout] thread 'header_issue_537_repr_packed_n_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_544_stylo_creduce_hpp stdout ---- [INFO] [stdout] thread 'header_issue_544_stylo_creduce_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_569_non_type_template_params_causing_layout_test_failures_hpp stdout ---- [INFO] [stdout] thread 'header_issue_569_non_type_template_params_causing_layout_test_failures_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_574_assertion_failure_in_codegen_hpp stdout ---- [INFO] [stdout] thread 'header_issue_574_assertion_failure_in_codegen_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_537_h stdout ---- [INFO] [stdout] thread 'header_issue_537_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_493_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_issue_493_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_511_h stdout ---- [INFO] [stdout] thread 'header_issue_511_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_584_stylo_template_analysis_panic_hpp stdout ---- [INFO] [stdout] thread 'header_issue_584_stylo_template_analysis_panic_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_638_stylo_cannot_find_t_in_this_scope_hpp stdout ---- [INFO] [stdout] thread 'header_issue_638_stylo_cannot_find_t_in_this_scope_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_493_hpp stdout ---- [INFO] [stdout] thread 'header_issue_493_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_639_typedef_anon_field_hpp stdout ---- [INFO] [stdout] thread 'header_issue_639_typedef_anon_field_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_645_cannot_find_type_t_in_this_scope_hpp stdout ---- [INFO] [stdout] thread 'header_issue_645_cannot_find_type_t_in_this_scope_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_648_derive_debug_with_padding_h stdout ---- [INFO] [stdout] thread 'header_issue_648_derive_debug_with_padding_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_654_struct_fn_collision_h stdout ---- [INFO] [stdout] thread 'header_issue_654_struct_fn_collision_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_662_cannot_find_t_in_this_scope_hpp stdout ---- [INFO] [stdout] thread 'header_issue_662_cannot_find_t_in_this_scope_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_674_3_hpp stdout ---- [INFO] [stdout] thread 'header_issue_674_3_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_643_inner_struct_h stdout ---- [INFO] [stdout] thread 'header_issue_643_inner_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_662_part_2_hpp stdout ---- [INFO] [stdout] thread 'header_issue_662_part_2_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_691_template_parameter_virtual_hpp stdout ---- [INFO] [stdout] thread 'header_issue_691_template_parameter_virtual_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_674_1_hpp stdout ---- [INFO] [stdout] thread 'header_issue_674_1_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_674_2_hpp stdout ---- [INFO] [stdout] thread 'header_issue_674_2_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_807_opaque_types_methods_being_generated_hpp stdout ---- [INFO] [stdout] thread 'header_issue_807_opaque_types_methods_being_generated_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_677_nested_ns_specifier_hpp stdout ---- [INFO] [stdout] /opt/rustwide/workdir/tests/headers/issue-677-nested-ns-specifier.hpp:3:14: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions], err: false [INFO] [stdout] thread 'header_issue_677_nested_ns_specifier_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_801_opaque_sloppiness_hpp stdout ---- [INFO] [stdout] thread 'header_issue_801_opaque_sloppiness_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_739_pointer_wide_bitfield_h stdout ---- [INFO] [stdout] thread 'header_issue_739_pointer_wide_bitfield_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_820_unused_template_param_in_alias_hpp stdout ---- [INFO] [stdout] thread 'header_issue_820_unused_template_param_in_alias_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_826_generating_methods_when_asked_not_to_hpp stdout ---- [INFO] [stdout] thread 'header_issue_826_generating_methods_when_asked_not_to_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_833_1_hpp stdout ---- [INFO] [stdout] thread 'header_issue_833_1_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_833_2_hpp stdout ---- [INFO] [stdout] thread 'header_issue_833_2_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_816_h stdout ---- [INFO] [stdout] thread 'header_issue_816_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_833_hpp stdout ---- [INFO] [stdout] thread 'header_issue_833_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_946_h stdout ---- [INFO] [stdout] thread 'header_issue_946_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_944_derive_copy_and_blacklisting_hpp stdout ---- [INFO] [stdout] thread 'header_issue_944_derive_copy_and_blacklisting_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_888_enum_var_decl_jump_hpp stdout ---- [INFO] [stdout] thread 'header_issue_888_enum_var_decl_jump_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_834_hpp stdout ---- [INFO] [stdout] thread 'header_issue_834_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_848_replacement_system_include_hpp stdout ---- [INFO] [stdout] thread 'header_issue_848_replacement_system_include_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_keywords_h stdout ---- [INFO] [stdout] thread 'header_keywords_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_align_h stdout ---- [INFO] [stdout] thread 'header_layout_align_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_jsval_layout_opaque_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_jsval_layout_opaque_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_arp_h stdout ---- [INFO] [stdout] thread 'header_layout_arp_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_cmdline_token_h stdout ---- [INFO] [stdout] thread 'header_layout_cmdline_token_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_h stdout ---- [INFO] [stdout] thread 'header_layout_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_array_too_long_h stdout ---- [INFO] [stdout] thread 'header_layout_array_too_long_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_jsval_layout_opaque_hpp stdout ---- [INFO] [stdout] thread 'header_jsval_layout_opaque_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_long_double_h stdout ---- [INFO] [stdout] thread 'header_long_double_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_macro_const_h stdout ---- [INFO] [stdout] thread 'header_macro_const_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_macro_expr_basic_h stdout ---- [INFO] [stdout] thread 'header_macro_expr_basic_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_macro_expr_uncommon_token_h stdout ---- [INFO] [stdout] thread 'header_macro_expr_uncommon_token_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_kni_mbuf_h stdout ---- [INFO] [stdout] thread 'header_layout_kni_mbuf_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_array_h stdout ---- [INFO] [stdout] /opt/rustwide/workdir/tests/headers/layout_array.h:33:43: warning: declaration of 'struct rte_mempool' will not be visible outside of this function [-Wvisibility], err: false [INFO] [stdout] /opt/rustwide/workdir/tests/headers/layout_array.h:38:43: warning: declaration of 'struct rte_mempool' will not be visible outside of this function [-Wvisibility], err: false [INFO] [stdout] /opt/rustwide/workdir/tests/headers/layout_array.h:43:45: warning: declaration of 'struct rte_mempool' will not be visible outside of this function [-Wvisibility], err: false [INFO] [stdout] /opt/rustwide/workdir/tests/headers/layout_array.h:49:45: warning: declaration of 'struct rte_mempool' will not be visible outside of this function [-Wvisibility], err: false [INFO] [stdout] /opt/rustwide/workdir/tests/headers/layout_array.h:55:56: warning: declaration of 'struct rte_mempool' will not be visible outside of this function [-Wvisibility], err: false [INFO] [stdout] thread 'header_layout_array_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_macro_redef_h stdout ---- [INFO] [stdout] thread 'header_macro_redef_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_large_align_field_h stdout ---- [INFO] [stdout] thread 'header_layout_large_align_field_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_maddness_is_avoidable_hpp stdout ---- [INFO] [stdout] thread 'header_maddness_is_avoidable_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_mangling_ios_h stdout ---- [INFO] [stdout] thread 'header_mangling_ios_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_mangling_macos_hpp stdout ---- [INFO] [stdout] thread 'header_mangling_macos_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_mangling_linux32_hpp stdout ---- [INFO] [stdout] thread 'header_mangling_linux32_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_mangling_win64_hpp stdout ---- [INFO] [stdout] thread 'header_mangling_win64_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_mangling_linux64_hpp stdout ---- [INFO] [stdout] thread 'header_mangling_linux64_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_module_whitelisted_hpp stdout ---- [INFO] [stdout] thread 'header_module_whitelisted_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_method_mangling_hpp stdout ---- [INFO] [stdout] thread 'header_method_mangling_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_mbuf_h stdout ---- [INFO] [stdout] thread 'header_layout_mbuf_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_msvc_no_usr_hpp stdout ---- [INFO] [stdout] thread 'header_msvc_no_usr_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_mbuf_1_0_h stdout ---- [INFO] [stdout] thread 'header_layout_mbuf_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_mutable_hpp stdout ---- [INFO] [stdout] thread 'header_mutable_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_eth_conf_1_0_h stdout ---- [INFO] [stdout] thread 'header_layout_eth_conf_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_comments_h stdout ---- [INFO] [stdout] thread 'header_no_comments_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_multiple_inherit_empty_correct_layout_hpp stdout ---- [INFO] [stdout] thread 'header_multiple_inherit_empty_correct_layout_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_nested_hpp stdout ---- [INFO] [stdout] thread 'header_nested_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_namespace_hpp stdout ---- [INFO] [stdout] thread 'header_namespace_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_nested_vtable_hpp stdout ---- [INFO] [stdout] thread 'header_nested_vtable_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_copy_opaque_hpp stdout ---- [INFO] [stdout] thread 'header_no_copy_opaque_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_layout_eth_conf_h stdout ---- [INFO] [stdout] thread 'header_layout_eth_conf_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_nested_within_namespace_hpp stdout ---- [INFO] [stdout] thread 'header_nested_within_namespace_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_copy_hpp stdout ---- [INFO] [stdout] thread 'header_no_copy_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_copy_whitelisted_hpp stdout ---- [INFO] [stdout] thread 'header_no_copy_whitelisted_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_derive_default_h stdout ---- [INFO] [stdout] thread 'header_no_derive_default_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_derive_debug_h stdout ---- [INFO] [stdout] thread 'header_no_derive_debug_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_hash_opaque_hpp stdout ---- [INFO] [stdout] thread 'header_no_hash_opaque_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_std_h stdout ---- [INFO] [stdout] thread 'header_no_std_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_partialeq_whitelisted_hpp stdout ---- [INFO] [stdout] thread 'header_no_partialeq_whitelisted_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_recursive_whitelisting_h stdout ---- [INFO] [stdout] thread 'header_no_recursive_whitelisting_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_hash_whitelisted_hpp stdout ---- [INFO] [stdout] thread 'header_no_hash_whitelisted_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_non_type_params_hpp stdout ---- [INFO] [stdout] thread 'header_non_type_params_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_class_h stdout ---- [INFO] [stdout] thread 'header_objc_class_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_category_h stdout ---- [INFO] [stdout] thread 'header_objc_category_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_issue_769_bad_instantiation_test_hpp stdout ---- [INFO] [stdout] thread 'header_issue_769_bad_instantiation_test_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_nsstyleautoarray_hpp stdout ---- [INFO] [stdout] thread 'header_nsstyleautoarray_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_no_partialeq_opaque_hpp stdout ---- [INFO] [stdout] thread 'header_no_partialeq_opaque_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_class_method_h stdout ---- [INFO] [stdout] thread 'header_objc_class_method_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_nsbasehashtable_hpp stdout ---- [INFO] [stdout] thread 'header_nsbasehashtable_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_interface_h stdout ---- [INFO] [stdout] thread 'header_objc_interface_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_interface_type_h stdout ---- [INFO] [stdout] thread 'header_objc_interface_type_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_method_h stdout ---- [INFO] [stdout] thread 'header_objc_method_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_method_clash_h stdout ---- [INFO] [stdout] thread 'header_objc_method_clash_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_property_fnptr_h stdout ---- [INFO] [stdout] thread 'header_objc_property_fnptr_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_protocol_h stdout ---- [INFO] [stdout] thread 'header_objc_protocol_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_whitelist_h stdout ---- [INFO] [stdout] thread 'header_objc_whitelist_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_only_bitfields_hpp stdout ---- [INFO] [stdout] thread 'header_only_bitfields_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_sel_and_id_h stdout ---- [INFO] [stdout] thread 'header_objc_sel_and_id_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_opaque_in_struct_hpp stdout ---- [INFO] [stdout] thread 'header_opaque_in_struct_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_opaque_tracing_hpp stdout ---- [INFO] [stdout] thread 'header_opaque_tracing_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_opaque_template_inst_member_hpp stdout ---- [INFO] [stdout] thread 'header_opaque_template_inst_member_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_opaque_pointer_hpp stdout ---- [INFO] [stdout] thread 'header_opaque_pointer_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_opaque_template_inst_member_2_hpp stdout ---- [INFO] [stdout] thread 'header_opaque_template_inst_member_2_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_opaque_template_instantiation_hpp stdout ---- [INFO] [stdout] thread 'header_opaque_template_instantiation_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_overflowed_enum_hpp stdout ---- [INFO] [stdout] thread 'header_overflowed_enum_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_opaque_typedef_hpp stdout ---- [INFO] [stdout] thread 'header_opaque_typedef_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_opaque_template_instantiation_namespaced_hpp stdout ---- [INFO] [stdout] thread 'header_opaque_template_instantiation_namespaced_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_ord_enum_h stdout ---- [INFO] [stdout] thread 'header_ord_enum_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_overloading_hpp stdout ---- [INFO] [stdout] thread 'header_overloading_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_prepend_enum_constified_variant_h stdout ---- [INFO] [stdout] thread 'header_prepend_enum_constified_variant_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_packed_vtable_h stdout ---- [INFO] [stdout] thread 'header_packed_vtable_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_prepend_enum_name_hpp stdout ---- [INFO] [stdout] thread 'header_prepend_enum_name_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_redeclaration_hpp stdout ---- [INFO] [stdout] thread 'header_redeclaration_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_reparented_replacement_hpp stdout ---- [INFO] [stdout] thread 'header_reparented_replacement_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_ref_argument_array_hpp stdout ---- [INFO] [stdout] thread 'header_ref_argument_array_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_public_dtor_hpp stdout ---- [INFO] [stdout] thread 'header_public_dtor_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_replace_use_hpp stdout ---- [INFO] [stdout] thread 'header_replace_use_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_repr_align_hpp stdout ---- [INFO] [stdout] thread 'header_repr_align_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_replace_template_alias_hpp stdout ---- [INFO] [stdout] thread 'header_replace_template_alias_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_replaces_double_hpp stdout ---- [INFO] [stdout] thread 'header_replaces_double_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_private_hpp stdout ---- [INFO] [stdout] thread 'header_private_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_same_struct_name_in_different_namespaces_hpp stdout ---- [INFO] [stdout] thread 'header_same_struct_name_in_different_namespaces_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_sentry_defined_multiple_times_hpp stdout ---- [INFO] [stdout] thread 'header_sentry_defined_multiple_times_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_mangling_win32_hpp stdout ---- [INFO] [stdout] thread 'header_mangling_win32_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_short_enums_hpp stdout ---- [INFO] [stdout] thread 'header_short_enums_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_resolved_type_def_function_h stdout ---- [INFO] [stdout] thread 'header_resolved_type_def_function_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_size_t_template_hpp stdout ---- [INFO] [stdout] thread 'header_size_t_template_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_anon_union_1_0_h stdout ---- [INFO] [stdout] thread 'header_struct_with_anon_union_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_anon_struct_pointer_h stdout ---- [INFO] [stdout] thread 'header_struct_with_anon_struct_pointer_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_anon_struct_array_h stdout ---- [INFO] [stdout] thread 'header_struct_with_anon_struct_array_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_typedef_h stdout ---- [INFO] [stdout] thread 'header_struct_typedef_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_anon_unnamed_struct_h stdout ---- [INFO] [stdout] thread 'header_struct_with_anon_unnamed_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_anon_union_h stdout ---- [INFO] [stdout] thread 'header_struct_with_anon_union_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_anon_struct_h stdout ---- [INFO] [stdout] thread 'header_struct_with_anon_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_typedef_ns_hpp stdout ---- [INFO] [stdout] thread 'header_struct_typedef_ns_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_containing_forward_declared_struct_h stdout ---- [INFO] [stdout] thread 'header_struct_containing_forward_declared_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_large_array_hpp stdout ---- [INFO] [stdout] thread 'header_struct_with_large_array_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_anon_unnamed_union_h stdout ---- [INFO] [stdout] thread 'header_struct_with_anon_unnamed_union_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_anon_unnamed_union_1_0_h stdout ---- [INFO] [stdout] thread 'header_struct_with_anon_unnamed_union_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_derive_debug_h stdout ---- [INFO] [stdout] thread 'header_struct_with_derive_debug_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_bitfields_h stdout ---- [INFO] [stdout] thread 'header_struct_with_bitfields_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_nesting_1_0_h stdout ---- [INFO] [stdout] thread 'header_struct_with_nesting_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_nesting_h stdout ---- [INFO] [stdout] thread 'header_struct_with_nesting_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_typedef_template_arg_hpp stdout ---- [INFO] [stdout] thread 'header_struct_with_typedef_template_arg_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_alias_basic_hpp stdout ---- [INFO] [stdout] thread 'header_template_alias_basic_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_packing_h stdout ---- [INFO] [stdout] thread 'header_struct_with_packing_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_alias_hpp stdout ---- [INFO] [stdout] thread 'header_template_alias_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_alias_namespace_hpp stdout ---- [INFO] [stdout] thread 'header_template_alias_namespace_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_struct_with_struct_h stdout ---- [INFO] [stdout] thread 'header_struct_with_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_fun_hpp stdout ---- [INFO] [stdout] thread 'header_template_fun_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_objc_template_h stdout ---- [INFO] [stdout] thread 'header_objc_template_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_13_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_13_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_11_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_11_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_0_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_14_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_14_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_fun_ty_hpp stdout ---- [INFO] [stdout] thread 'header_template_fun_ty_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_15_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_15_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_10_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_10_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_12_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_12_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_1_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_1_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_3_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_3_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_6_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_6_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_2_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_2_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_partial_specialization_and_inheritance_hpp stdout ---- [INFO] [stdout] thread 'header_partial_specialization_and_inheritance_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_5_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_5_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_8_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_8_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_4_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_4_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_partial_specification_hpp stdout ---- [INFO] [stdout] thread 'header_template_partial_specification_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_with_var_hpp stdout ---- [INFO] [stdout] thread 'header_template_with_var_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_7_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_7_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_param_usage_9_hpp stdout ---- [INFO] [stdout] thread 'header_template_param_usage_9_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_templatized_bitfield_hpp stdout ---- [INFO] [stdout] thread 'header_templatized_bitfield_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_typedef_transitive_param_hpp stdout ---- [INFO] [stdout] thread 'header_template_typedef_transitive_param_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_type_alias_empty_hpp stdout ---- [INFO] [stdout] thread 'header_type_alias_empty_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_templateref_opaque_hpp stdout ---- [INFO] [stdout] thread 'header_templateref_opaque_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_type_alias_partial_template_especialization_hpp stdout ---- [INFO] [stdout] thread 'header_type_alias_partial_template_especialization_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_type_referenced_by_whitelisted_function_h stdout ---- [INFO] [stdout] thread 'header_type_referenced_by_whitelisted_function_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_typedefs_hpp stdout ---- [INFO] [stdout] thread 'header_template_typedefs_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_template_hpp stdout ---- [INFO] [stdout] thread 'header_template_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_typeref_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_typeref_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_underscore_hpp stdout ---- [INFO] [stdout] thread 'header_underscore_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_typedefd_array_as_function_arg_h stdout ---- [INFO] [stdout] thread 'header_typedefd_array_as_function_arg_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_align_h stdout ---- [INFO] [stdout] thread 'header_union_align_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_transform_op_hpp stdout ---- [INFO] [stdout] thread 'header_transform_op_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_dtor_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_union_dtor_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_bitfield_h stdout ---- [INFO] [stdout] thread 'header_union_bitfield_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_fields_hpp stdout ---- [INFO] [stdout] thread 'header_union_fields_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_typeref_hpp stdout ---- [INFO] [stdout] thread 'header_typeref_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_in_ns_hpp stdout ---- [INFO] [stdout] thread 'header_union_in_ns_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_dtor_hpp stdout ---- [INFO] [stdout] thread 'header_union_dtor_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_fields_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_union_fields_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_in_ns_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_union_in_ns_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_bitfield_1_0_h stdout ---- [INFO] [stdout] thread 'header_union_bitfield_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_template_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_union_template_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_struct_bitfield_1_0_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_struct_bitfield_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_struct_1_0_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_struct_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_struct_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_union_1_0_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_union_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_template_hpp stdout ---- [INFO] [stdout] thread 'header_union_template_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_struct_bitfield_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_struct_bitfield_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_union_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_union_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_unnamed_struct_1_0_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_unnamed_struct_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_unnamed_union_1_0_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_unnamed_union_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_unnamed_struct_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_unnamed_struct_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_nesting_1_0_h stdout ---- [INFO] [stdout] thread 'header_union_with_nesting_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_big_member_1_0_h stdout ---- [INFO] [stdout] thread 'header_union_with_big_member_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_big_member_h stdout ---- [INFO] [stdout] thread 'header_union_with_big_member_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_anon_unnamed_union_h stdout ---- [INFO] [stdout] thread 'header_union_with_anon_unnamed_union_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_union_with_nesting_h stdout ---- [INFO] [stdout] thread 'header_union_with_nesting_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_using_hpp stdout ---- [INFO] [stdout] thread 'header_using_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_use_core_1_0_h stdout ---- [INFO] [stdout] thread 'header_use_core_1_0_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_variadic_template_function_hpp stdout ---- [INFO] [stdout] thread 'header_variadic_template_function_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_var_tracing_hpp stdout ---- [INFO] [stdout] thread 'header_var_tracing_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_vector_hpp stdout ---- [INFO] [stdout] thread 'header_vector_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_variadic_method_hpp stdout ---- [INFO] [stdout] thread 'header_variadic_method_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_unknown_attr_h stdout ---- [INFO] [stdout] thread 'header_unknown_attr_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_virtual_dtor_hpp stdout ---- [INFO] [stdout] thread 'header_virtual_dtor_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_virtual_inheritance_hpp stdout ---- [INFO] [stdout] thread 'header_virtual_inheritance_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_weird_bitfields_hpp stdout ---- [INFO] [stdout] thread 'header_weird_bitfields_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_what_is_going_on_hpp stdout ---- [INFO] [stdout] thread 'header_what_is_going_on_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_use_core_h stdout ---- [INFO] [stdout] thread 'header_use_core_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_vtable_recursive_sig_hpp stdout ---- [INFO] [stdout] thread 'header_vtable_recursive_sig_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_whitelist_fix_hpp stdout ---- [INFO] [stdout] thread 'header_whitelist_fix_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_whitelist_namespaces_basic_hpp stdout ---- [INFO] [stdout] thread 'header_whitelist_namespaces_basic_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_whitelist_basic_hpp stdout ---- [INFO] [stdout] thread 'header_whitelist_basic_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_whitelisted_item_references_no_copy_hpp stdout ---- [INFO] [stdout] thread 'header_whitelisted_item_references_no_copy_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_whitelist_namespaces_hpp stdout ---- [INFO] [stdout] thread 'header_whitelist_namespaces_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_virtual_overloaded_hpp stdout ---- [INFO] [stdout] thread 'header_virtual_overloaded_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_whitelist_vars_h stdout ---- [INFO] [stdout] thread 'header_whitelist_vars_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_whitelisted_item_references_no_partialeq_hpp stdout ---- [INFO] [stdout] thread 'header_whitelisted_item_references_no_partialeq_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_whitelisted_item_references_no_hash_hpp stdout ---- [INFO] [stdout] thread 'header_whitelisted_item_references_no_hash_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_win32_thiscall_1_0_hpp stdout ---- [INFO] [stdout] thread 'header_win32_thiscall_1_0_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_zero_size_array_align_h stdout ---- [INFO] [stdout] thread 'header_zero_size_array_align_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_with_array_pointers_arguments_h stdout ---- [INFO] [stdout] thread 'header_with_array_pointers_arguments_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_win32_thiscall_nightly_hpp stdout ---- [INFO] [stdout] thread 'header_win32_thiscall_nightly_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_without_array_pointers_arguments_h stdout ---- [INFO] [stdout] thread 'header_without_array_pointers_arguments_h' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_zero_sized_array_hpp stdout ---- [INFO] [stdout] thread 'header_zero_sized_array_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- header_type_alias_template_specialized_hpp stdout ---- [INFO] [stdout] thread 'header_type_alias_template_specialized_hpp' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- test_multiple_header_calls_in_builder stdout ---- [INFO] [stdout] Failed to run rustfmt: Internal rustfmt error (non-fatal, continuing) [INFO] [stdout] thread 'test_multiple_header_calls_in_builder' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- test_clang_env_args stdout ---- [INFO] [stdout] Failed to run rustfmt: Internal rustfmt error (non-fatal, continuing) [INFO] [stdout] thread 'test_clang_env_args' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] ---- test_header_contents stdout ---- [INFO] [stdout] Failed to run rustfmt: Internal rustfmt error (non-fatal, continuing) [INFO] [stdout] thread 'test_header_contents' panicked at 'Once instance has previously been poisoned', src/libstd/sync/once.rs:367:21 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] dump_preprocessed_input [INFO] [stdout] header_16_byte_alignment_1_0_h [INFO] [stdout] header_16_byte_alignment_h [INFO] [stdout] header_381_decltype_alias_hpp [INFO] [stdout] header_abi_variadic_function_hpp [INFO] [stdout] header_accessors_hpp [INFO] [stdout] header_annotation_hide_hpp [INFO] [stdout] header_anon_enum_hpp [INFO] [stdout] header_anon_enum_trait_hpp [INFO] [stdout] header_anon_enum_whitelist_h [INFO] [stdout] header_anon_struct_in_union_1_0_h [INFO] [stdout] header_anon_struct_in_union_h [INFO] [stdout] header_anon_union_1_0_hpp [INFO] [stdout] header_anon_union_hpp [INFO] [stdout] header_anonymous_template_types_hpp [INFO] [stdout] header_arg_keyword_hpp [INFO] [stdout] header_array_of_zero_sized_types_hpp [INFO] [stdout] header_attribute_warn_unused_result_hpp [INFO] [stdout] header_attribute_warn_unused_result_no_attribute_detection_hpp [INFO] [stdout] header_attribute_warn_unused_result_pre_1_27_hpp [INFO] [stdout] header_auto_hpp [INFO] [stdout] header_bad_namespace_parenthood_inheritance_hpp [INFO] [stdout] header_base_to_derived_hpp [INFO] [stdout] header_bindgen_union_inside_namespace_hpp [INFO] [stdout] header_bitfield_32bit_overflow_h [INFO] [stdout] header_bitfield_align_2_h [INFO] [stdout] header_bitfield_align_h [INFO] [stdout] header_bitfield_enum_basic_hpp [INFO] [stdout] header_bitfield_enum_repr_c_hpp [INFO] [stdout] header_bitfield_enum_repr_transparent_hpp [INFO] [stdout] header_bitfield_large_hpp [INFO] [stdout] header_bitfield_large_overflow_hpp [INFO] [stdout] header_bitfield_method_mangling_h [INFO] [stdout] header_bitfield_method_same_name_hpp [INFO] [stdout] header_blacklist_and_impl_debug_hpp [INFO] [stdout] header_blacklist_function_hpp [INFO] [stdout] header_blacklist_item_hpp [INFO] [stdout] header_block_return_type_h [INFO] [stdout] header_blocks_hpp [INFO] [stdout] header_blocks_signature_hpp [INFO] [stdout] header_bug_1529681_hpp [INFO] [stdout] header_builtin_template_hpp [INFO] [stdout] header_c_empty_layout_h [INFO] [stdout] header_call_conv_field_h [INFO] [stdout] header_call_conv_typedef_h [INFO] [stdout] header_canonical_path_without_namespacing_hpp [INFO] [stdout] header_char_h [INFO] [stdout] header_class_1_0_hpp [INFO] [stdout] header_class_hpp [INFO] [stdout] header_class_nested_hpp [INFO] [stdout] header_class_no_members_hpp [INFO] [stdout] header_class_static_const_hpp [INFO] [stdout] header_class_static_hpp [INFO] [stdout] header_class_use_as_hpp [INFO] [stdout] header_class_with_dtor_hpp [INFO] [stdout] header_class_with_inner_struct_1_0_hpp [INFO] [stdout] header_class_with_inner_struct_hpp [INFO] [stdout] header_class_with_typedef_hpp [INFO] [stdout] header_comment_indent_hpp [INFO] [stdout] header_complex_global_h [INFO] [stdout] header_complex_h [INFO] [stdout] header_const_array_fn_arg_h [INFO] [stdout] header_const_bool_hpp [INFO] [stdout] header_const_const_mut_ptr_h [INFO] [stdout] header_const_enum_unnamed_hpp [INFO] [stdout] header_const_ptr_hpp [INFO] [stdout] header_const_resolved_ty_h [INFO] [stdout] header_const_tparam_hpp [INFO] [stdout] header_constant_evaluate_h [INFO] [stdout] header_constant_non_specialized_tp_hpp [INFO] [stdout] header_constify_all_enums_h [INFO] [stdout] header_constify_enum_h [INFO] [stdout] header_constify_module_enums_basic_h [INFO] [stdout] header_constify_module_enums_namespace_hpp [INFO] [stdout] header_constify_module_enums_shadow_name_h [INFO] [stdout] header_constify_module_enums_simple_alias_hpp [INFO] [stdout] header_constify_module_enums_simple_nonamespace_hpp [INFO] [stdout] header_constify_module_enums_types_hpp [INFO] [stdout] header_constructor_tp_hpp [INFO] [stdout] header_constructors_hpp [INFO] [stdout] header_contains_vs_inherits_zero_sized_hpp [INFO] [stdout] header_convert_cpp_comment_to_rust_hpp [INFO] [stdout] header_convert_floats_h [INFO] [stdout] header_cpp_empty_layout_hpp [INFO] [stdout] header_crtp_hpp [INFO] [stdout] header_ctypes_prefix_path_h [INFO] [stdout] header_dash_language_h [INFO] [stdout] header_decl_extern_int_twice_h [INFO] [stdout] header_decl_ptr_to_array_h [INFO] [stdout] header_default_enum_style_constified_module_h [INFO] [stdout] header_default_template_parameter_hpp [INFO] [stdout] header_derive_bitfield_method_same_name_hpp [INFO] [stdout] header_derive_clone_1_0_h [INFO] [stdout] header_derive_clone_h [INFO] [stdout] header_derive_custom_h [INFO] [stdout] header_derive_debug_bitfield_core_hpp [INFO] [stdout] header_derive_debug_bitfield_hpp [INFO] [stdout] header_derive_debug_function_pointer_hpp [INFO] [stdout] header_derive_debug_generic_hpp [INFO] [stdout] header_derive_debug_mangle_name_h [INFO] [stdout] header_derive_debug_opaque_hpp [INFO] [stdout] header_derive_debug_opaque_template_instantiation_hpp [INFO] [stdout] header_derive_default_and_blacklist_hpp [INFO] [stdout] header_derive_fn_ptr_h [INFO] [stdout] header_derive_hash_and_blacklist_hpp [INFO] [stdout] header_derive_hash_blacklisting_hpp [INFO] [stdout] header_derive_hash_struct_with_anon_struct_float_h [INFO] [stdout] header_derive_hash_struct_with_float_array_h [INFO] [stdout] header_derive_hash_struct_with_incomplete_array_h [INFO] [stdout] header_derive_hash_struct_with_pointer_h [INFO] [stdout] header_derive_hash_template_def_float_hpp [INFO] [stdout] header_derive_hash_template_inst_float_hpp [INFO] [stdout] header_derive_partialeq_and_blacklist_hpp [INFO] [stdout] header_derive_partialeq_anonfield_h [INFO] [stdout] header_derive_partialeq_base_hpp [INFO] [stdout] header_derive_partialeq_bitfield_hpp [INFO] [stdout] header_derive_partialeq_core_h [INFO] [stdout] header_derive_partialeq_pointer_hpp [INFO] [stdout] header_derive_partialeq_union_1_0_hpp [INFO] [stdout] header_derive_partialeq_union_hpp [INFO] [stdout] header_disable_namespacing_hpp [INFO] [stdout] header_divide_by_zero_in_struct_layout_h [INFO] [stdout] header_do_not_derive_copy_hpp [INFO] [stdout] header_doggo_or_null_hpp [INFO] [stdout] header_dupe_enum_variant_in_namespace_h [INFO] [stdout] header_duplicated_constants_in_ns_hpp [INFO] [stdout] header_duplicated_namespaces_definitions_hpp [INFO] [stdout] header_duplicated_namespaces_hpp [INFO] [stdout] header_elaborated_hpp [INFO] [stdout] header_empty_enum_h [INFO] [stdout] header_empty_template_param_name_hpp [INFO] [stdout] header_empty_union_hpp [INFO] [stdout] header_enum_alias_hpp [INFO] [stdout] header_enum_and_vtable_mangling_hpp [INFO] [stdout] header_enum_default_bitfield_h [INFO] [stdout] header_enum_default_consts_h [INFO] [stdout] header_enum_default_module_h [INFO] [stdout] header_enum_default_rust_h [INFO] [stdout] header_enum_doc_bitfield_h [INFO] [stdout] header_enum_doc_h [INFO] [stdout] header_enum_doc_mod_h [INFO] [stdout] header_enum_doc_rusty_h [INFO] [stdout] header_enum_dupe_h [INFO] [stdout] header_enum_explicit_type_constants_hpp [INFO] [stdout] header_enum_explicit_type_hpp [INFO] [stdout] header_enum_h [INFO] [stdout] header_enum_in_template_hpp [INFO] [stdout] header_enum_in_template_with_typedef_hpp [INFO] [stdout] header_enum_negative_h [INFO] [stdout] header_enum_packed_h [INFO] [stdout] header_enum_undefault_h [INFO] [stdout] header_enum_variant_replaces_h [INFO] [stdout] header_error_e0600_cannot_apply_unary_negation_to_u32_h [INFO] [stdout] header_eval_value_dependent_hpp [INFO] [stdout] header_eval_variadic_template_parameter_hpp [INFO] [stdout] header_extern_const_struct_h [INFO] [stdout] header_extern_hpp [INFO] [stdout] header_float128_hpp [INFO] [stdout] header_forward_declaration_autoptr_hpp [INFO] [stdout] header_forward_declared_complex_types_1_0_hpp [INFO] [stdout] header_forward_declared_complex_types_hpp [INFO] [stdout] header_forward_declared_opaque_h [INFO] [stdout] header_forward_declared_struct_h [INFO] [stdout] header_forward_enum_decl_hpp [INFO] [stdout] header_forward_inherit_struct_hpp [INFO] [stdout] header_forward_inherit_struct_with_fields_hpp [INFO] [stdout] header_func_proto_h [INFO] [stdout] header_func_ptr_h [INFO] [stdout] header_func_ptr_in_struct_h [INFO] [stdout] header_func_ptr_return_type_h [INFO] [stdout] header_func_with_array_arg_h [INFO] [stdout] header_func_with_func_ptr_arg_h [INFO] [stdout] header_gen_constructors_hpp [INFO] [stdout] header_gen_constructors_neg_hpp [INFO] [stdout] header_gen_destructors_hpp [INFO] [stdout] header_gen_destructors_neg_hpp [INFO] [stdout] header_generate_inline_hpp [INFO] [stdout] header_i128_h [INFO] [stdout] header_in_class_typedef_hpp [INFO] [stdout] header_incomplete_array_padding_h [INFO] [stdout] header_infinite_macro_h [INFO] [stdout] header_inherit_from_template_instantiation_with_vtable_hpp [INFO] [stdout] header_inherit_named_hpp [INFO] [stdout] header_inherit_namespaced_hpp [INFO] [stdout] header_inherit_typedef_hpp [INFO] [stdout] header_inline_function_h [INFO] [stdout] header_inline_namespace_conservative_hpp [INFO] [stdout] header_inline_namespace_hpp [INFO] [stdout] header_inline_namespace_no_ns_enabled_hpp [INFO] [stdout] header_inline_namespace_whitelist_hpp [INFO] [stdout] header_inner_const_hpp [INFO] [stdout] header_inner_template_self_hpp [INFO] [stdout] header_int128_t_h [INFO] [stdout] header_issue_1025_unknown_enum_repr_hpp [INFO] [stdout] header_issue_1034_h [INFO] [stdout] header_issue_1040_h [INFO] [stdout] header_issue_1076_unnamed_bitfield_alignment_h [INFO] [stdout] header_issue_1113_template_references_hpp [INFO] [stdout] header_issue_1118_using_forward_decl_hpp [INFO] [stdout] header_issue_1197_pure_virtual_stuff_hpp [INFO] [stdout] header_issue_1198_alias_rust_bitfield_enum_h [INFO] [stdout] header_issue_1198_alias_rust_const_mod_bitfield_enum_h [INFO] [stdout] header_issue_1198_alias_rust_const_mod_enum_h [INFO] [stdout] header_issue_1198_alias_rust_enum_h [INFO] [stdout] header_issue_1216_variadic_member_h [INFO] [stdout] header_issue_1238_fwd_no_copy_h [INFO] [stdout] header_issue_1281_h [INFO] [stdout] header_issue_1285_h [INFO] [stdout] header_issue_1291_hpp [INFO] [stdout] header_issue_1350_attribute_overloadable_h [INFO] [stdout] header_issue_1435_hpp [INFO] [stdout] header_issue_1443_hpp [INFO] [stdout] header_issue_1464_hpp [INFO] [stdout] header_issue_1498_h [INFO] [stdout] header_issue_1514_hpp [INFO] [stdout] header_issue_1554_h [INFO] [stdout] header_issue_311_hpp [INFO] [stdout] header_issue_315_hpp [INFO] [stdout] header_issue_358_hpp [INFO] [stdout] header_issue_372_hpp [INFO] [stdout] header_issue_410_hpp [INFO] [stdout] header_issue_446_hpp [INFO] [stdout] header_issue_447_hpp [INFO] [stdout] header_issue_493_1_0_hpp [INFO] [stdout] header_issue_493_hpp [INFO] [stdout] header_issue_511_h [INFO] [stdout] header_issue_537_h [INFO] [stdout] header_issue_537_repr_packed_n_h [INFO] [stdout] header_issue_544_stylo_creduce_2_hpp [INFO] [stdout] header_issue_544_stylo_creduce_hpp [INFO] [stdout] header_issue_569_non_type_template_params_causing_layout_test_failures_hpp [INFO] [stdout] header_issue_573_layout_test_failures_hpp [INFO] [stdout] header_issue_574_assertion_failure_in_codegen_hpp [INFO] [stdout] header_issue_584_stylo_template_analysis_panic_hpp [INFO] [stdout] header_issue_638_stylo_cannot_find_t_in_this_scope_hpp [INFO] [stdout] header_issue_639_typedef_anon_field_hpp [INFO] [stdout] header_issue_643_inner_struct_h [INFO] [stdout] header_issue_645_cannot_find_type_t_in_this_scope_hpp [INFO] [stdout] header_issue_648_derive_debug_with_padding_h [INFO] [stdout] header_issue_654_struct_fn_collision_h [INFO] [stdout] header_issue_662_cannot_find_t_in_this_scope_hpp [INFO] [stdout] header_issue_662_part_2_hpp [INFO] [stdout] header_issue_674_1_hpp [INFO] [stdout] header_issue_674_2_hpp [INFO] [stdout] header_issue_674_3_hpp [INFO] [stdout] header_issue_677_nested_ns_specifier_hpp [INFO] [stdout] header_issue_691_template_parameter_virtual_hpp [INFO] [stdout] header_issue_739_pointer_wide_bitfield_h [INFO] [stdout] header_issue_769_bad_instantiation_test_hpp [INFO] [stdout] header_issue_801_opaque_sloppiness_hpp [INFO] [stdout] header_issue_807_opaque_types_methods_being_generated_hpp [INFO] [stdout] header_issue_816_h [INFO] [stdout] header_issue_820_unused_template_param_in_alias_hpp [INFO] [stdout] header_issue_826_generating_methods_when_asked_not_to_hpp [INFO] [stdout] header_issue_833_1_hpp [INFO] [stdout] header_issue_833_2_hpp [INFO] [stdout] header_issue_833_hpp [INFO] [stdout] header_issue_834_hpp [INFO] [stdout] header_issue_848_replacement_system_include_hpp [INFO] [stdout] header_issue_888_enum_var_decl_jump_hpp [INFO] [stdout] header_issue_944_derive_copy_and_blacklisting_hpp [INFO] [stdout] header_issue_946_h [INFO] [stdout] header_jsval_layout_opaque_1_0_hpp [INFO] [stdout] header_jsval_layout_opaque_hpp [INFO] [stdout] header_keywords_h [INFO] [stdout] header_layout_align_h [INFO] [stdout] header_layout_arp_h [INFO] [stdout] header_layout_array_h [INFO] [stdout] header_layout_array_too_long_h [INFO] [stdout] header_layout_cmdline_token_h [INFO] [stdout] header_layout_eth_conf_1_0_h [INFO] [stdout] header_layout_eth_conf_h [INFO] [stdout] header_layout_h [INFO] [stdout] header_layout_kni_mbuf_h [INFO] [stdout] header_layout_large_align_field_h [INFO] [stdout] header_layout_mbuf_1_0_h [INFO] [stdout] header_layout_mbuf_h [INFO] [stdout] header_long_double_h [INFO] [stdout] header_macro_const_h [INFO] [stdout] header_macro_expr_basic_h [INFO] [stdout] header_macro_expr_uncommon_token_h [INFO] [stdout] header_macro_redef_h [INFO] [stdout] header_maddness_is_avoidable_hpp [INFO] [stdout] header_mangling_ios_h [INFO] [stdout] header_mangling_linux32_hpp [INFO] [stdout] header_mangling_linux64_hpp [INFO] [stdout] header_mangling_macos_hpp [INFO] [stdout] header_mangling_win32_hpp [INFO] [stdout] header_mangling_win64_hpp [INFO] [stdout] header_method_mangling_hpp [INFO] [stdout] header_module_whitelisted_hpp [INFO] [stdout] header_msvc_no_usr_hpp [INFO] [stdout] header_multiple_inherit_empty_correct_layout_hpp [INFO] [stdout] header_mutable_hpp [INFO] [stdout] header_namespace_hpp [INFO] [stdout] header_nested_hpp [INFO] [stdout] header_nested_vtable_hpp [INFO] [stdout] header_nested_within_namespace_hpp [INFO] [stdout] header_no_comments_h [INFO] [stdout] header_no_copy_hpp [INFO] [stdout] header_no_copy_opaque_hpp [INFO] [stdout] header_no_copy_whitelisted_hpp [INFO] [stdout] header_no_derive_debug_h [INFO] [stdout] header_no_derive_default_h [INFO] [stdout] header_no_hash_opaque_hpp [INFO] [stdout] header_no_hash_whitelisted_hpp [INFO] [stdout] header_no_partialeq_opaque_hpp [INFO] [stdout] header_no_partialeq_whitelisted_hpp [INFO] [stdout] header_no_recursive_whitelisting_h [INFO] [stdout] header_no_std_h [INFO] [stdout] header_non_type_params_hpp [INFO] [stdout] header_nsbasehashtable_hpp [INFO] [stdout] header_nsstyleautoarray_hpp [INFO] [stdout] header_objc_category_h [INFO] [stdout] header_objc_class_h [INFO] [stdout] header_objc_class_method_h [INFO] [stdout] header_objc_interface_h [INFO] [stdout] header_objc_interface_type_h [INFO] [stdout] header_objc_method_clash_h [INFO] [stdout] header_objc_method_h [INFO] [stdout] header_objc_property_fnptr_h [INFO] [stdout] header_objc_protocol_h [INFO] [stdout] header_objc_sel_and_id_h [INFO] [stdout] header_objc_template_h [INFO] [stdout] header_objc_whitelist_h [INFO] [stdout] header_only_bitfields_hpp [INFO] [stdout] header_opaque_in_struct_hpp [INFO] [stdout] header_opaque_pointer_hpp [INFO] [stdout] header_opaque_template_inst_member_2_hpp [INFO] [stdout] header_opaque_template_inst_member_hpp [INFO] [stdout] header_opaque_template_instantiation_hpp [INFO] [stdout] header_opaque_template_instantiation_namespaced_hpp [INFO] [stdout] header_opaque_tracing_hpp [INFO] [stdout] header_opaque_typedef_hpp [INFO] [stdout] header_ord_enum_h [INFO] [stdout] header_overflowed_enum_hpp [INFO] [stdout] header_overloading_hpp [INFO] [stdout] header_packed_vtable_h [INFO] [stdout] header_partial_specialization_and_inheritance_hpp [INFO] [stdout] header_prepend_enum_constified_variant_h [INFO] [stdout] header_prepend_enum_name_hpp [INFO] [stdout] header_private_hpp [INFO] [stdout] header_public_dtor_hpp [INFO] [stdout] header_redeclaration_hpp [INFO] [stdout] header_ref_argument_array_hpp [INFO] [stdout] header_reparented_replacement_hpp [INFO] [stdout] header_replace_template_alias_hpp [INFO] [stdout] header_replace_use_hpp [INFO] [stdout] header_replaces_double_hpp [INFO] [stdout] header_repr_align_hpp [INFO] [stdout] header_resolved_type_def_function_h [INFO] [stdout] header_same_struct_name_in_different_namespaces_hpp [INFO] [stdout] header_sentry_defined_multiple_times_hpp [INFO] [stdout] header_short_enums_hpp [INFO] [stdout] header_size_t_template_hpp [INFO] [stdout] header_struct_containing_forward_declared_struct_h [INFO] [stdout] header_struct_typedef_h [INFO] [stdout] header_struct_typedef_ns_hpp [INFO] [stdout] header_struct_with_anon_struct_array_h [INFO] [stdout] header_struct_with_anon_struct_h [INFO] [stdout] header_struct_with_anon_struct_pointer_h [INFO] [stdout] header_struct_with_anon_union_1_0_h [INFO] [stdout] header_struct_with_anon_union_h [INFO] [stdout] header_struct_with_anon_unnamed_struct_h [INFO] [stdout] header_struct_with_anon_unnamed_union_1_0_h [INFO] [stdout] header_struct_with_anon_unnamed_union_h [INFO] [stdout] header_struct_with_bitfields_h [INFO] [stdout] header_struct_with_derive_debug_h [INFO] [stdout] header_struct_with_large_array_hpp [INFO] [stdout] header_struct_with_nesting_1_0_h [INFO] [stdout] header_struct_with_nesting_h [INFO] [stdout] header_struct_with_packing_h [INFO] [stdout] header_struct_with_struct_h [INFO] [stdout] header_struct_with_typedef_template_arg_hpp [INFO] [stdout] header_template_alias_basic_hpp [INFO] [stdout] header_template_alias_hpp [INFO] [stdout] header_template_alias_namespace_hpp [INFO] [stdout] header_template_fun_hpp [INFO] [stdout] header_template_fun_ty_hpp [INFO] [stdout] header_template_hpp [INFO] [stdout] header_template_param_usage_0_hpp [INFO] [stdout] header_template_param_usage_10_hpp [INFO] [stdout] header_template_param_usage_11_hpp [INFO] [stdout] header_template_param_usage_12_hpp [INFO] [stdout] header_template_param_usage_13_hpp [INFO] [stdout] header_template_param_usage_14_hpp [INFO] [stdout] header_template_param_usage_15_hpp [INFO] [stdout] header_template_param_usage_1_hpp [INFO] [stdout] header_template_param_usage_2_hpp [INFO] [stdout] header_template_param_usage_3_hpp [INFO] [stdout] header_template_param_usage_4_hpp [INFO] [stdout] header_template_param_usage_5_hpp [INFO] [stdout] header_template_param_usage_6_hpp [INFO] [stdout] header_template_param_usage_7_hpp [INFO] [stdout] header_template_param_usage_8_hpp [INFO] [stdout] header_template_param_usage_9_hpp [INFO] [stdout] header_template_partial_specification_hpp [INFO] [stdout] header_template_typedef_transitive_param_hpp [INFO] [stdout] header_template_typedefs_hpp [INFO] [stdout] header_template_with_var_hpp [INFO] [stdout] header_templateref_opaque_hpp [INFO] [stdout] header_templatized_bitfield_hpp [INFO] [stdout] header_transform_op_hpp [INFO] [stdout] header_type_alias_empty_hpp [INFO] [stdout] header_type_alias_partial_template_especialization_hpp [INFO] [stdout] header_type_alias_template_specialized_hpp [INFO] [stdout] header_type_referenced_by_whitelisted_function_h [INFO] [stdout] header_typedefd_array_as_function_arg_h [INFO] [stdout] header_typeref_1_0_hpp [INFO] [stdout] header_typeref_hpp [INFO] [stdout] header_underscore_hpp [INFO] [stdout] header_union_align_h [INFO] [stdout] header_union_bitfield_1_0_h [INFO] [stdout] header_union_bitfield_h [INFO] [stdout] header_union_dtor_1_0_hpp [INFO] [stdout] header_union_dtor_hpp [INFO] [stdout] header_union_fields_1_0_hpp [INFO] [stdout] header_union_fields_hpp [INFO] [stdout] header_union_in_ns_1_0_hpp [INFO] [stdout] header_union_in_ns_hpp [INFO] [stdout] header_union_template_1_0_hpp [INFO] [stdout] header_union_template_hpp [INFO] [stdout] header_union_with_anon_struct_1_0_h [INFO] [stdout] header_union_with_anon_struct_bitfield_1_0_h [INFO] [stdout] header_union_with_anon_struct_bitfield_h [INFO] [stdout] header_union_with_anon_struct_h [INFO] [stdout] header_union_with_anon_union_1_0_h [INFO] [stdout] header_union_with_anon_union_h [INFO] [stdout] header_union_with_anon_unnamed_struct_1_0_h [INFO] [stdout] header_union_with_anon_unnamed_struct_h [INFO] [stdout] header_union_with_anon_unnamed_union_1_0_h [INFO] [stdout] header_union_with_anon_unnamed_union_h [INFO] [stdout] header_union_with_big_member_1_0_h [INFO] [stdout] header_union_with_big_member_h [INFO] [stdout] header_union_with_nesting_1_0_h [INFO] [stdout] header_union_with_nesting_h [INFO] [stdout] header_unknown_attr_h [INFO] [stdout] header_use_core_1_0_h [INFO] [stdout] header_use_core_h [INFO] [stdout] header_using_hpp [INFO] [stdout] header_var_tracing_hpp [INFO] [stdout] header_variadic_method_hpp [INFO] [stdout] header_variadic_template_function_hpp [INFO] [stdout] header_vector_hpp [INFO] [stdout] header_virtual_dtor_hpp [INFO] [stdout] header_virtual_inheritance_hpp [INFO] [stdout] header_virtual_overloaded_hpp [INFO] [stdout] header_vtable_recursive_sig_hpp [INFO] [stdout] header_weird_bitfields_hpp [INFO] [stdout] header_what_is_going_on_hpp [INFO] [stdout] header_whitelist_basic_hpp [INFO] [stdout] header_whitelist_fix_hpp [INFO] [stdout] header_whitelist_namespaces_basic_hpp [INFO] [stdout] header_whitelist_namespaces_hpp [INFO] [stdout] header_whitelist_vars_h [INFO] [stdout] header_whitelisted_item_references_no_copy_hpp [INFO] [stdout] header_whitelisted_item_references_no_hash_hpp [INFO] [stdout] header_whitelisted_item_references_no_partialeq_hpp [INFO] [stdout] header_win32_thiscall_1_0_hpp [INFO] [stdout] header_win32_thiscall_nightly_hpp [INFO] [stdout] header_with_array_pointers_arguments_h [INFO] [stdout] header_without_array_pointers_arguments_h [INFO] [stdout] header_zero_size_array_align_h [INFO] [stdout] header_zero_sized_array_hpp [INFO] [stdout] test_clang_env_args [INFO] [stdout] test_header_contents [INFO] [stdout] test_multiple_header_calls_in_builder [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 467 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test tests' [INFO] running `"docker" "inspect" "d492dc547d9ca3c59c59ba9ba836abe4cba73006dcf344cc4dbbbabbda2baa4b"` [INFO] running `"docker" "rm" "-f" "d492dc547d9ca3c59c59ba9ba836abe4cba73006dcf344cc4dbbbabbda2baa4b"` [INFO] [stdout] d492dc547d9ca3c59c59ba9ba836abe4cba73006dcf344cc4dbbbabbda2baa4b