[INFO] cloning repository https://github.com/arborice/buo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arborice/buo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farborice%2Fbuo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farborice%2Fbuo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d69f7e7822f5b7612a4d2fd978f63fb1cf4bd053 [INFO] testing arborice/buo against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farborice%2Fbuo" "/workspace/builds/worker-90/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-90/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arborice/buo on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/arborice/buo [INFO] finished tweaking git repo https://github.com/arborice/buo [INFO] tweaked toml for git repo https://github.com/arborice/buo written to /workspace/builds/worker-90/source/Cargo.toml [INFO] crate git repo https://github.com/arborice/buo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b293329c86d93dc5da4ae952315d97e3e7adb4675661e2beedd6043ebfe197e0 [INFO] running `Command { std: "docker" "start" "-a" "b293329c86d93dc5da4ae952315d97e3e7adb4675661e2beedd6043ebfe197e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b293329c86d93dc5da4ae952315d97e3e7adb4675661e2beedd6043ebfe197e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b293329c86d93dc5da4ae952315d97e3e7adb4675661e2beedd6043ebfe197e0", kill_on_drop: false }` [INFO] [stdout] b293329c86d93dc5da4ae952315d97e3e7adb4675661e2beedd6043ebfe197e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dac6fc9b0f7cdfeea8be6f97b56ec9d7ca9682de5e3c6650c6c7f12f408fde37 [INFO] running `Command { std: "docker" "start" "-a" "dac6fc9b0f7cdfeea8be6f97b56ec9d7ca9682de5e3c6650c6c7f12f408fde37", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling arrayvec v0.6.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling os_str_bytes v3.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling bitstream-io v1.3.0 [INFO] [stderr] Compiling utf8-width v0.1.6 [INFO] [stderr] Compiling filesize v0.2.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling textwrap v0.14.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling byte-unit v4.0.14 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling grep-matcher v0.1.5 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling memmap2 v0.3.1 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling symphonia-core v0.3.0 [INFO] [stderr] Compiling encoding_rs_io v0.1.7 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling grep-searcher v0.1.8 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling symphonia-metadata v0.3.0 [INFO] [stderr] Compiling symphonia-codec-pcm v0.3.0 [INFO] [stderr] Compiling symphonia-codec-aac v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling symphonia-utils-xiph v0.3.0 [INFO] [stderr] Compiling symphonia-format-isomp4 v0.3.0 [INFO] [stderr] Compiling symphonia-format-wav v0.3.0 [INFO] [stderr] Compiling symphonia-bundle-mp3 v0.3.0 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling symphonia-bundle-flac v0.3.0 [INFO] [stderr] Compiling symphonia-format-ogg v0.3.0 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling rusqlite v0.25.4 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling symphonia v0.3.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling chrono-tz-build v0.0.2 [INFO] [stderr] Compiling chrono-tz v0.6.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 (https://github.com/clap-rs/clap/#89d1519f) [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling clap v3.0.0-beta.2 (https://github.com/clap-rs/clap/#89d1519f) [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling serde_with v1.12.1 [INFO] [stderr] Compiling matroska v0.7.0 [INFO] [stderr] Compiling tera v1.15.0 [INFO] [stderr] Compiling tokei v12.1.2 [INFO] [stderr] Compiling buo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Row` [INFO] [stdout] --> src/util/web/firefox.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | use rusqlite::{Connection, OpenFlags, Row}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Os` [INFO] [stdout] --> src/util/os.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | pub enum Os { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_insertion_index` [INFO] [stdout] --> src/util/cache/local.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | fn next_insertion_index(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ChromiumBrowser` [INFO] [stdout] --> src/util/web/chromium.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum ChromiumBrowser { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `with_default_profile` [INFO] [stdout] --> src/util/web/chromium.rs:17:4 [INFO] [stdout] | [INFO] [stdout] 17 | fn with_default_profile(browser_dir: &mut PathBuf) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `resolve_chromium_browser_bookmark_path` [INFO] [stdout] --> src/util/web/chromium.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn resolve_chromium_browser_bookmark_path(browser: ChromiumBrowser, os: Os) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_chromium_bookmarks` [INFO] [stdout] --> src/util/web/chromium.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn get_chromium_bookmarks(bookmark_path: &Path) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FF_ROOT_PATH` [INFO] [stdout] --> src/util/web/firefox.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const FF_ROOT_PATH: &str = ".mozilla/firefox"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PLACES` [INFO] [stdout] --> src/util/web/firefox.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const PLACES: &str = "places.sqlite"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `QUERY` [INFO] [stdout] --> src/util/web/firefox.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | const QUERY: &str = "SELECT b.title, p.url FROM moz_bookmarks b JOIN moz_places p ON p.id = b.fk"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `with_default_firefox_profile` [INFO] [stdout] --> src/util/web/firefox.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn with_default_firefox_profile(firefox_dir: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_bookmarks_from_path` [INFO] [stdout] --> src/util/web/firefox.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn query_bookmarks_from_path(db_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_firefox_bookmarks` [INFO] [stdout] --> src/util/web/firefox.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn get_firefox_bookmarks(cfg_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Row` [INFO] [stdout] --> src/util/web/firefox.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | use rusqlite::{Connection, OpenFlags, Row}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `acc_valid_paths` [INFO] [stdout] --> src/util/cache.rs:14:4 [INFO] [stdout] | [INFO] [stdout] 14 | fn acc_valid_paths( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `replace_invalid_entries` [INFO] [stdout] --> src/util/cache.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn replace_invalid_entries( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_initial_entries` [INFO] [stdout] --> src/util/cache.rs:54:8 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_initial_entries( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `human_readable_disk_size` [INFO] [stdout] --> src/util/dirs.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn human_readable_disk_size(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Os` [INFO] [stdout] --> src/util/os.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | pub enum Os { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/util/cache/local.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn get(&self, query: &str) -> Option<&MediaMeta> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_insertion_index` [INFO] [stdout] --> src/util/cache/local.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | fn next_insertion_index(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> src/util/cache/local.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn insert(&mut self, key: &str, entry: MediaMeta) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/util/cache/local.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn remove(&mut self, key: &str) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `retain` [INFO] [stdout] --> src/util/cache/local.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn retain(&mut self, functor: fn(&str, Option<&MediaMeta>) -> bool) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `batch_query` [INFO] [stdout] --> src/util/cache/local.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn batch_query>(&self, queries: &[P]) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `commit_cache_to_path` [INFO] [stdout] --> src/util/cache/local.rs:120:8 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn commit_cache_to_path(path: &Path, cache: PersistentCache) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_cache` [INFO] [stdout] --> src/util/cache/local.rs:129:4 [INFO] [stdout] | [INFO] [stdout] 129 | fn init_cache(path: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_init_candidate` [INFO] [stdout] --> src/util/cache/local.rs:136:4 [INFO] [stdout] | [INFO] [stdout] 136 | fn is_init_candidate(err: &BinErr) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `retrieve_or_init_cache` [INFO] [stdout] --> src/util/cache/local.rs:151:8 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn retrieve_or_init_cache(path: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/util/cache/session.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear` [INFO] [stdout] --> src/util/cache/session.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn clear(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains` [INFO] [stdout] --> src/util/cache/session.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn contains(&self, meta: &MediaMeta) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `has_capacity` [INFO] [stdout] --> src/util/cache/session.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn has_capacity(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment` [INFO] [stdout] --> src/util/cache/session.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | fn increment(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `find` [INFO] [stdout] --> src/util/cache/session.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn find

