[INFO] fetching crate eson 0.1.0... [INFO] testing eson-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate eson 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate eson 0.1.0 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 crates.io crate eson 0.1.0 [INFO] finished tweaking crates.io crate eson 0.1.0 [INFO] tweaked toml for crates.io crate eson 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5353764fe016720175aca69c85de54a3ed564daee672b84f8f2aeea03ae753a2 [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" "5353764fe016720175aca69c85de54a3ed564daee672b84f8f2aeea03ae753a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5353764fe016720175aca69c85de54a3ed564daee672b84f8f2aeea03ae753a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5353764fe016720175aca69c85de54a3ed564daee672b84f8f2aeea03ae753a2", kill_on_drop: false }` [INFO] [stdout] 5353764fe016720175aca69c85de54a3ed564daee672b84f8f2aeea03ae753a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2022-04-10" "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] 5afbe0aa8b7301fb6ea6603055e096be5b2aad445d46bf1f856b9ac75569aa00 [INFO] running `Command { std: "docker" "start" "-a" "5afbe0aa8b7301fb6ea6603055e096be5b2aad445d46bf1f856b9ac75569aa00", kill_on_drop: false }` [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling permutation v0.2.5 [INFO] [stderr] Compiling ordermap v0.2.13 [INFO] [stderr] Compiling float-ord v0.1.2 [INFO] [stderr] Compiling argparse v0.2.2 [INFO] [stderr] Compiling defaultmap v0.3.1 [INFO] [stderr] Compiling group-by v1.0.0 [INFO] [stderr] Compiling string-intern v0.1.7 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling simple-logging v1.0.1 [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Compiling eson v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:484 [INFO] [stdout] | [INFO] [stdout] 81 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z_... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:1110 [INFO] [stdout] | [INFO] [stdout] 81 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:1124 [INFO] [stdout] | [INFO] [stdout] 81 | ...ut , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z0... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:85:462 [INFO] [stdout] | [INFO] [stdout] 85 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/dependencies.rs:282:15 [INFO] [stdout] | [INFO] [stdout] 282 | let mut inds = self.inds.get_mut(tables.clone()); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/normalize.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | let mut table = self.tables.get_mut(&table_name).unwrap(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | let mut table = schema.tables.get_mut(&fd.0) [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | for mut table in schema.tables.values_mut() { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_fd` [INFO] [stdout] --> src/model.rs:425:10 [INFO] [stdout] | [INFO] [stdout] 425 | pub fn contains_fd(&self, fd: &FD) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.58s [INFO] running `Command { std: "docker" "inspect" "5afbe0aa8b7301fb6ea6603055e096be5b2aad445d46bf1f856b9ac75569aa00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5afbe0aa8b7301fb6ea6603055e096be5b2aad445d46bf1f856b9ac75569aa00", kill_on_drop: false }` [INFO] [stdout] 5afbe0aa8b7301fb6ea6603055e096be5b2aad445d46bf1f856b9ac75569aa00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2022-04-10" "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] b7ddf1dec94812cbf2044e0d13a1936b5779aee7685733334537b3826531b0bf [INFO] running `Command { std: "docker" "start" "-a" "b7ddf1dec94812cbf2044e0d13a1936b5779aee7685733334537b3826531b0bf", kill_on_drop: false }` [INFO] [stderr] Compiling collect-mac v0.1.0 [INFO] [stderr] Compiling eson v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:484 [INFO] [stdout] | [INFO] [stdout] 81 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z_... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:1110 [INFO] [stdout] | [INFO] [stdout] 81 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:1124 [INFO] [stdout] | [INFO] [stdout] 81 | ...ut , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z0... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:85:462 [INFO] [stdout] | [INFO] [stdout] 85 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/dependencies.rs:282:15 [INFO] [stdout] | [INFO] [stdout] 282 | let mut inds = self.inds.get_mut(tables.clone()); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/normalize.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | let mut table = self.tables.get_mut(&table_name).unwrap(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | let mut table = schema.tables.get_mut(&fd.0) [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | for mut table in schema.tables.values_mut() { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/model.rs:723:5 [INFO] [stdout] | [INFO] [stdout] 723 | assert_has_key!(t, field_vec!["foo"]) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | format!("{} has additional keys", $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/model.rs:723:5 [INFO] [stdout] | [INFO] [stdout] 723 | assert_has_key!(t, field_vec!["foo"]) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 - format!("{} has additional keys", $table.name)); [INFO] [stdout] 10 + "{} has additional keys", $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/model.rs:738:5 [INFO] [stdout] | [INFO] [stdout] 738 | assert_has_key!(t, field_vec!["baz"]) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | format!("{} has additional keys", $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/model.rs:738:5 [INFO] [stdout] | [INFO] [stdout] 738 | assert_has_key!(t, field_vec!["baz"]) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 - format!("{} has additional keys", $table.name)); [INFO] [stdout] 10 + "{} has additional keys", $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/model.rs:753:5 [INFO] [stdout] | [INFO] [stdout] 753 | assert_has_key!(t, field_vec!["baz"]) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | format!("{} has additional keys", $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/model.rs:753:5 [INFO] [stdout] | [INFO] [stdout] 753 | assert_has_key!(t, field_vec!["baz"]) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 - format!("{} has additional keys", $table.name)); [INFO] [stdout] 10 + "{} has additional keys", $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/model.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 769 | assert_has_key!(t, field_vec!["foo"]) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | format!("{} has additional keys", $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/model.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 769 | assert_has_key!(t, field_vec!["foo"]) [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 - format!("{} has additional keys", $table.name)); [INFO] [stdout] 10 + "{} has additional keys", $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:394:5 [INFO] [stdout] | [INFO] [stdout] 394 | assert_has_key!(t1, field_vec!["foo"]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | format!("{} has additional keys", $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:394:5 [INFO] [stdout] | [INFO] [stdout] 394 | assert_has_key!(t1, field_vec!["foo"]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 - format!("{} has additional keys", $table.name)); [INFO] [stdout] 10 + "{} has additional keys", $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:398:5 [INFO] [stdout] | [INFO] [stdout] 398 | assert_has_key!(t2, field_vec!["bar"]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | format!("{} has additional keys", $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:398:5 [INFO] [stdout] | [INFO] [stdout] 398 | assert_has_key!(t2, field_vec!["bar"]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 - format!("{} has additional keys", $table.name)); [INFO] [stdout] 10 + "{} has additional keys", $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:417:5 [INFO] [stdout] | [INFO] [stdout] 417 | assert_has_key!(t1, field_vec!["foo"]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | format!("{} has additional keys", $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:417:5 [INFO] [stdout] | [INFO] [stdout] 417 | assert_has_key!(t1, field_vec!["foo"]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 - format!("{} has additional keys", $table.name)); [INFO] [stdout] 10 + "{} has additional keys", $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:421:5 [INFO] [stdout] | [INFO] [stdout] 421 | assert_has_key!(t2, field_vec!["foo"]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stdout] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | format!("{} has additional keys", $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:421:5 [INFO] [stdout] | [INFO] [stdout] 421 | assert_has_key!(t2, field_vec!["foo"]); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 - format!("{} has additional keys", $table.name)); [INFO] [stdout] 10 + "{} has additional keys", $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | format!("{} found in {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:447:5 [INFO] [stdout] | [INFO] [stdout] 447 | assert_missing_fields!(table, field_vec!["baz"]); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_fields` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 37 - format!("{} found in {}", field_name, $table.name)); [INFO] [stdout] 37 + "{} found in {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/macros.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | format!("{} found in {}", field_name, $table.name)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/normalize.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | assert_missing_fields!(table, field_vec!["quux"]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in the macro `assert_fields` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 37 - format!("{} found in {}", field_name, $table.name)); [INFO] [stdout] 37 + "{} found in {}", field_name, $table.name); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.65s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/eson-5f1798f89395118a) [INFO] running `Command { std: "docker" "inspect" "b7ddf1dec94812cbf2044e0d13a1936b5779aee7685733334537b3826531b0bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7ddf1dec94812cbf2044e0d13a1936b5779aee7685733334537b3826531b0bf", kill_on_drop: false }` [INFO] [stdout] b7ddf1dec94812cbf2044e0d13a1936b5779aee7685733334537b3826531b0bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 948d45fccae19c3c6cad7c5e81f2a487f9eb39b0a16caf6d088012accb58b92e [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" "948d45fccae19c3c6cad7c5e81f2a487f9eb39b0a16caf6d088012accb58b92e", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:484 [INFO] [stderr] | [INFO] [stderr] 81 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z_... [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:1110 [INFO] [stderr] | [INFO] [stderr] 81 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:81:1124 [INFO] [stderr] | [INFO] [stderr] 81 | ...ut , __pos ) ; match __ch { 'A' ... 'z' | '0' ... '9' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-z0... [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/target/debug/build/eson-234ad19bf50adbc2/out/input.rs:85:462 [INFO] [stderr] | [INFO] [stderr] 85 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/dependencies.rs:282:15 [INFO] [stderr] | [INFO] [stderr] 282 | let mut inds = self.inds.get_mut(tables.clone()); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/normalize.rs:215:15 [INFO] [stderr] | [INFO] [stderr] 215 | let mut table = self.tables.get_mut(&table_name).unwrap(); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:135:9 [INFO] [stderr] | [INFO] [stderr] 135 | let mut table = schema.tables.get_mut(&fd.0) [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | for mut table in schema.tables.values_mut() { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/model.rs:723:5 [INFO] [stderr] | [INFO] [stderr] 723 | assert_has_key!(t, field_vec!["foo"]) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | format!("{} has additional keys", $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/model.rs:723:5 [INFO] [stderr] | [INFO] [stderr] 723 | assert_has_key!(t, field_vec!["foo"]) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 - format!("{} has additional keys", $table.name)); [INFO] [stderr] 10 + "{} has additional keys", $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/model.rs:738:5 [INFO] [stderr] | [INFO] [stderr] 738 | assert_has_key!(t, field_vec!["baz"]) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | format!("{} has additional keys", $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/model.rs:738:5 [INFO] [stderr] | [INFO] [stderr] 738 | assert_has_key!(t, field_vec!["baz"]) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 - format!("{} has additional keys", $table.name)); [INFO] [stderr] 10 + "{} has additional keys", $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/model.rs:753:5 [INFO] [stderr] | [INFO] [stderr] 753 | assert_has_key!(t, field_vec!["baz"]) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | format!("{} has additional keys", $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/model.rs:753:5 [INFO] [stderr] | [INFO] [stderr] 753 | assert_has_key!(t, field_vec!["baz"]) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 - format!("{} has additional keys", $table.name)); [INFO] [stderr] 10 + "{} has additional keys", $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/model.rs:769:5 [INFO] [stderr] | [INFO] [stderr] 769 | assert_has_key!(t, field_vec!["foo"]) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | format!("{} has additional keys", $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/model.rs:769:5 [INFO] [stderr] | [INFO] [stderr] 769 | assert_has_key!(t, field_vec!["foo"]) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 - format!("{} has additional keys", $table.name)); [INFO] [stderr] 10 + "{} has additional keys", $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:394:5 [INFO] [stderr] | [INFO] [stderr] 394 | assert_has_key!(t1, field_vec!["foo"]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | format!("{} has additional keys", $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:394:5 [INFO] [stderr] | [INFO] [stderr] 394 | assert_has_key!(t1, field_vec!["foo"]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 - format!("{} has additional keys", $table.name)); [INFO] [stderr] 10 + "{} has additional keys", $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:398:5 [INFO] [stderr] | [INFO] [stderr] 398 | assert_has_key!(t2, field_vec!["bar"]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | format!("{} has additional keys", $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:398:5 [INFO] [stderr] | [INFO] [stderr] 398 | assert_has_key!(t2, field_vec!["bar"]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 - format!("{} has additional keys", $table.name)); [INFO] [stderr] 10 + "{} has additional keys", $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:417:5 [INFO] [stderr] | [INFO] [stderr] 417 | assert_has_key!(t1, field_vec!["foo"]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | format!("{} has additional keys", $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:417:5 [INFO] [stderr] | [INFO] [stderr] 417 | assert_has_key!(t1, field_vec!["foo"]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 - format!("{} has additional keys", $table.name)); [INFO] [stderr] 10 + "{} has additional keys", $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:421:5 [INFO] [stderr] | [INFO] [stderr] 421 | assert_has_key!(t2, field_vec!["foo"]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 7 - format!("key {} missing from {}", field_name, $table.name)); [INFO] [stderr] 7 + "key {} missing from {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | format!("{} has additional keys", $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:421:5 [INFO] [stderr] | [INFO] [stderr] 421 | assert_has_key!(t2, field_vec!["foo"]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_has_key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 - format!("{} has additional keys", $table.name)); [INFO] [stderr] 10 + "{} has additional keys", $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | format!("{} found in {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:447:5 [INFO] [stderr] | [INFO] [stderr] 447 | assert_missing_fields!(table, field_vec!["baz"]); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_fields` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 37 - format!("{} found in {}", field_name, $table.name)); [INFO] [stderr] 37 + "{} found in {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/macros.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | format!("{} found in {}", field_name, $table.name)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/normalize.rs:497:5 [INFO] [stderr] | [INFO] [stderr] 497 | assert_missing_fields!(table, field_vec!["quux"]); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] = note: this warning originates in the macro `assert_fields` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 37 - format!("{} found in {}", field_name, $table.name)); [INFO] [stderr] 37 + "{} found in {}", field_name, $table.name); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `eson` (bin "eson" test) generated 26 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/eson-5f1798f89395118a) [INFO] [stdout] [INFO] [stdout] running 49 tests [INFO] [stdout] test dependencies::tests::fd_closure ... ok [INFO] [stdout] test dependencies::tests::ind_closure_fd ... ok [INFO] [stdout] test dependencies::tests::ind_closure_transitive ... ok [INFO] [stdout] test dependencies::tests::ind_closure_transitive_reverse ... ok [INFO] [stdout] test dependencies::tests::ind_is_subset ... ok [INFO] [stdout] test model::tests::retain_fk_inds_no ... ok [INFO] [stdout] test model::tests::retain_fk_inds_yes ... ok [INFO] [stdout] test model::tests::schema_add_ind_subset ... ok [INFO] [stdout] test model::tests::schema_contains_ind ... ok [INFO] [stdout] test dependencies::tests::ind_is_subset_self ... ok [INFO] [stdout] test dependencies::tests::fd_trivial ... ok [INFO] [stdout] test dependencies::tests::ind_reverse ... ok [INFO] [stdout] test model::tests::table_copy_fds ... ok [INFO] [stdout] test dependencies::tests::fd_reverse ... ok [INFO] [stdout] test model::tests::schema_prune_inds_fields_one_side ... ok [INFO] [stdout] test model::tests::minimize_fds ... ok [INFO] [stdout] test model::tests::table_contains_fd_no ... ok [INFO] [stdout] test model::tests::table_contains_fd ... ok [INFO] [stdout] test model::tests::schema_copy_inds ... ok [INFO] [stdout] test model::tests::schema_copy_inds_partial ... ok [INFO] [stdout] test model::tests::table_format_string ... ok [INFO] [stdout] test model::tests::schema_prune_inds_no ... ok [INFO] [stdout] test model::tests::prune_fds ... ok [INFO] [stdout] test model::tests::schema_prune_inds_yes ... ok [INFO] [stdout] test model::tests::table_no_violating_fd ... ok [INFO] [stdout] test model::tests::table_add_pk_fd ... ok [INFO] [stdout] test model::tests::table_set_primary_key_length ... ok [INFO] [stdout] test model::tests::schema_contains_ind_subset ... ok [INFO] [stdout] test model::tests::table_is_superkey_no ... ok [INFO] [stdout] test model::tests::schema_prune_inds_fields ... ok [INFO] [stdout] test model::tests::tables_equal_by_name ... ok [INFO] [stdout] test normalize::test::normalize ... ok [INFO] [stdout] test model::tests::table_violating_fd_no_stats ... ok [INFO] [stdout] test model::tests::table_violating_fd_length ... ok [INFO] [stdout] test model::tests::table_is_bcnf_yes ... ok [INFO] [stdout] test model::tests::table_set_primary_key_value ... ok [INFO] [stdout] test model::tests::table_key_fields ... ok [INFO] [stdout] test normalize::test::subsume_merge ... ok [INFO] [stdout] test model::tests::table_is_superkey_yes ... ok [INFO] [stdout] test model::tests::table_violating_fd_value ... ok [INFO] [stdout] test normalize::test::normalize_change_keys ... ok [INFO] [stdout] test model::tests::table_set_primary_key_position ... ok [INFO] [stdout] test normalize::test::subsume_table ... ok [INFO] [stdout] test dependencies::tests::ind_is_subset_no ... ok [INFO] [stdout] test model::tests::table_set_primary_key_no_stats ... ok [INFO] [stdout] test normalize::test::subsume_fields ... ok [INFO] [stdout] test model::tests::table_is_bcnf_no ... ok [INFO] [stdout] test model::tests::table_violating_fd_position ... ok [INFO] [stdout] test model::tests::table_set_primary_key_invalid - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "948d45fccae19c3c6cad7c5e81f2a487f9eb39b0a16caf6d088012accb58b92e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "948d45fccae19c3c6cad7c5e81f2a487f9eb39b0a16caf6d088012accb58b92e", kill_on_drop: false }` [INFO] [stdout] 948d45fccae19c3c6cad7c5e81f2a487f9eb39b0a16caf6d088012accb58b92e