[INFO] fetching crate seq-compiler 5.6.1...
[INFO] testing seq-compiler-5.6.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate seq-compiler 5.6.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate seq-compiler 5.6.1
[INFO] finished tweaking crates.io crate seq-compiler 5.6.1
[INFO] tweaked toml for crates.io crate seq-compiler 5.6.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate seq-compiler 5.6.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate seq-compiler 5.6.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded seq-core v5.6.1
[INFO] [stderr]   Downloaded clap_complete v4.6.2
[INFO] [stderr]   Downloaded seq-runtime v5.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca77a36830ab630acef5726c4a44c79be0bd8bbb57a293bd292b086524862e85
[INFO] running `Command { std: "docker" "start" "-a" "ca77a36830ab630acef5726c4a44c79be0bd8bbb57a293bd292b086524862e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca77a36830ab630acef5726c4a44c79be0bd8bbb57a293bd292b086524862e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca77a36830ab630acef5726c4a44c79be0bd8bbb57a293bd292b086524862e85", kill_on_drop: false }`
[INFO] [stdout] ca77a36830ab630acef5726c4a44c79be0bd8bbb57a293bd292b086524862e85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5192139af4268e1bdd05a8b1c2aec43ec3c88776d6bd59cec3483846cf70205e
[INFO] running `Command { std: "docker" "start" "-a" "5192139af4268e1bdd05a8b1c2aec43ec3c88776d6bd59cec3483846cf70205e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling may_queue v0.1.23
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling may v0.3.51
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling core_affinity v0.8.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling generator v0.8.8
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling seq-core v5.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling clap_complete v4.6.2
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling seq-runtime v5.6.1
[INFO] [stderr]    Compiling seq-compiler v5.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "5192139af4268e1bdd05a8b1c2aec43ec3c88776d6bd59cec3483846cf70205e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5192139af4268e1bdd05a8b1c2aec43ec3c88776d6bd59cec3483846cf70205e", kill_on_drop: false }`
[INFO] [stdout] 5192139af4268e1bdd05a8b1c2aec43ec3c88776d6bd59cec3483846cf70205e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54b41537e46f9fa84e29d1cdfcb6b171bb3f93dd8d168eb46d57430f03bca5b6
[INFO] running `Command { std: "docker" "start" "-a" "54b41537e46f9fa84e29d1cdfcb6b171bb3f93dd8d168eb46d57430f03bca5b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling generator v0.8.8
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling may v0.3.51
[INFO] [stderr]    Compiling seq-core v5.6.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling seq-runtime v5.6.1
[INFO] [stderr]    Compiling seq-compiler v5.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.41s
[INFO] running `Command { std: "docker" "inspect" "54b41537e46f9fa84e29d1cdfcb6b171bb3f93dd8d168eb46d57430f03bca5b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54b41537e46f9fa84e29d1cdfcb6b171bb3f93dd8d168eb46d57430f03bca5b6", kill_on_drop: false }`
[INFO] [stdout] 54b41537e46f9fa84e29d1cdfcb6b171bb3f93dd8d168eb46d57430f03bca5b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d20ba86a36066c3aa528734a2f189d2d4399f38c227dd5f78a6770572b40d45f
[INFO] running `Command { std: "docker" "start" "-a" "d20ba86a36066c3aa528734a2f189d2d4399f38c227dd5f78a6770572b40d45f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/seqc-45e503d87d2de0c9)
[INFO] [stdout] 
[INFO] [stdout] running 341 tests
[INFO] [stdout] test ast::tests::test_generate_constructors ... ok
[INFO] [stdout] test ast::tests::test_validate_builtin_words ... ok
[INFO] [stdout] test ast::tests::test_validate_misspelled_builtin ... ok
[INFO] [stdout] test ast::tests::test_validate_user_defined_words ... ok
[INFO] [stdout] test call_graph::tests::test_cycle_through_if_branch ... ok
[INFO] [stdout] test builtins::tests::test_builtin_signature_write_line ... ok
[INFO] [stdout] test builtins::tests::test_builtin_signature_dup ... ok
[INFO] [stdout] test call_graph::tests::test_cycle_through_quotation ... ok
[INFO] [stdout] test call_graph::tests::test_cycle_with_builtins_interspersed ... ok
[INFO] [stdout] test call_graph::tests::test_direct_recursion ... ok
[INFO] [stdout] test call_graph::tests::test_multiple_independent_cycles ... ok
[INFO] [stdout] test call_graph::tests::test_calls_to_unknown_words ... ok
[INFO] [stdout] test builtins::tests::test_all_signatures_have_docs ... ok
[INFO] [stdout] test builtins::tests::test_all_docs_have_signatures ... ok
[INFO] [stdout] test capture_analysis::tests::test_calculate_all_captured ... ok
[INFO] [stdout] test builtins::tests::test_builtin_signature_i_add ... ok
[INFO] [stdout] test call_graph::tests::test_no_recursion ... ok
[INFO] [stdout] test ast::tests::test_validate_undefined_word ... ok
[INFO] [stdout] test call_graph::tests::test_mutual_recursion_pair ... ok
[INFO] [stdout] test call_graph::tests::test_mutual_recursion_triple ... ok
[INFO] [stdout] test capture_analysis::tests::test_calculate_error_too_many_call_inputs ... ok
[INFO] [stdout] test codegen::layout::tests::test_store_int ... ok
[INFO] [stdout] test codegen::layout::tests::test_load_two_int_operands ... ok
[INFO] [stdout] test codegen::layout::tests::test_stack_gep ... ok
[INFO] [stdout] test capture_analysis::tests::test_calculate_multiple_captures ... ok
[INFO] [stdout] test codegen::layout::tests::test_store_bool ... ok
[INFO] [stdout] test builtins::tests::test_all_builtins_have_signatures ... ok
[INFO] [stdout] test capture_analysis::tests::test_extract_empty_stack ... ok
[INFO] [stdout] test codegen::layout::tests::test_store_value ... ok
[INFO] [stdout] test capture_analysis::tests::test_extract_multiple_types ... ok
[INFO] [stdout] test capture_analysis::tests::test_calculate_no_captures ... ok
[INFO] [stdout] test codegen::layout::tests::test_load_int_payload ... ok
[INFO] [stdout] test capture_analysis::tests::test_calculate_one_capture ... ok
[INFO] [stdout] test codegen::layout::tests::test_load_value ... ok
[INFO] [stdout] test codegen::layout::tests::test_dynamic_stack_gep ... ok
[INFO] [stdout] test codegen::layout::tests::test_value_type_def ... ok
[INFO] [stdout] test codegen::specialization::context::tests::test_register_context_stack_ops ... ok
[INFO] [stdout] test codegen::specialization::types::tests::test_register_type_from_type ... ok
[INFO] [stdout] test codegen::specialization::types::tests::test_spec_signature_suffix ... ok
[INFO] [stdout] test codegen::tests::test_codegen_arithmetic ... ok
[INFO] [stdout] test codegen::tests::test_codegen_hello_world ... ok
[INFO] [stdout] test codegen::tests::test_codegen_io_write ... ok
[INFO] [stdout] test codegen::tests::test_codegen_symbol ... ok
[INFO] [stdout] test codegen::tests::test_dup_optimization_after_literal ... ok
[INFO] [stdout] test codegen::tests::test_dup_optimization_for_int ... ok
[INFO] [stdout] test codegen::layout::tests::test_value_size_bytes ... ok
[INFO] [stdout] test capture_analysis::tests::test_extract_single_type ... ok
[INFO] [stdout] test codegen::tests::test_dup_no_optimization_after_word_call ... ok
[INFO] [stdout] test codegen::tests::test_escape_llvm_string ... ok
[INFO] [stdout] test codegen::tests::test_external_builtin_full_pipeline ... ok
[INFO] [stdout] test codegen::tests::test_external_builtin_without_config_fails ... ok
[INFO] [stdout] test codegen::tests::test_external_builtins_with_library_paths ... ok
[INFO] [stdout] test codegen::tests::test_external_builtins_declared ... ok
[INFO] [stdout] test codegen::tests::test_multiple_external_builtins ... ok
[INFO] [stdout] test codegen::tests::test_no_instrument_no_counters ... ok
[INFO] [stdout] test codegen::tests::test_match_exhaustiveness_error ... ok
[INFO] [stdout] test codegen::tests::test_instrument_emits_counters_and_atomicrmw ... ok
[INFO] [stdout] test codegen::tests::test_pick_constant_optimization ... ok
[INFO] [stdout] test codegen::tests::test_recursive_word_not_inlined ... ok
[INFO] [stdout] test codegen::tests::test_roll_constant_optimization ... ok
[INFO] [stdout] test codegen::tests::test_pure_inline_test_mode ... ok
[INFO] [stdout] test codegen::tests::test_recursive_word_in_match_not_inlined ... ok
[INFO] [stdout] test codegen::tests::test_report_call_absent_in_pure_inline ... ok
[INFO] [stdout] test codegen::tests::test_report_call_in_normal_mode ... ok
[INFO] [stdout] test codegen::tests::test_symbol_interning_dedup ... ok
[INFO] [stdout] test codegen::tests::test_issue_338_specialized_call_in_if_branch_has_terminator ... ok
[INFO] [stdout] test config::tests::test_config_builder ... ok
[INFO] [stdout] test codegen::tests::test_match_exhaustive_compiles ... ok
[INFO] [stdout] test codegen::tests::test_small_word_marked_alwaysinline ... ok
[INFO] [stdout] test config::tests::test_external_names ... ok
[INFO] [stdout] test config::tests::test_external_builtin_new ... ok
[INFO] [stdout] test config::tests::test_symbol_validation_valid ... ok
[INFO] [stdout] test error_flag_lint::tests::test_adjacent_drop_not_flagged ... ok
[INFO] [stdout] test error_flag_lint::tests::test_allow_suppresses_warning ... ok
[INFO] [stdout] test error_flag_lint::tests::test_aux_round_trip_drop ... ok
[INFO] [stdout] test error_flag_lint::tests::test_checked_by_if ... ok
[INFO] [stdout] test error_flag_lint::tests::test_dip_clears_flags_no_false_positive ... ok
[INFO] [stdout] test error_flag_lint::tests::test_nip_preserves_flag_on_top ... ok
[INFO] [stdout] test error_flag_lint::tests::test_swap_nip_drops_flag ... ok
[INFO] [stdout] test error_flag_lint::tests::test_non_adjacent_drop_flagged ... ok
[INFO] [stdout] test error_flag_lint::tests::test_division_checked ... ok
[INFO] [stdout] test error_flag_lint::tests::test_multiple_flags_both_dropped ... ok
[INFO] [stdout] test ffi::tests::test_parse_manifest ... ok
[INFO] [stdout] test ffi::tests::test_ffi_bindings ... ok
[INFO] [stdout] test ffi::tests::test_validate_malformed_stack_effect_no_parens ... ok
[INFO] [stdout] test ffi::tests::test_validate_malformed_stack_effect_unknown_type ... ok
[INFO] [stdout] test ffi::tests::test_parse_stack_effect ... ok
[INFO] [stdout] test ffi::tests::test_validate_no_libraries ... ok
[INFO] [stdout] test ffi::tests::test_validate_empty_library_name ... ok
[INFO] [stdout] test ffi::tests::test_validate_empty_link ... ok
[INFO] [stdout] test ffi::tests::test_validate_empty_seq_name ... ok
[INFO] [stdout] test ffi::tests::test_validate_empty_c_name ... ok
[INFO] [stdout] test ffi::tests::test_validate_empty_stack_effect ... ok
[INFO] [stdout] test ffi::tests::test_parse_stack_effect_void ... ok
[INFO] [stdout] test ffi::tests::test_validate_linker_flag_injection ... ok
[INFO] [stdout] test lint::tests::test_compile_pattern ... ok
[INFO] [stdout] test lint::tests::test_compile_pattern_with_wildcards ... ok
[INFO] [stdout] test lint::tests::test_multi_wildcard_validation ... ok
[INFO] [stdout] test ffi::tests::test_validate_malformed_stack_effect_no_separator ... ok
[INFO] [stdout] test lint::tests::test_no_false_positives ... ok
[INFO] [stdout] test lint::tests::test_multiple_matches ... ok
[INFO] [stdout] test lint::tests::test_literal_breaks_pattern ... ok
[INFO] [stdout] test ffi::tests::test_validate_linker_flag_valid ... ok
[INFO] [stdout] test lint::tests::test_consecutive_swap_swap_still_matches ... ok
[INFO] [stdout] test lint::tests::test_single_multi_wildcard_allowed ... ok
[INFO] [stdout] test parser::tests::test_escape_sequences ... ok
[INFO] [stdout] test parser::tests::test_escaped_quote_at_start_of_string ... ok
[INFO] [stdout] test parser::tests::test_escaped_quote_at_end_of_string ... ok
[INFO] [stdout] test parser::tests::test_hex_escape_high_bytes ... ok
[INFO] [stdout] test lint::tests::test_parse_config ... ok
[INFO] [stdout] test lint::tests::test_simple_match ... ok
[INFO] [stdout] test parser::tests::test_hex_escape_invalid_digits ... ok
[INFO] [stdout] test parser::tests::test_hex_escape_at_end_of_string ... ok
[INFO] [stdout] test parser::tests::test_hex_escape_null_byte ... ok
[INFO] [stdout] test parser::tests::test_hex_escape_uppercase ... ok
[INFO] [stdout] test parser::tests::test_parse_bare_quotation_type_rejected ... ok
[INFO] [stdout] test parser::tests::test_multiple_word_definitions ... ok
[INFO] [stdout] test parser::tests::test_parse_binary_literals ... ok
[INFO] [stdout] test parser::tests::test_parse_closure_type_in_input ... ok
[INFO] [stdout] test parser::tests::test_parse_closure_type_with_row_vars ... ok
[INFO] [stdout] test parser::tests::test_parse_closure_type_missing_bracket ... ok
[INFO] [stdout] test parser::tests::test_hex_escape_incomplete ... ok
[INFO] [stdout] test parser::tests::test_hex_escape_sequence ... ok
[INFO] [stdout] test parser::tests::test_parse_empty_quotation ... ok
[INFO] [stdout] test parser::tests::test_parse_deeply_nested_quotation_type_exceeds_limit ... ok
[INFO] [stdout] test parser::tests::test_parse_escaped_quotes ... ok
[INFO] [stdout] test parser::tests::test_parse_empty_quotation_type ... ok
[INFO] [stdout] test parser::tests::test_parse_hello_world ... ok
[INFO] [stdout] test parser::tests::test_parse_invalid_hex_literal ... ok
[INFO] [stdout] test parser::tests::test_parse_empty_stack_effect ... ok
[INFO] [stdout] test parser::tests::test_parse_invalid_row_var_starts_with_digit ... ok
[INFO] [stdout] test parser::tests::test_parse_invalid_row_var_starts_with_uppercase ... ok
[INFO] [stdout] test parser::tests::test_parse_invalid_row_var_with_special_chars ... ok
[INFO] [stdout] test parser::tests::test_parse_hex_literals ... ok
[INFO] [stdout] test parser::tests::test_parse_invalid_type ... ok
[INFO] [stdout] test parser::tests::test_parse_match_bindings_require_prefix ... ok
[INFO] [stdout] test parser::tests::test_parse_match_with_body_statements ... ok
[INFO] [stdout] test parser::tests::test_parse_multiple_types_stack_effect ... ok
[INFO] [stdout] test parser::tests::test_parse_nested_quotation ... ok
[INFO] [stdout] test parser::tests::test_parse_multiple_quotation_types ... ok
[INFO] [stdout] test parser::tests::test_parse_no_stack_effect ... ok
[INFO] [stdout] test parser::tests::test_parse_nested_quotation_type ... ok
[INFO] [stdout] test parser::tests::test_parse_quotation_type_in_output ... ok
[INFO] [stdout] test parser::tests::test_parse_invalid_binary_literal ... ok
[INFO] [stdout] test parser::tests::test_parse_quotation_with_call ... ok
[INFO] [stdout] test parser::tests::test_parse_row_polymorphic_stack_effect ... ok
[INFO] [stdout] test parser::tests::test_parse_simple_closure_type ... ok
[INFO] [stdout] test parser::tests::test_parse_simple_quotation ... ok
[INFO] [stdout] test parser::tests::test_parse_simple_match ... ok
[INFO] [stdout] test parser::tests::test_parse_match_empty_error ... ok
[INFO] [stdout] test parser::tests::test_parse_match_with_bindings ... ok
[INFO] [stdout] test parser::tests::test_parse_simple_quotation_type ... ok
[INFO] [stdout] test parser::tests::test_parse_symbol_literal ... ok
[INFO] [stdout] test parser::tests::test_parse_symbol_with_hyphen ... ok
[INFO] [stdout] test parser::tests::test_parse_symbol_with_invalid_char_fails ... ok
[INFO] [stdout] test parser::tests::test_parse_quotation_type_with_row_vars ... ok
[INFO] [stdout] test parser::tests::test_parse_quotation_type_without_separator ... ok
[INFO] [stdout] test parser::tests::test_parse_type_variable ... ok
[INFO] [stdout] test parser::tests::test_parse_unclosed_quotation_type ... ok
[INFO] [stdout] test parser::tests::test_parse_unclosed_stack_effect ... ok
[INFO] [stdout] test parser::tests::test_parse_union_duplicate_variant_error ... ok
[INFO] [stdout] test parser::tests::test_parse_union_empty_error ... ok
[INFO] [stdout] test parser::tests::test_parse_valid_row_var_with_underscore ... ok
[INFO] [stdout] test parser::tests::test_parse_union_lowercase_name_error ... ok
[INFO] [stdout] test parser::tests::test_parse_while_with_quotations ... ok
[INFO] [stdout] test parser::tests::test_token_position_multiline ... ok
[INFO] [stdout] test parser::tests::test_parse_with_numbers ... ok
[INFO] [stdout] test parser::tests::test_parse_simple_stack_effect ... ok
[INFO] [stdout] test parser::tests::test_parse_simple_union ... ok
[INFO] [stdout] test parser::tests::test_parse_symbol_special_chars_allowed ... ok
[INFO] [stdout] test parser::tests::test_parse_symbol_starting_with_digit_fails ... ok
[INFO] [stdout] test parser::tests::test_token_position_single_line ... ok
[INFO] [stdout] test parser::tests::test_token_position_string_with_newline ... ok
[INFO] [stdout] test parser::tests::test_parse_union_duplicate_field_error ... ok
[INFO] [stdout] test parser::tests::test_word_def_source_location_span ... ok
[INFO] [stdout] test resolver::tests::test_collision_detection_no_collision ... ok
[INFO] [stdout] test resolver::tests::test_collision_detection_same_file_different_lines ... ok
[INFO] [stdout] test resolver::tests::test_collision_detection_with_collision ... ok
[INFO] [stdout] test resolver::tests::test_embedded_stdlib_imath_available ... ok
[INFO] [stdout] test parser::tests::test_parse_union_with_multiple_fields ... ok
[INFO] [stdout] test resolver::tests::test_embedded_stdlib_resolution ... ok
[INFO] [stdout] test resource_lint::tests::test_branch_join_neither_consume ... ok
[INFO] [stdout] test resource_lint::tests::test_channel_leak ... ok
[INFO] [stdout] test resource_lint::tests::test_channel_properly_closed ... ok
[INFO] [stdout] test resource_lint::tests::test_channel_transferred_via_spawn ... ok
[INFO] [stdout] test resource_lint::tests::test_cross_word_chain ... ok
[INFO] [stdout] test resource_lint::tests::test_cross_word_proper_cleanup ... ok
[INFO] [stdout] test resource_lint::tests::test_cross_word_resource_tracking ... ok
[INFO] [stdout] test parser::tests::test_unclosed_string_literal ... ok
[INFO] [stdout] test resource_lint::tests::test_else_branch_only_leak ... ok
[INFO] [stdout] test resolver::tests::test_double_include_prevention_embedded ... ok
[INFO] [stdout] test resource_lint::tests::test_branch_inconsistent_handling ... ok
[INFO] [stdout] test resolver::tests::test_cross_directory_include_allowed ... ok
[INFO] [stdout] test resource_lint::tests::test_both_branches_cancel ... ok
[INFO] [stdout] test resource_lint::tests::test_swap_resource_tracking ... ok
[INFO] [stdout] test resource_lint::tests::test_weave_properly_cancelled ... ok
[INFO] [stdout] test resource_lint::tests::test_immediate_weave_drop ... ok
[INFO] [stdout] test resource_lint::tests::test_over_resource_tracking ... ok
[INFO] [stdout] test script::tests::test_strip_shebang_only_shebang ... ok
[INFO] [stdout] test script::tests::test_get_cache_dir_with_xdg ... ok
[INFO] [stdout] test script::tests::test_compute_cache_key_deterministic ... ok
[INFO] [stdout] test script::tests::test_strip_shebang_with_comment ... ok
[INFO] [stdout] test script::tests::test_strip_shebang_with_shebang ... ok
[INFO] [stdout] test script::tests::test_compute_cache_key_includes_embedded_modules ... ok
[INFO] [stdout] test script::tests::test_get_cache_dir_fallback_to_home ... ok
[INFO] [stdout] test resolver::tests::test_nonexistent_stdlib_module ... ok
[INFO] [stdout] test script::tests::test_compute_cache_key_changes_with_content ... ok
[INFO] [stdout] test resource_lint::tests::test_branch_join_both_consume ... ok
[INFO] [stdout] test script::tests::test_strip_shebang_without_shebang ... ok
[INFO] [stdout] test stdlib_embed::tests::test_imath_stdlib_exists ... ok
[INFO] [stdout] test test_runner::tests::test_discover_test_functions ... ok
[INFO] [stdout] test stdlib_embed::tests::test_fmath_stdlib_exists ... ok
[INFO] [stdout] test test_runner::tests::test_discover_with_main ... ok
[INFO] [stdout] test stdlib_embed::tests::test_loops_stdlib_exists ... ok
[INFO] [stdout] test stdlib_embed::tests::test_nonexistent_stdlib ... ok
[INFO] [stdout] test parser::tests::test_unknown_escape_sequence ... ok
[INFO] [stdout] test parser::tests::test_user_word_calling_user_word ... ok
[INFO] [stdout] test resolver::tests::test_empty_include_path_rejected ... ok
[INFO] [stdout] test resolver::tests::test_resolver_with_no_stdlib_path ... ok
[INFO] [stdout] test test_runner::tests::test_is_test_file ... ok
[INFO] [stdout] test test_runner::tests::test_sanitize_name ... ok
[INFO] [stdout] test typechecker::tests::test_aux_basic_round_trip ... ok
[INFO] [stdout] test tests::test_parse_clang_version_apple ... ok
[INFO] [stdout] test typechecker::tests::test_aux_in_match_balanced ... ok
[INFO] [stdout] test tests::test_parse_clang_version_homebrew ... ok
[INFO] [stdout] test test_runner::tests::test_filter ... ok
[INFO] [stdout] test typechecker::tests::test_arithmetic_chain ... ok
[INFO] [stdout] test typechecker::tests::test_aux_in_match_unbalanced_error ... ok
[INFO] [stdout] test tests::test_parse_clang_version_invalid ... ok
[INFO] [stdout] test typechecker::tests::test_aux_max_depths_tracked ... ok
[INFO] [stdout] test typechecker::tests::test_aux_in_quotation_unbalanced_rejected ... ok
[INFO] [stdout] test typechecker::tests::test_all_stack_ops ... ok
[INFO] [stdout] test typechecker::tests::test_aux_in_quotation_balanced_accepted ... ok
[INFO] [stdout] test tests::test_parse_clang_version_standard ... ok
[INFO] [stdout] test typechecker::tests::test_bi_underflow ... ok
[INFO] [stdout] test typechecker::tests::test_bi_type_mismatch ... ok
[INFO] [stdout] test tests::test_parse_clang_version_ubuntu ... ok
[INFO] [stdout] test typechecker::tests::test_bool_literal ... ok
[INFO] [stdout] test typechecker::tests::test_aux_multiple_values ... ok
[INFO] [stdout] test typechecker::tests::test_aux_unbalanced_error ... ok
[INFO] [stdout] test typechecker::tests::test_aux_pop_empty_error ... ok
[INFO] [stdout] test typechecker::tests::test_aux_preserves_type ... ok
[INFO] [stdout] test typechecker::tests::test_bi_polymorphic_quotations ... ok
[INFO] [stdout] test resolver::tests::test_dotdot_within_same_directory_structure ... ok
[INFO] [stdout] test typechecker::tests::test_bi_basic ... ok
[INFO] [stdout] test typechecker::tests::test_call_pure_quotation_ok ... ok
[INFO] [stdout] test typechecker::tests::test_closure_basic_capture ... ok
[INFO] [stdout] test typechecker::tests::test_call_yield_quotation_error ... ok
[INFO] [stdout] test typechecker::tests::test_closure_captures_value_for_inner_quotation ... ok
[INFO] [stdout] test typechecker::tests::test_closure_multiple_captures ... ok
[INFO] [stdout] test typechecker::tests::test_csp_operations ... ok
[INFO] [stdout] test typechecker::tests::test_closure_nested_three_levels ... ok
[INFO] [stdout] test typechecker::tests::test_conditional_branches ... ok
[INFO] [stdout] test typechecker::tests::test_closure_nested_two_levels ... ok
[INFO] [stdout] test typechecker::tests::test_dip_preserves_type ... ok
[INFO] [stdout] test typechecker::tests::test_comparison_operations ... ok
[INFO] [stdout] test typechecker::tests::test_complex_stack_shuffling ... ok
[INFO] [stdout] test typechecker::tests::test_conditional_without_else ... ok
[INFO] [stdout] test typechecker::tests::test_closure_use_after_creation ... ok
[INFO] [stdout] test typechecker::tests::test_closure_wrong_call_type ... ok
[INFO] [stdout] test typechecker::tests::test_dip_basic ... ok
[INFO] [stdout] test typechecker::tests::test_deep_stack_types ... ok
[INFO] [stdout] test typechecker::tests::test_dip_underflow ... ok
[INFO] [stdout] test typechecker::tests::test_empty_quotation ... ok
[INFO] [stdout] test typechecker::tests::test_invalid_field_type_error ... ok
[INFO] [stdout] test typechecker::tests::test_keep_underflow ... ok
[INFO] [stdout] test typechecker::tests::test_mismatched_branches ... ok
[INFO] [stdout] test typechecker::tests::test_divergent_else_branch ... ok
[INFO] [stdout] test typechecker::tests::test_dip_type_mismatch ... ok
[INFO] [stdout] test typechecker::tests::test_missing_effect_provides_helpful_error ... ok
[INFO] [stdout] test typechecker::tests::test_keep_type_mismatch ... ok
[INFO] [stdout] test typechecker::tests::test_nested_quotation ... ok
[INFO] [stdout] test typechecker::tests::test_divergent_recursive_tail_call ... ok
[INFO] [stdout] test typechecker::tests::test_empty_program ... ok
[INFO] [stdout] test typechecker::tests::test_mixed_types_complex ... ok
[INFO] [stdout] test typechecker::tests::test_pick_with_row_polymorphic_input ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_both_branches_extra ... ok
[INFO] [stdout] test typechecker::tests::test_non_tail_call_recursion_not_divergent ... ok
[INFO] [stdout] test typechecker::tests::test_multiple_word_chain ... ok
[INFO] [stdout] test typechecker::tests::test_nested_conditionals ... ok
[INFO] [stdout] test typechecker::tests::test_keep_basic ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_branch_consumes_extra ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_consumes_extra ... ok
[INFO] [stdout] test typechecker::tests::test_recursive_word_definitions ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_extra_dup ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_in_else_branch ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_in_then_branch ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_quotation_wrong_arity_input ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_quotation_wrong_arity_output ... ok
[INFO] [stdout] test typechecker::tests::test_polymorphic_dup ... ok
[INFO] [stdout] test typechecker::tests::test_roll_with_row_polymorphic_input ... ok
[INFO] [stdout] test typechecker::tests::test_simple_literal ... ok
[INFO] [stdout] test typechecker::tests::test_roll_inside_conditional_with_concrete_stack ... ok
[INFO] [stdout] test typechecker::tests::test_simple_quotation ... ok
[INFO] [stdout] test typechecker::tests::test_simple_operation ... ok
[INFO] [stdout] test typechecker::tests::test_stack_underflow_rot_issue_169 ... ok
[INFO] [stdout] test typechecker::tests::test_stack_underflow_add ... ok
[INFO] [stdout] test typechecker::tests::test_read_line_operation ... ok
[INFO] [stdout] test typechecker::tests::test_valid_effect_exact_match ... ok
[INFO] [stdout] test typechecker::tests::test_strand_weave_yield_quotation_ok ... ok
[INFO] [stdout] test typechecker::tests::test_type_mismatch ... ok
[INFO] [stdout] test typechecker::tests::test_union_type_mismatch_should_fail ... ok
[INFO] [stdout] test typechecker::tests::test_valid_polymorphic_passthrough ... ok
[INFO] [stdout] test typechecker::tests::test_string_literal ... ok
[INFO] [stdout] test typechecker::tests::test_stack_underflow_drop ... ok
[INFO] [stdout] test typechecker::tests::test_roll_inside_match_arm_with_concrete_stack ... ok
[INFO] [stdout] test typechecker::tests::test_type_error_in_nested_conditional ... ok
[INFO] [stdout] test typechecker::tests::test_user_defined_word_call ... ok
[INFO] [stdout] test typechecker::tests::test_word_calling_word_with_row_polymorphism ... ok
[INFO] [stdout] test typechecker::tests::test_valid_union_reference_in_field ... ok
[INFO] [stdout] test types::tests::test_row_variable ... ok
[INFO] [stdout] test types::tests::test_singleton_stack ... ok
[INFO] [stdout] test typechecker::tests::test_write_line_type_error ... ok
[INFO] [stdout] test types::tests::test_effect ... ok
[INFO] [stdout] test types::tests::test_push_pop ... ok
[INFO] [stdout] test unification::tests::test_occurs_check_prevents_infinite_stack ... ok
[INFO] [stdout] test unification::tests::test_occurs_check_row_var_with_itself ... ok
[INFO] [stdout] test typechecker::tests::test_word_without_effect_declaration ... ok
[INFO] [stdout] test types::tests::test_empty_stack ... ok
[INFO] [stdout] test types::tests::test_from_vec ... ok
[INFO] [stdout] test unification::tests::test_occurs_check_type_var_with_itself ... ok
[INFO] [stdout] test unification::tests::test_occurs_in_stack ... ok
[INFO] [stdout] test unification::tests::test_occurs_in_type ... ok
[INFO] [stdout] test unification::tests::test_subst_compose ... ok
[INFO] [stdout] test unification::tests::test_unify_cons_stacks ... ok
[INFO] [stdout] test unification::tests::test_unify_cons_with_type_var ... ok
[INFO] [stdout] test unification::tests::test_unify_empty_stacks ... ok
[INFO] [stdout] test unification::tests::test_unify_polymorphic_dup ... ok
[INFO] [stdout] test unification::tests::test_unify_row_poly_stack ... ok
[INFO] [stdout] test unification::tests::test_occurs_check_allows_different_row_vars ... ok
[INFO] [stdout] test unification::tests::test_quotation_type_unification_stack_neutral ... ok
[INFO] [stdout] test unification::tests::test_occurs_check_allows_concrete_stack ... ok
[INFO] [stdout] test config::tests::test_symbol_validation_rejects_empty - should panic ... ok
[INFO] [stdout] test config::tests::test_symbol_validation_rejects_hyphen - should panic ... ok
[INFO] [stdout] test config::tests::test_symbol_validation_rejects_at - should panic ... ok
[INFO] [stdout] test unification::tests::test_unify_row_variable ... ok
[INFO] [stdout] test unification::tests::test_unify_type_variable ... ok
[INFO] [stdout] test typechecker::tests::test_quotation_type_preserved_through_word ... ok
[INFO] [stdout] test typechecker::tests::test_pollution_extra_push ... ok
[INFO] [stdout] test types::tests::test_polymorphic_effect ... ok
[INFO] [stdout] test unification::tests::test_unify_concrete_types ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 341 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/seqc-8ccfcd08922f9876)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests seqc
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/call_graph.rs - call_graph (line 8) ... ignored
[INFO] [stdout] test src/config.rs - config (line 9) ... ignored
[INFO] [stdout] test src/lib.rs - (line 10) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/unification.rs - unification::occurs_in_type (line 97) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.35s; merged doctests compilation took 0.34s
[INFO] running `Command { std: "docker" "inspect" "d20ba86a36066c3aa528734a2f189d2d4399f38c227dd5f78a6770572b40d45f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d20ba86a36066c3aa528734a2f189d2d4399f38c227dd5f78a6770572b40d45f", kill_on_drop: false }`
[INFO] [stdout] d20ba86a36066c3aa528734a2f189d2d4399f38c227dd5f78a6770572b40d45f
