[INFO] cloning repository https://github.com/veliuysal/thoth-ui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/veliuysal/thoth-ui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fveliuysal%2Fthoth-ui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fveliuysal%2Fthoth-ui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a8b226696b04596a02571ad0795df7b2b25d15c9
[INFO] building veliuysal/thoth-ui against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fveliuysal%2Fthoth-ui" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/veliuysal/thoth-ui on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/veliuysal/thoth-ui
[INFO] finished tweaking git repo https://github.com/veliuysal/thoth-ui
[INFO] tweaked toml for git repo https://github.com/veliuysal/thoth-ui written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/veliuysal/thoth-ui already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3ff674a1047903b65e155175221a62f049317321a116b552acf93846ad75c502
[INFO] running `Command { std: "docker" "start" "-a" "3ff674a1047903b65e155175221a62f049317321a116b552acf93846ad75c502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ff674a1047903b65e155175221a62f049317321a116b552acf93846ad75c502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ff674a1047903b65e155175221a62f049317321a116b552acf93846ad75c502", kill_on_drop: false }`
[INFO] [stdout] 3ff674a1047903b65e155175221a62f049317321a116b552acf93846ad75c502
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 07e1cdb12da62358ec9340b5ea3cafae651d4fcc8ce1c479d27d8a232b4152dd
[INFO] running `Command { std: "docker" "start" "-a" "07e1cdb12da62358ec9340b5ea3cafae651d4fcc8ce1c479d27d8a232b4152dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.92
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling wasm-bindgen v0.2.92
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling bytes v1.6.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling syn v2.0.71
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling cc v1.1.6
[INFO] [stderr]    Compiling tokio v1.38.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr]    Compiling roxmltree v0.13.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling codegen v0.1.3
[INFO] [stderr]    Compiling yew-macro v0.19.3
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling scoped-tls-hkt v0.1.4
[INFO] [stderr]    Compiling yew v0.18.0
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling isbn2 v0.4.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling hyper-util v0.1.6
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling yew-macro v0.18.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling derive_utils v0.11.2
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling cfg-match v0.2.1
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling anymap v0.12.1
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling graphql-parser v0.3.0
[INFO] [stderr]    Compiling bson v1.2.4
[INFO] [stderr]    Compiling js-sys v0.3.69
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling thoth-ui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling futures-enum v0.1.17
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling yew-router-macro v0.16.0
[INFO] [stderr]    Compiling juniper_codegen v0.15.9
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling task-local-extensions v0.1.4
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling anymap2 v0.13.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling route-recognizer v0.3.1
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling web-sys v0.3.69
[INFO] [stderr]    Compiling gloo-timers v0.2.6
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.42
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.3.1
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling marc v3.1.1
[INFO] [stderr]    Compiling gloo-timers v0.3.0
[INFO] [stderr]    Compiling reqwest v0.12.5
[INFO] [stderr]    Compiling reqwest-middleware v0.2.5
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling juniper v0.15.12
[INFO] [stderr]    Compiling gloo-events v0.1.2
[INFO] [stderr]    Compiling gloo-utils v0.1.7
[INFO] [stderr]    Compiling gloo-render v0.1.1
[INFO] [stderr]    Compiling gloo-dialogs v0.1.1
[INFO] [stderr]    Compiling gloo-console-timer v0.1.0
[INFO] [stderr]    Compiling wasm-logger v0.2.0
[INFO] [stderr]    Compiling gloo-console v0.2.3
[INFO] [stderr]    Compiling gloo-file v0.2.3
[INFO] [stderr]    Compiling gloo-storage v0.2.2
[INFO] [stderr]    Compiling gloo-file v0.1.0
[INFO] [stderr]    Compiling gloo v0.2.1
[INFO] [stderr]    Compiling gloo v0.4.2
[INFO] [stderr]    Compiling yew v0.19.3
[INFO] [stderr]    Compiling yew-router v0.16.0
[INFO] [stderr]    Compiling yew-agent v0.1.0
[INFO] [stderr]    Compiling yewtil v0.4.0
[INFO] [stdout] warning: All `<img>` tags should have an `alt` attribute which provides a human-readable description 
[INFO] [stdout]   --> src/component/navbar.rs:25:26
[INFO] [stdout]    |
[INFO] [stdout] 25 |                         <img src="https://cdn.thoth.pub/thoth_logo.png" width="50" height="58" style="max-height: none" />
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: All `<img>` tags should have an `alt` attribute which provides a human-readable description 
[INFO] [stdout]   --> src/component/navbar.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |                         <img src="https://cdn.thoth.pub/thoth_name.png" style="margin-left: 0.5em; margin-top: 0.5em" />
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: All `<a>` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout]   --> src/component/navbar.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |                     <a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="thothNavbar">
[INFO] [stdout]    |                      ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: All `<a>` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout]   --> src/component/mod.rs:43:26
[INFO] [stdout]    |
[INFO] [stdout] 43 |                           <a style="color: #8c3f8d;" class="pagination-previous"
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/component/books.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / pagination_component! {
[INFO] [stdout] 15 | |     BooksComponent,
[INFO] [stdout] 16 | |     WorkWithRelations,
[INFO] [stdout] 17 | |     books,
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     WorkField,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `pagination_helpers` which comes from the expansion of the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: All `<a>` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout]   --> src/component/mod.rs:47:26
[INFO] [stdout]    |
[INFO] [stdout] 47 |                           <a style="color: #8c3f8d;" class="pagination-next"
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/component/books.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / pagination_component! {
[INFO] [stdout] 15 | |     BooksComponent,
[INFO] [stdout] 16 | |     WorkWithRelations,
[INFO] [stdout] 17 | |     books,
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     WorkField,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `pagination_helpers` which comes from the expansion of the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Orcid`
[INFO] [stdout]   --> src/component/book/book.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ImprintWithPublisher, Orcid, SubjectType, ThothError, WorkStatus, WorkStatusValues, WorkType,
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]   --> src/component/mod.rs:95:13
[INFO] [stdout]    |
[INFO] [stdout] 95 |           use std::str::FromStr;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/component/books.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / pagination_component! {
[INFO] [stdout] 15 | |     BooksComponent,
[INFO] [stdout] 16 | |     WorkWithRelations,
[INFO] [stdout] 17 | |     books,
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     WorkField,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `yew_router::prelude::Link`
[INFO] [stdout]    --> src/component/mod.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |           use yew_router::prelude::Link;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/component/books.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / pagination_component! {
[INFO] [stdout] 15  | |     BooksComponent,
[INFO] [stdout] 16  | |     WorkWithRelations,
[INFO] [stdout] 17  | |     books,
[INFO] [stdout] ...   |
[INFO] [stdout] 36  | |     WorkField,
[INFO] [stdout] 37  | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::process::id`
[INFO] [stdout]  --> src/component/root.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::process::id;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `yew_agent::Dispatched`
[INFO] [stdout]  --> src/component/root.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use yew_agent::Dispatched;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Contributor`
[INFO] [stdout]  --> src/models/book/book_query.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Contributor, ImprintWithPublisher, WorkStatusDefinition, WorkTypeDefinition, WorkWithRelations,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:273:16
[INFO] [stdout]     |
[INFO] [stdout] 273 |     #[cfg_attr(feature = "backend", db_rename = "Paperback")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:276:16
[INFO] [stdout]     |
[INFO] [stdout] 276 |     #[cfg_attr(feature = "backend", db_rename = "Hardback")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:278:16
[INFO] [stdout]     |
[INFO] [stdout] 278 |     #[cfg_attr(feature = "backend", db_rename = "PDF")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:281:16
[INFO] [stdout]     |
[INFO] [stdout] 281 |     #[cfg_attr(feature = "backend", db_rename = "HTML")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:284:16
[INFO] [stdout]     |
[INFO] [stdout] 284 |     #[cfg_attr(feature = "backend", db_rename = "XML")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:287:16
[INFO] [stdout]     |
[INFO] [stdout] 287 |     #[cfg_attr(feature = "backend", db_rename = "Epub")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:289:16
[INFO] [stdout]     |
[INFO] [stdout] 289 |     #[cfg_attr(feature = "backend", db_rename = "Mobi")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:291:16
[INFO] [stdout]     |
[INFO] [stdout] 291 |     #[cfg_attr(feature = "backend", db_rename = "AZW3")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:294:16
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[cfg_attr(feature = "backend", db_rename = "DOCX")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:297:16
[INFO] [stdout]     |
[INFO] [stdout] 297 |     #[cfg_attr(feature = "backend", db_rename = "FictionBook")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:319:16
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[cfg_attr(feature = "backend", db_rename = "translated-from")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:321:16
[INFO] [stdout]     |
[INFO] [stdout] 321 |     #[cfg_attr(feature = "backend", db_rename = "translated-into")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1431:16
[INFO] [stdout]      |
[INFO] [stdout] 1431 |     #[cfg_attr(feature = "backend", db_rename = "book-series")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1504:16
[INFO] [stdout]      |
[INFO] [stdout] 1504 |     #[cfg_attr(feature = "backend", db_rename = "has-translation")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1506:16
[INFO] [stdout]      |
[INFO] [stdout] 1506 |     #[cfg_attr(feature = "backend", db_rename = "has-part")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1508:16
[INFO] [stdout]      |
[INFO] [stdout] 1508 |     #[cfg_attr(feature = "backend", db_rename = "has-child")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1511:16
[INFO] [stdout]      |
[INFO] [stdout] 1511 |     #[cfg_attr(feature = "backend", db_rename = "is-replaced-by")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1513:16
[INFO] [stdout]      |
[INFO] [stdout] 1513 |     #[cfg_attr(feature = "backend", db_rename = "is-translation-of")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1515:16
[INFO] [stdout]      |
[INFO] [stdout] 1515 |     #[cfg_attr(feature = "backend", db_rename = "is-part-of")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1517:16
[INFO] [stdout]      |
[INFO] [stdout] 1517 |     #[cfg_attr(feature = "backend", db_rename = "is-child-of")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1573:16
[INFO] [stdout]      |
[INFO] [stdout] 1573 |     #[cfg_attr(feature = "backend", db_rename = "book-chapter")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1577:16
[INFO] [stdout]      |
[INFO] [stdout] 1577 |     #[cfg_attr(feature = "backend", db_rename = "edited-book")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1580:16
[INFO] [stdout]      |
[INFO] [stdout] 1580 |     #[cfg_attr(feature = "backend", db_rename = "journal-issue")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1582:16
[INFO] [stdout]      |
[INFO] [stdout] 1582 |     #[cfg_attr(feature = "backend", db_rename = "book-set")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1643:16
[INFO] [stdout]      |
[INFO] [stdout] 1643 |     #[cfg_attr(feature = "backend", db_rename = "Project MUSE")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1646:16
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     #[cfg_attr(feature = "backend", db_rename = "OAPEN")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1649:16
[INFO] [stdout]      |
[INFO] [stdout] 1649 |     #[cfg_attr(feature = "backend", db_rename = "DOAB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1652:16
[INFO] [stdout]      |
[INFO] [stdout] 1652 |     #[cfg_attr(feature = "backend", db_rename = "JSTOR")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1655:16
[INFO] [stdout]      |
[INFO] [stdout] 1655 |     #[cfg_attr(feature = "backend", db_rename = "EBSCO Host")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1658:16
[INFO] [stdout]      |
[INFO] [stdout] 1658 |     #[cfg_attr(feature = "backend", db_rename = "OCLC KB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1661:16
[INFO] [stdout]      |
[INFO] [stdout] 1661 |     #[cfg_attr(feature = "backend", db_rename = "ProQuest KB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1664:16
[INFO] [stdout]      |
[INFO] [stdout] 1664 |     #[cfg_attr(feature = "backend", db_rename = "ProQuest ExLibris")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1667:16
[INFO] [stdout]      |
[INFO] [stdout] 1667 |     #[cfg_attr(feature = "backend", db_rename = "EBSCO KB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1670:16
[INFO] [stdout]      |
[INFO] [stdout] 1670 |     #[cfg_attr(feature = "backend", db_rename = "JISC KB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1673:16
[INFO] [stdout]      |
[INFO] [stdout] 1673 |     #[cfg_attr(feature = "backend", db_rename = "Google Books")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1676:16
[INFO] [stdout]      |
[INFO] [stdout] 1676 |     #[cfg_attr(feature = "backend", db_rename = "Internet Archive")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1679:16
[INFO] [stdout]      |
[INFO] [stdout] 1679 |     #[cfg_attr(feature = "backend", db_rename = "ScienceOpen")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1682:16
[INFO] [stdout]      |
[INFO] [stdout] 1682 |     #[cfg_attr(feature = "backend", db_rename = "SciELO Books")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1685:16
[INFO] [stdout]      |
[INFO] [stdout] 1685 |     #[cfg_attr(feature = "backend", db_rename = "Zenodo")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1688:16
[INFO] [stdout]      |
[INFO] [stdout] 1688 |     #[cfg_attr(feature = "backend", db_rename = "Publisher Website")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1691:16
[INFO] [stdout]      |
[INFO] [stdout] 1691 |     #[cfg_attr(feature = "backend", db_rename = "Other")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2066:16
[INFO] [stdout]      |
[INFO] [stdout] 2066 |     #[cfg_attr(feature = "backend", graphql(description = "Author of the work"))]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2069:16
[INFO] [stdout]      |
[INFO] [stdout] 2069 |     #[cfg_attr(feature = "backend", graphql(description = "Editor of the work"))]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2071:16
[INFO] [stdout]      |
[INFO] [stdout] 2071 |     #[cfg_attr(feature = "backend", graphql(description = "Translator of the work"))]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2074:9
[INFO] [stdout]      |
[INFO] [stdout] 2074 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2081:9
[INFO] [stdout]      |
[INFO] [stdout] 2081 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2088:9
[INFO] [stdout]      |
[INFO] [stdout] 2088 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2096:9
[INFO] [stdout]      |
[INFO] [stdout] 2096 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2102:9
[INFO] [stdout]      |
[INFO] [stdout] 2102 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2108:9
[INFO] [stdout]      |
[INFO] [stdout] 2108 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2114:9
[INFO] [stdout]      |
[INFO] [stdout] 2114 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2120:9
[INFO] [stdout]      |
[INFO] [stdout] 2120 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2126:9
[INFO] [stdout]      |
[INFO] [stdout] 2126 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2134:9
[INFO] [stdout]      |
[INFO] [stdout] 2134 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2139:16
[INFO] [stdout]      |
[INFO] [stdout] 2139 |     #[cfg_attr(feature = "backend", graphql(description = "Compiler of index"))]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2150:16
[INFO] [stdout]      |
[INFO] [stdout] 2150 |     #[cfg_attr(feature = "backend", db_rename = "postponed-indefinitely")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2153:16
[INFO] [stdout]      |
[INFO] [stdout] 2153 |     #[cfg_attr(feature = "backend", db_rename = "no-longer-our-product")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2155:16
[INFO] [stdout]      |
[INFO] [stdout] 2155 |     #[cfg_attr(feature = "backend", db_rename = "out-of-stock-indefinitely")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2157:16
[INFO] [stdout]      |
[INFO] [stdout] 2157 |     #[cfg_attr(feature = "backend", db_rename = "out-of-print")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2163:16
[INFO] [stdout]      |
[INFO] [stdout] 2163 |     #[cfg_attr(feature = "backend", db_rename = "withdrawn-from-sale")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `route`
[INFO] [stdout]    --> src/component/mod.rs:280:21
[INFO] [stdout]     |
[INFO] [stdout] 280 |                   let route = <$entity>::create_route();
[INFO] [stdout]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_route`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/component/books.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / pagination_component! {
[INFO] [stdout] 15  | |     BooksComponent,
[INFO] [stdout] 16  | |     WorkWithRelations,
[INFO] [stdout] 17  | |     books,
[INFO] [stdout] ...   |
[INFO] [stdout] 36  | |     WorkField,
[INFO] [stdout] 37  | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/component/root.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn view(&self, ctx: &Context<Self>) -> VNode {
[INFO] [stdout]    |                    ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `doi`
[INFO] [stdout]    --> src/models/utils.rs:167:13
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let doi = self.doi.as_ref().map(|s| s.to_string()).unwrap_or_default();
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_doi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_opt_string`, `to_opt_float`, `to_opt_int`, and `to_opt_date` are never used
[INFO] [stdout]    --> src/component/mod.rs:328:8
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub trait ToOption {
[INFO] [stdout]     |           -------- methods in this trait
[INFO] [stdout] 328 |     fn to_opt_string(self) -> Option<String>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 329 |     fn to_opt_float(self) -> Option<f64>;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 330 |     fn to_opt_int(self) -> Option<i32>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 331 |     fn to_opt_date(self) -> Option<chrono::NaiveDate>;
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `doi_warning` is never read
[INFO] [stdout]   --> src/component/book/book.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct BookDetailComponent {
[INFO] [stdout]    |            ------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     doi_warning: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `table_headers` is never read
[INFO] [stdout]    --> src/component/mod.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |               table_headers: Vec<String>,
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/component/books.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / pagination_component! {
[INFO] [stdout] 15  | |     BooksComponent,
[INFO] [stdout]     | |     -------------- field in this struct
[INFO] [stdout] 16  | |     WorkWithRelations,
[INFO] [stdout] 17  | |     books,
[INFO] [stdout] ...   |
[INFO] [stdout] 36  | |     WorkField,
[INFO] [stdout] 37  | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SortColumn` is never constructed
[INFO] [stdout]    --> src/component/mod.rs:143:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |           pub enum Msg {
[INFO] [stdout]     |                    --- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 143 |               SortColumn($order_field),
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/component/books.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / pagination_component! {
[INFO] [stdout] 15  | |     BooksComponent,
[INFO] [stdout] 16  | |     WorkWithRelations,
[INFO] [stdout] 17  | |     books,
[INFO] [stdout] ...   |
[INFO] [stdout] 36  | |     WorkField,
[INFO] [stdout] 37  | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Dropdown` is never used
[INFO] [stdout]   --> src/models/mod.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub trait Dropdown {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ListString` is never used
[INFO] [stdout]    --> src/models/mod.rs:112:11
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub trait ListString {
[INFO] [stdout]     |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_description` is never used
[INFO] [stdout]    --> src/models/mod.rs:163:12
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl GraphqlFieldList {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 163 |     pub fn get_description(&self, field_name: &str) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ORCID_DOMAIN` is never used
[INFO] [stdout]   --> src/models/utils.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const ORCID_DOMAIN: &str = "https://orcid.org/";
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `compile_page_interval` is never used
[INFO] [stdout]    --> src/models/utils.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 126 | impl WorkWithRelations {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub fn compile_page_interval(&self) -> Option<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_lowercase_string` is never used
[INFO] [stdout]    --> src/models/utils.rs:211:12
[INFO] [stdout]     |
[INFO] [stdout] 210 | impl Doi {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] 211 |     pub fn to_lowercase_string(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]     --> src/models/utils.rs:2175:5
[INFO] [stdout]      |
[INFO] [stdout] 2173 | pub enum ThothError {
[INFO] [stdout]      |          ---------- variants in this enum
[INFO] [stdout] 2174 |     #[error("{0} is not a valid {1} code")]
[INFO] [stdout] 2175 |     InvalidSubjectCode(String, String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2176 |     #[error("Database error: {0}")]
[INFO] [stdout] 2177 |     DatabaseError(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout] 2178 |     #[error("{0}")]
[INFO] [stdout] 2179 |     DatabaseConstraintError(&'static str),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2183 |     Unauthorised,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 2184 |     #[error("Failed to validate token.")]
[INFO] [stdout] 2185 |     InvalidToken,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 2186 |     #[error("No record was found for the given ID.")]
[INFO] [stdout] 2187 |     EntityNotFound,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 2188 |     #[error("Issue's Work and Series cannot have different Imprints.")]
[INFO] [stdout] 2189 |     IssueImprintsError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2190 |     #[error("{0} is not a valid metadata specification")]
[INFO] [stdout] 2191 |     InvalidMetadataSpecification(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2199 |     IncompleteMetadataRecord(String, String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2200 |     #[error("{0} is not a validly formatted ORCID and will not be saved")]
[INFO] [stdout] 2201 |     OrcidParseError(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2205 |     IsbnParseError(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 2206 |     #[error("{0} is not a validly formatted ROR ID and will not be saved")]
[INFO] [stdout] 2207 |     RorParseError(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout] 2208 |     #[error("Cannot parse ORCID: no value provided")]
[INFO] [stdout] 2209 |     OrcidEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2213 |     IsbnEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 2214 |     #[error("Cannot parse ROR ID: no value provided")]
[INFO] [stdout] 2215 |     RorEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout] 2216 |     #[error("Works of type Book Chapter cannot have ISBNs in their Publications.")]
[INFO] [stdout] 2217 |     ChapterIsbnError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2221 |     ChapterDimensionError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2222 |     #[error("Each Publication must have exactly one canonical Location.")]
[INFO] [stdout] 2223 |     CanonicalLocationError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2227 |     LocationUrlError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 2228 |     #[error("When specifying Weight, both values (g and oz) must be supplied.")]
[INFO] [stdout] 2229 |     WeightEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 2230 |     #[error("When specifying Width, both values (mm and in) must be supplied.")]
[INFO] [stdout] 2231 |     WidthEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 2232 |     #[error("When specifying Height, both values (mm and in) must be supplied.")]
[INFO] [stdout] 2233 |     HeightEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 2234 |     #[error("When specifying Depth, both values (mm and in) must be supplied.")]
[INFO] [stdout] 2235 |     DepthEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2239 |     DimensionDigitalError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2243 |     PriceZeroError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2249 |     WithdrawnDateBeforePublicationDateError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2250 |     #[error("Withdrawn Date can only be added to an Out of Print or Withdrawn From Sale Work.")]
[INFO] [stdout] 2251 |     WithdrawnDateError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2252 |     #[error("An Out of Print or Withdrawn From Sale Work must have a Withdrawn Date.")]
[INFO] [stdout] 2253 |     NoWithdrawnDateError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ThothError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `domain` is never used
[INFO] [stdout]     --> src/models/utils.rs:2409:8
[INFO] [stdout]      |
[INFO] [stdout] 2408 | pub trait UrlIdentifier {
[INFO] [stdout]      |           ------------- method in this trait
[INFO] [stdout] 2409 |     fn domain(&self) -> &'static str;
[INFO] [stdout]      |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]     --> src/models/utils.rs:2419:12
[INFO] [stdout]      |
[INFO] [stdout] 2418 | impl Contribution {
[INFO] [stdout]      | ----------------- methods in this implementation
[INFO] [stdout] 2419 |     pub fn contribution_id(&self) -> Uuid {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2423 |     pub fn contributor_id(&self) -> Uuid {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2427 |     pub fn work_id(&self) -> Uuid {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2431 |     pub fn contribution_type(&self) -> &ContributionType {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2435 |     pub fn main_contribution(&self) -> bool {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2439 |     pub fn biography(&self) -> Option<&String> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2443 |     pub fn created_at(&self) -> Timestamp {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2447 |     pub fn updated_at(&self) -> Timestamp {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2451 |     pub fn first_name(&self) -> Option<&String> {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2455 |     pub fn last_name(&self) -> &String {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2459 |     pub fn full_name(&self) -> &String {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2463 |     pub fn contribution_ordinal(&self) -> &i32 {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AffiliationOrderBy` is never constructed
[INFO] [stdout]     --> src/models/utils.rs:2468:12
[INFO] [stdout]      |
[INFO] [stdout] 2468 | pub struct AffiliationOrderBy {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AffiliationField` is never used
[INFO] [stdout]     --> src/models/utils.rs:2473:10
[INFO] [stdout]      |
[INFO] [stdout] 2473 | pub enum AffiliationField {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `FieldResult` is never used
[INFO] [stdout]     --> src/models/utils.rs:2483:10
[INFO] [stdout]      |
[INFO] [stdout] 2483 | pub type FieldResult<T, S = DefaultScalarValue> = Result<T, FieldError<S>>;
[INFO] [stdout]      |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `message`, `extensions`, and `map_scalar_value` are never used
[INFO] [stdout]     --> src/models/utils.rs:2659:12
[INFO] [stdout]      |
[INFO] [stdout] 2623 | impl<S> FieldError<S> {
[INFO] [stdout]      | --------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 2659 |     pub fn new<T: Display>(e: T, extensions: Value<S>) -> FieldError<S> {
[INFO] [stdout]      |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 2667 |     pub fn message(&self) -> &str {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2672 |     pub fn extensions(&self) -> &Value<S> {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2677 |     pub fn map_scalar_value<Into>(self) -> FieldError<Into>
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `separated_list_item_comma` and `separated_list_item` are never used
[INFO] [stdout]     --> src/models/utils.rs:2705:8
[INFO] [stdout]      |
[INFO] [stdout] 2701 | pub trait ListString {
[INFO] [stdout]      |           ---------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 2705 |     fn separated_list_item_comma(&self) -> Html {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2709 |     fn separated_list_item(&self, is_small: bool, separator: &str) -> Html;
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RELATIONS_INFO` is never used
[INFO] [stdout]   --> src/string.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 |   RELATIONS_INFO => "Relations below are saved automatically upon change.",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `strings` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s
[INFO] running `Command { std: "docker" "inspect" "07e1cdb12da62358ec9340b5ea3cafae651d4fcc8ce1c479d27d8a232b4152dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07e1cdb12da62358ec9340b5ea3cafae651d4fcc8ce1c479d27d8a232b4152dd", kill_on_drop: false }`
[INFO] [stdout] 07e1cdb12da62358ec9340b5ea3cafae651d4fcc8ce1c479d27d8a232b4152dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b108d7b7afd283787919c3d7e696cd69cfd844384f150d07c2a88f50bd50edd
[INFO] running `Command { std: "docker" "start" "-a" "9b108d7b7afd283787919c3d7e696cd69cfd844384f150d07c2a88f50bd50edd", kill_on_drop: false }`
[INFO] [stderr]    Compiling thoth-ui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: All `<img>` tags should have an `alt` attribute which provides a human-readable description 
[INFO] [stdout]   --> src/component/navbar.rs:25:26
[INFO] [stdout]    |
[INFO] [stdout] 25 |                         <img src="https://cdn.thoth.pub/thoth_logo.png" width="50" height="58" style="max-height: none" />
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: All `<img>` tags should have an `alt` attribute which provides a human-readable description 
[INFO] [stdout]   --> src/component/navbar.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |                         <img src="https://cdn.thoth.pub/thoth_name.png" style="margin-left: 0.5em; margin-top: 0.5em" />
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: All `<a>` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout]   --> src/component/navbar.rs:29:22
[INFO] [stdout]    |
[INFO] [stdout] 29 |                     <a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="thothNavbar">
[INFO] [stdout]    |                      ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: All `<a>` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout]   --> src/component/mod.rs:43:26
[INFO] [stdout]    |
[INFO] [stdout] 43 |                           <a style="color: #8c3f8d;" class="pagination-previous"
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/component/books.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / pagination_component! {
[INFO] [stdout] 15 | |     BooksComponent,
[INFO] [stdout] 16 | |     WorkWithRelations,
[INFO] [stdout] 17 | |     books,
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     WorkField,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `pagination_helpers` which comes from the expansion of the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: All `<a>` elements should have a `href` attribute. This makes it possible for assistive technologies to correctly interpret what your links point to. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#more_on_links
[INFO] [stdout]   --> src/component/mod.rs:47:26
[INFO] [stdout]    |
[INFO] [stdout] 47 |                           <a style="color: #8c3f8d;" class="pagination-next"
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/component/books.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / pagination_component! {
[INFO] [stdout] 15 | |     BooksComponent,
[INFO] [stdout] 16 | |     WorkWithRelations,
[INFO] [stdout] 17 | |     books,
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     WorkField,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `pagination_helpers` which comes from the expansion of the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Orcid`
[INFO] [stdout]   --> src/component/book/book.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ImprintWithPublisher, Orcid, SubjectType, ThothError, WorkStatus, WorkStatusValues, WorkType,
[INFO] [stdout]    |                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]   --> src/component/mod.rs:95:13
[INFO] [stdout]    |
[INFO] [stdout] 95 |           use std::str::FromStr;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/component/books.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / pagination_component! {
[INFO] [stdout] 15 | |     BooksComponent,
[INFO] [stdout] 16 | |     WorkWithRelations,
[INFO] [stdout] 17 | |     books,
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     WorkField,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `yew_router::prelude::Link`
[INFO] [stdout]    --> src/component/mod.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |           use yew_router::prelude::Link;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/component/books.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / pagination_component! {
[INFO] [stdout] 15  | |     BooksComponent,
[INFO] [stdout] 16  | |     WorkWithRelations,
[INFO] [stdout] 17  | |     books,
[INFO] [stdout] ...   |
[INFO] [stdout] 36  | |     WorkField,
[INFO] [stdout] 37  | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::process::id`
[INFO] [stdout]  --> src/component/root.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::process::id;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `yew_agent::Dispatched`
[INFO] [stdout]  --> src/component/root.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use yew_agent::Dispatched;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Contributor`
[INFO] [stdout]  --> src/models/book/book_query.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Contributor, ImprintWithPublisher, WorkStatusDefinition, WorkTypeDefinition, WorkWithRelations,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:273:16
[INFO] [stdout]     |
[INFO] [stdout] 273 |     #[cfg_attr(feature = "backend", db_rename = "Paperback")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:276:16
[INFO] [stdout]     |
[INFO] [stdout] 276 |     #[cfg_attr(feature = "backend", db_rename = "Hardback")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:278:16
[INFO] [stdout]     |
[INFO] [stdout] 278 |     #[cfg_attr(feature = "backend", db_rename = "PDF")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:281:16
[INFO] [stdout]     |
[INFO] [stdout] 281 |     #[cfg_attr(feature = "backend", db_rename = "HTML")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:284:16
[INFO] [stdout]     |
[INFO] [stdout] 284 |     #[cfg_attr(feature = "backend", db_rename = "XML")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:287:16
[INFO] [stdout]     |
[INFO] [stdout] 287 |     #[cfg_attr(feature = "backend", db_rename = "Epub")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:289:16
[INFO] [stdout]     |
[INFO] [stdout] 289 |     #[cfg_attr(feature = "backend", db_rename = "Mobi")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:291:16
[INFO] [stdout]     |
[INFO] [stdout] 291 |     #[cfg_attr(feature = "backend", db_rename = "AZW3")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:294:16
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[cfg_attr(feature = "backend", db_rename = "DOCX")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:297:16
[INFO] [stdout]     |
[INFO] [stdout] 297 |     #[cfg_attr(feature = "backend", db_rename = "FictionBook")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:319:16
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[cfg_attr(feature = "backend", db_rename = "translated-from")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]    --> src/models/utils.rs:321:16
[INFO] [stdout]     |
[INFO] [stdout] 321 |     #[cfg_attr(feature = "backend", db_rename = "translated-into")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1431:16
[INFO] [stdout]      |
[INFO] [stdout] 1431 |     #[cfg_attr(feature = "backend", db_rename = "book-series")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1504:16
[INFO] [stdout]      |
[INFO] [stdout] 1504 |     #[cfg_attr(feature = "backend", db_rename = "has-translation")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1506:16
[INFO] [stdout]      |
[INFO] [stdout] 1506 |     #[cfg_attr(feature = "backend", db_rename = "has-part")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1508:16
[INFO] [stdout]      |
[INFO] [stdout] 1508 |     #[cfg_attr(feature = "backend", db_rename = "has-child")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1511:16
[INFO] [stdout]      |
[INFO] [stdout] 1511 |     #[cfg_attr(feature = "backend", db_rename = "is-replaced-by")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1513:16
[INFO] [stdout]      |
[INFO] [stdout] 1513 |     #[cfg_attr(feature = "backend", db_rename = "is-translation-of")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1515:16
[INFO] [stdout]      |
[INFO] [stdout] 1515 |     #[cfg_attr(feature = "backend", db_rename = "is-part-of")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1517:16
[INFO] [stdout]      |
[INFO] [stdout] 1517 |     #[cfg_attr(feature = "backend", db_rename = "is-child-of")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1573:16
[INFO] [stdout]      |
[INFO] [stdout] 1573 |     #[cfg_attr(feature = "backend", db_rename = "book-chapter")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1577:16
[INFO] [stdout]      |
[INFO] [stdout] 1577 |     #[cfg_attr(feature = "backend", db_rename = "edited-book")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1580:16
[INFO] [stdout]      |
[INFO] [stdout] 1580 |     #[cfg_attr(feature = "backend", db_rename = "journal-issue")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1582:16
[INFO] [stdout]      |
[INFO] [stdout] 1582 |     #[cfg_attr(feature = "backend", db_rename = "book-set")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1643:16
[INFO] [stdout]      |
[INFO] [stdout] 1643 |     #[cfg_attr(feature = "backend", db_rename = "Project MUSE")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1646:16
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     #[cfg_attr(feature = "backend", db_rename = "OAPEN")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1649:16
[INFO] [stdout]      |
[INFO] [stdout] 1649 |     #[cfg_attr(feature = "backend", db_rename = "DOAB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1652:16
[INFO] [stdout]      |
[INFO] [stdout] 1652 |     #[cfg_attr(feature = "backend", db_rename = "JSTOR")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1655:16
[INFO] [stdout]      |
[INFO] [stdout] 1655 |     #[cfg_attr(feature = "backend", db_rename = "EBSCO Host")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1658:16
[INFO] [stdout]      |
[INFO] [stdout] 1658 |     #[cfg_attr(feature = "backend", db_rename = "OCLC KB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1661:16
[INFO] [stdout]      |
[INFO] [stdout] 1661 |     #[cfg_attr(feature = "backend", db_rename = "ProQuest KB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1664:16
[INFO] [stdout]      |
[INFO] [stdout] 1664 |     #[cfg_attr(feature = "backend", db_rename = "ProQuest ExLibris")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1667:16
[INFO] [stdout]      |
[INFO] [stdout] 1667 |     #[cfg_attr(feature = "backend", db_rename = "EBSCO KB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1670:16
[INFO] [stdout]      |
[INFO] [stdout] 1670 |     #[cfg_attr(feature = "backend", db_rename = "JISC KB")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1673:16
[INFO] [stdout]      |
[INFO] [stdout] 1673 |     #[cfg_attr(feature = "backend", db_rename = "Google Books")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1676:16
[INFO] [stdout]      |
[INFO] [stdout] 1676 |     #[cfg_attr(feature = "backend", db_rename = "Internet Archive")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1679:16
[INFO] [stdout]      |
[INFO] [stdout] 1679 |     #[cfg_attr(feature = "backend", db_rename = "ScienceOpen")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1682:16
[INFO] [stdout]      |
[INFO] [stdout] 1682 |     #[cfg_attr(feature = "backend", db_rename = "SciELO Books")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1685:16
[INFO] [stdout]      |
[INFO] [stdout] 1685 |     #[cfg_attr(feature = "backend", db_rename = "Zenodo")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1688:16
[INFO] [stdout]      |
[INFO] [stdout] 1688 |     #[cfg_attr(feature = "backend", db_rename = "Publisher Website")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:1691:16
[INFO] [stdout]      |
[INFO] [stdout] 1691 |     #[cfg_attr(feature = "backend", db_rename = "Other")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2066:16
[INFO] [stdout]      |
[INFO] [stdout] 2066 |     #[cfg_attr(feature = "backend", graphql(description = "Author of the work"))]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2069:16
[INFO] [stdout]      |
[INFO] [stdout] 2069 |     #[cfg_attr(feature = "backend", graphql(description = "Editor of the work"))]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2071:16
[INFO] [stdout]      |
[INFO] [stdout] 2071 |     #[cfg_attr(feature = "backend", graphql(description = "Translator of the work"))]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2074:9
[INFO] [stdout]      |
[INFO] [stdout] 2074 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2081:9
[INFO] [stdout]      |
[INFO] [stdout] 2081 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2088:9
[INFO] [stdout]      |
[INFO] [stdout] 2088 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2096:9
[INFO] [stdout]      |
[INFO] [stdout] 2096 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2102:9
[INFO] [stdout]      |
[INFO] [stdout] 2102 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2108:9
[INFO] [stdout]      |
[INFO] [stdout] 2108 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2114:9
[INFO] [stdout]      |
[INFO] [stdout] 2114 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2120:9
[INFO] [stdout]      |
[INFO] [stdout] 2120 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2126:9
[INFO] [stdout]      |
[INFO] [stdout] 2126 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2134:9
[INFO] [stdout]      |
[INFO] [stdout] 2134 |         feature = "backend",
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2139:16
[INFO] [stdout]      |
[INFO] [stdout] 2139 |     #[cfg_attr(feature = "backend", graphql(description = "Compiler of index"))]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2150:16
[INFO] [stdout]      |
[INFO] [stdout] 2150 |     #[cfg_attr(feature = "backend", db_rename = "postponed-indefinitely")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2153:16
[INFO] [stdout]      |
[INFO] [stdout] 2153 |     #[cfg_attr(feature = "backend", db_rename = "no-longer-our-product")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2155:16
[INFO] [stdout]      |
[INFO] [stdout] 2155 |     #[cfg_attr(feature = "backend", db_rename = "out-of-stock-indefinitely")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2157:16
[INFO] [stdout]      |
[INFO] [stdout] 2157 |     #[cfg_attr(feature = "backend", db_rename = "out-of-print")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `backend`
[INFO] [stdout]     --> src/models/utils.rs:2163:16
[INFO] [stdout]      |
[INFO] [stdout] 2163 |     #[cfg_attr(feature = "backend", db_rename = "withdrawn-from-sale")]
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]      |
[INFO] [stdout]      = note: no expected values for `feature`
[INFO] [stdout]      = help: consider adding `backend` as a feature in `Cargo.toml`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `route`
[INFO] [stdout]    --> src/component/mod.rs:280:21
[INFO] [stdout]     |
[INFO] [stdout] 280 |                   let route = <$entity>::create_route();
[INFO] [stdout]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_route`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/component/books.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / pagination_component! {
[INFO] [stdout] 15  | |     BooksComponent,
[INFO] [stdout] 16  | |     WorkWithRelations,
[INFO] [stdout] 17  | |     books,
[INFO] [stdout] ...   |
[INFO] [stdout] 36  | |     WorkField,
[INFO] [stdout] 37  | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/component/root.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn view(&self, ctx: &Context<Self>) -> VNode {
[INFO] [stdout]    |                    ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `doi`
[INFO] [stdout]    --> src/models/utils.rs:167:13
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let doi = self.doi.as_ref().map(|s| s.to_string()).unwrap_or_default();
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_doi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `to_opt_string`, `to_opt_float`, `to_opt_int`, and `to_opt_date` are never used
[INFO] [stdout]    --> src/component/mod.rs:328:8
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub trait ToOption {
[INFO] [stdout]     |           -------- methods in this trait
[INFO] [stdout] 328 |     fn to_opt_string(self) -> Option<String>;
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 329 |     fn to_opt_float(self) -> Option<f64>;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 330 |     fn to_opt_int(self) -> Option<i32>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 331 |     fn to_opt_date(self) -> Option<chrono::NaiveDate>;
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `doi_warning` is never read
[INFO] [stdout]   --> src/component/book/book.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct BookDetailComponent {
[INFO] [stdout]    |            ------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     doi_warning: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `table_headers` is never read
[INFO] [stdout]    --> src/component/mod.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |               table_headers: Vec<String>,
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/component/books.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / pagination_component! {
[INFO] [stdout] 15  | |     BooksComponent,
[INFO] [stdout]     | |     -------------- field in this struct
[INFO] [stdout] 16  | |     WorkWithRelations,
[INFO] [stdout] 17  | |     books,
[INFO] [stdout] ...   |
[INFO] [stdout] 36  | |     WorkField,
[INFO] [stdout] 37  | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SortColumn` is never constructed
[INFO] [stdout]    --> src/component/mod.rs:143:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |           pub enum Msg {
[INFO] [stdout]     |                    --- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 143 |               SortColumn($order_field),
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/component/books.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout] 14  | / pagination_component! {
[INFO] [stdout] 15  | |     BooksComponent,
[INFO] [stdout] 16  | |     WorkWithRelations,
[INFO] [stdout] 17  | |     books,
[INFO] [stdout] ...   |
[INFO] [stdout] 36  | |     WorkField,
[INFO] [stdout] 37  | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `pagination_component` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Dropdown` is never used
[INFO] [stdout]   --> src/models/mod.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub trait Dropdown {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ListString` is never used
[INFO] [stdout]    --> src/models/mod.rs:112:11
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub trait ListString {
[INFO] [stdout]     |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_description` is never used
[INFO] [stdout]    --> src/models/mod.rs:163:12
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl GraphqlFieldList {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 163 |     pub fn get_description(&self, field_name: &str) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ORCID_DOMAIN` is never used
[INFO] [stdout]   --> src/models/utils.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const ORCID_DOMAIN: &str = "https://orcid.org/";
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `compile_page_interval` is never used
[INFO] [stdout]    --> src/models/utils.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 126 | impl WorkWithRelations {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub fn compile_page_interval(&self) -> Option<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_lowercase_string` is never used
[INFO] [stdout]    --> src/models/utils.rs:211:12
[INFO] [stdout]     |
[INFO] [stdout] 210 | impl Doi {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] 211 |     pub fn to_lowercase_string(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]     --> src/models/utils.rs:2175:5
[INFO] [stdout]      |
[INFO] [stdout] 2173 | pub enum ThothError {
[INFO] [stdout]      |          ---------- variants in this enum
[INFO] [stdout] 2174 |     #[error("{0} is not a valid {1} code")]
[INFO] [stdout] 2175 |     InvalidSubjectCode(String, String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2176 |     #[error("Database error: {0}")]
[INFO] [stdout] 2177 |     DatabaseError(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout] 2178 |     #[error("{0}")]
[INFO] [stdout] 2179 |     DatabaseConstraintError(&'static str),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2183 |     Unauthorised,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 2184 |     #[error("Failed to validate token.")]
[INFO] [stdout] 2185 |     InvalidToken,
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout] 2186 |     #[error("No record was found for the given ID.")]
[INFO] [stdout] 2187 |     EntityNotFound,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 2188 |     #[error("Issue's Work and Series cannot have different Imprints.")]
[INFO] [stdout] 2189 |     IssueImprintsError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2190 |     #[error("{0} is not a valid metadata specification")]
[INFO] [stdout] 2191 |     InvalidMetadataSpecification(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2199 |     IncompleteMetadataRecord(String, String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2200 |     #[error("{0} is not a validly formatted ORCID and will not be saved")]
[INFO] [stdout] 2201 |     OrcidParseError(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2205 |     IsbnParseError(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 2206 |     #[error("{0} is not a validly formatted ROR ID and will not be saved")]
[INFO] [stdout] 2207 |     RorParseError(String),
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout] 2208 |     #[error("Cannot parse ORCID: no value provided")]
[INFO] [stdout] 2209 |     OrcidEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2213 |     IsbnEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] 2214 |     #[error("Cannot parse ROR ID: no value provided")]
[INFO] [stdout] 2215 |     RorEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^
[INFO] [stdout] 2216 |     #[error("Works of type Book Chapter cannot have ISBNs in their Publications.")]
[INFO] [stdout] 2217 |     ChapterIsbnError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2221 |     ChapterDimensionError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2222 |     #[error("Each Publication must have exactly one canonical Location.")]
[INFO] [stdout] 2223 |     CanonicalLocationError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2227 |     LocationUrlError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 2228 |     #[error("When specifying Weight, both values (g and oz) must be supplied.")]
[INFO] [stdout] 2229 |     WeightEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 2230 |     #[error("When specifying Width, both values (mm and in) must be supplied.")]
[INFO] [stdout] 2231 |     WidthEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 2232 |     #[error("When specifying Height, both values (mm and in) must be supplied.")]
[INFO] [stdout] 2233 |     HeightEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 2234 |     #[error("When specifying Depth, both values (mm and in) must be supplied.")]
[INFO] [stdout] 2235 |     DepthEmptyError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2239 |     DimensionDigitalError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2243 |     PriceZeroError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2249 |     WithdrawnDateBeforePublicationDateError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2250 |     #[error("Withdrawn Date can only be added to an Out of Print or Withdrawn From Sale Work.")]
[INFO] [stdout] 2251 |     WithdrawnDateError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2252 |     #[error("An Out of Print or Withdrawn From Sale Work must have a Withdrawn Date.")]
[INFO] [stdout] 2253 |     NoWithdrawnDateError,
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ThothError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `domain` is never used
[INFO] [stdout]     --> src/models/utils.rs:2409:8
[INFO] [stdout]      |
[INFO] [stdout] 2408 | pub trait UrlIdentifier {
[INFO] [stdout]      |           ------------- method in this trait
[INFO] [stdout] 2409 |     fn domain(&self) -> &'static str;
[INFO] [stdout]      |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]     --> src/models/utils.rs:2419:12
[INFO] [stdout]      |
[INFO] [stdout] 2418 | impl Contribution {
[INFO] [stdout]      | ----------------- methods in this implementation
[INFO] [stdout] 2419 |     pub fn contribution_id(&self) -> Uuid {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2423 |     pub fn contributor_id(&self) -> Uuid {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2427 |     pub fn work_id(&self) -> Uuid {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2431 |     pub fn contribution_type(&self) -> &ContributionType {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2435 |     pub fn main_contribution(&self) -> bool {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2439 |     pub fn biography(&self) -> Option<&String> {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2443 |     pub fn created_at(&self) -> Timestamp {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2447 |     pub fn updated_at(&self) -> Timestamp {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2451 |     pub fn first_name(&self) -> Option<&String> {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2455 |     pub fn last_name(&self) -> &String {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2459 |     pub fn full_name(&self) -> &String {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2463 |     pub fn contribution_ordinal(&self) -> &i32 {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AffiliationOrderBy` is never constructed
[INFO] [stdout]     --> src/models/utils.rs:2468:12
[INFO] [stdout]      |
[INFO] [stdout] 2468 | pub struct AffiliationOrderBy {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AffiliationField` is never used
[INFO] [stdout]     --> src/models/utils.rs:2473:10
[INFO] [stdout]      |
[INFO] [stdout] 2473 | pub enum AffiliationField {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `FieldResult` is never used
[INFO] [stdout]     --> src/models/utils.rs:2483:10
[INFO] [stdout]      |
[INFO] [stdout] 2483 | pub type FieldResult<T, S = DefaultScalarValue> = Result<T, FieldError<S>>;
[INFO] [stdout]      |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `message`, `extensions`, and `map_scalar_value` are never used
[INFO] [stdout]     --> src/models/utils.rs:2659:12
[INFO] [stdout]      |
[INFO] [stdout] 2623 | impl<S> FieldError<S> {
[INFO] [stdout]      | --------------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 2659 |     pub fn new<T: Display>(e: T, extensions: Value<S>) -> FieldError<S> {
[INFO] [stdout]      |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 2667 |     pub fn message(&self) -> &str {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2672 |     pub fn extensions(&self) -> &Value<S> {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2677 |     pub fn map_scalar_value<Into>(self) -> FieldError<Into>
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `separated_list_item_comma` and `separated_list_item` are never used
[INFO] [stdout]     --> src/models/utils.rs:2705:8
[INFO] [stdout]      |
[INFO] [stdout] 2701 | pub trait ListString {
[INFO] [stdout]      |           ---------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 2705 |     fn separated_list_item_comma(&self) -> Html {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 2709 |     fn separated_list_item(&self, is_small: bool, separator: &str) -> Html;
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RELATIONS_INFO` is never used
[INFO] [stdout]   --> src/string.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 |   RELATIONS_INFO => "Relations below are saved automatically upon change.",
[INFO] [stdout]    |   ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `strings` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.33s
[INFO] running `Command { std: "docker" "inspect" "9b108d7b7afd283787919c3d7e696cd69cfd844384f150d07c2a88f50bd50edd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b108d7b7afd283787919c3d7e696cd69cfd844384f150d07c2a88f50bd50edd", kill_on_drop: false }`
[INFO] [stdout] 9b108d7b7afd283787919c3d7e696cd69cfd844384f150d07c2a88f50bd50edd
