[INFO] cloning repository https://github.com/simonsan/sqlite-watcher [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/simonsan/sqlite-watcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonsan%2Fsqlite-watcher", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonsan%2Fsqlite-watcher'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aed6d591e97fa6ef259cfe66fa9d8fbf7ad1a43b [INFO] checking simonsan/sqlite-watcher against master#ca77504943887037504c7fc0b9bf06dab3910373 for pr-145181 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonsan%2Fsqlite-watcher" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/simonsan/sqlite-watcher [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/simonsan/sqlite-watcher [INFO] tweaked toml for git repo https://github.com/simonsan/sqlite-watcher written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/simonsan/sqlite-watcher on toolchain ca77504943887037504c7fc0b9bf06dab3910373 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/simonsan/sqlite-watcher already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f896cb725ba3b5557bd1e0917b75677d0068b6e4604481c268d900afe220e589 [INFO] running `Command { std: "docker" "start" "-a" "f896cb725ba3b5557bd1e0917b75677d0068b6e4604481c268d900afe220e589", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f896cb725ba3b5557bd1e0917b75677d0068b6e4604481c268d900afe220e589", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f896cb725ba3b5557bd1e0917b75677d0068b6e4604481c268d900afe220e589", kill_on_drop: false }` [INFO] [stdout] f896cb725ba3b5557bd1e0917b75677d0068b6e4604481c268d900afe220e589 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1284e3245c094d376f9ec7604c8c448d309ed52843d3246f5cf7b77561e3b71c [INFO] running `Command { std: "docker" "start" "-a" "1284e3245c094d376f9ec7604c8c448d309ed52843d3246f5cf7b77561e3b71c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Checking oneshot v0.1.8 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking sqlite-watcher v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/watcher.rs:252:39 [INFO] [stdout] | [INFO] [stdout] 252 | fn with_tables_mut(&self, f: impl (FnOnce(&mut ObservedTables))) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 252 - fn with_tables_mut(&self, f: impl (FnOnce(&mut ObservedTables))) { [INFO] [stdout] 252 + fn with_tables_mut(&self, f: impl FnOnce(&mut ObservedTables)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/watcher.rs:266:38 [INFO] [stdout] | [INFO] [stdout] 266 | fn with_tables(&self, f: impl (FnOnce(&ObservedTables) -> R)) -> R { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 266 - fn with_tables(&self, f: impl (FnOnce(&ObservedTables) -> R)) -> R { [INFO] [stdout] 266 + fn with_tables(&self, f: impl FnOnce(&ObservedTables) -> R) -> R { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/watcher.rs:252:39 [INFO] [stdout] | [INFO] [stdout] 252 | fn with_tables_mut(&self, f: impl (FnOnce(&mut ObservedTables))) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 252 - fn with_tables_mut(&self, f: impl (FnOnce(&mut ObservedTables))) { [INFO] [stdout] 252 + fn with_tables_mut(&self, f: impl FnOnce(&mut ObservedTables)) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/watcher.rs:266:38 [INFO] [stdout] | [INFO] [stdout] 266 | fn with_tables(&self, f: impl (FnOnce(&ObservedTables) -> R)) -> R { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 266 - fn with_tables(&self, f: impl (FnOnce(&ObservedTables) -> R)) -> R { [INFO] [stdout] 266 + fn with_tables(&self, f: impl FnOnce(&ObservedTables) -> R) -> R { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TestObserver` is never constructed [INFO] [stdout] --> src/connection.rs:871:16 [INFO] [stdout] | [INFO] [stdout] 871 | pub struct TestObserver { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/connection.rs:879:16 [INFO] [stdout] | [INFO] [stdout] 878 | impl TestObserver { [INFO] [stdout] | ----------------- associated function in this implementation [INFO] [stdout] 879 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s [INFO] running `Command { std: "docker" "inspect" "1284e3245c094d376f9ec7604c8c448d309ed52843d3246f5cf7b77561e3b71c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1284e3245c094d376f9ec7604c8c448d309ed52843d3246f5cf7b77561e3b71c", kill_on_drop: false }` [INFO] [stdout] 1284e3245c094d376f9ec7604c8c448d309ed52843d3246f5cf7b77561e3b71c