[INFO] fetching crate dogear 0.4.0... [INFO] testing dogear-0.4.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate dogear 0.4.0 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate dogear 0.4.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dogear 0.4.0 [INFO] finished tweaking crates.io crate dogear 0.4.0 [INFO] tweaked toml for crates.io crate dogear 0.4.0 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19fe66011410f9f97d4e1aea5e13252f808944bf8648cc6681d8fef433b1f082 [INFO] running `Command { std: "docker" "start" "-a" "19fe66011410f9f97d4e1aea5e13252f808944bf8648cc6681d8fef433b1f082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19fe66011410f9f97d4e1aea5e13252f808944bf8648cc6681d8fef433b1f082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19fe66011410f9f97d4e1aea5e13252f808944bf8648cc6681d8fef433b1f082", kill_on_drop: false }` [INFO] [stdout] 19fe66011410f9f97d4e1aea5e13252f808944bf8648cc6681d8fef433b1f082 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59c1ad08fdc50e1daab2b893ce391c59ac022d5ba8e25277566c4a8279f84278 [INFO] running `Command { std: "docker" "start" "-a" "59c1ad08fdc50e1daab2b893ce391c59ac022d5ba8e25277566c4a8279f84278", kill_on_drop: false }` [INFO] [stderr] Compiling smallbitvec v2.5.1 [INFO] [stderr] Compiling dogear v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `merged_guids` [INFO] [stdout] --> src/merge.rs:1765:5 [INFO] [stdout] | [INFO] [stdout] 1765 | merged_guids: HashSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/merge.rs:1683:13 [INFO] [stdout] | [INFO] [stdout] 1683 | / mem::replace( [INFO] [stdout] 1684 | | &mut self.matching_dupes_by_local_parent_guid, [INFO] [stdout] 1685 | | matching_dupes_by_local_parent_guid, [INFO] [stdout] 1686 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/merge.rs:1742:13 [INFO] [stdout] | [INFO] [stdout] 1742 | / mem::replace( [INFO] [stdout] 1743 | | &mut self.matching_dupes_by_local_parent_guid, [INFO] [stdout] 1744 | | matching_dupes_by_local_parent_guid, [INFO] [stdout] 1745 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:488:9 [INFO] [stdout] | [INFO] [stdout] 488 | mem::replace(&mut self.0.entries[self.1].content, Some(content)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:658:17 [INFO] [stdout] | [INFO] [stdout] 658 | mem::replace(&mut self.parent, BuilderEntryParent::Root); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:686:9 [INFO] [stdout] | [INFO] [stdout] 686 | mem::replace(&mut self.parent, new_parent); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.21s [INFO] running `Command { std: "docker" "inspect" "59c1ad08fdc50e1daab2b893ce391c59ac022d5ba8e25277566c4a8279f84278", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59c1ad08fdc50e1daab2b893ce391c59ac022d5ba8e25277566c4a8279f84278", kill_on_drop: false }` [INFO] [stdout] 59c1ad08fdc50e1daab2b893ce391c59ac022d5ba8e25277566c4a8279f84278 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c4d1924d23f590b9081234c6b8fed35182187d32790ba2e326028cc0a643604 [INFO] running `Command { std: "docker" "start" "-a" "9c4d1924d23f590b9081234c6b8fed35182187d32790ba2e326028cc0a643604", kill_on_drop: false }` [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: field is never read: `merged_guids` [INFO] [stdout] --> src/merge.rs:1765:5 [INFO] [stdout] | [INFO] [stdout] 1765 | merged_guids: HashSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/merge.rs:1683:13 [INFO] [stdout] | [INFO] [stdout] 1683 | / mem::replace( [INFO] [stdout] 1684 | | &mut self.matching_dupes_by_local_parent_guid, [INFO] [stdout] 1685 | | matching_dupes_by_local_parent_guid, [INFO] [stdout] 1686 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/merge.rs:1742:13 [INFO] [stdout] | [INFO] [stdout] 1742 | / mem::replace( [INFO] [stdout] 1743 | | &mut self.matching_dupes_by_local_parent_guid, [INFO] [stdout] 1744 | | matching_dupes_by_local_parent_guid, [INFO] [stdout] 1745 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:488:9 [INFO] [stdout] | [INFO] [stdout] 488 | mem::replace(&mut self.0.entries[self.1].content, Some(content)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:658:17 [INFO] [stdout] | [INFO] [stdout] 658 | mem::replace(&mut self.parent, BuilderEntryParent::Root); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:686:9 [INFO] [stdout] | [INFO] [stdout] 686 | mem::replace(&mut self.parent, new_parent); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling dogear v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `merged_guids` [INFO] [stdout] --> src/merge.rs:1765:5 [INFO] [stdout] | [INFO] [stdout] 1765 | merged_guids: HashSet, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/merge.rs:1683:13 [INFO] [stdout] | [INFO] [stdout] 1683 | / mem::replace( [INFO] [stdout] 1684 | | &mut self.matching_dupes_by_local_parent_guid, [INFO] [stdout] 1685 | | matching_dupes_by_local_parent_guid, [INFO] [stdout] 1686 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/merge.rs:1742:13 [INFO] [stdout] | [INFO] [stdout] 1742 | / mem::replace( [INFO] [stdout] 1743 | | &mut self.matching_dupes_by_local_parent_guid, [INFO] [stdout] 1744 | | matching_dupes_by_local_parent_guid, [INFO] [stdout] 1745 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:488:9 [INFO] [stdout] | [INFO] [stdout] 488 | mem::replace(&mut self.0.entries[self.1].content, Some(content)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:658:17 [INFO] [stdout] | [INFO] [stdout] 658 | mem::replace(&mut self.parent, BuilderEntryParent::Root); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/tree.rs:686:9 [INFO] [stdout] | [INFO] [stdout] 686 | mem::replace(&mut self.parent, new_parent); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.70s [INFO] running `Command { std: "docker" "inspect" "9c4d1924d23f590b9081234c6b8fed35182187d32790ba2e326028cc0a643604", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c4d1924d23f590b9081234c6b8fed35182187d32790ba2e326028cc0a643604", kill_on_drop: false }` [INFO] [stdout] 9c4d1924d23f590b9081234c6b8fed35182187d32790ba2e326028cc0a643604 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b69179a785c85bd950efbd3a2b9f8458f7eb1d9f41f6ddc2109ce37fffb77fa4 [INFO] running `Command { std: "docker" "start" "-a" "b69179a785c85bd950efbd3a2b9f8458f7eb1d9f41f6ddc2109ce37fffb77fa4", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `merged_guids` [INFO] [stderr] --> src/merge.rs:1765:5 [INFO] [stderr] | [INFO] [stderr] 1765 | merged_guids: HashSet, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/merge.rs:1683:13 [INFO] [stderr] | [INFO] [stderr] 1683 | / mem::replace( [INFO] [stderr] 1684 | | &mut self.matching_dupes_by_local_parent_guid, [INFO] [stderr] 1685 | | matching_dupes_by_local_parent_guid, [INFO] [stderr] 1686 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/merge.rs:1742:13 [INFO] [stderr] | [INFO] [stderr] 1742 | / mem::replace( [INFO] [stderr] 1743 | | &mut self.matching_dupes_by_local_parent_guid, [INFO] [stderr] 1744 | | matching_dupes_by_local_parent_guid, [INFO] [stderr] 1745 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/tree.rs:488:9 [INFO] [stderr] | [INFO] [stderr] 488 | mem::replace(&mut self.0.entries[self.1].content, Some(content)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/tree.rs:658:17 [INFO] [stderr] | [INFO] [stderr] 658 | mem::replace(&mut self.parent, BuilderEntryParent::Root); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/tree.rs:686:9 [INFO] [stderr] | [INFO] [stderr] 686 | mem::replace(&mut self.parent, new_parent); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: `dogear` (lib) generated 6 warnings [INFO] [stderr] warning: `dogear` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dogear-fe1555fdc16670e7) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stderr] ERROR 2022-02-26T17:16:57Z: dogear::merge: Merging local bookmarkAAAA (Bookmark; Age = 0ms; Unmerged) and remote bookmarkAAAA (Folder; Age = 5ms; Unmerged) with different kinds [INFO] [stdout] test guid::tests::is_valid ... ok [INFO] [stdout] test tests::deduping_local_newer ... ok [INFO] [stdout] test tests::cycle ... ok [INFO] [stdout] test tests::deduping_ignores_parent_title ... ok [INFO] [stdout] test tests::applying_two_empty_folders_doesnt_smush ... ok [INFO] [stdout] test tests::complex_move_with_additions ... ok [INFO] [stdout] test tests::applying_two_empty_folders_matches_only_one ... ok [INFO] [stdout] test tests::deduping_multiple_candidates ... ok [INFO] [stdout] test tests::clear_folder_then_delete ... ok [INFO] [stdout] test tests::complex_orphaning ... ok [INFO] [stdout] test tests::complex_deduping ... ok [INFO] [stdout] test tests::completion_ops ... ok [INFO] [stdout] test tests::deleted_user_content_roots ... ok [INFO] [stdout] test tests::left_pane_root ... ok [INFO] [stdout] test tests::deduping_remote_newer ... ok [INFO] [stdout] test tests::livemarks ... ok [INFO] [stdout] test tests::mismatched_compatible_bookmark_kinds ... ok [INFO] [stdout] test tests::mismatched_incompatible_bookmark_kinds ... ok [INFO] [stdout] test tests::invalid_guids ... ok [INFO] [stdout] test tests::locally_deleted_remotely_modified ... ok [INFO] [stdout] test tests::locally_modified_remotely_deleted ... ok [INFO] [stdout] test tests::move_into_parent_sibling ... ok [INFO] [stdout] test tests::nonexistent_on_one_side ... ok [INFO] [stdout] test tests::multiple_parents ... ok [INFO] [stdout] test tests::problems ... ok [INFO] [stdout] test tests::moved_user_content_roots ... ok [INFO] [stdout] test tests::non_syncable_items ... ok [INFO] [stdout] test tests::newer_move_to_deleted ... ok [INFO] [stdout] test tests::newer_remote_moves ... ok [INFO] [stdout] test tests::newer_local_moves ... ok [INFO] [stdout] test tests::reorder_and_insert ... ok [INFO] [stdout] test tests::reparent_orphans ... ok [INFO] [stdout] test tests::reparent_and_reposition ... ok [INFO] [stdout] test tests::unchanged_newer_changed_older ... ok [INFO] [stdout] test tests::value_structure_conflict ... ok [INFO] [stderr] Doc-tests dogear [INFO] [stdout] test tests::reupload_replace ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/tree.rs - tree::ParentBuilder::by_structure (line 571) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b69179a785c85bd950efbd3a2b9f8458f7eb1d9f41f6ddc2109ce37fffb77fa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b69179a785c85bd950efbd3a2b9f8458f7eb1d9f41f6ddc2109ce37fffb77fa4", kill_on_drop: false }` [INFO] [stdout] b69179a785c85bd950efbd3a2b9f8458f7eb1d9f41f6ddc2109ce37fffb77fa4