[INFO] crate dogear 0.4.0 is already in cache [INFO] testing dogear-0.4.0 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate dogear 0.4.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate dogear 0.4.0 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", 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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3c24fbbaf18e04a4ddff9be8b2c78e82a9f55beab6d8c2808c78247afea85a8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f3c24fbbaf18e04a4ddff9be8b2c78e82a9f55beab6d8c2808c78247afea85a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3c24fbbaf18e04a4ddff9be8b2c78e82a9f55beab6d8c2808c78247afea85a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3c24fbbaf18e04a4ddff9be8b2c78e82a9f55beab6d8c2808c78247afea85a8", kill_on_drop: false }` [INFO] [stdout] f3c24fbbaf18e04a4ddff9be8b2c78e82a9f55beab6d8c2808c78247afea85a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 853b4c013e36709396a19cb48ad96c0a115ea7117ff735c6304fc81e719ae69e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "853b4c013e36709396a19cb48ad96c0a115ea7117ff735c6304fc81e719ae69e", kill_on_drop: false }` [INFO] [stderr] Compiling smallbitvec v2.5.0 [INFO] [stderr] Compiling dogear v0.4.0 (/opt/rustwide/workdir) [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.55s [INFO] running `Command { std: "docker" "inspect" "853b4c013e36709396a19cb48ad96c0a115ea7117ff735c6304fc81e719ae69e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "853b4c013e36709396a19cb48ad96c0a115ea7117ff735c6304fc81e719ae69e", kill_on_drop: false }` [INFO] [stdout] 853b4c013e36709396a19cb48ad96c0a115ea7117ff735c6304fc81e719ae69e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 687f24b9b309bf194bfec2bf94504f850e3af1868db0ca979d95bf2e82fdfe89 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "687f24b9b309bf194bfec2bf94504f850e3af1868db0ca979d95bf2e82fdfe89", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling atty v0.2.14 [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling dogear v0.4.0 (/opt/rustwide/workdir) [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.20s [INFO] running `Command { std: "docker" "inspect" "687f24b9b309bf194bfec2bf94504f850e3af1868db0ca979d95bf2e82fdfe89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "687f24b9b309bf194bfec2bf94504f850e3af1868db0ca979d95bf2e82fdfe89", kill_on_drop: false }` [INFO] [stdout] 687f24b9b309bf194bfec2bf94504f850e3af1868db0ca979d95bf2e82fdfe89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5bdc37f51d9b9cceea6d640c3e3f823d3e98a32a70f9f7db1f1714c402182c85 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5bdc37f51d9b9cceea6d640c3e3f823d3e98a32a70f9f7db1f1714c402182c85", kill_on_drop: false }` [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: 5 warnings emitted [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: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dogear-8a6989bcfef1c680 [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stderr] ERROR 2020-07-24T16:36:25Z: dogear::merge: Merging local bookmarkAAAA (Bookmark; Age = 0ms; Unmerged) and remote bookmarkAAAA (Folder; Age = 5ms; Unmerged) with different kinds [INFO] [stdout] test tests::clear_folder_then_delete ... ok [INFO] [stdout] test tests::livemarks ... ok [INFO] [stdout] test tests::left_pane_root ... ok [INFO] [stdout] test tests::invalid_guids ... ok [INFO] [stdout] test tests::mismatched_compatible_bookmark_kinds ... ok [INFO] [stdout] test tests::mismatched_incompatible_bookmark_kinds ... ok [INFO] [stdout] test tests::move_into_parent_sibling ... ok [INFO] [stdout] test tests::moved_user_content_roots ... ok [INFO] [stdout] test tests::complex_orphaning ... ok [INFO] [stdout] test tests::cycle ... ok [INFO] [stdout] test tests::locally_deleted_remotely_modified ... ok [INFO] [stdout] test tests::deduping_ignores_parent_title ... ok [INFO] [stdout] test tests::deduping_local_newer ... ok [INFO] [stdout] test tests::newer_remote_moves ... ok [INFO] [stdout] test tests::deduping_multiple_candidates ... ok [INFO] [stdout] test tests::complex_move_with_additions ... ok [INFO] [stdout] test tests::newer_local_moves ... ok [INFO] [stdout] test tests::problems ... ok [INFO] [stdout] test tests::non_syncable_items ... ok [INFO] [stdout] test tests::nonexistent_on_one_side ... ok [INFO] [stdout] test tests::value_structure_conflict ... ok [INFO] [stdout] test guid::tests::is_valid ... ok [INFO] [stdout] test tests::deduping_remote_newer ... ok [INFO] [stdout] test tests::locally_modified_remotely_deleted ... ok [INFO] [stdout] test tests::complex_deduping ... ok [INFO] [stdout] test tests::applying_two_empty_folders_doesnt_smush ... ok [INFO] [stdout] test tests::applying_two_empty_folders_matches_only_one ... ok [INFO] [stdout] test tests::multiple_parents ... ok [INFO] [stdout] test tests::newer_move_to_deleted ... ok [INFO] [stdout] test tests::unchanged_newer_changed_older ... ok [INFO] [stdout] test tests::reparent_and_reposition ... ok [INFO] [stdout] test tests::reparent_orphans ... ok [INFO] [stdout] test tests::reupload_replace ... ok [INFO] [stdout] test tests::completion_ops ... ok [INFO] [stdout] test tests::deleted_user_content_roots ... ok [INFO] [stdout] test tests::reorder_and_insert ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests dogear [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/tree.rs - tree::ParentBuilder::by_structure (line 571) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5bdc37f51d9b9cceea6d640c3e3f823d3e98a32a70f9f7db1f1714c402182c85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bdc37f51d9b9cceea6d640c3e3f823d3e98a32a70f9f7db1f1714c402182c85", kill_on_drop: false }` [INFO] [stdout] 5bdc37f51d9b9cceea6d640c3e3f823d3e98a32a70f9f7db1f1714c402182c85