[INFO] cloning repository https://github.com/camdencheek/poc-wasm-highlight [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/camdencheek/poc-wasm-highlight" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamdencheek%2Fpoc-wasm-highlight", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamdencheek%2Fpoc-wasm-highlight'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 853a0aec6c6bf38922175b1680bb3c50fb9c5ee4 [INFO] testing camdencheek/poc-wasm-highlight against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamdencheek%2Fpoc-wasm-highlight" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/camdencheek/poc-wasm-highlight on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/camdencheek/poc-wasm-highlight [INFO] finished tweaking git repo https://github.com/camdencheek/poc-wasm-highlight [INFO] tweaked toml for git repo https://github.com/camdencheek/poc-wasm-highlight written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/camdencheek/poc-wasm-highlight already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 167812acf88710a3ec0db92d87e3760496438db976fcae12df60a6dc9b62b3d7 [INFO] running `Command { std: "docker" "start" "-a" "167812acf88710a3ec0db92d87e3760496438db976fcae12df60a6dc9b62b3d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "167812acf88710a3ec0db92d87e3760496438db976fcae12df60a6dc9b62b3d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "167812acf88710a3ec0db92d87e3760496438db976fcae12df60a6dc9b62b3d7", kill_on_drop: false }` [INFO] [stdout] 167812acf88710a3ec0db92d87e3760496438db976fcae12df60a6dc9b62b3d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f4e68d36a9562df13b9dc4f9c97ccb969145f256a3cd4a7e524c42ea9a83bb1 [INFO] running `Command { std: "docker" "start" "-a" "8f4e68d36a9562df13b9dc4f9c97ccb969145f256a3cd4a7e524c42ea9a83bb1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling string_cache_shared v0.3.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.73 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling bumpalo v3.6.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling procedural-masquerade v0.1.7 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling wasm-bindgen v0.2.73 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling smallvec v0.3.4 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling debug_unreachable v0.1.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling tendril v0.4.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling selectors v0.18.0 [INFO] [stderr] Compiling string_cache v0.6.2 [INFO] [stderr] Compiling markup5ever v0.5.0 [INFO] [stderr] Compiling fancy-regex v0.4.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling mime-sniffer v0.1.2 [INFO] [stderr] Compiling cssparser v0.13.7 [INFO] [stderr] Compiling html5ever v0.20.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.73 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.73 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.73 [INFO] [stderr] Compiling plist v1.1.0 [INFO] [stderr] Compiling bincode v1.3.2 [INFO] [stderr] Compiling syntect v4.4.0 (/opt/rustwide/workdir/syntect) [INFO] [stderr] Compiling js-sys v0.3.50 [INFO] [stderr] Compiling kuchiki v0.6.0 [INFO] [stderr] Compiling html-diff v0.0.6 [INFO] [stderr] Compiling web-sys v0.3.50 [INFO] [stderr] Compiling hl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `highlight_ranges` [INFO] [stdout] --> src/lib.rs:113:4 [INFO] [stdout] | [INFO] [stdout] 113 | fn highlight_ranges(code: &str, ss: &SyntaxSet, syntax: &SyntaxReference, theme: &Theme, highlight_long_lines: bool, ranges: &[LineRange]... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LineRange` [INFO] [stdout] --> src/lib.rs:214:8 [INFO] [stdout] | [INFO] [stdout] 214 | struct LineRange{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains` [INFO] [stdout] --> src/lib.rs:220:8 [INFO] [stdout] | [INFO] [stdout] 220 | fn contains(&self, line_num: usize) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s [INFO] running `Command { std: "docker" "inspect" "8f4e68d36a9562df13b9dc4f9c97ccb969145f256a3cd4a7e524c42ea9a83bb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f4e68d36a9562df13b9dc4f9c97ccb969145f256a3cd4a7e524c42ea9a83bb1", kill_on_drop: false }` [INFO] [stdout] 8f4e68d36a9562df13b9dc4f9c97ccb969145f256a3cd4a7e524c42ea9a83bb1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c5cfe21a933ab1c3c09104938667ff0c7bf9d30f7f768fdb86e7f17b45a2ccc [INFO] running `Command { std: "docker" "start" "-a" "6c5cfe21a933ab1c3c09104938667ff0c7bf9d30f7f768fdb86e7f17b45a2ccc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: function is never used: `highlight_ranges` [INFO] [stdout] --> src/lib.rs:113:4 [INFO] [stdout] | [INFO] [stdout] 113 | fn highlight_ranges(code: &str, ss: &SyntaxSet, syntax: &SyntaxReference, theme: &Theme, highlight_long_lines: bool, ranges: &[LineRange]... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LineRange` [INFO] [stdout] --> src/lib.rs:214:8 [INFO] [stdout] | [INFO] [stdout] 214 | struct LineRange{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains` [INFO] [stdout] --> src/lib.rs:220:8 [INFO] [stdout] | [INFO] [stdout] 220 | fn contains(&self, line_num: usize) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hl v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `highlight_ranges` [INFO] [stdout] --> src/lib.rs:113:4 [INFO] [stdout] | [INFO] [stdout] 113 | fn highlight_ranges(code: &str, ss: &SyntaxSet, syntax: &SyntaxReference, theme: &Theme, highlight_long_lines: bool, ranges: &[LineRange]... [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LineRange` [INFO] [stdout] --> src/lib.rs:214:8 [INFO] [stdout] | [INFO] [stdout] 214 | struct LineRange{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains` [INFO] [stdout] --> src/lib.rs:220:8 [INFO] [stdout] | [INFO] [stdout] 220 | fn contains(&self, line_num: usize) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.10s [INFO] running `Command { std: "docker" "inspect" "6c5cfe21a933ab1c3c09104938667ff0c7bf9d30f7f768fdb86e7f17b45a2ccc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c5cfe21a933ab1c3c09104938667ff0c7bf9d30f7f768fdb86e7f17b45a2ccc", kill_on_drop: false }` [INFO] [stdout] 6c5cfe21a933ab1c3c09104938667ff0c7bf9d30f7f768fdb86e7f17b45a2ccc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a1cc8b1be003804ada948e094cfa5daae48dd32b9de84efcd671e8870672fd60 [INFO] running `Command { std: "docker" "start" "-a" "a1cc8b1be003804ada948e094cfa5daae48dd32b9de84efcd671e8870672fd60", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: function is never used: `highlight_ranges` [INFO] [stderr] --> src/lib.rs:113:4 [INFO] [stderr] | [INFO] [stderr] 113 | fn highlight_ranges(code: &str, ss: &SyntaxSet, syntax: &SyntaxReference, theme: &Theme, highlight_long_lines: bool, ranges: &[LineRange]... [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `LineRange` [INFO] [stderr] --> src/lib.rs:214:8 [INFO] [stderr] | [INFO] [stderr] 214 | struct LineRange{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `contains` [INFO] [stderr] --> src/lib.rs:220:8 [INFO] [stderr] | [INFO] [stderr] 220 | fn contains(&self, line_num: usize) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `hl` (lib) generated 3 warnings [INFO] [stderr] warning: `hl` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.19s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hl-3ee029425fe65817) [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::asset1 ... FAILED [INFO] [stdout] test tests::asset2 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::asset1 stdout ---- [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[0]/td[1]/div[0]/span[0] => [Texts differ]: expected "// Package oid contains OID constants\n", found "// Package oid contains OID constants" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[1]/td[1]/div[0]/span[0] => [Texts differ]: expected "// as defined by the Postgres server.\n", found "// as defined by the Postgres server." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[2]/td[1]/div[0]/span[1] => [Texts differ]: expected "oid\n", found "oid" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[3]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[4]/td[1]/div[0]/span[0] => [Texts differ]: expected "// Oid is a Postgres Object ID.\n", found "// Oid is a Postgres Object ID." [INFO] [stdout] thread 'tests::asset1' panicked at 'assertion failed: !has_diffs', src/lib.rs:200:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5651daab29c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5651daab29c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5651daab29c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5651daab29c0 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5651daad548c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5651daaaf8e5 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5651daab49ab - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5651daab49ab - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5651daab49ab - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5651daab44bc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5651daab5074 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5651daab4b27 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5651daab2ebc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5651daab4ab9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5651da6d5941 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5651da6d588d - core::panicking::panic::h344f23ad26057b48 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5651da6db30c - hl::tests::assert_diff::h501a60489fa39821 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:200:9 [INFO] [stdout] 17: 0x5651da6dafa4 - hl::tests::test_asset::h79330cb6f6cd4028 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:189:9 [INFO] [stdout] 18: 0x5651da6db33b - hl::tests::asset1::hbb27fd80dfd2a8d9 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:205:9 [INFO] [stdout] 19: 0x5651da6db31a - hl::tests::asset1::{{closure}}::h0880b37c761881a1 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:204:5 [INFO] [stdout] 20: 0x5651da6d874e - core::ops::function::FnOnce::call_once::h09922c6091c21fba [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5651da70f063 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x5651da70f063 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 23: 0x5651da70db18 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 24: 0x5651da70db18 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 25: 0x5651da70db18 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 26: 0x5651da70db18 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 27: 0x5651da70db18 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 28: 0x5651da70db18 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 29: 0x5651da70db18 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 30: 0x5651da6dc2ad - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 31: 0x5651da6dc2ad - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x5651da6e0a88 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 33: 0x5651da6e0a88 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 34: 0x5651da6e0a88 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 35: 0x5651da6e0a88 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 36: 0x5651da6e0a88 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 37: 0x5651da6e0a88 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 38: 0x5651da6e0a88 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5651daab9be7 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5651daab9be7 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 41: 0x5651daab9be7 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 42: 0x7f6c7fae3609 - start_thread [INFO] [stdout] 43: 0x7f6c7f8b5293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::asset2 stdout ---- [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[0]/td[1]/div[0]/span[1] => [Texts differ]: expected "search\n", found "search" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[1]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[2]/td[1]/div[0]/span[1] => [Texts differ]: expected "(\n", found "(" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[3]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[4]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[5]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[6]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[7]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[8]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[9]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[10]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[11]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[12]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[13]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[14]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[15]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[16]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[17]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[18]/td[1]/div[0]/span[4] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[19]/td[1]/div[0]/span[4] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[20]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[21]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[22]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[23]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[24]/td[1]/div[0]/span[4] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[25]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[26]/td[1]/div[0]/span[3] => [Texts differ]: expected "\"\n", found "\"" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[27]/td[1]/div[0]/span[0] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[28]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[29]/td[1]/div[0]/span[2] => [Texts differ]: expected "Once\n", found "Once" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[30]/td[1]/div[0]/span[0] => [Texts differ]: expected "var endpointMap atomicEndpoints\n", found "var endpointMap atomicEndpoints" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[31]/td[1]/div[0]/span[2] => [Texts differ]: expected "Streamer\n", found "Streamer" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[32]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[33]/td[1]/div[0]/span[9] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[34]/td[1]/div[0]/span[6] => [Texts differ]: expected "() {\n", found "() {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[35]/td[1]/div[0]/span[11] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[36]/td[1]/div[0]/span[18] => [Texts differ]: expected ")})\n", found ")})" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[37]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[38]/td[1]/div[0]/span[6] => [Texts differ]: expected "(\n", found "(" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[39]/td[1]/div[0]/span[3] => [Texts differ]: expected "// no hostname means its the aggregator\n", found "// no hostname means its the aggregator" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[40]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[41]/td[1]/div[0]/span[5] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[42]/td[1]/div[0]/span[4] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[43]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t\t},\n", found "\t\t\t}," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[44]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t)\n", found "\t\t)" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[45]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t})\n", found "\t})" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[46]/td[1]/div[0]/span[6] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[47]/td[1]/div[0]/span[2] => [Texts differ]: expected "zoektClient\n", found "zoektClient" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[48]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[49]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[50]/td[1]/div[0]/span[14] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[51]/td[1]/div[0]/span[3] => [Texts differ]: expected "Q\n", found "Q" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[52]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[53]/td[1]/div[0]/span[1] => [Texts differ]: expected "// Zoekt uses regular expressions for file paths.\n", found "// Zoekt uses regular expressions for file paths." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[54]/td[1]/div[0]/span[1] => [Texts differ]: expected "// Unhandled cases: PathPatternsAreCaseSensitive and whitespace in file path patterns.\n", found "// Unhandled cases: PathPatternsAreCaseSensitive and whitespace in file path patterns." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[55]/td[1]/div[0]/span[10] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[56]/td[1]/div[0]/span[14] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[57]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[58]/td[1]/div[0]/span[4] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[59]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[60]/td[1]/div[0]/span[8] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[61]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[62]/td[1]/div[0]/span[7] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[63]/td[1]/div[0]/span[16] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[64]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[65]/td[1]/div[0]/span[4] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[66]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[67]/td[1]/div[0]/span[15] => [Texts differ]: expected "})\n", found "})" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[68]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[69]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[70]/td[1]/div[0]/span[1] => [Texts differ]: expected "// For conditionals that happen on a repo we can use type:repo queries. eg\n", found "// For conditionals that happen on a repo we can use type:repo queries. eg" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[71]/td[1]/div[0]/span[1] => [Texts differ]: expected "// (type:repo file:foo) (type:repo file:bar) will match all repos which\n", found "// (type:repo file:foo) (type:repo file:bar) will match all repos which" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[72]/td[1]/div[0]/span[1] => [Texts differ]: expected "// contain a filename matching \"foo\" and a filename matchinb \"bar\".\n", found "// contain a filename matching \"foo\" and a filename matchinb \"bar\"." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[73]/td[1]/div[0]/span[1] => [Texts differ]: expected "//\n", found "//" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[74]/td[1]/div[0]/span[1] => [Texts differ]: expected "// Note: (type:repo file:foo file:bar) will only find repos with a\n", found "// Note: (type:repo file:foo file:bar) will only find repos with a" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[75]/td[1]/div[0]/span[1] => [Texts differ]: expected "// filename containing both \"foo\" and \"bar\".\n", found "// filename containing both \"foo\" and \"bar\"." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[76]/td[1]/div[0]/span[10] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[77]/td[1]/div[0]/span[14] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[78]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[79]/td[1]/div[0]/span[4] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[80]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[81]/td[1]/div[0]/span[21] => [Texts differ]: expected "})\n", found "})" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[82]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[83]/td[1]/div[0]/span[10] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[84]/td[1]/div[0]/span[14] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[85]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[86]/td[1]/div[0]/span[4] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[87]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[88]/td[1]/div[0]/span[28] => [Texts differ]: expected "}})\n", found "}})" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[89]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[90]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[91]/td[1]/div[0]/span[9] => [Texts differ]: expected "nil\n", found "nil" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[92]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[93]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[94]/td[1]/div[0]/span[26] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[95]/td[1]/div[0]/span[12] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[96]/td[1]/div[0]/span[7] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[97]/td[1]/div[0]/span[10] => [Texts differ]: expected "nil\n", found "nil" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[98]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[99]/td[1]/div[0]/span[22] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[100]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[101]/td[1]/div[0]/span[4] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[102]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[103]/td[1]/div[0]/span[5] => [Texts differ]: expected "(\n", found "(" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[104]/td[1]/div[0]/span[9] => [Texts differ]: expected "},\n", found "}," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[105]/td[1]/div[0]/span[2] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[106]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[107]/td[1]/div[0]/span[4] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[108]/td[1]/div[0]/span[4] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[109]/td[1]/div[0]/span[4] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[110]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t},\n", found "\t\t}," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[111]/td[1]/div[0]/span[1] => [Texts differ]: expected "nil\n", found "nil" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[112]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[113]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[114]/td[1]/div[0]/span[3] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[115]/td[1]/div[0]/span[3] => [Texts differ]: expected "FileMatch\n", found "FileMatch" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[116]/td[1]/div[0]/span[2] => [Texts differ]: expected "bool\n", found "bool" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[117]/td[1]/div[0]/span[4] => [Texts differ]: expected "{}\n", found "{}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[118]/td[1]/div[0]/span[2] => [Texts differ]: expected "error\n", found "error" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[119]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[120]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[121]/td[1]/div[0]/span[2] => [Texts differ]: expected "30\n", found "30" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[122]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[123]/td[1]/div[0]/span[0] => [Texts differ]: expected "// zoektSearch searches repositories using zoekt, returning file contents for\n", found "// zoektSearch searches repositories using zoekt, returning file contents for" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[124]/td[1]/div[0]/span[0] => [Texts differ]: expected "// files that match the given pattern.\n", found "// files that match the given pattern." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[125]/td[1]/div[0]/span[0] => [Texts differ]: expected "//\n", found "//" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[126]/td[1]/div[0]/span[0] => [Texts differ]: expected "// Timeouts are reported through the context, and as a special case errNoResultsInTimeout\n", found "// Timeouts are reported through the context, and as a special case errNoResultsInTimeout" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[127]/td[1]/div[0]/span[0] => [Texts differ]: expected "// is returned if no results are found in the given timeout (instead of the more common\n", found "// is returned if no results are found in the given timeout (instead of the more common" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[128]/td[1]/div[0]/span[0] => [Texts differ]: expected "// case of finding partial or full results in the given timeout).\n", found "// case of finding partial or full results in the given timeout)." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[129]/td[1]/div[0]/span[51] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[130]/td[1]/div[0]/span[3] => [Texts differ]: expected "() {\n", found "() {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[131]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[132]/td[1]/div[0]/span[4] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[133]/td[1]/div[0]/span[4] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[134]/td[1]/div[0]/span[4] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[135]/td[1]/div[0]/span[4] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[136]/td[1]/div[0]/span[4] => [Texts differ]: expected ",\n", found "," [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[137]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t\t}\n", found "\t\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[138]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[139]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}()\n", found "\t}()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[140]/td[1]/div[0]/span[7] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[141]/td[1]/div[0]/span[8] => [Texts differ]: expected "nil\n", found "nil" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[142]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[143]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[144]/td[1]/div[0]/span[1] => [Texts differ]: expected "// Choose sensible values for k when we generalize this.\n", found "// Choose sensible values for k when we generalize this." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[145]/td[1]/div[0]/span[16] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[146]/td[1]/div[0]/span[12] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[147]/td[1]/div[0]/span[5] => [Texts differ]: expected "true\n", found "true" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[148]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[149]/td[1]/div[0]/span[1] => [Texts differ]: expected "// TODO(@camdencheek) TODO(@rvantonder) handle \"timeout:...\" values in this context.\n", found "// TODO(@camdencheek) TODO(@rvantonder) handle \"timeout:...\" values in this context." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[150]/td[1]/div[0]/span[3] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[151]/td[1]/div[0]/span[1] => [Texts differ]: expected "// If the user manually specified a timeout, allow zoekt to use all of the remaining timeout.\n", found "// If the user manually specified a timeout, allow zoekt to use all of the remaining timeout." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[152]/td[1]/div[0]/span[8] => [Texts differ]: expected "()\n", found "()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[153]/td[1]/div[0]/span[10] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[154]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[155]/td[1]/div[0]/span[1] => [Texts differ]: expected "// We don't want our context's deadline to cut off zoekt so that we can get the results\n", found "// We don't want our context's deadline to cut off zoekt so that we can get the results" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[156]/td[1]/div[0]/span[1] => [Texts differ]: expected "// found before the deadline.\n", found "// found before the deadline." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[157]/td[1]/div[0]/span[1] => [Texts differ]: expected "//\n", found "//" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[158]/td[1]/div[0]/span[1] => [Texts differ]: expected "// We'll create a new context that gets cancelled if the other context is cancelled for any\n", found "// We'll create a new context that gets cancelled if the other context is cancelled for any" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[159]/td[1]/div[0]/span[1] => [Texts differ]: expected "// reason other than the deadline being exceeded. This essentially means the deadline for the new context\n", found "// reason other than the deadline being exceeded. This essentially means the deadline for the new context" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[160]/td[1]/div[0]/span[1] => [Texts differ]: expected "// will be `deadline + time for zoekt to cancel + network latency`.\n", found "// will be `deadline + time for zoekt to cancel + network latency`." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[161]/td[1]/div[0]/span[3] => [Texts differ]: expected "CancelFunc\n", found "CancelFunc" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[162]/td[1]/div[0]/span[8] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[163]/td[1]/div[0]/span[3] => [Texts differ]: expected "()\n", found "()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[164]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[165]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[166]/td[1]/div[0]/span[8] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[167]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[168]/td[1]/div[0]/span[8] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[169]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[170]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[171]/td[1]/div[0]/span[6] => [Texts differ]: expected "()\n", found "()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[172]/td[1]/div[0]/span[14] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[173]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[174]/td[1]/div[0]/span[8] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[175]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[176]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[177]/td[1]/div[0]/span[6] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[178]/td[1]/div[0]/span[15] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[179]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[180]/td[1]/div[0]/span[8] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[181]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[182]/td[1]/div[0]/span[9] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[183]/td[1]/div[0]/span[8] => [Texts differ]: expected "errNoResultsInTimeout\n", found "errNoResultsInTimeout" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[184]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[185]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[186]/td[1]/div[0]/span[1] => [Texts differ]: expected "// We always return approximate results (limitHit true) unless we run the branch to perform a more complete search.\n", found "// We always return approximate results (limitHit true) unless we run the branch to perform a more complete search." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[187]/td[1]/div[0]/span[3] => [Texts differ]: expected "true\n", found "true" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[188]/td[1]/div[0]/span[1] => [Texts differ]: expected "// If the previous indexed search did not return a substantial number of matching file candidates or count was\n", found "// If the previous indexed search did not return a substantial number of matching file candidates or count was" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[189]/td[1]/div[0]/span[1] => [Texts differ]: expected "// manually specified, run a more complete and expensive search.\n", found "// manually specified, run a more complete and expensive search." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[190]/td[1]/div[0]/span[13] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[191]/td[1]/div[0]/span[14] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[192]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[193]/td[1]/div[0]/span[8] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[194]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[195]/td[1]/div[0]/span[15] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[196]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[197]/td[1]/div[0]/span[8] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[198]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[199]/td[1]/div[0]/span[9] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[200]/td[1]/div[0]/span[8] => [Texts differ]: expected "errNoResultsInTimeout\n", found "errNoResultsInTimeout" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[201]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[202]/td[1]/div[0]/span[1] => [Texts differ]: expected "// This is the only place limitHit can be set false, meaning we covered everything.\n", found "// This is the only place limitHit can be set false, meaning we covered everything." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[203]/td[1]/div[0]/span[11] => [Texts differ]: expected "0\n", found "0" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[204]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[205]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[206]/td[1]/div[0]/span[9] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[207]/td[1]/div[0]/span[8] => [Texts differ]: expected "nil\n", found "nil" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[208]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[209]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[210]/td[1]/div[0]/span[5] => [Texts differ]: expected "k\n", found "k" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[211]/td[1]/div[0]/span[10] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[212]/td[1]/div[0]/span[9] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[213]/td[1]/div[0]/span[9] => [Texts differ]: expected "maxLineMatches]\n", found "maxLineMatches]" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[214]/td[1]/div[0]/span[3] => [Texts differ]: expected "true\n", found "true" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[215]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[216]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[217]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[218]/td[1]/div[0]/span[10] => [Texts differ]: expected "nil\n", found "nil" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[219]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[220]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[221]/td[1]/div[0]/span[17] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[222]/td[1]/div[0]/span[3] => [Texts differ]: expected "0\n", found "0" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[223]/td[1]/div[0]/span[14] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[224]/td[1]/div[0]/span[3] => [Texts differ]: expected "() {\n", found "() {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[225]/td[1]/div[0]/span[14] => [Texts differ]: expected "))\n", found "))" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[226]/td[1]/div[0]/span[4] => [Texts differ]: expected "()\n", found "()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[227]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}()\n", found "\t}()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[228]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[229]/td[1]/div[0]/span[8] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[230]/td[1]/div[0]/span[5] => [Texts differ]: expected "()\n", found "()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[231]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[232]/td[1]/div[0]/span[8] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[233]/td[1]/div[0]/span[12] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[234]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[235]/td[1]/div[0]/span[2] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[236]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[237]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[238]/td[1]/div[0]/span[12] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[239]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[240]/td[1]/div[0]/span[2] => [Texts differ]: expected "err\n", found "err" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[241]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[242]/td[1]/div[0]/span[3] => [Texts differ]: expected "n\n", found "n" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[243]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[244]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[245]/td[1]/div[0]/span[2] => [Texts differ]: expected "nil\n", found "nil" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[246]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[247]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[248]/td[1]/div[0]/span[9] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[249]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[250]/td[1]/div[0]/span[0] => [Texts differ]: expected "// contextWithoutDeadline returns a context which will cancel if the cOld is\n", found "// contextWithoutDeadline returns a context which will cancel if the cOld is" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[251]/td[1]/div[0]/span[0] => [Texts differ]: expected "// canceled.\n", found "// canceled." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[252]/td[1]/div[0]/span[14] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[253]/td[1]/div[0]/span[12] => [Texts differ]: expected "())\n", found "())" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[254]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[255]/td[1]/div[0]/span[1] => [Texts differ]: expected "// Set trace context so we still get spans propagated\n", found "// Set trace context so we still get spans propagated" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[256]/td[1]/div[0]/span[10] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[257]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[258]/td[1]/div[0]/span[1] => [Texts differ]: expected "// Copy actor from cOld to cNew.\n", found "// Copy actor from cOld to cNew." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[259]/td[1]/div[0]/span[14] => [Texts differ]: expected "))\n", found "))" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[260]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[261]/td[1]/div[0]/span[3] => [Texts differ]: expected "() {\n", found "() {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[262]/td[1]/div[0]/span[2] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[263]/td[1]/div[0]/span[5] => [Texts differ]: expected "():\n", found "():" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[264]/td[1]/div[0]/span[1] => [Texts differ]: expected "// cancel the new context if the old one is done for some reason other than the deadline passing.\n", found "// cancel the new context if the old one is done for some reason other than the deadline passing." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[265]/td[1]/div[0]/span[10] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[266]/td[1]/div[0]/span[2] => [Texts differ]: expected "()\n", found "()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[267]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t\t}\n", found "\t\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[268]/td[1]/div[0]/span[5] => [Texts differ]: expected "():\n", found "():" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[269]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[270]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}()\n", found "\t}()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[271]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[272]/td[1]/div[0]/span[4] => [Texts differ]: expected "cancel\n", found "cancel" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[273]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[274]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[275]/td[1]/div[0]/span[0] => [Texts differ]: expected "// atomicEndpoints allows us to update the endpoints used by our zoekt client.\n", found "// atomicEndpoints allows us to update the endpoints used by our zoekt client." [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[276]/td[1]/div[0]/span[3] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[277]/td[1]/div[0]/span[3] => [Texts differ]: expected "Value\n", found "Value" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[278]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[279]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[280]/td[1]/div[0]/span[13] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[281]/td[1]/div[0]/span[8] => [Texts differ]: expected "()\n", found "()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[282]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[283]/td[1]/div[0]/span[11] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[284]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[285]/td[1]/div[0]/span[8] => [Texts differ]: expected "nil\n", found "nil" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[286]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[287]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[288]/td[1]/div[0]/span[10] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[289]/td[1]/div[0]/span[7] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[290]/td[1]/div[0]/span[1] => [Texts differ]: expected "return\n", found "return" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[291]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[292]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[293]/td[1]/div[0]/span[12] => [Texts differ]: expected "))\n", found "))" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[294]/td[1]/div[0]/span[8] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[295]/td[1]/div[0]/span[4] => [Texts differ]: expected "{}{}\n", found "{}{}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[296]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[297]/td[1]/div[0]/span[8] => [Texts differ]: expected ")\n", found ")" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[298]/td[1]/div[0]/span[0] => [Texts differ]: expected "}\n", found "}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[299]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[300]/td[1]/div[0]/span[12] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[301]/td[1]/div[0]/span[8] => [Texts differ]: expected "()\n", found "()" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[302]/td[1]/div[0]/span[5] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[303]/td[1]/div[0]/span[2] => [Texts differ]: expected "true\n", found "true" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[304]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[305]/td[1]/div[0]/span[8] => [Texts differ]: expected ") {\n", found ") {" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[306]/td[1]/div[0]/span[2] => [Texts differ]: expected "true\n", found "true" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[307]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[308]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[309]/td[1]/div[0]/span[8] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[310]/td[1]/div[0]/span[10] => [Texts differ]: expected "{\n", found "{" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[311]/td[1]/div[0]/span[2] => [Texts differ]: expected "true\n", found "true" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[312]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t\t}\n", found "\t\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[313]/td[1]/div[0]/span[0] => [Texts differ]: expected "\t}\n", found "\t}" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[314]/td[1]/div[0] => [One element is missing]: expected "span" [INFO] [stdout] /html[0]/body[0]/table[0]/tbody[0]/tr[315]/td[1]/div[0]/span[2] => [Texts differ]: expected "false\n", found "false" [INFO] [stdout] thread 'tests::asset2' panicked at 'assertion failed: !has_diffs', src/lib.rs:200:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5651daab29c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5651daab29c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5651daab29c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5651daab29c0 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5651daad548c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5651daaaf8e5 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5651daab49ab - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5651daab49ab - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5651daab49ab - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5651daab44bc - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5651daab5074 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5651daab4b27 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5651daab2ebc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5651daab4ab9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5651da6d5941 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5651da6d588d - core::panicking::panic::h344f23ad26057b48 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5651da6db30c - hl::tests::assert_diff::h501a60489fa39821 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:200:9 [INFO] [stdout] 17: 0x5651da6dafa4 - hl::tests::test_asset::h79330cb6f6cd4028 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:189:9 [INFO] [stdout] 18: 0x5651da6db36b - hl::tests::asset2::h47af6b6fd46c9afc [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:210:9 [INFO] [stdout] 19: 0x5651da6db34a - hl::tests::asset2::{{closure}}::hdfb7b61796b8cec2 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:209:5 [INFO] [stdout] 20: 0x5651da6d878e - core::ops::function::FnOnce::call_once::h271129f55f500ff1 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5651da70f063 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x5651da70f063 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 23: 0x5651da70db18 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 24: 0x5651da70db18 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 25: 0x5651da70db18 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 26: 0x5651da70db18 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 27: 0x5651da70db18 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 28: 0x5651da70db18 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 29: 0x5651da70db18 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 30: 0x5651da6dc2ad - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 31: 0x5651da6dc2ad - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x5651da6e0a88 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 33: 0x5651da6e0a88 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 34: 0x5651da6e0a88 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 35: 0x5651da6e0a88 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 36: 0x5651da6e0a88 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 37: 0x5651da6e0a88 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 38: 0x5651da6e0a88 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x5651daab9be7 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x5651daab9be7 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 41: 0x5651daab9be7 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 42: 0x7f6c7fae3609 - start_thread [INFO] [stdout] 43: 0x7f6c7f8b5293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::asset1 [INFO] [stdout] tests::asset2 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.58s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "a1cc8b1be003804ada948e094cfa5daae48dd32b9de84efcd671e8870672fd60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1cc8b1be003804ada948e094cfa5daae48dd32b9de84efcd671e8870672fd60", kill_on_drop: false }` [INFO] [stdout] a1cc8b1be003804ada948e094cfa5daae48dd32b9de84efcd671e8870672fd60