[INFO] cloning repository https://github.com/yuulive/mi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuulive/mi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuulive%2Fmi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuulive%2Fmi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7cc0e6781afeeb8fc1cf162d6e3247e27ed66635 [INFO] testing yuulive/mi against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuulive%2Fmi" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yuulive/mi on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yuulive/mi [INFO] finished tweaking git repo https://github.com/yuulive/mi [INFO] tweaked toml for git repo https://github.com/yuulive/mi written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/yuulive/mi already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/phiresky/zstd-rs` [INFO] [stderr] Updating git submodule `https://github.com/facebook/zstd` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lru_time_cache v0.11.10 [INFO] [stderr] Downloaded rusqlite-le v0.24.2 [INFO] [stderr] Downloaded libsqlite3-sys-le v0.21.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ea4d14698b1bfb03345b3c7018fc40a328329afd502fba82430c47adfa5d4e73 [INFO] running `Command { std: "docker" "start" "-a" "ea4d14698b1bfb03345b3c7018fc40a328329afd502fba82430c47adfa5d4e73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea4d14698b1bfb03345b3c7018fc40a328329afd502fba82430c47adfa5d4e73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea4d14698b1bfb03345b3c7018fc40a328329afd502fba82430c47adfa5d4e73", kill_on_drop: false }` [INFO] [stdout] ea4d14698b1bfb03345b3c7018fc40a328329afd502fba82430c47adfa5d4e73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a7e2703c05c6aa39df4ae9b4d9fe078d3d9de01ef04c12085fc44c2331c55d9a [INFO] running `Command { std: "docker" "start" "-a" "a7e2703c05c6aa39df4ae9b4d9fe078d3d9de01ef04c12085fc44c2331c55d9a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.89 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling zstd-safe v3.0.0+zstd.1.4.8 (https://github.com/phiresky/zstd-rs?branch=master#ccd88a99) [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling lru_time_cache v0.11.10 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling zstd-sys v1.4.19+zstd.1.4.8 (https://github.com/phiresky/zstd-rs?branch=master#ccd88a99) [INFO] [stderr] Compiling libsqlite3-sys-le v0.21.0 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling rusqlite-le v0.24.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling zstd v0.6.0+zstd.1.4.8 (https://github.com/phiresky/zstd-rs?branch=master#ccd88a99) [INFO] [stderr] Compiling mi v0.1.2-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s [INFO] running `Command { std: "docker" "inspect" "a7e2703c05c6aa39df4ae9b4d9fe078d3d9de01ef04c12085fc44c2331c55d9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7e2703c05c6aa39df4ae9b4d9fe078d3d9de01ef04c12085fc44c2331c55d9a", kill_on_drop: false }` [INFO] [stdout] a7e2703c05c6aa39df4ae9b4d9fe078d3d9de01ef04c12085fc44c2331c55d9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3b4fcf2f40aaf756d7a5f5ad278b3b0222cc8550633ab5a9a152baadf1876365 [INFO] running `Command { std: "docker" "start" "-a" "3b4fcf2f40aaf756d7a5f5ad278b3b0222cc8550633ab5a9a152baadf1876365", kill_on_drop: false }` [INFO] [stderr] Compiling names v0.11.0 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling mi v0.1.2-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `rand::thread_rng` [INFO] [stdout] --> src/add_functions.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | use rand::thread_rng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/transparent.rs:836:32 [INFO] [stdout] | [INFO] [stdout] 836 | fn insert(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id2` [INFO] [stdout] --> src/transparent.rs:836:41 [INFO] [stdout] | [INFO] [stdout] 836 | fn insert(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:845:13 [INFO] [stdout] | [INFO] [stdout] 845 | ... let updc = db.execute("update events set data='fooooooooooooooooooooooooooooooooooooooooooooobar' where id = ?", params![id]).conte... [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id2` [INFO] [stdout] --> src/transparent.rs:844:50 [INFO] [stdout] | [INFO] [stdout] 844 | fn update_comp_col(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:852:13 [INFO] [stdout] | [INFO] [stdout] 852 | let updc = db [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id2` [INFO] [stdout] --> src/transparent.rs:851:51 [INFO] [stdout] | [INFO] [stdout] 851 | fn update_other_col(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:865:13 [INFO] [stdout] | [INFO] [stdout] 865 | let updc = db [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:878:13 [INFO] [stdout] | [INFO] [stdout] 878 | ... let updc = db.execute("update events set timestamp = '2020-02-01', id=?, data='fooooooooooooooooooooooooooooooooooooooooooooobar' w... [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:885:13 [INFO] [stdout] | [INFO] [stdout] 885 | ... let updc = db.execute("update events set timestamp = '2020-02-01', data='fooooooooooooooooooooooooooooooooooooooooooooobar' where i... [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:892:13 [INFO] [stdout] | [INFO] [stdout] 892 | let updc = db [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:900:13 [INFO] [stdout] | [INFO] [stdout] 900 | let updc = db [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:911:13 [INFO] [stdout] | [INFO] [stdout] 911 | let updc = db [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id2` [INFO] [stdout] --> src/transparent.rs:910:45 [INFO] [stdout] | [INFO] [stdout] 910 | fn delete_one(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `updc` [INFO] [stdout] --> src/transparent.rs:924:13 [INFO] [stdout] | [INFO] [stdout] 924 | let updc = db [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id2` [INFO] [stdout] --> src/transparent.rs:918:53 [INFO] [stdout] | [INFO] [stdout] 918 | fn delete_where_other(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/transparent.rs:946:13 [INFO] [stdout] | [INFO] [stdout] 946 | for i in 0..100 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `app_names` should have an upper case name [INFO] [stdout] --> src/add_functions.rs:88:24 [INFO] [stdout] | [INFO] [stdout] 88 | static ref app_names: Vec = names::Generator::with_naming(names::Name::Plain) [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `APP_NAMES` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `app_types` should have an upper case name [INFO] [stdout] --> src/add_functions.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | static ref app_types: Vec = names::Generator::with_naming(names::Name::Plain) [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `APP_TYPES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.37s [INFO] running `Command { std: "docker" "inspect" "3b4fcf2f40aaf756d7a5f5ad278b3b0222cc8550633ab5a9a152baadf1876365", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b4fcf2f40aaf756d7a5f5ad278b3b0222cc8550633ab5a9a152baadf1876365", kill_on_drop: false }` [INFO] [stdout] 3b4fcf2f40aaf756d7a5f5ad278b3b0222cc8550633ab5a9a152baadf1876365 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 60dd7a06020b8235a9391441d2641df3a10c7e83ba5734adfd98615a1463949e [INFO] running `Command { std: "docker" "start" "-a" "60dd7a06020b8235a9391441d2641df3a10c7e83ba5734adfd98615a1463949e", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `rand::thread_rng` [INFO] [stderr] --> src/add_functions.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | use rand::thread_rng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/transparent.rs:836:32 [INFO] [stderr] | [INFO] [stderr] 836 | fn insert(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id2` [INFO] [stderr] --> src/transparent.rs:836:41 [INFO] [stderr] | [INFO] [stderr] 836 | fn insert(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:845:13 [INFO] [stderr] | [INFO] [stderr] 845 | ... let updc = db.execute("update events set data='fooooooooooooooooooooooooooooooooooooooooooooobar' where id = ?", params![id]).conte... [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id2` [INFO] [stderr] --> src/transparent.rs:844:50 [INFO] [stderr] | [INFO] [stderr] 844 | fn update_comp_col(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:852:13 [INFO] [stderr] | [INFO] [stderr] 852 | let updc = db [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id2` [INFO] [stderr] --> src/transparent.rs:851:51 [INFO] [stderr] | [INFO] [stderr] 851 | fn update_other_col(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:865:13 [INFO] [stderr] | [INFO] [stderr] 865 | let updc = db [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:878:13 [INFO] [stderr] | [INFO] [stderr] 878 | ... let updc = db.execute("update events set timestamp = '2020-02-01', id=?, data='fooooooooooooooooooooooooooooooooooooooooooooobar' w... [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:885:13 [INFO] [stderr] | [INFO] [stderr] 885 | ... let updc = db.execute("update events set timestamp = '2020-02-01', data='fooooooooooooooooooooooooooooooooooooooooooooobar' where i... [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:892:13 [INFO] [stderr] | [INFO] [stderr] 892 | let updc = db [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:900:13 [INFO] [stderr] | [INFO] [stderr] 900 | let updc = db [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:911:13 [INFO] [stderr] | [INFO] [stderr] 911 | let updc = db [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id2` [INFO] [stderr] --> src/transparent.rs:910:45 [INFO] [stderr] | [INFO] [stderr] 910 | fn delete_one(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `updc` [INFO] [stderr] --> src/transparent.rs:924:13 [INFO] [stderr] | [INFO] [stderr] 924 | let updc = db [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_updc` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `id2` [INFO] [stderr] --> src/transparent.rs:918:53 [INFO] [stderr] | [INFO] [stderr] 918 | fn delete_where_other(db: &Connection, id: i64, id2: i64) -> anyhow::Result<()> { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_id2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/transparent.rs:946:13 [INFO] [stderr] | [INFO] [stderr] 946 | for i in 0..100 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: static variable `app_names` should have an upper case name [INFO] [stderr] --> src/add_functions.rs:88:24 [INFO] [stderr] | [INFO] [stderr] 88 | static ref app_names: Vec = names::Generator::with_naming(names::Name::Plain) [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `APP_NAMES` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `app_types` should have an upper case name [INFO] [stderr] --> src/add_functions.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | static ref app_types: Vec = names::Generator::with_naming(names::Name::Plain) [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `APP_TYPES` [INFO] [stderr] [INFO] [stderr] warning: `mi` (lib test) generated 19 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mi-acba7229f9fa53a3) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test add_functions::tests::compress_is_deterministic ... ok [INFO] [stdout] test add_functions::tests::compress_decompress_roundtrip ... ok [INFO] [stdout] test add_functions::tests::decompress_type ... ok [INFO] [stdout] test add_functions::tests::sanity ... ok [INFO] [stdout] test add_functions::tests::compress_with_dict_smaller ... ok [INFO] [stdout] test add_functions::tests::dict_saving_works ... ok [INFO] [stdout] test transparent::tests::sanity ... ok [INFO] [stderr] [2022-04-16T12:57:26Z WARN mi::transparent] Warning: It is recommended to set `pragma journal_mode=WAL;` [INFO] [stderr] [2022-04-16T12:57:26Z WARN mi::transparent] Warning: It is recommended to set `pragma auto_vacuum=full;` [INFO] [stdout] test transparent::tests::enable_transparent ... ok [INFO] [stderr] [2022-04-16T12:57:26Z WARN mi::transparent] Warning: It is recommended to set `pragma journal_mode=WAL;` [INFO] [stderr] [2022-04-16T12:57:26Z WARN mi::transparent] Warning: It is recommended to set `pragma auto_vacuum=full;` [INFO] [stderr] [2022-04-16T12:57:26Z WARN mi::transparent] Warning: It is recommended to set `pragma journal_mode=WAL;` [INFO] [stderr] [2022-04-16T12:57:26Z WARN mi::transparent] Warning: It is recommended to set `pragma auto_vacuum=full;` [INFO] [stderr] [2022-04-16T12:57:26Z INFO mi::transparent] events.data: Total 2000 rows (903.98kB) to potentially compress. [INFO] [stderr] [2022-04-16T12:57:27Z INFO mi::transparent] Compressed 2000 rows with dict_choice=1 (dict_id=1). Total size of entries before: 903.98kB, afterwards: 51.97kB, (average: before=451B, after=25B) [INFO] [stderr] [2022-04-16T12:57:27Z INFO mi::transparent] Handled 2000 / 2000 rows (903.98kB / 903.98kB) [INFO] [stderr] [2022-04-16T12:57:27Z INFO mi::transparent] All maintenance work completed! [INFO] [stdout] test transparent::tests::test_many ... ok [INFO] [stdout] test add_functions::tests::levels ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.80s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "60dd7a06020b8235a9391441d2641df3a10c7e83ba5734adfd98615a1463949e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60dd7a06020b8235a9391441d2641df3a10c7e83ba5734adfd98615a1463949e", kill_on_drop: false }` [INFO] [stdout] 60dd7a06020b8235a9391441d2641df3a10c7e83ba5734adfd98615a1463949e