[INFO] cloning repository https://github.com/mizchi/ts-similarity [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mizchi/ts-similarity" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmizchi%2Fts-similarity", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmizchi%2Fts-similarity'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a9c9f0837e7ba8529771408cd02baf232bf6bac5 [INFO] testing mizchi/ts-similarity against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmizchi%2Fts-similarity" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/mizchi/ts-similarity [INFO] finished tweaking git repo https://github.com/mizchi/ts-similarity [INFO] tweaked toml for git repo https://github.com/mizchi/ts-similarity written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mizchi/ts-similarity on toolchain 9f93af291970322f4f1c6315ccde4d7078201159 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mizchi/ts-similarity already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a600098fca58250e4532cf76d94668d9f396fed959d814c21e4f80d5a88f5d67 [INFO] running `Command { std: "docker" "start" "-a" "a600098fca58250e4532cf76d94668d9f396fed959d814c21e4f80d5a88f5d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a600098fca58250e4532cf76d94668d9f396fed959d814c21e4f80d5a88f5d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a600098fca58250e4532cf76d94668d9f396fed959d814c21e4f80d5a88f5d67", kill_on_drop: false }` [INFO] [stdout] a600098fca58250e4532cf76d94668d9f396fed959d814c21e4f80d5a88f5d67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8602663268e0031c5999a8a0c90b8e791d513cf91dea0171db5d99e53ced3ee6 [INFO] running `Command { std: "docker" "start" "-a" "8602663268e0031c5999a8a0c90b8e791d513cf91dea0171db5d99e53ced3ee6", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.27 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling tree-sitter-language v0.1.5 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling owo-colors v4.2.1 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling cow-utils v0.1.3 [INFO] [stderr] Compiling oxc_estree v0.73.2 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling unicode-id-start v1.3.1 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling syn v2.0.103 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling oxc_data_structures v0.73.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling compact_str v0.9.0 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling ryu-js v1.0.2 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling oxc_index v3.0.0 [INFO] [stderr] Compiling nonmax v0.5.5 [INFO] [stderr] Compiling tree-sitter v0.24.7 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling oxc_allocator v0.73.2 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling tree-sitter-ruby v0.23.1 [INFO] [stderr] Compiling tree-sitter-cpp v0.23.4 [INFO] [stderr] Compiling tree-sitter-c-sharp v0.23.1 [INFO] [stderr] Compiling tree-sitter-c v0.23.4 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling clap_builder v4.5.40 [INFO] [stderr] Compiling tree-sitter-go v0.23.4 [INFO] [stderr] Compiling tree-sitter-java v0.23.5 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling seq-macro v0.3.6 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling slog-async v2.8.0 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling rand_xoshiro v0.6.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Compiling tree-sitter-scss v1.0.0 [INFO] [stderr] Compiling tree-sitter-css v0.23.2 [INFO] [stderr] Compiling unty v0.0.4 [INFO] [stderr] Compiling tree-sitter-elixir v0.3.4 [INFO] [stderr] Compiling tree-sitter-python v0.23.6 [INFO] [stderr] Compiling tree-sitter-php v0.23.11 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling tree-sitter-rust v0.23.3 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Compiling pulldown-cmark v0.10.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling globset v0.4.16 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling bincode v2.0.1 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling getopts v0.2.23 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling crawdad v0.3.0 [INFO] [stderr] Compiling pulldown-cmark-escape v0.10.1 [INFO] [stderr] Compiling slog-term v2.9.1 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling oxc-miette-derive v2.3.0 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling oxc_ast_macros v0.73.2 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling clap_derive v4.5.40 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling similarity-generic v0.4.2 (/opt/rustwide/workdir/crates/similarity-generic) [INFO] [stderr] Compiling oxc-miette v2.3.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling argmin-math v0.4.0 [INFO] [stderr] Compiling oxc_span v0.73.2 [INFO] [stderr] Compiling oxc_diagnostics v0.73.2 [INFO] [stderr] Compiling clap v4.5.40 [INFO] [stderr] Compiling oxc_syntax v0.73.2 [INFO] [stderr] Compiling oxc_regular_expression v0.73.2 [INFO] [stderr] Compiling oxc_ast v0.73.2 [INFO] [stderr] Compiling argmin v0.10.0 [INFO] [stderr] Compiling argmin-observer-slog v0.1.0 [INFO] [stderr] Compiling rucrf v0.3.3 [INFO] [stderr] Compiling vibrato v0.5.2 [INFO] [stderr] Compiling similarity-md v0.4.2 (/opt/rustwide/workdir/crates/similarity-md) [INFO] [stderr] Compiling oxc_ecmascript v0.73.2 [INFO] [stderr] Compiling oxc_parser v0.73.2 [INFO] [stderr] Compiling similarity-core v0.4.2 (/opt/rustwide/workdir/crates/core) [INFO] [stderr] Compiling similarity-css v0.4.2 (/opt/rustwide/workdir/crates/similarity-css) [INFO] [stderr] Compiling similarity-php v0.4.2 (/opt/rustwide/workdir/crates/similarity-php) [INFO] [stderr] Compiling similarity-rs v0.4.2 (/opt/rustwide/workdir/crates/similarity-rs) [INFO] [stderr] Compiling similarity-py v0.4.2 (/opt/rustwide/workdir/crates/similarity-py) [INFO] [stderr] Compiling similarity-elixir v0.4.2 (/opt/rustwide/workdir/crates/similarity-elixir) [INFO] [stderr] Compiling similarity-ts v0.4.2 (/opt/rustwide/workdir/crates/similarity-ts) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s [INFO] running `Command { std: "docker" "inspect" "8602663268e0031c5999a8a0c90b8e791d513cf91dea0171db5d99e53ced3ee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8602663268e0031c5999a8a0c90b8e791d513cf91dea0171db5d99e53ced3ee6", kill_on_drop: false }` [INFO] [stdout] 8602663268e0031c5999a8a0c90b8e791d513cf91dea0171db5d99e53ced3ee6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea0d36308ca927798f728542f33d262874b330250a371895ddd74f48d82eb4f2 [INFO] running `Command { std: "docker" "start" "-a" "ea0d36308ca927798f728542f33d262874b330250a371895ddd74f48d82eb4f2", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling oxc_regular_expression v0.73.2 [INFO] [stderr] Compiling oxc_syntax v0.73.2 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling pulldown-cmark v0.10.3 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling insta v1.43.1 [INFO] [stderr] Compiling oxc_ast v0.73.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling tree-sitter v0.24.7 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling vibrato v0.5.2 [INFO] [stderr] Compiling globset v0.4.16 [INFO] [stderr] Compiling tree-sitter-scss v1.0.0 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling similarity-md v0.4.2 (/opt/rustwide/workdir/crates/similarity-md) [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling oxc_ecmascript v0.73.2 [INFO] [stderr] Compiling oxc_parser v0.73.2 [INFO] [stderr] Compiling similarity-core v0.4.2 (/opt/rustwide/workdir/crates/core) [INFO] [stderr] Compiling similarity-rs v0.4.2 (/opt/rustwide/workdir/crates/similarity-rs) [INFO] [stderr] Compiling similarity-css v0.4.2 (/opt/rustwide/workdir/crates/similarity-css) [INFO] [stderr] Compiling similarity-ts v0.4.2 (/opt/rustwide/workdir/crates/similarity-ts) [INFO] [stderr] Compiling similarity-elixir v0.4.2 (/opt/rustwide/workdir/crates/similarity-elixir) [INFO] [stderr] Compiling similarity-py v0.4.2 (/opt/rustwide/workdir/crates/similarity-py) [INFO] [stderr] Compiling similarity-php v0.4.2 (/opt/rustwide/workdir/crates/similarity-php) [INFO] [stderr] Compiling similarity-generic v0.4.2 (/opt/rustwide/workdir/crates/similarity-generic) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "ea0d36308ca927798f728542f33d262874b330250a371895ddd74f48d82eb4f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea0d36308ca927798f728542f33d262874b330250a371895ddd74f48d82eb4f2", kill_on_drop: false }` [INFO] [stdout] ea0d36308ca927798f728542f33d262874b330250a371895ddd74f48d82eb4f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b58758bce83b2b90b728f8972150a79eafae53e5c13a28aeb8b98a7caf9e83e2 [INFO] running `Command { std: "docker" "start" "-a" "b58758bce83b2b90b728f8972150a79eafae53e5c13a28aeb8b98a7caf9e83e2", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/similarity_core-dc2554102784df34) [INFO] [stdout] [INFO] [stdout] running 55 tests [INFO] [stdout] test css_structure_adapter::tests::test_selector_normalization ... ok [INFO] [stdout] test css_structure_adapter::tests::test_value_categorization ... ok [INFO] [stdout] test generic_parser_config::tests::test_config_examples ... ok [INFO] [stdout] test generic_parser_config::tests::test_config_serialization ... ok [INFO] [stdout] test ast_exchange::tests::test_tree_node_serialization ... ok [INFO] [stdout] test enhanced_similarity::tests::test_size_similarity ... ok [INFO] [stdout] test ast_fingerprint::tests::test_different_algorithms ... ok [INFO] [stdout] test language_parser::tests::test_language_detection ... ok [INFO] [stdout] test overlap_detector::tests::test_extract_code_segment ... ok [INFO] [stdout] test ast_fingerprint::tests::test_complex_function_fingerprint ... ok [INFO] [stdout] test generic_tree_sitter_parser::tests::test_generic_parser_with_go ... ok [INFO] [stdout] test ast_fingerprint::tests::test_node_counting ... ok [INFO] [stdout] test rust_structure_adapter::tests::test_enum_to_structure_conversion ... ok [INFO] [stdout] test rust_structure_adapter::tests::test_rust_comparator ... ok [INFO] [stdout] test structure_comparator_tests::tests::test_fingerprint_generation ... ok [INFO] [stdout] test rust_structure_adapter::tests::test_struct_comparison_with_derives ... ok [INFO] [stdout] test rust_structure_adapter::tests::test_struct_to_structure_conversion ... ok [INFO] [stdout] test language_parser::tests::test_case_insensitive_extension ... ok [INFO] [stdout] test generic_tree_sitter_parser::tests::test_generic_parser_with_java ... ok [INFO] [stdout] test structure_comparator_tests::tests::test_typescript_adapter ... ok [INFO] [stdout] test subtree_fingerprint::tests::test_indexed_function ... ok [INFO] [stdout] test subtree_fingerprint::tests::test_subtree_fingerprint_similarity ... ok [INFO] [stdout] test tsed::tests::test_different_structure ... ok [INFO] [stdout] test tsed::tests::test_identical_code ... ok [INFO] [stdout] test tsed::tests::test_renamed_function ... ok [INFO] [stdout] test type_comparator::tests::test_compare_different_types ... ok [INFO] [stdout] test type_comparator::tests::test_compare_identical_types ... ok [INFO] [stdout] test type_comparator::tests::test_compare_similar_types ... ok [INFO] [stdout] test type_comparator::tests::test_find_similar_types ... ok [INFO] [stdout] test type_extractor::tests::test_extract_generic_interface ... ok [INFO] [stdout] test type_extractor::tests::test_extract_interface ... ok [INFO] [stdout] test type_extractor::tests::test_extract_interface_with_extends ... ok [INFO] [stdout] test overlap_detector::tests::test_find_function_overlaps ... ok [INFO] [stdout] test type_fingerprint::tests::test_fingerprint_similarity ... ok [INFO] [stdout] test type_fingerprint::tests::test_generate_fingerprint ... ok [INFO] [stdout] test type_normalizer::tests::test_calculate_property_similarity ... ok [INFO] [stdout] test type_normalizer::tests::test_calculate_type_similarity ... ok [INFO] [stdout] test type_extractor::tests::test_extract_type_alias ... ok [INFO] [stdout] test fast_similarity::tests::test_identical_functions_always_pass_fingerprint ... ok [INFO] [stdout] test type_normalizer::tests::test_normalize_type_name ... ok [INFO] [stdout] test type_normalizer::tests::test_union_type_similarity ... ok [INFO] [stdout] test typescript_structure_adapter::tests::test_structure_comparison ... ok [INFO] [stdout] test typescript_structure_adapter::tests::test_type_to_structure_conversion ... ok [INFO] [stdout] test type_normalizer::tests::test_levenshtein_distance ... ok [INFO] [stdout] test type_normalizer::tests::test_normalize_type ... ok [INFO] [stdout] test ast_fingerprint::tests::test_bloom_filter_overlap ... ok [INFO] [stdout] test ast_fingerprint::tests::test_ast_fingerprint_similarity ... ok [INFO] [stdout] test structure_comparator_tests::tests::test_structure_comparison_basic ... ok [INFO] [stdout] test function_extractor::tests::test_node_count_calculation ... ok [INFO] [stdout] test function_extractor::tests::test_find_similar_functions_across_files ... ok [INFO] [stdout] test function_extractor::tests::test_find_similar_functions_in_file ... ok [INFO] [stdout] test function_extractor::tests::test_extract_functions ... ok [INFO] [stdout] test fast_similarity::tests::test_fast_similarity ... ok [INFO] [stdout] test css_structure_adapter::tests::test_css_to_structure_conversion ... FAILED [INFO] [stdout] test css_structure_adapter::tests::test_css_comparison ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- css_structure_adapter::tests::test_css_to_structure_conversion stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'css_structure_adapter::tests::test_css_to_structure_conversion' (32) panicked at crates/core/src/css_structure_adapter.rs:448:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "length" [INFO] [stdout] right: "value" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64f999dbf5d2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64f999dbf5d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64f999dbf5d2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc [INFO] [stderr] error: test failed, to rerun pass `-p similarity-core --lib` [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64f999dbf5d2 - ::fmt::h8be9aa933f14675f [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64f999dd10cf - core::fmt::rt::Argument::fmt::h30ed739d33467c3a [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64f999dd10cf - core::fmt::write::hfd0efbb002ac7eea [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x64f999d8bd43 - std::io::default_write_fmt::hd6d24501f2d7f8d3 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64f999d8bd43 - std::io::Write::write_fmt::h79eca2f72fc24111 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64f999d97ae2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64f999d9d05f - std::panicking::default_hook::{{closure}}::h8873121c56335b01 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x64f999d9cef1 - std::panicking::default_hook::hbafefc2d196267a2 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x64f999b9b37e - as core::ops::function::Fn>::call::ha834d5846f91b30b [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x64f999b9b37e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64f999d9d66f - as core::ops::function::Fn>::call::hbf9b0f7a281291fd [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x64f999d9d66f - std::panicking::panic_with_hook::h9f5b09d5adc1a745 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x64f999d9d4ca - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x64f999d97c19 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64f999d8050d - __rustc[b292c645e8102103]::rust_begin_unwind [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x64f999dda6f0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x64f999dda4a3 - core::panicking::assert_failed_inner::h865658b89c1b891d [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:444:17 [INFO] [stdout] 20: 0x64f999aad915 - core::panicking::assert_failed::hef0b78fffe6d41b4 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:399:5 [INFO] [stdout] 21: 0x64f999b0f1fc - similarity_core::css_structure_adapter::tests::test_css_to_structure_conversion::h7d9adaa03e982791 [INFO] [stdout] at /opt/rustwide/workdir/crates/core/src/css_structure_adapter.rs:448:9 [INFO] [stdout] 22: 0x64f999b0f267 - similarity_core::css_structure_adapter::tests::test_css_to_structure_conversion::{{closure}}::h267da75c321acad5 [INFO] [stdout] at /opt/rustwide/workdir/crates/core/src/css_structure_adapter.rs:417:42 [INFO] [stdout] 23: 0x64f999ab9126 - core::ops::function::FnOnce::call_once::h957dca4a31d5778e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x64f999b9b17b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x64f999b9b17b - test::__rust_begin_short_backtrace::he551dd004770be01 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x64f999baf1dd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x64f999baf1dd - as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x64f999baf1dd - std::panicking::catch_unwind::do_call::hc37c563b8a006285 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x64f999baf1dd - std::panicking::catch_unwind::h616b6e2e7a27f612 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x64f999baf1dd - std::panic::catch_unwind::h1e788dd57758e6d8 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x64f999baf1dd - test::run_test_in_process::hf073c2764f29f8ad [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x64f999baf1dd - test::run_test::{{closure}}::h3dc46b7a0c340fa6 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x64f999b88724 - test::run_test::{{closure}}::h6a4da3c57ef4505f [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x64f999b88724 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x64f999b8bf7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 36: 0x64f999b8bf7a - as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x64f999b8bf7a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x64f999b8bf7a - std::panicking::catch_unwind::h8f9f675f3756eab1 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x64f999b8bf7a - std::panic::catch_unwind::he8f74a93abeceb9b [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x64f999b8bf7a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x64f999b8bf7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x64f999d9301f - as core::ops::function::FnOnce>::call_once::h6ff05134d80ef20e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x64f999d9301f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7364ad05faa4 - [INFO] [stdout] 45: 0x7364ad0eca64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- css_structure_adapter::tests::test_css_comparison stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'css_structure_adapter::tests::test_css_comparison' (31) panicked at crates/core/src/css_structure_adapter.rs:487:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 3 [INFO] [stdout] right: 2 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64f999dbf5d2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x64f999dbf5d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x64f999dbf5d2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64f999dbf5d2 - ::fmt::h8be9aa933f14675f [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64f999dd10cf - core::fmt::rt::Argument::fmt::h30ed739d33467c3a [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x64f999dd10cf - core::fmt::write::hfd0efbb002ac7eea [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x64f999d8bd43 - std::io::default_write_fmt::hd6d24501f2d7f8d3 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x64f999d8bd43 - std::io::Write::write_fmt::h79eca2f72fc24111 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x64f999d97ae2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x64f999d9d05f - std::panicking::default_hook::{{closure}}::h8873121c56335b01 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x64f999d9cef1 - std::panicking::default_hook::hbafefc2d196267a2 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x64f999b9b37e - as core::ops::function::Fn>::call::ha834d5846f91b30b [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x64f999b9b37e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x64f999d9d66f - as core::ops::function::Fn>::call::hbf9b0f7a281291fd [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x64f999d9d66f - std::panicking::panic_with_hook::h9f5b09d5adc1a745 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x64f999d9d4ca - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x64f999d97c19 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x64f999d8050d - __rustc[b292c645e8102103]::rust_begin_unwind [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x64f999dda6f0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x64f999dda4a3 - core::panicking::assert_failed_inner::h865658b89c1b891d [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:444:17 [INFO] [stdout] 20: 0x64f999dda2e7 - core::panicking::assert_failed::hda11ef7e070fa843 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:399:5 [INFO] [stdout] 21: 0x64f999b0dcaa - similarity_core::css_structure_adapter::tests::test_css_comparison::h39de73c3b363e44e [INFO] [stdout] at /opt/rustwide/workdir/crates/core/src/css_structure_adapter.rs:487:9 [INFO] [stdout] 22: 0x64f999b0dd57 - similarity_core::css_structure_adapter::tests::test_css_comparison::{{closure}}::h1573c963accb4c67 [INFO] [stdout] at /opt/rustwide/workdir/crates/core/src/css_structure_adapter.rs:452:29 [INFO] [stdout] 23: 0x64f999ab9b46 - core::ops::function::FnOnce::call_once::he7dabb97c00bf480 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x64f999b9b17b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x64f999b9b17b - test::__rust_begin_short_backtrace::he551dd004770be01 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x64f999baf1dd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x64f999baf1dd - as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x64f999baf1dd - std::panicking::catch_unwind::do_call::hc37c563b8a006285 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x64f999baf1dd - std::panicking::catch_unwind::h616b6e2e7a27f612 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x64f999baf1dd - std::panic::catch_unwind::h1e788dd57758e6d8 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x64f999baf1dd - test::run_test_in_process::hf073c2764f29f8ad [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x64f999baf1dd - test::run_test::{{closure}}::h3dc46b7a0c340fa6 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x64f999b88724 - test::run_test::{{closure}}::h6a4da3c57ef4505f [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x64f999b88724 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x64f999b8bf7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 36: 0x64f999b8bf7a - as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x64f999b8bf7a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x64f999b8bf7a - std::panicking::catch_unwind::h8f9f675f3756eab1 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x64f999b8bf7a - std::panic::catch_unwind::he8f74a93abeceb9b [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x64f999b8bf7a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x64f999b8bf7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x64f999d9301f - as core::ops::function::FnOnce>::call_once::h6ff05134d80ef20e [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x64f999d9301f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0 [INFO] [stdout] at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x7364ad05faa4 - [INFO] [stdout] 45: 0x7364ad0eca64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] css_structure_adapter::tests::test_css_comparison [INFO] [stdout] css_structure_adapter::tests::test_css_to_structure_conversion [INFO] [stdout] [INFO] [stdout] test result: FAILED. 53 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b58758bce83b2b90b728f8972150a79eafae53e5c13a28aeb8b98a7caf9e83e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b58758bce83b2b90b728f8972150a79eafae53e5c13a28aeb8b98a7caf9e83e2", kill_on_drop: false }` [INFO] [stdout] b58758bce83b2b90b728f8972150a79eafae53e5c13a28aeb8b98a7caf9e83e2