[INFO] fetching crate deno_sqlformat 0.3.2... [INFO] testing deno_sqlformat-0.3.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate deno_sqlformat 0.3.2 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate deno_sqlformat 0.3.2 [INFO] finished tweaking crates.io crate deno_sqlformat 0.3.2 [INFO] tweaked toml for crates.io crate deno_sqlformat 0.3.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate deno_sqlformat 0.3.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 81 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [INFO] [stderr] Adding nom v7.1.3 (available: v8.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d834ba0a814427c72f9268870c3b6872a7da37c2a5b5bbf2cbbd0817adaf8eef [INFO] running `Command { std: "docker" "start" "-a" "d834ba0a814427c72f9268870c3b6872a7da37c2a5b5bbf2cbbd0817adaf8eef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d834ba0a814427c72f9268870c3b6872a7da37c2a5b5bbf2cbbd0817adaf8eef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d834ba0a814427c72f9268870c3b6872a7da37c2a5b5bbf2cbbd0817adaf8eef", kill_on_drop: false }` [INFO] [stdout] d834ba0a814427c72f9268870c3b6872a7da37c2a5b5bbf2cbbd0817adaf8eef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 111be0602fdb632fe34cbf239aaebe3650eab3929860e7601852b4696d3efb8e [INFO] running `Command { std: "docker" "start" "-a" "111be0602fdb632fe34cbf239aaebe3650eab3929860e7601852b4696d3efb8e", kill_on_drop: false }` [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling deno_sqlformat v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/tokenizer.rs:481:46 [INFO] [stdout] | [INFO] [stdout] 480 | last_reserved_top_level_token: Option>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 481 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Token> { [INFO] [stdout] | -- -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 481 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Token<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s [INFO] running `Command { std: "docker" "inspect" "111be0602fdb632fe34cbf239aaebe3650eab3929860e7601852b4696d3efb8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "111be0602fdb632fe34cbf239aaebe3650eab3929860e7601852b4696d3efb8e", kill_on_drop: false }` [INFO] [stdout] 111be0602fdb632fe34cbf239aaebe3650eab3929860e7601852b4696d3efb8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd789e02c844effe14ef1d75b44364e3c793d23128be4c6822180da5383d7cfb [INFO] running `Command { std: "docker" "start" "-a" "dd789e02c844effe14ef1d75b44364e3c793d23128be4c6822180da5383d7cfb", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/tokenizer.rs:481:46 [INFO] [stdout] | [INFO] [stdout] 480 | last_reserved_top_level_token: Option>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 481 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Token> { [INFO] [stdout] | -- -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 481 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Token<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling deno_sqlformat v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/tokenizer.rs:481:46 [INFO] [stdout] | [INFO] [stdout] 480 | last_reserved_top_level_token: Option>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 481 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Token> { [INFO] [stdout] | -- -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is named here [INFO] [stdout] | the same lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 481 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Token<'a>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 31.20s [INFO] running `Command { std: "docker" "inspect" "dd789e02c844effe14ef1d75b44364e3c793d23128be4c6822180da5383d7cfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd789e02c844effe14ef1d75b44364e3c793d23128be4c6822180da5383d7cfb", kill_on_drop: false }` [INFO] [stdout] dd789e02c844effe14ef1d75b44364e3c793d23128be4c6822180da5383d7cfb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f822b4e3131fc7307aa0b757f825b2c4b4bf164c3dfc0d4bbb4d9ce09e5bf91e [INFO] running `Command { std: "docker" "start" "-a" "f822b4e3131fc7307aa0b757f825b2c4b4bf164c3dfc0d4bbb4d9ce09e5bf91e", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/tokenizer.rs:481:46 [INFO] [stderr] | [INFO] [stderr] 480 | last_reserved_top_level_token: Option>, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 481 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Token> { [INFO] [stderr] | -- -- ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is named here [INFO] [stderr] | the same lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 481 | ) -> impl FnMut(&'a str) -> IResult<&'a str, Token<'a>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `deno_sqlformat` (lib) generated 1 warning (run `cargo fix --lib -p deno_sqlformat` to apply 1 suggestion) [INFO] [stderr] warning: `deno_sqlformat` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/deno_sqlformat-a33739744c851bb5) [INFO] [stdout] [INFO] [stdout] running 90 tests [INFO] [stdout] test tests::it_converts_keywords_to_lowercase_when_option_passed_in ... ok [INFO] [stdout] test tests::it_formats_alter_table_alter_column_query ... ok [INFO] [stdout] test tests::it_formats_alter_table_modify_query ... ok [INFO] [stdout] test tests::it_correctly_indents_create_statement_after_select ... ok [INFO] [stdout] test tests::it_breaks_long_parenthesized_lists_to_multiple_lines ... ok [INFO] [stdout] test tests::it_formats_case_when_with_a_blank_expression ... ok [INFO] [stdout] test tests::it_converts_keywords_to_uppercase_when_option_passed_in ... ok [INFO] [stdout] test tests::it_formats_case_when_inside_select ... ok [INFO] [stdout] test tests::it_formats_case_when_with_an_expression ... ok [INFO] [stdout] test tests::it_formats_fetch_first_like_limit ... ok [INFO] [stdout] test tests::it_formats_except_on_columns ... ok [INFO] [stdout] test tests::it_formats_double_colons ... ok [INFO] [stdout] test tests::it_formats_complex_select ... ok [INFO] [stdout] test tests::it_formats_limit_of_single_value_and_offset ... ok [INFO] [stdout] test tests::it_formats_limit_of_single_value_followed_by_another_select_using_commas ... ok [INFO] [stdout] test tests::it_converts_keywords_nothing_when_no_option_passed_in ... ok [INFO] [stdout] test tests::it_formats_incomplete_query ... ok [INFO] [stdout] test tests::it_formats_insert_without_into ... ok [INFO] [stdout] test tests::it_formats_line_comments_followed_by_semicolon ... ok [INFO] [stdout] test tests::it_correctly_splits_operators ... ok [INFO] [stdout] test tests::it_formats_lonely_semicolon ... ok [INFO] [stdout] test tests::it_formats_long_create_table ... ok [INFO] [stdout] test tests::it_formats_line_comments_followed_by_comma ... ok [INFO] [stdout] test tests::it_formats_line_comments_followed_by_close_paren ... ok [INFO] [stdout] test tests::it_formats_line_comments_followed_by_open_paren ... ok [INFO] [stdout] test tests::it_formats_logical_operators ... ok [INFO] [stdout] test tests::it_formats_long_double_parenthesized_queries_to_multiple_lines ... ok [INFO] [stdout] test tests::it_formats_and_or_operators ... ok [INFO] [stdout] test tests::it_formats_pgplsql ... ok [INFO] [stdout] test tests::it_formats_multibyte_chars ... ok [INFO] [stdout] test tests::it_formats_postgres_specific_operators ... ok [INFO] [stdout] test tests::it_formats_query_that_ends_with_open_comment ... ok [INFO] [stdout] test tests::it_formats_select_query_with_cross_apply ... ok [INFO] [stdout] test tests::it_formats_select_query_with_different_comments ... ok [INFO] [stdout] test tests::it_formats_multi_char_operators ... ok [INFO] [stdout] test tests::it_formats_select_query_with_non_standard_join ... ok [INFO] [stdout] test tests::it_formats_query_with_go_batch_separator ... ok [INFO] [stdout] test tests::it_formats_select_query_with_inner_join ... ok [INFO] [stdout] test tests::it_formats_select_query_with_cross_join ... ok [INFO] [stdout] test tests::it_formats_select_with_top_level_reserved_words ... ok [INFO] [stdout] test tests::it_formats_simple_delete_query ... ok [INFO] [stdout] test tests::it_formats_simple_drop_query ... ok [INFO] [stdout] test tests::it_formats_select_with_complex_where ... ok [INFO] [stdout] test tests::it_formats_select_query_with_outer_apply ... ok [INFO] [stdout] test tests::it_formats_simple_insert_query ... ok [INFO] [stdout] test tests::it_formats_simple_select ... ok [INFO] [stdout] test tests::it_formats_short_create_table ... ok [INFO] [stdout] test tests::it_formats_simple_select_query ... ok [INFO] [stdout] test tests::it_formats_select_query_with_select_query_inside_it ... ok [INFO] [stdout] test tests::it_formats_simple_set_schema_queries ... ok [INFO] [stdout] test tests::it_formats_single_char_operators ... ok [INFO] [stdout] test tests::it_formats_top_level_and_newline_multi_word_reserved_words_with_inconsistent_spacing ... ok [INFO] [stdout] test tests::it_formats_simple_update_query ... ok [INFO] [stdout] test tests::it_formats_limit_with_two_comma_separated_values_on_single_line ... ok [INFO] [stdout] test tests::it_formats_tricky_line_comments ... ok [INFO] [stdout] test tests::it_formats_short_double_parenthesizes_queries_to_one_line ... ok [INFO] [stdout] test tests::it_formats_unicode_correctly ... ok [INFO] [stdout] test tests::it_keeps_separation_between_multiple_statements ... ok [INFO] [stdout] test tests::it_ignores_words_case_and_end_inside_other_strings ... ok [INFO] [stdout] test tests::it_keeps_double_dollar_signs_together ... ok [INFO] [stdout] test tests::it_formats_simple_select_with_national_characters_mssql ... ok [INFO] [stdout] test tests::it_line_breaks_between_queries_with_config ... ok [INFO] [stdout] test tests::it_preserves_case_of_keywords ... ok [INFO] [stdout] test tests::it_recognizes_at_variables_with_param_values ... ok [INFO] [stdout] test tests::it_keeps_short_parenthesized_list_with_nested_parenthesis_on_single_line ... ok [INFO] [stdout] test tests::it_maintains_block_comment_indentation ... ok [INFO] [stdout] test tests::it_handles_comments_correctly ... ok [INFO] [stdout] test tests::it_recognizes_at_variables ... ok [INFO] [stdout] test tests::it_recognizes_bracketed_strings ... ok [INFO] [stdout] test tests::it_recognizes_colon_variables ... ok [INFO] [stdout] test tests::it_recognizes_dollar_sign_alphanumeric_placeholders ... ok [INFO] [stdout] test tests::it_recognizes_colon_variables_with_param_values ... ok [INFO] [stdout] test tests::it_recognizes_dollar_sign_alphanumeric_placeholders_with_param_values ... ok [INFO] [stdout] test tests::it_recognizes_limit_in_lowercase ... ok [INFO] [stdout] test tests::it_recognizes_escaped_strings ... ok [INFO] [stdout] test tests::it_recognizes_dollar_sign_numbered_placeholders ... ok [INFO] [stdout] test tests::it_recognizes_fmt_off ... ok [INFO] [stdout] test tests::it_recognizes_question_indexed_placeholders_with_param_values ... ok [INFO] [stdout] test tests::it_recognizes_dollar_sign_numbered_placeholders_with_param_values ... ok [INFO] [stdout] test tests::it_recognizes_question_numbered_placeholders ... ok [INFO] [stdout] test tests::it_formats_update_query_with_as_part ... ok [INFO] [stdout] test tests::it_recognizes_lowercase_case_end ... ok [INFO] [stdout] test tests::it_correctly_parses_all_operators ... ok [INFO] [stdout] test tests::it_recognizes_on_update_clause ... ok [INFO] [stdout] test tests::it_recognizes_strings ... ok [INFO] [stdout] test tests::it_recognizes_returning_clause ... ok [INFO] [stdout] test tests::it_recognizes_question_numbered_placeholders_with_param_values ... ok [INFO] [stdout] test tests::it_recognizes_scientific_notation ... ok [INFO] [stdout] test tests::it_uses_given_ignore_case_convert_config ... ok [INFO] [stderr] Doc-tests deno_sqlformat [INFO] [stdout] test tests::it_uses_given_indent_config_for_indentation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 90 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f822b4e3131fc7307aa0b757f825b2c4b4bf164c3dfc0d4bbb4d9ce09e5bf91e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f822b4e3131fc7307aa0b757f825b2c4b4bf164c3dfc0d4bbb4d9ce09e5bf91e", kill_on_drop: false }` [INFO] [stdout] f822b4e3131fc7307aa0b757f825b2c4b4bf164c3dfc0d4bbb4d9ce09e5bf91e