[INFO] fetching crate rust_swig 0.5.1... [INFO] testing rust_swig-0.5.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate rust_swig 0.5.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rust_swig 0.5.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust_swig 0.5.1 [INFO] finished tweaking crates.io crate rust_swig 0.5.1 [INFO] tweaked toml for crates.io crate rust_swig 0.5.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded strum_macros v0.18.0 [INFO] [stderr] Downloaded strum v0.18.0 [INFO] [stderr] Downloaded which v3.1.1 [INFO] [stderr] Downloaded pulldown-cmark v0.7.2 [INFO] [stderr] Downloaded fixedbitset v0.2.0 [INFO] [stderr] Downloaded jni-sys v0.3.0 [INFO] [stderr] Downloaded petgraph v0.5.1 [INFO] [stderr] Downloaded smol_str v0.1.21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e874b28ea2e6cb70c6a7ed7d3c481793ab900bdfbf449b6916523d693755d0e8 [INFO] running `Command { std: "docker" "start" "-a" "e874b28ea2e6cb70c6a7ed7d3c481793ab900bdfbf449b6916523d693755d0e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e874b28ea2e6cb70c6a7ed7d3c481793ab900bdfbf449b6916523d693755d0e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e874b28ea2e6cb70c6a7ed7d3c481793ab900bdfbf449b6916523d693755d0e8", kill_on_drop: false }` [INFO] [stdout] e874b28ea2e6cb70c6a7ed7d3c481793ab900bdfbf449b6916523d693755d0e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d92cfda339ad1c438bd27007f822d7da4e51b8824e26cdc35abcb1ed3398ac4e [INFO] running `Command { std: "docker" "start" "-a" "d92cfda339ad1c438bd27007f822d7da4e51b8824e26cdc35abcb1ed3398ac4e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling smol_str v0.1.21 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling rust_swig v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling strum v0.18.0 [INFO] [stdout] warning: field is never read: `span` [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | pub(crate) span: Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `FnDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.23s [INFO] running `Command { std: "docker" "inspect" "d92cfda339ad1c438bd27007f822d7da4e51b8824e26cdc35abcb1ed3398ac4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d92cfda339ad1c438bd27007f822d7da4e51b8824e26cdc35abcb1ed3398ac4e", kill_on_drop: false }` [INFO] [stdout] d92cfda339ad1c438bd27007f822d7da4e51b8824e26cdc35abcb1ed3398ac4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29c973b7e8e3b168d1c8214b00e1cce85787a8921a368fee458afd5225b812b1 [INFO] running `Command { std: "docker" "start" "-a" "29c973b7e8e3b168d1c8214b00e1cce85787a8921a368fee458afd5225b812b1", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling pulldown-cmark v0.7.2 [INFO] [stderr] Compiling jni-sys v0.3.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stdout] warning: field is never read: `span` [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | pub(crate) span: Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `FnDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rust_swig v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `ignore` [INFO] [stdout] --> tests/test_code_in_readme.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | ignore: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> tests/test_code_in_readme.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `no_run` [INFO] [stdout] --> tests/test_code_in_readme.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | no_run: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> tests/test_code_in_readme.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `should_panic` [INFO] [stdout] --> tests/test_code_in_readme.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | should_panic: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> tests/test_code_in_readme.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `template` [INFO] [stdout] --> tests/test_code_in_readme.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | template: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> tests/test_code_in_readme.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `span` [INFO] [stdout] --> src/types.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | pub(crate) span: Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `FnDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.04s [INFO] running `Command { std: "docker" "inspect" "29c973b7e8e3b168d1c8214b00e1cce85787a8921a368fee458afd5225b812b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29c973b7e8e3b168d1c8214b00e1cce85787a8921a368fee458afd5225b812b1", kill_on_drop: false }` [INFO] [stdout] 29c973b7e8e3b168d1c8214b00e1cce85787a8921a368fee458afd5225b812b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1162205256b6b3db2200076265ff33296d5423022f080cb7796e532e5fcc709c [INFO] running `Command { std: "docker" "start" "-a" "1162205256b6b3db2200076265ff33296d5423022f080cb7796e532e5fcc709c", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `span` [INFO] [stderr] --> src/types.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | pub(crate) span: Span, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `FnDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:124:10 [INFO] [stderr] | [INFO] [stderr] 124 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rust_swig` (lib) generated 1 warning [INFO] [stderr] warning: `rust_swig` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: field is never read: `ignore` [INFO] [stderr] --> tests/test_code_in_readme.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | ignore: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> tests/test_code_in_readme.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `no_run` [INFO] [stderr] --> tests/test_code_in_readme.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | no_run: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> tests/test_code_in_readme.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `should_panic` [INFO] [stderr] --> tests/test_code_in_readme.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | should_panic: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> tests/test_code_in_readme.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `template` [INFO] [stderr] --> tests/test_code_in_readme.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | template: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> tests/test_code_in_readme.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rust_swig` (test "test_code_in_readme") generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_swig-52d99d6e6d7da216) [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test code_parse::tests::test_parse_foreign_enum ... ok [INFO] [stdout] test typemap::ast::tests::test_is_second_subst_of_first_char_pointer ... ok [INFO] [stdout] test code_parse::tests::test_parse_foreign_callback_multi_traits ... ok [INFO] [stdout] test code_parse::tests::test_parse_foreign_callback_path ... ok [INFO] [stdout] test code_parse::tests::test_parse_foreign_callback_simple ... ok [INFO] [stdout] test code_parse::tests::test_parse_foreign_class_with_copy_derive ... ok [INFO] [stdout] test typemap::ast::tests::test_get_trait_bounds ... ok [INFO] [stdout] test typemap::ast::tests::test_is_second_subst_of_first_impl_fnonce_no_ret ... ok [INFO] [stdout] test typemap::ast::tests::test_is_second_subst_of_first_extern_c_fn_ptr ... ok [INFO] [stdout] test typemap::ast::tests::test_is_second_subst_of_first_impl_fnonce_with_ret ... ok [INFO] [stdout] test typemap::ast::tests::test_is_second_subst_of_first_pointer ... ok [INFO] [stdout] test typemap::ast::tests::test_parse_type_spanned_macro ... ok [INFO] [stdout] test typemap::ast::tests::test_is_second_subst_of_first_span ... ok [INFO] [stdout] test code_parse::tests::test_do_parse_foreigner_class ... ok [INFO] [stdout] test typemap::ast::tests::test_list_lifetimes ... ok [INFO] [stdout] test typemap::ast::tests::test_work_with_option ... ok [INFO] [stdout] test typemap::parse::tests::test_get_foreigner_hint_for_generic ... ok [INFO] [stdout] test typemap::parse::tests::test_double_map_err ... ok [INFO] [stdout] test typemap::ast::tests::test_replace_all_types_with ... ok [INFO] [stdout] test typemap::ast::tests::test_jlong_to_option_wrong_conv ... ok [INFO] [stdout] test typemap::parse::tests::test_extract_trait_param_type ... ok [INFO] [stdout] test typemap::ast::tests::test_work_with_result ... ok [INFO] [stdout] test typemap::ast::tests::test_work_with_rc ... ok [INFO] [stdout] test typemap::parse::tests::test_parse_cfg_target_width ... ok [INFO] [stdout] test typemap::parse::tests::test_parse_foreign_types_map_mod ... ok [INFO] [stdout] test typemap::parse::tests::test_my_syn_attrs_to_hashmap ... ok [INFO] [stdout] test typemap::parse::tests::test_parse_deref ... ok [INFO] [stdout] test typemap::ast::tests::generic_type_conv_find ... ok [INFO] [stdout] test typemap::parse::tests::test_parsing_only_types_map_mod ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_simple_generic ... ok [INFO] [stdout] test typemap::parse::tests::test_parse_macros_conv ... ok [INFO] [stdout] test typemap::merge::tests::test_merge ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_bare_fn ... ok [INFO] [stdout] test typemap::parse::tests::test_parse_trait_with_code ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_qstring ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_jboolean ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_simple_typemap ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_unique_prefix ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_java_datetime ... ok [INFO] [stdout] test typemap::parse::tests::test_parse_conv_impl_with_type_params ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_qdatetime ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_cpp_pair_expand ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_cpp_str ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_callback_to_future ... ok [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_cpp_ruststring ... ok [INFO] [stdout] test typemap::ast::tests::test_normalize_ty ... FAILED [INFO] [stdout] test typemap::parse::tests::test_unpack_first_associated_type ... FAILED [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_cpp_bool ... FAILED [INFO] [stdout] test typemap::typemap_macro::tests::test_expand_generic_type_with_ptr ... FAILED [INFO] [stdout] test typemap::typemap_macro::tests::test_foreign_typemap_cpp_pair_syntax ... FAILED [INFO] [stdout] test typemap::tests::test_try_build_path ... ok [INFO] [stdout] test typemap::parse::tests::test_parse_main_lang_typemaps ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- typemap::ast::tests::test_normalize_ty stdout ---- [INFO] [stdout] thread 'typemap::ast::tests::test_normalize_ty' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"()"`, [INFO] [stdout] right: `"( )"`', src/typemap/ast/tests.rs:12:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5638b7308c5c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5638b7308c5c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5638b7308c5c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5638b7308c5c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5638b732e7dc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5638b7304548 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5638b730af27 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5638b730af27 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5638b730af27 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5638b730ac5b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5638b730b67a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5638b730b367 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5638b7309124 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5638b730b079 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5638b6cce823 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5638b732cfc8 - core::panicking::assert_failed_inner::h6332a1b3f7595954 [INFO] [stdout] 16: 0x5638b6e4a3ba - core::panicking::assert_failed::h63f10081f270addf [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5638b6d891bb - rust_swig::typemap::ast::tests::test_normalize_ty::h65e4baf53024c687 [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/ast/tests.rs:12:5 [INFO] [stdout] 18: 0x5638b6d88c9a - rust_swig::typemap::ast::tests::test_normalize_ty::{{closure}}::hac65d3cae85f782e [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/ast/tests.rs:8:1 [INFO] [stdout] 19: 0x5638b6d64ece - core::ops::function::FnOnce::call_once::h78266db89dab10be [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5638b70c9603 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5638b70c9603 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x5638b70c8331 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x5638b70c8331 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5638b70c8331 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5638b70c8331 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5638b70c8331 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5638b70c8331 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x5638b70c8331 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5638b70d1c11 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5638b70d1c11 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5638b709e36f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5638b709e36f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5638b709e36f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5638b709e36f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5638b709e36f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x5638b7311463 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f85e68b9609 - start_thread [INFO] [stdout] 42: 0x7f85e668b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- typemap::parse::tests::test_unpack_first_associated_type stdout ---- [INFO] [stdout] thread 'typemap::parse::tests::test_unpack_first_associated_type' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `"[ T ]"`, [INFO] [stdout] right: `"[T]"`', src/typemap/parse.rs:1074:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5638b7308c5c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5638b7308c5c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5638b7308c5c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5638b7308c5c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5638b732e7dc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5638b7304548 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5638b730af27 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5638b730af27 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5638b730af27 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5638b730ac5b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5638b730b67a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5638b730b367 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5638b7309124 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5638b730b079 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5638b6cce823 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5638b732cfc8 - core::panicking::assert_failed_inner::h6332a1b3f7595954 [INFO] [stdout] 16: 0x5638b6e4a2fe - core::panicking::assert_failed::h53b71fc2493d8da3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5638b6e428ed - rust_swig::typemap::parse::tests::test_unpack_first_associated_type::h46f4e1d180c67ae8 [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/parse.rs:1074:9 [INFO] [stdout] 18: 0x5638b6e421aa - rust_swig::typemap::parse::tests::test_unpack_first_associated_type::{{closure}}::hace6a067026e1a2a [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/parse.rs:1064:5 [INFO] [stdout] 19: 0x5638b6d65e0e - core::ops::function::FnOnce::call_once::hccf86ba251ec79db [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5638b70c9603 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5638b70c9603 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x5638b70c8331 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x5638b70c8331 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5638b70c8331 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5638b70c8331 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5638b70c8331 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5638b70c8331 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x5638b70c8331 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5638b70d1c11 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5638b70d1c11 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5638b709e36f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5638b709e36f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5638b709e36f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5638b709e36f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5638b709e36f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x5638b7311463 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f85e68b9609 - start_thread [INFO] [stdout] 42: 0x7f85e668b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- typemap::typemap_macro::tests::test_foreign_typemap_cpp_bool stdout ---- [INFO] [stdout] rule TypeMapConvRuleInfo { src_id: SourceId(None), span: bytes(91..97), rtype_generics: None, rtype_left_to_right: Some(RTypeConvRule { left_ty: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: bool, span: bytes(99..103) }, arguments: None }] } }), right_ty: Some(Path(TypePath { qself: None, path: Path { leading_colon: Some(Colon2), segments: [PathSegment { ident: Ident { sym: std, span: bytes(110..113) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: os, span: bytes(117..119) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: raw, span: bytes(123..126) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: c_char, span: bytes(130..136) }, arguments: None }] } })), code: Some(TypeConvCode { span: (SourceId(None), bytes(139..174)), code: "let mut {to_var}: {to_var_type} = if {from_var} { 1 } else { 0 } ;", params: ["{to_var}", "{from_var}"] }) }), rtype_right_to_left: Some(RTypeConvRule { left_ty: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: bool, span: bytes(247..251) }, arguments: None }] } }), right_ty: Some(Path(TypePath { qself: None, path: Path { leading_colon: Some(Colon2), segments: [PathSegment { ident: Ident { sym: std, span: bytes(258..261) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: os, span: bytes(265..267) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: raw, span: bytes(271..274) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: c_char, span: bytes(278..284) }, arguments: None }] } })), code: Some(TypeConvCode { span: (SourceId(None), bytes(287..309)), code: "let mut {to_var}: {to_var_type} = ({from_var} != 0) ;", params: ["{to_var}", "{from_var}"] }) }), ftype_left_to_right: [FTypeConvRule { req_modules: [], cfg_option: None, left_right_ty: OnlyRight(FTypeName { name: "bool", sp: bytes(199..205) }), input_to_output: false, unique_prefix: None, code: Some(TypeConvCode { span: (SourceId(None), bytes(206..227)), code: "{to_var_type} = ({from_var} != 0);", params: ["{from_var}", "{to_var_type}"] }) }], ftype_right_to_left: [FTypeConvRule { req_modules: [], cfg_option: None, left_right_ty: OnlyRight(FTypeName { name: "bool", sp: bytes(334..340) }), input_to_output: false, unique_prefix: None, code: Some(TypeConvCode { span: (SourceId(None), bytes(341..363)), code: "{to_var_type} = {from_var} ? 1 : 0;", params: ["{from_var}", "{to_var_type}"] }) }], c_types: None, generic_c_types: None, f_code: [], generic_aliases: [] } [INFO] [stdout] thread 'typemap::typemap_macro::tests::test_foreign_typemap_cpp_bool' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `RTypeConvRule { left_ty: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: bool }, arguments: None }] } }), right_ty: Some(Path(TypePath { qself: None, path: Path { leading_colon: Some(Colon2), segments: [PathSegment { ident: Ident { sym: std }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: os }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: raw }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: c_char }, arguments: None }] } })), code: Some(TypeConvCode { span: (SourceId(None), bytes(0..0)), code: "let mut {to_var}: {to_var_type} = ( {from_var} != 0 ) ;", params: ["{to_var}", "{from_var}"] }) }`, [INFO] [stdout] right: `RTypeConvRule { left_ty: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: bool, span: bytes(247..251) }, arguments: None }] } }), right_ty: Some(Path(TypePath { qself: None, path: Path { leading_colon: Some(Colon2), segments: [PathSegment { ident: Ident { sym: std, span: bytes(258..261) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: os, span: bytes(265..267) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: raw, span: bytes(271..274) }, arguments: None }, Colon2, PathSegment { ident: Ident { sym: c_char, span: bytes(278..284) }, arguments: None }] } })), code: Some(TypeConvCode { span: (SourceId(None), bytes(287..309)), code: "let mut {to_var}: {to_var_type} = ({from_var} != 0) ;", params: ["{to_var}", "{from_var}"] }) }`', src/typemap/typemap_macro/tests.rs:77:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5638b7308c5c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5638b7308c5c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5638b7308c5c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5638b7308c5c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5638b732e7dc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5638b7304548 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5638b730af27 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5638b730af27 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5638b730af27 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5638b730ac5b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5638b730b67a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5638b730b367 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5638b7309124 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5638b730b079 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5638b6cce823 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5638b732cfc8 - core::panicking::assert_failed_inner::h6332a1b3f7595954 [INFO] [stdout] 16: 0x5638b6e4a65a - core::panicking::assert_failed::hc2496c3e55088e29 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5638b6ed783a - rust_swig::typemap::typemap_macro::tests::test_foreign_typemap_cpp_bool::h7cef129353a7ef2a [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/typemap_macro/tests.rs:77:5 [INFO] [stdout] 18: 0x5638b6ed5eda - rust_swig::typemap::typemap_macro::tests::test_foreign_typemap_cpp_bool::{{closure}}::ha7c82827009d7400 [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/typemap_macro/tests.rs:47:1 [INFO] [stdout] 19: 0x5638b6d6444e - core::ops::function::FnOnce::call_once::h2aa095bcb1d3947e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5638b70c9603 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5638b70c9603 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x5638b70c8331 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x5638b70c8331 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5638b70c8331 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5638b70c8331 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5638b70c8331 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5638b70c8331 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x5638b70c8331 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5638b70d1c11 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5638b70d1c11 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5638b709e36f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5638b709e36f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5638b709e36f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5638b709e36f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5638b709e36f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x5638b7311463 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f85e68b9609 - start_thread [INFO] [stdout] 42: 0x7f85e668b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- typemap::typemap_macro::tests::test_expand_generic_type_with_ptr stdout ---- [INFO] [stdout] rule TypeMapConvRuleInfo { src_id: SourceId(None), span: bytes(169..175), rtype_generics: Some(Generics { lt_token: Some(Lt), params: [Type(TypeParam { attrs: [], ident: Ident { sym: T, span: bytes(179..180) }, colon_token: None, bounds: [], eq_token: None, default: None })], gt_token: Some(Gt), where_clause: None }), rtype_left_to_right: None, rtype_right_to_left: Some(RTypeConvRule { left_ty: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: Option, span: bytes(183..189) }, arguments: AngleBracketed(AngleBracketedGenericArguments { colon2_token: None, lt_token: Lt, args: [Type(Reference(TypeReference { and_token: And, lifetime: None, mutability: None, elem: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T, span: bytes(194..195) }, arguments: None }] } }) }))], gt_token: Gt }) }] } }), right_ty: Some(Ptr(TypePtr { star_token: Star, const_token: Some(Const), mutability: None, elem: Macro(TypeMacro { mac: Macro { path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: swig_i_type, span: bytes(209..220) }, arguments: None }] }, bang_token: Bang, delimiter: Paren(Paren), tokens: TokenStream [Ident { sym: T, span: bytes(224..225) }] } }) })), code: Some(TypeConvCode { span: (SourceId(None), bytes(229..287)), code: "let mut {to_var}: {to_var_type} = if ! {from_var} . is_null () { Some (o) } else { None } ;", params: ["{to_var}", "{from_var}"] }) }), ftype_left_to_right: [], ftype_right_to_left: [FTypeConvRule { req_modules: [], cfg_option: None, left_right_ty: OnlyRight(FTypeName { name: "/*opt ref*/const swig_f_type!(T) *", sp: bytes(342..378) }), input_to_output: false, unique_prefix: Some(SpannedSmolStr { sp: bytes(324..337), value: "/*opt ref*/" }), code: Some(TypeConvCode { span: (SourceId(None), bytes(379..480)), code: "\n {to_var_type} = ({from_var} != nullptr) ? static_cast(* {from_var}) : nullptr;\n", params: ["{from_var}", "{to_var_type}"] }) }], c_types: None, generic_c_types: None, f_code: [], generic_aliases: [] } [INFO] [stdout] thread 'typemap::typemap_macro::tests::test_expand_generic_type_with_ptr' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `RTypeConvRule { left_ty: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: Option }, arguments: AngleBracketed(AngleBracketedGenericArguments { colon2_token: None, lt_token: Lt, args: [Type(Reference(TypeReference { and_token: And, lifetime: None, mutability: None, elem: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: u32 }, arguments: None }] } }) }))], gt_token: Gt }) }] } }), right_ty: Some(Ptr(TypePtr { star_token: Star, const_token: Some(Const), mutability: None, elem: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: u32 }, arguments: None }] } }) })), code: Some(TypeConvCode { span: (SourceId(None), bytes(0..0)), code: "let mut {to_var}: {to_var_type} = if ! {from_var} . is_null ( ) { Some ( o ) } else { None } ;", params: ["{to_var}", "{from_var}"] }) }`, [INFO] [stdout] right: `RTypeConvRule { left_ty: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: Option, span: bytes(183..189) }, arguments: AngleBracketed(AngleBracketedGenericArguments { colon2_token: None, lt_token: Lt, args: [Type(Reference(TypeReference { and_token: And, lifetime: None, mutability: None, elem: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: u32 }, arguments: None }] } }) }))], gt_token: Gt }) }] } }), right_ty: Some(Ptr(TypePtr { star_token: Star, const_token: Some(Const), mutability: None, elem: Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: u32 }, arguments: None }] } }) })), code: Some(TypeConvCode { span: (SourceId(None), bytes(229..287)), code: "let mut {to_var}: {to_var_type} = if ! {from_var} . is_null () { Some (o) } else { None } ;", params: ["{to_var}", "{from_var}"] }) }`', src/typemap/typemap_macro/tests.rs:534:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5638b7308c5c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5638b7308c5c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5638b7308c5c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5638b7308c5c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5638b732e7dc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5638b7304548 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5638b730af27 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5638b730af27 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5638b730af27 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5638b730ac5b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5638b730b67a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5638b730b367 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5638b7309124 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5638b730b079 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5638b6cce823 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5638b732cfc8 - core::panicking::assert_failed_inner::h6332a1b3f7595954 [INFO] [stdout] 16: 0x5638b6e4a65a - core::panicking::assert_failed::hc2496c3e55088e29 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5638b6ee5fb6 - rust_swig::typemap::typemap_macro::tests::test_expand_generic_type_with_ptr::h6ec1c4592ba3b474 [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/typemap_macro/tests.rs:534:5 [INFO] [stdout] 18: 0x5638b6ee497a - rust_swig::typemap::typemap_macro::tests::test_expand_generic_type_with_ptr::{{closure}}::hf661080bec71ec77 [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/typemap_macro/tests.rs:503:1 [INFO] [stdout] 19: 0x5638b6d6436e - core::ops::function::FnOnce::call_once::h2506b5e34f384e32 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5638b70c9603 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5638b70c9603 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x5638b70c8331 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x5638b70c8331 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5638b70c8331 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5638b70c8331 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5638b70c8331 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5638b70c8331 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x5638b70c8331 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5638b70d1c11 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5638b70d1c11 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5638b709e36f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5638b709e36f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5638b709e36f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5638b709e36f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5638b709e36f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x5638b7311463 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f85e68b9609 - start_thread [INFO] [stdout] 42: 0x7f85e668b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- typemap::typemap_macro::tests::test_foreign_typemap_cpp_pair_syntax stdout ---- [INFO] [stdout] rule!!!: TypeMapConvRuleInfo { src_id: SourceId(None), span: bytes(395..499), rtype_generics: Some(Generics { lt_token: Some(Lt), params: [Type(TypeParam { attrs: [], ident: Ident { sym: T1, span: bytes(667..669) }, colon_token: None, bounds: [], eq_token: None, default: None }), Comma, Type(TypeParam { attrs: [], ident: Ident { sym: T2, span: bytes(672..674) }, colon_token: None, bounds: [], eq_token: None, default: None })], gt_token: Some(Gt), where_clause: None }), rtype_left_to_right: Some(RTypeConvRule { left_ty: Tuple(TypeTuple { paren_token: Paren, elems: [Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T1, span: bytes(678..680) }, arguments: None }] } }), Comma, Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T2, span: bytes(683..685) }, arguments: None }] } })] }), right_ty: Some(Macro(TypeMacro { mac: Macro { path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: CRustPair, span: bytes(690..699) }, arguments: None }] }, bang_token: Bang, delimiter: Paren(Paren), tokens: TokenStream [] } })), code: Some(TypeConvCode { span: (SourceId(None), bytes(707..860)), code: "swig_from_rust_to_i_type ! (T1 , {from_var} . 0 , p0) ; swig_from_rust_to_i_type ! (T2 , {from_var} . 1 , p1) ; let mut {to_var}: {to_var_type} = CRustPair ! () { first : p0 , second : p1 , } ;", params: ["{to_var}", "{from_var}"] }) }), rtype_right_to_left: Some(RTypeConvRule { left_ty: Tuple(TypeTuple { paren_token: Paren, elems: [Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T1, span: bytes(893..895) }, arguments: None }] } }), Comma, Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T2, span: bytes(898..900) }, arguments: None }] } })] }), right_ty: Some(Macro(TypeMacro { mac: Macro { path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: CRustPair, span: bytes(905..914) }, arguments: None }] }, bang_token: Bang, delimiter: Paren(Paren), tokens: TokenStream [] } })), code: Some(TypeConvCode { span: (SourceId(None), bytes(922..1048)), code: "swig_from_i_type_to_rust ! (T1 , {from_var} . first , p0) ; swig_from_i_type_to_rust ! (T2 , {from_var} . second , p1) ; let mut {to_var}: {to_var_type} = (p0 , p1) ;", params: ["{to_var}", "{from_var}"] }) }), ftype_left_to_right: [FTypeConvRule { req_modules: [ModuleName { name: "\"rust_tuple.h\"", sp: bytes(1084..1102) }, ModuleName { name: "", sp: bytes(1105..1116) }], cfg_option: None, left_right_ty: OnlyRight(FTypeName { name: "std::pair", sp: bytes(1122..1169) }), input_to_output: false, unique_prefix: None, code: Some(TypeConvCode { span: (SourceId(None), bytes(1170..1269)), code: "std::make_pair(swig_foreign_from_i_type!(T1, {from_var}.first), swig_foreign_from_i_type!(T2, {from_var}.second))", params: ["{from_var}"] }) }], ftype_right_to_left: [FTypeConvRule { req_modules: [ModuleName { name: "\"rust_tuple.h\"", sp: bytes(1303..1321) }, ModuleName { name: "", sp: bytes(1324..1335) }], cfg_option: None, left_right_ty: OnlyRight(FTypeName { name: "std::pair", sp: bytes(1341..1388) }), input_to_output: false, unique_prefix: None, code: Some(TypeConvCode { span: (SourceId(None), bytes(1389..1485)), code: "CRustPair!() { swig_foreign_to_i_type!(T1, {from_var}.first), swig_foreign_to_i_type!(T2, {from_var}.second) }", params: ["{from_var}"] }) }], c_types: None, generic_c_types: Some(GenericCItems { header_name: ModuleName { name: "rust_tuple.h", sp: bytes(528..542) }, types: TokenStream [Punct { char: '#', spacing: Alone, span: bytes(545..546) }, Group { delimiter: Bracket, stream: TokenStream [Ident { sym: repr, span: bytes(548..552) }, Group { delimiter: Parenthesis, stream: TokenStream [Ident { sym: C, span: bytes(554..555) }], span: bytes(553..556) }], span: bytes(547..557) }, Ident { sym: pub, span: bytes(558..561) }, Ident { sym: struct, span: bytes(562..568) }, Ident { sym: CRustPair, span: bytes(569..578) }, Punct { char: '!', spacing: Alone, span: bytes(579..580) }, Group { delimiter: Parenthesis, stream: TokenStream [], span: bytes(581..583) }, Group { delimiter: Brace, stream: TokenStream [Ident { sym: first, span: bytes(586..591) }, Punct { char: ':', spacing: Alone, span: bytes(592..593) }, Ident { sym: swig_i_type, span: bytes(594..605) }, Punct { char: '!', spacing: Alone, span: bytes(606..607) }, Group { delimiter: Parenthesis, stream: TokenStream [Ident { sym: T1, span: bytes(609..611) }], span: bytes(608..612) }, Punct { char: ',', spacing: Alone, span: bytes(613..614) }, Ident { sym: second, span: bytes(615..621) }, Punct { char: ':', spacing: Alone, span: bytes(622..623) }, Ident { sym: swig_i_type, span: bytes(624..635) }, Punct { char: '!', spacing: Alone, span: bytes(636..637) }, Group { delimiter: Parenthesis, stream: TokenStream [Ident { sym: T2, span: bytes(639..641) }], span: bytes(638..642) }, Punct { char: ',', spacing: Alone, span: bytes(643..644) }], span: bytes(584..646) }] }), f_code: [], generic_aliases: [GenericAlias { alias: Ident { sym: CRustPair, span: bytes(412..421) }, value: TokenStream [Ident { sym: swig_concat_idents, span: bytes(424..442) }, Punct { char: '!', spacing: Alone, span: bytes(443..444) }, Group { delimiter: Parenthesis, stream: TokenStream [Ident { sym: CRustPair, span: bytes(446..455) }, Punct { char: ',', spacing: Alone, span: bytes(456..457) }, Ident { sym: swig_i_type, span: bytes(458..469) }, Punct { char: '!', spacing: Alone, span: bytes(470..471) }, Group { delimiter: Parenthesis, stream: TokenStream [Ident { sym: T1, span: bytes(473..475) }], span: bytes(472..476) }, Punct { char: ',', spacing: Alone, span: bytes(477..478) }, Ident { sym: swig_i_type, span: bytes(479..490) }, Punct { char: '!', spacing: Alone, span: bytes(491..492) }, Group { delimiter: Parenthesis, stream: TokenStream [Ident { sym: T2, span: bytes(494..496) }], span: bytes(493..497) }], span: bytes(445..498) }] }] } [INFO] [stdout] thread 'typemap::typemap_macro::tests::test_foreign_typemap_cpp_pair_syntax' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `RTypeConvRule { left_ty: Tuple(TypeTuple { paren_token: Paren, elems: [Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T1 }, arguments: None }] } }), Comma, Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T2 }, arguments: None }] } })] }), right_ty: Some(Macro(TypeMacro { mac: Macro { path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: CRustPair }, arguments: None }] }, bang_token: Bang, delimiter: Paren(Paren), tokens: TokenStream [] } })), code: Some(TypeConvCode { span: (SourceId(None), bytes(0..0)), code: "swig_from_rust_to_i_type ! ( T1 , {from_var} . 0 , p0 ) ; swig_from_rust_to_i_type ! ( T2 , {from_var} . 1 , p1 ) ; let mut {to_var}: {to_var_type} = CRustPair ! ( ) { first : p0 , second : p1 , } ;", params: ["{to_var}", "{from_var}"] }) }`, [INFO] [stdout] right: `RTypeConvRule { left_ty: Tuple(TypeTuple { paren_token: Paren, elems: [Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T1, span: bytes(678..680) }, arguments: None }] } }), Comma, Path(TypePath { qself: None, path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: T2, span: bytes(683..685) }, arguments: None }] } })] }), right_ty: Some(Macro(TypeMacro { mac: Macro { path: Path { leading_colon: None, segments: [PathSegment { ident: Ident { sym: CRustPair, span: bytes(690..699) }, arguments: None }] }, bang_token: Bang, delimiter: Paren(Paren), tokens: TokenStream [] } })), code: Some(TypeConvCode { span: (SourceId(None), bytes(707..860)), code: "swig_from_rust_to_i_type ! (T1 , {from_var} . 0 , p0) ; swig_from_rust_to_i_type ! (T2 , {from_var} . 1 , p1) ; let mut {to_var}: {to_var_type} = CRustPair ! () { first : p0 , second : p1 , } ;", params: ["{to_var}", "{from_var}"] }) }`', src/typemap/typemap_macro/tests.rs:429:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5638b7308c5c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5638b7308c5c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5638b7308c5c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x5638b7308c5c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5638b732e7dc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x5638b7304548 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x5638b730af27 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x5638b730af27 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x5638b730af27 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5638b730ac5b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5638b730b67a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5638b730b367 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x5638b7309124 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5638b730b079 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5638b6cce823 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5638b732cfc8 - core::panicking::assert_failed_inner::h6332a1b3f7595954 [INFO] [stdout] 16: 0x5638b6e4a65a - core::panicking::assert_failed::hc2496c3e55088e29 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5638b6ee2c44 - rust_swig::typemap::typemap_macro::tests::test_foreign_typemap_cpp_pair_syntax::h2b1347a1a7e72a7a [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/typemap_macro/tests.rs:429:5 [INFO] [stdout] 18: 0x5638b6ee1f9a - rust_swig::typemap::typemap_macro::tests::test_foreign_typemap_cpp_pair_syntax::{{closure}}::h4b279aa90611909e [INFO] [stdout] at /opt/rustwide/workdir/src/typemap/typemap_macro/tests.rs:413:1 [INFO] [stdout] 19: 0x5638b6d65c7e - core::ops::function::FnOnce::call_once::hc4f35b60b912f849 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5638b70c9603 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5638b70c9603 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x5638b70c8331 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x5638b70c8331 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5638b70c8331 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x5638b70c8331 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x5638b70c8331 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x5638b70c8331 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x5638b70c8331 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x5638b70d1c11 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x5638b70d1c11 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x5638b709e36f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5638b709e36f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x5638b709e36f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x5638b709e36f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x5638b709e36f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x5638b709e36f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5638b7311463 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x5638b7311463 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f85e68b9609 - start_thread [INFO] [stdout] 42: 0x7f85e668b293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] typemap::ast::tests::test_normalize_ty [INFO] [stdout] typemap::parse::tests::test_unpack_first_associated_type [INFO] [stdout] typemap::typemap_macro::tests::test_expand_generic_type_with_ptr [INFO] [stdout] typemap::typemap_macro::tests::test_foreign_typemap_cpp_bool [INFO] [stdout] typemap::typemap_macro::tests::test_foreign_typemap_cpp_pair_syntax [INFO] [stdout] [INFO] [stdout] test result: FAILED. 47 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "1162205256b6b3db2200076265ff33296d5423022f080cb7796e532e5fcc709c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1162205256b6b3db2200076265ff33296d5423022f080cb7796e532e5fcc709c", kill_on_drop: false }` [INFO] [stdout] 1162205256b6b3db2200076265ff33296d5423022f080cb7796e532e5fcc709c