(&self, fun: P) -> Option<&MediaMeta> [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `entries` [INFO] [stdout] --> src/util/cache/session.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn entries(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> src/util/cache/session.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn insert(&mut self, meta: MediaMeta) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ChromiumBrowser` [INFO] [stdout] --> src/util/web/chromium.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum ChromiumBrowser { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `with_default_profile` [INFO] [stdout] --> src/util/web/chromium.rs:17:4 [INFO] [stdout] | [INFO] [stdout] 17 | fn with_default_profile(browser_dir: &mut PathBuf) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `resolve_chromium_browser_bookmark_path` [INFO] [stdout] --> src/util/web/chromium.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn resolve_chromium_browser_bookmark_path(browser: ChromiumBrowser, os: Os) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_chromium_bookmarks` [INFO] [stdout] --> src/util/web/chromium.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn get_chromium_bookmarks(bookmark_path: &Path) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FF_ROOT_PATH` [INFO] [stdout] --> src/util/web/firefox.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const FF_ROOT_PATH: &str = ".mozilla/firefox"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PLACES` [INFO] [stdout] --> src/util/web/firefox.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const PLACES: &str = "places.sqlite"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `QUERY` [INFO] [stdout] --> src/util/web/firefox.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | const QUERY: &str = "SELECT b.title, p.url FROM moz_bookmarks b JOIN moz_places p ON p.id = b.fk"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `with_default_firefox_profile` [INFO] [stdout] --> src/util/web/firefox.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn with_default_firefox_profile(firefox_dir: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_bookmarks_from_path` [INFO] [stdout] --> src/util/web/firefox.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn query_bookmarks_from_path(db_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_firefox_bookmarks` [INFO] [stdout] --> src/util/web/firefox.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn get_firefox_bookmarks(cfg_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 10s [INFO] running `Command { std: "docker" "inspect" "dac6fc9b0f7cdfeea8be6f97b56ec9d7ca9682de5e3c6650c6c7f12f408fde37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dac6fc9b0f7cdfeea8be6f97b56ec9d7ca9682de5e3c6650c6c7f12f408fde37", kill_on_drop: false }` [INFO] [stdout] dac6fc9b0f7cdfeea8be6f97b56ec9d7ca9682de5e3c6650c6c7f12f408fde37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e910078a890804f7c1c9d0564639f9b66acc7585951ceacea1f665efb513910 [INFO] running `Command { std: "docker" "start" "-a" "7e910078a890804f7c1c9d0564639f9b66acc7585951ceacea1f665efb513910", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling buo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Row` [INFO] [stdout] --> src/util/web/firefox.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | use rusqlite::{Connection, OpenFlags, Row}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Os` [INFO] [stdout] --> src/util/os.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | pub enum Os { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_insertion_index` [INFO] [stdout] --> src/util/cache/local.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | fn next_insertion_index(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ChromiumBrowser` [INFO] [stdout] --> src/util/web/chromium.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum ChromiumBrowser { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `with_default_profile` [INFO] [stdout] --> src/util/web/chromium.rs:17:4 [INFO] [stdout] | [INFO] [stdout] 17 | fn with_default_profile(browser_dir: &mut PathBuf) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `resolve_chromium_browser_bookmark_path` [INFO] [stdout] --> src/util/web/chromium.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn resolve_chromium_browser_bookmark_path(browser: ChromiumBrowser, os: Os) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_chromium_bookmarks` [INFO] [stdout] --> src/util/web/chromium.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn get_chromium_bookmarks(bookmark_path: &Path) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FF_ROOT_PATH` [INFO] [stdout] --> src/util/web/firefox.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const FF_ROOT_PATH: &str = ".mozilla/firefox"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PLACES` [INFO] [stdout] --> src/util/web/firefox.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const PLACES: &str = "places.sqlite"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `QUERY` [INFO] [stdout] --> src/util/web/firefox.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | const QUERY: &str = "SELECT b.title, p.url FROM moz_bookmarks b JOIN moz_places p ON p.id = b.fk"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `with_default_firefox_profile` [INFO] [stdout] --> src/util/web/firefox.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn with_default_firefox_profile(firefox_dir: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_bookmarks_from_path` [INFO] [stdout] --> src/util/web/firefox.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn query_bookmarks_from_path(db_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_firefox_bookmarks` [INFO] [stdout] --> src/util/web/firefox.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn get_firefox_bookmarks(cfg_path: &Path) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Row` [INFO] [stdout] --> src/util/web/firefox.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | use rusqlite::{Connection, OpenFlags, Row}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Row` [INFO] [stdout] --> src/util/web/firefox.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | use rusqlite::{Connection, OpenFlags, Row}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mac` [INFO] [stdout] --> src/util/os.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | Mac, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Windows` [INFO] [stdout] --> src/util/os.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Windows, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_insertion_index` [INFO] [stdout] --> src/util/cache/local.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | fn next_insertion_index(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Chrome` [INFO] [stdout] --> src/util/web/chromium.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | Chrome, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Chromium` [INFO] [stdout] --> src/util/web/chromium.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | Chromium, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Edge` [INFO] [stdout] --> src/util/web/chromium.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Edge, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `acc_valid_paths` [INFO] [stdout] --> src/util/cache.rs:14:4 [INFO] [stdout] | [INFO] [stdout] 14 | fn acc_valid_paths( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `replace_invalid_entries` [INFO] [stdout] --> src/util/cache.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn replace_invalid_entries( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_initial_entries` [INFO] [stdout] --> src/util/cache.rs:54:8 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_initial_entries( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `human_readable_disk_size` [INFO] [stdout] --> src/util/dirs.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn human_readable_disk_size(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Mac` [INFO] [stdout] --> src/util/os.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | Mac, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Windows` [INFO] [stdout] --> src/util/os.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Windows, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> src/util/cache/local.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn get(&self, query: &str) -> Option<&MediaMeta> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_insertion_index` [INFO] [stdout] --> src/util/cache/local.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | fn next_insertion_index(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> src/util/cache/local.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn insert(&mut self, key: &str, entry: MediaMeta) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/util/cache/local.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn remove(&mut self, key: &str) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `retain` [INFO] [stdout] --> src/util/cache/local.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn retain(&mut self, functor: fn(&str, Option<&MediaMeta>) -> bool) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `batch_query` [INFO] [stdout] --> src/util/cache/local.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn batch_query>(&self, queries: &[P]) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `commit_cache_to_path` [INFO] [stdout] --> src/util/cache/local.rs:120:8 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn commit_cache_to_path(path: &Path, cache: PersistentCache) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_cache` [INFO] [stdout] --> src/util/cache/local.rs:129:4 [INFO] [stdout] | [INFO] [stdout] 129 | fn init_cache(path: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_init_candidate` [INFO] [stdout] --> src/util/cache/local.rs:136:4 [INFO] [stdout] | [INFO] [stdout] 136 | fn is_init_candidate(err: &BinErr) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `retrieve_or_init_cache` [INFO] [stdout] --> src/util/cache/local.rs:151:8 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn retrieve_or_init_cache(path: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/util/cache/session.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear` [INFO] [stdout] --> src/util/cache/session.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn clear(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains` [INFO] [stdout] --> src/util/cache/session.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn contains(&self, meta: &MediaMeta) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `has_capacity` [INFO] [stdout] --> src/util/cache/session.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn has_capacity(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment` [INFO] [stdout] --> src/util/cache/session.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | fn increment(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `find` [INFO] [stdout] --> src/util/cache/session.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn find

(&self, fun: P) -> Option<&MediaMeta> [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `entries` [INFO] [stdout] --> src/util/cache/session.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn entries(&self) -> impl Iterator { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> src/util/cache/session.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn insert(&mut self, meta: MediaMeta) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Chrome` [INFO] [stdout] --> src/util/web/chromium.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | Chrome, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Chromium` [INFO] [stdout] --> src/util/web/chromium.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | Chromium, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Edge` [INFO] [stdout] --> src/util/web/chromium.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Edge, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.28s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/buo-88b4e379976340af) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/buo-3556edd676702af5) [INFO] running `Command { std: "docker" "inspect" "7e910078a890804f7c1c9d0564639f9b66acc7585951ceacea1f665efb513910", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e910078a890804f7c1c9d0564639f9b66acc7585951ceacea1f665efb513910", kill_on_drop: false }` [INFO] [stdout] 7e910078a890804f7c1c9d0564639f9b66acc7585951ceacea1f665efb513910 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-90/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dde708e37f3e26591903ce5c0148074cb8f9bf8820804ea87e1fcedd41f2e0ce [INFO] running `Command { std: "docker" "start" "-a" "dde708e37f3e26591903ce5c0148074cb8f9bf8820804ea87e1fcedd41f2e0ce", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Row` [INFO] [stderr] --> src/util/web/firefox.rs:2:39 [INFO] [stderr] | [INFO] [stderr] 2 | use rusqlite::{Connection, OpenFlags, Row}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Os` [INFO] [stderr] --> src/util/os.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | pub enum Os { [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `next_insertion_index` [INFO] [stderr] --> src/util/cache/local.rs:43:8 [INFO] [stderr] | [INFO] [stderr] 43 | fn next_insertion_index(&mut self) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `ChromiumBrowser` [INFO] [stderr] --> src/util/web/chromium.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | pub enum ChromiumBrowser { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `with_default_profile` [INFO] [stderr] --> src/util/web/chromium.rs:17:4 [INFO] [stderr] | [INFO] [stderr] 17 | fn with_default_profile(browser_dir: &mut PathBuf) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `resolve_chromium_browser_bookmark_path` [INFO] [stderr] --> src/util/web/chromium.rs:34:8 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn resolve_chromium_browser_bookmark_path(browser: ChromiumBrowser, os: Os) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_chromium_bookmarks` [INFO] [stderr] --> src/util/web/chromium.rs:56:8 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn get_chromium_bookmarks(bookmark_path: &Path) -> Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `FF_ROOT_PATH` [INFO] [stderr] --> src/util/web/firefox.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | const FF_ROOT_PATH: &str = ".mozilla/firefox"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `PLACES` [INFO] [stderr] --> src/util/web/firefox.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | const PLACES: &str = "places.sqlite"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `QUERY` [INFO] [stderr] --> src/util/web/firefox.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | const QUERY: &str = "SELECT b.title, p.url FROM moz_bookmarks b JOIN moz_places p ON p.id = b.fk"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `with_default_firefox_profile` [INFO] [stderr] --> src/util/web/firefox.rs:15:4 [INFO] [stderr] | [INFO] [stderr] 15 | fn with_default_firefox_profile(firefox_dir: &Path) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `query_bookmarks_from_path` [INFO] [stderr] --> src/util/web/firefox.rs:25:4 [INFO] [stderr] | [INFO] [stderr] 25 | fn query_bookmarks_from_path(db_path: &Path) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_firefox_bookmarks` [INFO] [stderr] --> src/util/web/firefox.rs:42:8 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn get_firefox_bookmarks(cfg_path: &Path) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Mac` [INFO] [stderr] --> src/util/os.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | Mac, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Windows` [INFO] [stderr] --> src/util/os.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | Windows, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Chrome` [INFO] [stderr] --> src/util/web/chromium.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | Chrome, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Chromium` [INFO] [stderr] --> src/util/web/chromium.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | Chromium, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Edge` [INFO] [stderr] --> src/util/web/chromium.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Edge, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `buo` (lib) generated 13 warnings [INFO] [stderr] warning: `buo` (lib test) generated 7 warnings (2 duplicates) [INFO] [stderr] warning: function is never used: `acc_valid_paths` [INFO] [stderr] --> src/util/cache.rs:14:4 [INFO] [stderr] | [INFO] [stderr] 14 | fn acc_valid_paths( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `replace_invalid_entries` [INFO] [stderr] --> src/util/cache.rs:37:8 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn replace_invalid_entries( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_initial_entries` [INFO] [stderr] --> src/util/cache.rs:54:8 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn get_initial_entries( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `human_readable_disk_size` [INFO] [stderr] --> src/util/dirs.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn human_readable_disk_size(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Mac` [INFO] [stderr] --> src/util/os.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | Mac, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get` [INFO] [stderr] --> src/util/cache/local.rs:38:12 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn get(&self, query: &str) -> Option<&MediaMeta> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `insert` [INFO] [stderr] --> src/util/cache/local.rs:52:12 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn insert(&mut self, key: &str, entry: MediaMeta) -> Result<()> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove` [INFO] [stderr] --> src/util/cache/local.rs:63:12 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn remove(&mut self, key: &str) -> Option { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `retain` [INFO] [stderr] --> src/util/cache/local.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn retain(&mut self, functor: fn(&str, Option<&MediaMeta>) -> bool) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `batch_query` [INFO] [stderr] --> src/util/cache/local.rs:93:12 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn batch_query>(&self, queries: &[P]) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `commit_cache_to_path` [INFO] [stderr] --> src/util/cache/local.rs:120:8 [INFO] [stderr] | [INFO] [stderr] 120 | pub fn commit_cache_to_path(path: &Path, cache: PersistentCache) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `init_cache` [INFO] [stderr] --> src/util/cache/local.rs:129:4 [INFO] [stderr] | [INFO] [stderr] 129 | fn init_cache(path: &Path) -> Result { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_init_candidate` [INFO] [stderr] --> src/util/cache/local.rs:136:4 [INFO] [stderr] | [INFO] [stderr] 136 | fn is_init_candidate(err: &BinErr) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `retrieve_or_init_cache` [INFO] [stderr] --> src/util/cache/local.rs:151:8 [INFO] [stderr] | [INFO] [stderr] 151 | pub fn retrieve_or_init_cache(path: &Path) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/util/cache/session.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn new() -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `clear` [INFO] [stderr] --> src/util/cache/session.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn clear(&mut self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `contains` [INFO] [stderr] --> src/util/cache/session.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn contains(&self, meta: &MediaMeta) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `has_capacity` [INFO] [stderr] --> src/util/cache/session.rs:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn has_capacity(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `increment` [INFO] [stderr] --> src/util/cache/session.rs:38:8 [INFO] [stderr] | [INFO] [stderr] 38 | fn increment(&mut self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `find` [INFO] [stderr] --> src/util/cache/session.rs:46:12 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn find

(&self, fun: P) -> Option<&MediaMeta> [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `entries` [INFO] [stderr] --> src/util/cache/session.rs:53:12 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn entries(&self) -> impl Iterator { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `insert` [INFO] [stderr] --> src/util/cache/session.rs:57:12 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn insert(&mut self, meta: MediaMeta) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `buo` (bin "buo" test) generated 28 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.81s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/buo-88b4e379976340af) [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test util::web::chromium::brave_bookmarks ... FAILED [INFO] [stdout] test util::web::firefox::firefox_bookmarks ... FAILED [INFO] [stdout] test util::web::chromium::vivaldi_bookmarks ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- util::web::chromium::brave_bookmarks stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] thread 'util::web::chromium::brave_bookmarks' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55a9a8090e1d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55a9a8090e1d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55a9a8090e1d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55a9a8090e1d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55a9a80b3abc - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55a9a808d621 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55a9a8092b65 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55a9a8092b65 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55a9a8092b65 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55a9a8092854 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55a9a80930b2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55a9a8092f97 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55a9a80912d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55a9a8092cc9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55a9a7fbd3e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55a9a80b276e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55a9a806039a - core::panicking::assert_failed::head41bc77cfa9ac9 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55a9a7fd4132 - test::assert_test_result::hc7869ed697b122a6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55a9a7fda60d - buo::util::web::chromium::brave_bookmarks::{{closure}}::h42fa2633808222cc [INFO] [stdout] at /opt/rustwide/workdir/src/util/web/chromium.rs:87:1 [INFO] [stdout] 19: 0x55a9a7fd06be - core::ops::function::FnOnce::call_once::h456cd0c4d7de39db [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55a9a80108e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55a9a80108e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55a9a800f699 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55a9a800f699 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55a9a800f699 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55a9a800f699 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55a9a800f699 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55a9a800f699 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55a9a800f699 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55a9a7fdb84e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55a9a7fdb84e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55a9a7fe0db8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55a9a7fe0db8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55a9a7fe0db8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55a9a7fe0db8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55a9a7fe0db8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55a9a7fe0db8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55a9a7fe0db8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55a9a8097c53 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55a9a8097c53 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55a9a8097c53 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fc2440fd609 - start_thread [INFO] [stdout] 42: 0x7fc243ecd163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- util::web::firefox::firefox_bookmarks stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] thread 'util::web::firefox::firefox_bookmarks' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55a9a8090e1d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55a9a8090e1d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55a9a8090e1d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55a9a8090e1d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55a9a80b3abc - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55a9a808d621 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55a9a8092b65 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55a9a8092b65 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55a9a8092b65 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55a9a8092854 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55a9a80930b2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55a9a8092f97 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55a9a80912d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55a9a8092cc9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55a9a7fbd3e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55a9a80b276e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55a9a806039a - core::panicking::assert_failed::head41bc77cfa9ac9 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55a9a7fd4132 - test::assert_test_result::hc7869ed697b122a6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55a9a7fdb0ed - buo::util::web::firefox::firefox_bookmarks::{{closure}}::h91d4931c0e2db48a [INFO] [stdout] at /opt/rustwide/workdir/src/util/web/firefox.rs:52:1 [INFO] [stdout] 19: 0x55a9a7fd067e - core::ops::function::FnOnce::call_once::h3d8b4d71bfd803ed [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55a9a80108e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55a9a80108e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55a9a800f699 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55a9a800f699 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55a9a800f699 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55a9a800f699 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55a9a800f699 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55a9a800f699 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55a9a800f699 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55a9a7fdb84e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55a9a7fdb84e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55a9a7fe0db8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55a9a7fe0db8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55a9a7fe0db8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55a9a7fe0db8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55a9a7fe0db8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55a9a7fe0db8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55a9a7fe0db8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55a9a8097c53 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55a9a8097c53 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55a9a8097c53 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fc2440fd609 - start_thread [INFO] [stdout] 42: 0x7fc243ecd163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- util::web::chromium::vivaldi_bookmarks stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] thread 'util::web::chromium::vivaldi_bookmarks' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `1`, [INFO] [stdout] right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55a9a8090e1d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55a9a8090e1d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55a9a8090e1d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55a9a8090e1d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55a9a80b3abc - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55a9a808d621 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55a9a8092b65 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55a9a8092b65 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55a9a8092b65 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55a9a8092854 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55a9a80930b2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55a9a8092f97 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55a9a80912d4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55a9a8092cc9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55a9a7fbd3e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55a9a80b276e - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x55a9a806039a - core::panicking::assert_failed::head41bc77cfa9ac9 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55a9a7fd4132 - test::assert_test_result::hc7869ed697b122a6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:186:5 [INFO] [stdout] 18: 0x55a9a7fdab7d - buo::util::web::chromium::vivaldi_bookmarks::{{closure}}::h64fc1726c8136936 [INFO] [stdout] at /opt/rustwide/workdir/src/util/web/chromium.rs:103:1 [INFO] [stdout] 19: 0x55a9a7fd07ae - core::ops::function::FnOnce::call_once::h9dda1220f20b257e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55a9a80108e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55a9a80108e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55a9a800f699 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x55a9a800f699 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55a9a800f699 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55a9a800f699 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55a9a800f699 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55a9a800f699 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55a9a800f699 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55a9a7fdb84e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55a9a7fdb84e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55a9a7fe0db8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55a9a7fe0db8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55a9a7fe0db8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55a9a7fe0db8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55a9a7fe0db8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55a9a7fe0db8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55a9a7fe0db8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55a9a8097c53 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x55a9a8097c53 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x55a9a8097c53 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fc2440fd609 - start_thread [INFO] [stdout] 42: 0x7fc243ecd163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] util::web::chromium::brave_bookmarks [INFO] [stdout] util::web::chromium::vivaldi_bookmarks [INFO] [stdout] util::web::firefox::firefox_bookmarks [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dde708e37f3e26591903ce5c0148074cb8f9bf8820804ea87e1fcedd41f2e0ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dde708e37f3e26591903ce5c0148074cb8f9bf8820804ea87e1fcedd41f2e0ce", kill_on_drop: false }` [INFO] [stdout] dde708e37f3e26591903ce5c0148074cb8f9bf8820804ea87e1fcedd41f2e0ce