[INFO] cloning repository https://github.com/elealang/lulo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elealang/lulo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felealang%2Flulo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felealang%2Flulo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e668317a289d7702327bdfbb596ad5c5434a5a5f [INFO] checking elealang/lulo against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felealang%2Flulo" "/workspace/builds/worker-68/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-68/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elealang/lulo on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/elealang/lulo [INFO] finished tweaking git repo https://github.com/elealang/lulo [INFO] tweaked toml for git repo https://github.com/elealang/lulo written to /workspace/builds/worker-68/source/Cargo.toml [INFO] crate git repo https://github.com/elealang/lulo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08468967e02fef3a17b74521377143f520b8f60dd257d53c8d43443060de8255 [INFO] running `Command { std: "docker" "start" "-a" "08468967e02fef3a17b74521377143f520b8f60dd257d53c8d43443060de8255", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08468967e02fef3a17b74521377143f520b8f60dd257d53c8d43443060de8255", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08468967e02fef3a17b74521377143f520b8f60dd257d53c8d43443060de8255", kill_on_drop: false }` [INFO] [stdout] 08468967e02fef3a17b74521377143f520b8f60dd257d53c8d43443060de8255 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 075735a4d87f26a7338de056c4ccd996586bad0293b21d79f7bfea433efc6020 [INFO] running `Command { std: "docker" "start" "-a" "075735a4d87f26a7338de056c4ccd996586bad0293b21d79f7bfea433efc6020", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] askama_shared v0.11.1 (as host dependency): config, humansize, num-traits, percent-encoding, serde, toml [INFO] [stderr] syn v1.0.69: full [INFO] [stderr] [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling askama_escape v0.10.1 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking os_str_bytes v2.4.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking convert_case v0.4.0 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking bitvec v0.19.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Checking clap v3.0.0-beta.2 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking envy v0.4.2 [INFO] [stderr] Checking serde_yaml v0.8.17 [INFO] [stderr] Checking askama_shared v0.11.1 [INFO] [stderr] Compiling askama_derive v0.10.5 [INFO] [stderr] Checking askama v0.10.5 [INFO] [stderr] Checking lulo v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/gen/mod.rs (2 fixes) [INFO] [stderr] Fixed src/gen/code/rust.rs (1 fix) [INFO] [stdout] warning: unused import: `TypeSum` [INFO] [stdout] --> src/validate.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::base::typ::{SetSize, TypeId, TypeSum}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TypeSum` [INFO] [stdout] --> src/validate.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::base::typ::{SetSize, TypeId, TypeSum}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_ArtifactHTML` should have a snake case name [INFO] [stdout] --> src/gen/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | _ArtifactHTML => Ok(String::from("")), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_artifact_html` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_ArtifactHTML` should have a snake case name [INFO] [stdout] --> src/gen/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | _ArtifactHTML => Ok(String::from("")), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_artifact_html` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/validate.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/uri.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/config.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/gen.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stdout] warning: function is never used: `value_character_simple` [INFO] [stdout] --> tests/config.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn value_character_simple(config: &Config) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `test_value_file_path` [INFO] [stdout] --> tests/config.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn test_value_file_path(&self, value_name: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `test_value_file_uri` [INFO] [stdout] --> tests/config.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn test_value_file_uri(&self, value_name: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `test_value` [INFO] [stdout] --> tests/config.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn test_value(&self, value_name: &str) -> Value { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `value_character_simple` [INFO] [stdout] --> tests/config.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn value_character_simple(config: &Config) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TypeSum` [INFO] [stdout] --> src/validate.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::base::typ::{SetSize, TypeId, TypeSum}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TypeNotInSchema` [INFO] [stdout] --> src/gen/error.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | TypeNotInSchema(ErrorTypeNotInSchema), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HTML` [INFO] [stdout] --> src/gen/mod.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | HTML(ArtifactHTML), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `title` [INFO] [stdout] --> src/types/base/typ.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn title(&self) -> String { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(id: TypeId, type_ids: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `N` [INFO] [stdout] --> src/types/obj/typ.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | N(i64), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:230:12 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_vec` [INFO] [stdout] --> src/types/obj/value.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn from_vec(values: Vec<(TypeId, Value)>, origin_uri: Option) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn from_string(s: &str) -> TextValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_integer` [INFO] [stdout] --> src/types/obj/value.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn from_integer(i: i64) -> IntegerValue { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:212:12 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn from_string(s: &str) -> SymbolValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn from_string(_: &str) -> TimestampValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:270:12 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn from_string(_: &str) -> DateValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_ArtifactHTML` should have a snake case name [INFO] [stdout] --> src/gen/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | _ArtifactHTML => Ok(String::from("")), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_artifact_html` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TypeSum` [INFO] [stdout] --> src/validate.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::base::typ::{SetSize, TypeId, TypeSum}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TypeNotInSchema` [INFO] [stdout] --> src/gen/error.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | TypeNotInSchema(ErrorTypeNotInSchema), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HTML` [INFO] [stdout] --> src/gen/mod.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | HTML(ArtifactHTML), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `title` [INFO] [stdout] --> src/types/base/typ.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn title(&self) -> String { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(id: TypeId, type_ids: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `N` [INFO] [stdout] --> src/types/obj/typ.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | N(i64), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:230:12 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_vec` [INFO] [stdout] --> src/types/obj/value.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn from_vec(values: Vec<(TypeId, Value)>, origin_uri: Option) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn from_string(s: &str) -> TextValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_integer` [INFO] [stdout] --> src/types/obj/value.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn from_integer(i: i64) -> IntegerValue { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:212:12 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn from_string(s: &str) -> SymbolValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn from_string(_: &str) -> TimestampValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:270:12 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn from_string(_: &str) -> DateValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_ArtifactHTML` should have a snake case name [INFO] [stdout] --> src/gen/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | _ArtifactHTML => Ok(String::from("")), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_artifact_html` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.82s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling askama_shared v0.11.1 [INFO] [stderr] Compiling askama_derive v0.10.5 [INFO] [stderr] Checking askama v0.10.5 [INFO] [stderr] Checking lulo v0.1.0 (/tmp/fixit) [INFO] [stdout] warning: unused import: `TypeSum` [INFO] [stdout] --> src/validate.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::base::typ::{SetSize, TypeId, TypeSum}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TypeSum` [INFO] [stdout] --> src/validate.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::base::typ::{SetSize, TypeId, TypeSum}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_ArtifactHTML` should have a snake case name [INFO] [stdout] --> src/gen/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | _ArtifactHTML => Ok(String::from("")), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_artifact_html` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_ArtifactHTML` should have a snake case name [INFO] [stdout] --> src/gen/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | _ArtifactHTML => Ok(String::from("")), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_artifact_html` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `value_character_simple` [INFO] [stdout] --> tests/config.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn value_character_simple(config: &Config) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `test_value_file_path` [INFO] [stdout] --> tests/config.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn test_value_file_path(&self, value_name: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `test_value_file_uri` [INFO] [stdout] --> tests/config.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn test_value_file_uri(&self, value_name: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `test_value` [INFO] [stdout] --> tests/config.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn test_value(&self, value_name: &str) -> Value { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `value_character_simple` [INFO] [stdout] --> tests/config.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn value_character_simple(config: &Config) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TypeSum` [INFO] [stdout] --> src/validate.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::base::typ::{SetSize, TypeId, TypeSum}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TypeSum` [INFO] [stdout] --> src/validate.rs:4:48 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::base::typ::{SetSize, TypeId, TypeSum}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TypeNotInSchema` [INFO] [stdout] --> src/gen/error.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | TypeNotInSchema(ErrorTypeNotInSchema), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HTML` [INFO] [stdout] --> src/gen/mod.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | HTML(ArtifactHTML), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `title` [INFO] [stdout] --> src/types/base/typ.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn title(&self) -> String { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(id: TypeId, type_ids: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `N` [INFO] [stdout] --> src/types/obj/typ.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | N(i64), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:230:12 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_vec` [INFO] [stdout] --> src/types/obj/value.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn from_vec(values: Vec<(TypeId, Value)>, origin_uri: Option) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn from_string(s: &str) -> TextValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_integer` [INFO] [stdout] --> src/types/obj/value.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn from_integer(i: i64) -> IntegerValue { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:212:12 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn from_string(s: &str) -> SymbolValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn from_string(_: &str) -> TimestampValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:270:12 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn from_string(_: &str) -> DateValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_ArtifactHTML` should have a snake case name [INFO] [stdout] --> src/gen/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | _ArtifactHTML => Ok(String::from("")), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_artifact_html` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TypeNotInSchema` [INFO] [stdout] --> src/gen/error.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | TypeNotInSchema(ErrorTypeNotInSchema), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HTML` [INFO] [stdout] --> src/gen/mod.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | HTML(ArtifactHTML), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `title` [INFO] [stdout] --> src/types/base/typ.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn title(&self) -> String { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn new(id: TypeId, type_ids: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `N` [INFO] [stdout] --> src/types/obj/typ.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | N(i64), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:230:12 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types/obj/typ.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn new(id: base::typ::TypeId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_vec` [INFO] [stdout] --> src/types/obj/value.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn from_vec(values: Vec<(TypeId, Value)>, origin_uri: Option) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn from_string(s: &str) -> TextValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_integer` [INFO] [stdout] --> src/types/obj/value.rs:161:12 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn from_integer(i: i64) -> IntegerValue { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:212:12 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn from_string(s: &str) -> SymbolValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:241:12 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn from_string(_: &str) -> TimestampValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_string` [INFO] [stdout] --> src/types/obj/value.rs:270:12 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn from_string(_: &str) -> DateValue { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `_ArtifactHTML` should have a snake case name [INFO] [stdout] --> src/gen/mod.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | _ArtifactHTML => Ok(String::from("")), [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `_artifact_html` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.92s [INFO] running `Command { std: "docker" "inspect" "075735a4d87f26a7338de056c4ccd996586bad0293b21d79f7bfea433efc6020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "075735a4d87f26a7338de056c4ccd996586bad0293b21d79f7bfea433efc6020", kill_on_drop: false }` [INFO] [stdout] 075735a4d87f26a7338de056c4ccd996586bad0293b21d79f7bfea433efc6020