[INFO] cloning repository https://github.com/dalance/svlint
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dalance/svlint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalance%2Fsvlint", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalance%2Fsvlint'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98e84ce9776593f8d8aae45ae80001ba3e9789ff
[INFO] testing dalance/svlint against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalance%2Fsvlint" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dalance/svlint
[INFO] finished tweaking git repo https://github.com/dalance/svlint
[INFO] tweaked toml for git repo https://github.com/dalance/svlint written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dalance/svlint on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 83 packages to latest compatible versions
[INFO] [stderr]       Adding chardetng v0.1.17 (available: v1.0.0)
[INFO] [stderr]       Adding clap v3.2.25 (available: v4.6.1)
[INFO] [stderr]       Adding clap_complete v3.2.5 (available: v4.6.7)
[INFO] [stderr]       Adding libloading v0.8.9 (available: v0.9.0)
[INFO] [stderr]       Adding toml v0.9.12+spec-1.1.0 (available: v1.1.2+spec-1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sv-parser v0.13.5
[INFO] [stderr]   Downloaded toml v0.9.12+spec-1.1.0
[INFO] [stderr]   Downloaded sv-parser-macros v0.13.5
[INFO] [stderr]   Downloaded nom-greedyerror v0.5.0
[INFO] [stderr]   Downloaded sv-parser-syntaxtree v0.13.5
[INFO] [stderr]   Downloaded term v1.2.1
[INFO] [stderr]   Downloaded sv-filelist-parser v0.1.3
[INFO] [stderr]   Downloaded sv-parser-error v0.13.5
[INFO] [stderr]   Downloaded enquote v1.1.0
[INFO] [stderr]   Downloaded str-concat v0.2.0
[INFO] [stderr]   Downloaded nom-tracable v0.9.1
[INFO] [stderr]   Downloaded nom-tracable-macros v0.9.1
[INFO] [stderr]   Downloaded nom-recursive v0.5.1
[INFO] [stderr]   Downloaded nom-packrat v0.7.0
[INFO] [stderr]   Downloaded nom-packrat-macros v0.7.0
[INFO] [stderr]   Downloaded nom-recursive-macros v0.5.1
[INFO] [stderr]   Downloaded serde_regex v1.2.0
[INFO] [stderr]   Downloaded sv-parser-pp v0.13.5
[INFO] [stderr]   Downloaded nom_locate v4.2.0
[INFO] [stderr]   Downloaded clap_derive v3.2.25
[INFO] [stderr]   Downloaded clap_complete v3.2.5
[INFO] [stderr]   Downloaded sv-parser-parser v0.13.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52
[INFO] running `Command { std: "docker" "start" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling str-concat v0.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling term v1.2.1
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling chardetng v0.1.17
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex-automata v0.4.15
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling nom-greedyerror v0.5.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling nom-tracable-macros v0.9.1
[INFO] [stderr]    Compiling nom-recursive-macros v0.5.1
[INFO] [stderr]    Compiling nom-packrat-macros v0.7.0
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling nom-tracable v0.9.1
[INFO] [stderr]    Compiling nom-packrat v0.7.0
[INFO] [stderr]    Compiling nom-recursive v0.5.1
[INFO] [stderr]    Compiling sv-parser-macros v0.13.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling regex v1.13.0
[INFO] [stderr]    Compiling serde_regex v1.2.0
[INFO] [stderr]    Compiling sv-filelist-parser v0.1.3
[INFO] [stderr]    Compiling sv-parser-syntaxtree v0.13.5
[INFO] [stderr]    Compiling svlint v0.9.5 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling enquote v1.1.0
[INFO] [stderr]    Compiling sv-parser-error v0.13.5
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling clap_complete v3.2.5
[INFO] [stderr]    Compiling sv-parser-parser v0.13.5
[INFO] [stderr]    Compiling sv-parser-pp v0.13.5
[INFO] [stderr]    Compiling sv-parser v0.13.5
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s
[INFO] running `Command { std: "docker" "inspect" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling svlint v0.9.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.77s
[INFO] running `Command { std: "docker" "inspect" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/svlint-a912dc9e357d5d82)
[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]      Running unittests src/mdgen.rs (/opt/rustwide/target/debug/deps/mdgen-be91de723310aeed)
[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]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/svlint-e4ec26fe535b768a)
[INFO] [stdout] 
[INFO] [stdout] running 492 tests
[INFO] [stdout] test tests::cli_config_update ... ok
[INFO] [stdout] test tests::cli_filelist ... ok
[INFO] [stdout] test tests::cli_dump_syntaxtree ... ok
[INFO] [stdout] test tests::cli_config ... ok
[INFO] [stdout] test tests::cli_config_example ... ok
[INFO] [stdout] test tests::cli_dump_filelist ... ok
[INFO] [stdout] test tests::cli_github_actions ... ok
[INFO] [stdout] test tests::cli_ignore_include ... ok
[INFO] [stdout] test tests::cli_preprocess_only ... ok
[INFO] [stdout] test tests::cli_oneline ... ok
[INFO] [stdout] test tests::cli_verbose ... ok
[INFO] [stdout] test tests::cli_incdirs ... ok
[INFO] [stdout] test tests::dump_filelist_1 ... ok
[INFO] [stdout] test tests::cli_silent ... ok
[INFO] [stdout] test tests::cli_plugins ... ok
[INFO] [stdout] test tests::cli_shell_completion ... ok
[INFO] [stdout] test tests::cli_defines ... ok
[INFO] [stdout] test tests::syntaxrules_action_block_with_side_effect_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_at_edge_pass_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_at_edge_pass_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_ff_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_at_edge_pass_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_at_edge_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_at_edge_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_at_edge_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_latch_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_default_nettype_none_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_default_nettype_none_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_latch_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_default_nettype_none_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_enum_with_type_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_case_default_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_default_nettype_wire_at_end_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_enum_with_type_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_comma_always_ff_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_default_nettype_wire_at_end_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_case_default_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_comma_always_ff_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_or_fail_3of5 ... ok
[INFO] [stdout] test tests::dump_filelist_3 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_or_fail_5of5 ... ok
[INFO] [stdout] test tests::lint_gbk_encoded_verilog ... FAILED
[INFO] [stdout] test tests::syntaxrules_eventlist_comma_always_ff_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_or_fail_4of5 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_or_fail_2of5 ... ok
[INFO] [stdout] test tests::syntaxrules_blocking_assignment_in_always_ff_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_brackets_for_confusing_precedence_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_brackets_for_confusing_precedence_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_brackets_for_confusing_precedence_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_brackets_for_confusing_precedence_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_case_default_fail_1of2 ... ok
[INFO] [stdout] test tests::dump_filelist_7 ... ok
[INFO] [stdout] test tests::syntaxrules_function_same_as_system_function_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_function_same_as_system_function_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_comma_always_ff_fail_3of3 ... ok
[INFO] [stdout] test tests::dump_filelist_8 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_or_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_action_block_with_side_effect_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_if_else_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_function_with_automatic_fail_1of1 ... ok
[INFO] [stdout] test tests::dump_filelist_2 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_case_default_pass_1of1 ... ok
[INFO] [stdout] test tests::dump_filelist_6 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_if_else_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_general_always_level_sensitive_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_if_else_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_general_always_no_edge_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_general_always_level_sensitive_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_general_always_level_sensitive_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_general_always_level_sensitive_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_case_with_label_fail_1of5 ... ok
[INFO] [stdout] test tests::syntaxrules_eventlist_or_fail_1of5 ... ok
[INFO] [stdout] test tests::dump_filelist_4 ... ok
[INFO] [stdout] test tests::syntaxrules_general_always_no_edge_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_case_with_label_fail_3of5 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_case_with_label_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_for_with_label_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_for_with_label_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_for_with_label_fail_2of3 ... ok
[INFO] [stdout] test tests::dump_filelist_5 ... ok
[INFO] [stdout] test tests::syntaxrules_general_always_no_edge_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_explicit_case_default_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_case_with_label_fail_4of5 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_fail_4of8 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_fail_5of8 ... ok
[INFO] [stdout] test tests::syntaxrules_genvar_declaration_in_loop_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_case_with_label_fail_5of5 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_case_with_label_fail_2of5 ... ok
[INFO] [stdout] test tests::syntaxrules_genvar_declaration_out_loop_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_genvar_declaration_out_loop_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_fail_3of8 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_fail_7of8 ... ok
[INFO] [stdout] test tests::syntaxrules_genvar_declaration_in_loop_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_fail_8of8 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_inout_with_tri_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_input_with_var_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_input_with_var_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_implicit_case_default_pass_1of5 ... FAILED
[INFO] [stdout] test tests::syntaxrules_interface_identifier_matches_filename_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_implicit_case_default_pass_5of5 ... ok
[INFO] [stdout] test tests::syntaxrules_interface_identifier_matches_filename_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_inout_with_tri_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_function_with_automatic_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_interface_port_with_modport_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_interface_port_with_modport_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_ff_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_implicit_case_default_pass_4of5 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_comb_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_implicit_case_default_pass_3of5 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_ff_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_implicit_case_default_pass_2of5 ... FAILED
[INFO] [stdout] test tests::syntaxrules_generate_for_with_label_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_comb_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_interface_port_with_modport_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_latch_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_generate_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_fail_2of8 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_fail_6of8 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_generate_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_implicit_case_default_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_latch_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_logic_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_always_latch_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_priority_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_logic_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_wire_reg_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_unique0_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_unique0_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_implicit_case_default_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_required_generate_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_unique_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_implicit_case_default_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_unique0_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_unique_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_wire_reg_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_localparam_type_twostate_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_localparam_explicit_type_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_generate_if_with_label_fail_1of8 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_priority_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_required_generate_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_unique_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_required_generate_pass_1of1 ... FAILED
[INFO] [stdout] test tests::syntaxrules_keyword_forbidden_priority_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_localparam_type_twostate_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_localparam_type_twostate_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_keyword_required_generate_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_lowercamelcase_interface_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_variable_declaration_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_lowercamelcase_interface_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_lowercamelcase_module_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_localparam_type_twostate_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_lowercamelcase_module_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_lowercamelcase_package_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_ff_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_latch_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_ff_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_lowercamelcase_package_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_module_ansi_forbidden_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_module_ansi_forbidden_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_module_ansi_forbidden_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_comb_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_module_ansi_forbidden_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_module_ansi_forbidden_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_comb_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_module_identifier_matches_filename_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_module_identifier_matches_filename_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_module_nonansi_forbidden_pass_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_module_nonansi_forbidden_pass_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_module_nonansi_forbidden_pass_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_comb_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_for_begin_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_if_begin_fail_1of5 ... ok
[INFO] [stdout] test tests::syntaxrules_module_nonansi_forbidden_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_non_blocking_assignment_in_always_comb_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_latch_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_variable_declaration_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_latch_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_localparam_explicit_type_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_if_begin_fail_5of5 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_for_begin_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_non_blocking_assignment_in_always_no_edge_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_if_begin_fail_2of5 ... ok
[INFO] [stdout] test tests::syntaxrules_non_blocking_assignment_in_always_no_edge_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_non_blocking_assignment_in_always_comb_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_non_blocking_assignment_in_always_no_edge_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_if_begin_fail_4of5 ... ok
[INFO] [stdout] test tests::syntaxrules_loop_statement_in_always_ff_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_case_equality_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_case_equality_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_pass_3of6 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_case_equality_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_non_blocking_assignment_in_always_no_edge_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_pass_2of6 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_pass_1of6 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_pass_4of6 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_fail_5of6 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_fail_2of6 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_fail_1of6 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_if_begin_fail_3of5 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_fail_3of6 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_for_begin_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_multiline_if_begin_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_10of12 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_4of12 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_1of12 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_12of12 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_fail_4of6 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_pass_6of6 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_11of12 ... ok
[INFO] [stdout] test tests::syntaxrules_package_item_not_in_package_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_9of12 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_8of12 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_default_value_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_6of12 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_3of12 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_7of12 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_5of12 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_default_value_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_default_value_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_fail_6of6 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_explicit_type_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_in_package_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_explicit_type_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_in_generate_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_incdec_pass_5of6 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_type_twostate_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_in_package_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_type_twostate_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_operator_self_assignment_fail_2of12 ... ok
[INFO] [stdout] test tests::syntaxrules_package_identifier_matches_filename_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_inout_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_output_with_var_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_in_package_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_package_item_not_in_package_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_inout_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_package_identifier_matches_filename_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_type_twostate_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_inout_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_explicit_type_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_type_twostate_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_output_with_var_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_input_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_interface_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_interface_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_instance_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_default_value_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_package_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_module_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_inout_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_module_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_procedural_continuous_assignment_fail_2of4 ... ok
[INFO] [stdout] test tests::syntaxrules_procedural_continuous_assignment_pass_2of4 ... ok
[INFO] [stdout] test tests::syntaxrules_procedural_continuous_assignment_fail_3of4 ... ok
[INFO] [stdout] test tests::syntaxrules_procedural_continuous_assignment_fail_4of4 ... ok
[INFO] [stdout] test tests::syntaxrules_procedural_continuous_assignment_pass_3of4 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_package_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_program_identifier_matches_filename_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_pass_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_procedural_continuous_assignment_pass_1of4 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_instance_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_program_identifier_matches_filename_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_procedural_continuous_assignment_pass_4of4 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_output_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_input_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_checker_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_class_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_class_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_function_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_checker_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_procedural_continuous_assignment_fail_1of4 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_function_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_property_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_generateblock_pass_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_prefix_output_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_generateblock_pass_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_genvar_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_property_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_pass_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_interface_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_instance_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_genvar_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_instance_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_generateblock_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_localparam_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_pass_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_localparam_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_interface_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_module_ansi_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_generateblock_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_generateblock_pass_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_modport_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_property_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_generateblock_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_package_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_genvar_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_package_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_module_nonansi_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_inout_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_parameter_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_module_ansi_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_input_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_modport_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_parameter_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_genvar_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_module_nonansi_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_inout_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_assert_property_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_interface_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_interface_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_input_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_ref_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_output_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_inout_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_output_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_interface_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_inout_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_property_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_output_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_interface_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_ref_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_output_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_task_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_var_classmethod_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_input_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_program_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_task_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_var_class_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_parameter_in_generate_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_pass_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_port_input_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_var_classmethod_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_pass_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_pass_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_property_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_class_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_property_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_checker_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_function_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_checker_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_property_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_interface_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_instance_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_var_class_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_property_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_genvar_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_interface_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_modport_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_module_ansi_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_module_ansi_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_localparam_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_assert_property_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_modport_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_module_nonansi_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_instance_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_generateblock_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_generateblock_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_input_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_interface_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_interface_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_package_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_output_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_program_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_sequence_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_ref_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_forbidden_sequence_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_property_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_localparam_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_property_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_package_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_parameter_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_module_nonansi_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_input_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_sequence_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_sequence_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_var_classmethod_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_output_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_var_class_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_genvar_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_var_class_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_program_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_var_classmethod_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_inout_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_comb_fail_3of4 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_program_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_comb_fail_1of4 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_ff_fail_1of4 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_parameter_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_class_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_port_inout_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_comb_fail_2of4 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_function_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_comb_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_task_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_indent_pass_1of1 ... FAILED
[INFO] [stdout] test tests::syntaxrules_re_required_port_ref_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_latch_fail_2of4 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_ff_fail_3of4 ... ok
[INFO] [stdout] test tests::syntaxrules_re_required_task_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_indent_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_comb_fail_4of4 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_latch_fail_1of4 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_0or1space_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_ff_fail_2of4 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_latch_fail_3of4 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_0space_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1or2space_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_0or1space_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1or2space_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_latch_fail_4of4 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1spaceornewline_pass_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_ff_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_latch_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1spaceornewline_fail_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1spaceornewline_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1spaceornewline_pass_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1spaceornewline_pass_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_sequential_block_in_always_ff_fail_4of4 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_datatype_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_maybelabel_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_maybelabel_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_maybelabel_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1space_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_commaleading_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_commaleading_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_construct_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_maybelabel_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_new_fail_2of3 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_datatype_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_new_fail_1of3 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_new_fail_3of3 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_newline_pass_1of1 ... FAILED
[INFO] [stdout] test tests::syntaxrules_style_keyword_end_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_1space_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_newline_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_construct_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_0space_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_end_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_boolean_leading_space_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_trailingwhitespace_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_boolean_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_arithmetic_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_integer_leading_space_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_integer_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_tab_character_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_arithmetic_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_trailingwhitespace_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_unary_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_integer_leading_space_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_tab_character_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_boolean_leading_space_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_integer_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_unpacked_array_pass_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_uppercamelcase_package_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_uppercamelcase_interface_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_uppercamelcase_module_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_uppercamelcase_interface_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_uppercamelcase_package_fail_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_unpacked_array_pass_2of2 ... ok
[INFO] [stdout] test tests::syntaxrules_unpacked_array_fail_1of2 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_arithmetic_leading_space_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_unpacked_array_fail_2of2 ... ok
[INFO] [stdout] test tests::textrules_header_copyright_pass_1of4 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_unary_fail_1of1 ... ok
[INFO] [stdout] test tests::textrules_header_copyright_fail_2of3 ... ok
[INFO] [stdout] test tests::textrules_header_copyright_pass_2of4 ... ok
[INFO] [stdout] test tests::syntaxrules_uppercamelcase_module_pass_1of1 ... ok
[INFO] [stdout] test tests::textrules_header_copyright_pass_4of4 ... ok
[INFO] [stdout] test tests::textrules_style_textwidth_pass_1of1 ... ok
[INFO] [stdout] test tests::textrules_header_copyright_pass_3of4 ... ok
[INFO] [stdout] test tests::textrules_style_textwidth_fail_1of1 ... ok
[INFO] [stdout] test tests::textrules_style_directives_fail_2of4 ... ok
[INFO] [stdout] test tests::textrules_header_copyright_fail_3of3 ... ok
[INFO] [stdout] test tests::textrules_style_semicolon_pass_1of1 ... ok
[INFO] [stdout] test tests::textrules_style_semicolon_fail_1of1 ... ok
[INFO] [stdout] test tests::textrules_header_copyright_fail_1of3 ... ok
[INFO] [stdout] test tests::textrules_style_directives_fail_1of4 ... ok
[INFO] [stdout] test tests::syntaxrules_style_keyword_new_pass_1of1 ... ok
[INFO] [stdout] test tests::textrules_style_directives_fail_4of4 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_boolean_fail_1of1 ... ok
[INFO] [stdout] test tests::textrules_style_directives_pass_1of1 ... ok
[INFO] [stdout] test tests::syntaxrules_style_operator_arithmetic_leading_space_fail_1of1 ... ok
[INFO] [stdout] test tests::textrules_style_directives_fail_3of4 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::lint_gbk_encoded_verilog stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::lint_gbk_encoded_verilog' (1418) panicked at src/main.rs:1243:49:
[INFO] [stdout] Failed to create test file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x626a70ffc1c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x626a71013a5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x626a71013a5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x626a71001f72 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x626a71001f72 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x626a70fda6d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x626a70fda6d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x626a70ff42d9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x626a6f98d1bc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x626a6f98d1bc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x626a70ff4492 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x626a70ff4492 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x626a70fda792 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x626a70fcf189 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x626a70fdb61d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x626a7101429c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x626a71014012 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x626a6f97708e - <core[8fb95b77d25ab6c8]::result::Result<std[10d71ac2c42b111e]::fs::File, std[10d71ac2c42b111e]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x626a6f9099fc - svlint[d6a1d2ba7bf15cfd]::tests::lint_gbk_encoded_verilog
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1243:49
[INFO] [stdout]   22:     0x626a6f8f6727 - svlint[d6a1d2ba7bf15cfd]::tests::lint_gbk_encoded_verilog::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1236:34
[INFO] [stdout]   23:     0x626a6f96cfa6 - <svlint[d6a1d2ba7bf15cfd]::tests::lint_gbk_encoded_verilog::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x626a6f98029b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x626a6f98029b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x626a6f98db15 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x626a6f98db15 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x626a6f98db15 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x626a6f987424 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x626a6f987424 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x626a6f990b92 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x626a6f990b92 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x626a6f990b92 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x626a70ffb7ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x626a70ffb7ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x70823171aaa4 - <unknown>
[INFO] [stdout]   45:     0x7082317a7a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::syntaxrules_implicit_case_default_pass_1of5 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::syntaxrules_implicit_case_default_pass_1of5' (1497) panicked at src/main.rs:641:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x626a70ffc1c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x626a71013a5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x626a71013a5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x626a71001f72 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x626a71001f72 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x626a70fda6d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x626a70fda6d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x626a70ff42d9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x626a6f98d1bc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x626a6f98d1bc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x626a70ff4492 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x626a70ff4492 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x626a70fda792 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x626a70fcf189 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x626a70fdb61d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x626a7101429c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x626a71014153 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x626a70e30ed7 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<bool, bool>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x626a6f8fd190 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:641:9
[INFO] [stdout]   22:     0x626a6f90d500 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_implicit_case_default_pass_1of5
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:424:5
[INFO] [stdout]   23:     0x626a6f8f84f7 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_implicit_case_default_pass_1of5::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:423:49
[INFO] [stdout]   24:     0x626a6f96f766 - <svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_implicit_case_default_pass_1of5::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x626a6f98029b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x626a6f98029b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x626a6f98db15 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x626a6f98db15 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x626a6f98db15 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x626a6f987424 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x626a6f987424 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x626a6f990b92 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x626a6f990b92 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x626a6f990b92 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x626a70ffb7ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   44:     0x626a70ffb7ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x70823171aaa4 - <unknown>
[INFO] [stdout]   46:     0x7082317a7a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::syntaxrules_implicit_case_default_pass_2of5 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::syntaxrules_implicit_case_default_pass_2of5' (1498) panicked at src/main.rs:641:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x626a70ffc1c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x626a71013a5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x626a71013a5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x626a71001f72 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x626a71001f72 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x626a70fda6d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x626a70fda6d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x626a70ff42d9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x626a6f98d1bc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x626a6f98d1bc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x626a70ff4492 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x626a70ff4492 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x626a70fda792 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x626a70fcf189 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x626a70fdb61d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x626a7101429c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x626a71014153 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x626a70e30ed7 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<bool, bool>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x626a6f8fd190 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:641:9
[INFO] [stdout]   22:     0x626a6f90d540 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_implicit_case_default_pass_2of5
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:428:5
[INFO] [stdout]   23:     0x626a6f8f8527 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_implicit_case_default_pass_2of5::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:427:49
[INFO] [stdout]   24:     0x626a6f96f7a6 - <svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_implicit_case_default_pass_2of5::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x626a6f98029b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x626a6f98029b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x626a6f98db15 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x626a6f98db15 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x626a6f98db15 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x626a6f987424 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x626a6f987424 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x626a6f990b92 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x626a6f990b92 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x626a6f990b92 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x626a70ffb7ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   44:     0x626a70ffb7ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x70823171aaa4 - <unknown>
[INFO] [stdout]   46:     0x7082317a7a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::syntaxrules_keyword_required_generate_pass_1of1 stdout ----
[INFO] [stdout] Error: parse error
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/syntaxrules.keyword_required_generate.pass.1of1.sv:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 |       default: a;
[INFO] [stdout]   |                 ^
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::syntaxrules_keyword_required_generate_pass_1of1' (1538) panicked at src/main.rs:641:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x626a70ffc1c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x626a71013a5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x626a71013a5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x626a71001f72 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x626a71001f72 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x626a70fda6d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x626a70fda6d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x626a70ff42d9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x626a6f98d1bc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x626a6f98d1bc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x626a70ff4492 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x626a70ff4492 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x626a70fda792 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x626a70fcf189 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x626a70fdb61d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x626a7101429c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x626a71014153 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x626a70e30ed7 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<bool, bool>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x626a6f8fd190 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:641:9
[INFO] [stdout]   22:     0x626a6f9107e0 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_keyword_required_generate_pass_1of1
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:609:5
[INFO] [stdout]   23:     0x626a6f8fa297 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_keyword_required_generate_pass_1of1::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:608:53
[INFO] [stdout]   24:     0x626a6f971ee6 - <svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_keyword_required_generate_pass_1of1::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x626a6f98029b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x626a6f98029b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x626a6f98db15 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x626a6f98db15 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x626a6f98db15 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x626a6f987424 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x626a6f987424 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x626a6f990b92 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x626a6f990b92 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x626a6f990b92 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x626a70ffb7ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   44:     0x626a70ffb7ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x70823171aaa4 - <unknown>
[INFO] [stdout]   46:     0x7082317a7a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::syntaxrules_style_indent_pass_1of1 stdout ----
[INFO] [stdout] Error: parse error
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/syntaxrules.style_indent.pass.1of1.sv:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 |     a = 0;
[INFO] [stdout]   |       ^
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::syntaxrules_style_indent_pass_1of1' (1812) panicked at src/main.rs:641:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x626a70ffc1c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x626a71013a5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x626a71013a5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x626a71001f72 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x626a71001f72 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x626a70fda6d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x626a70fda6d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x626a70ff42d9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x626a6f98d1bc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x626a6f98d1bc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x626a70ff4492 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x626a70ff4492 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x626a70fda792 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x626a70fcf189 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x626a70fdb61d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x626a7101429c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x626a71014153 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x626a70e30ed7 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<bool, bool>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x626a6f8fd190 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:641:9
[INFO] [stdout]   22:     0x626a6f90a7a0 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_style_indent_pass_1of1
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:1870:5
[INFO] [stdout]   23:     0x626a6f8f6a27 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_style_indent_pass_1of1::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:1869:40
[INFO] [stdout]   24:     0x626a6f96d3a6 - <svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_style_indent_pass_1of1::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x626a6f98029b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x626a6f98029b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x626a6f98db15 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x626a6f98db15 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x626a6f98db15 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x626a6f987424 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x626a6f987424 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x626a6f990b92 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x626a6f990b92 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x626a6f990b92 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x626a70ffb7ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   44:     0x626a70ffb7ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x70823171aaa4 - <unknown>
[INFO] [stdout]   46:     0x7082317a7a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::syntaxrules_style_keyword_newline_pass_1of1 stdout ----
[INFO] [stdout] Error: parse error
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/syntaxrules.style_keyword_newline.pass.1of1.sv:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 |       123: a = b;
[INFO] [stdout]   |              ^
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::syntaxrules_style_keyword_newline_pass_1of1' (1841) panicked at src/main.rs:641:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x626a70ffc1c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x626a70ffc1c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x626a71013a5a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x626a71013a5a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x626a71001f72 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x626a71001f72 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x626a70fda6d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x626a70fda6d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x626a70ff42d9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x626a6f98d1bc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x626a6f98d1bc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x626a70ff4492 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x626a70ff4492 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x626a70fda792 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x626a70fcf189 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x626a70fdb61d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x626a7101429c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x626a71014153 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x626a70e30ed7 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<bool, bool>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x626a6f8fd190 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:641:9
[INFO] [stdout]   22:     0x626a6f90de80 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_style_keyword_newline_pass_1of1
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:2002:5
[INFO] [stdout]   23:     0x626a6f8f8ac7 - svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_style_keyword_newline_pass_1of1::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/target/debug/build/svlint-855a22e0cf7819bc/out/test.rs:2001:49
[INFO] [stdout]   24:     0x626a6f96ff26 - <svlint[d6a1d2ba7bf15cfd]::tests::syntaxrules_style_keyword_newline_pass_1of1::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x626a6f98029b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x626a6f98029b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x626a6f98db15 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x626a6f98db15 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x626a6f98db15 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x626a6f98db15 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x626a6f98db15 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x626a6f987424 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x626a6f987424 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x626a6f990b92 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x626a6f990b92 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x626a6f990b92 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x626a6f990b92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x626a6f990b92 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x626a70ffb7ef - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   44:     0x626a70ffb7ef - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x70823171aaa4 - <unknown>
[INFO] [stdout]   46:     0x7082317a7a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::lint_gbk_encoded_verilog
[INFO] [stdout]     tests::syntaxrules_implicit_case_default_pass_1of5
[INFO] [stdout]     tests::syntaxrules_implicit_case_default_pass_2of5
[INFO] [stdout]     tests::syntaxrules_keyword_required_generate_pass_1of1
[INFO] [stdout]     tests::syntaxrules_style_indent_pass_1of1
[INFO] [stdout]     tests::syntaxrules_style_keyword_newline_pass_1of1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 486 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.72s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin svlint`
[INFO] running `Command { std: "docker" "inspect" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52", kill_on_drop: false }`
[INFO] [stdout] 3bdce33b01d96a9c48b0d124b663854836e6dc2e6bd79f23a403b5e89c2e6e52
