[INFO] fetching crate texcreate_lib 0.1.17... [INFO] testing texcreate_lib-0.1.17 against master#9e136a30a965bf4e63f03095c57df7257bf96fd6 for pr-134530 [INFO] extracting crate texcreate_lib 0.1.17 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate texcreate_lib 0.1.17 on toolchain 9e136a30a965bf4e63f03095c57df7257bf96fd6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate texcreate_lib 0.1.17 [INFO] finished tweaking crates.io crate texcreate_lib 0.1.17 [INFO] tweaked toml for crates.io crate texcreate_lib 0.1.17 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 373 packages to latest compatible versions [INFO] [stderr] Adding reqwest v0.11.27 (available: v0.12.9) [INFO] [stderr] Adding toml v0.5.11 (available: v0.8.19) [INFO] [stderr] Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1) [INFO] [stderr] Adding zip v0.5.13 (available: v2.2.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clap_complete v4.5.40 [INFO] [stderr] Downloaded mdbook v0.4.43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7c96079938da7055d3b0626f160808df9ebdae1b15b7f86377cd87456ae29fa [INFO] running `Command { std: "docker" "start" "-a" "d7c96079938da7055d3b0626f160808df9ebdae1b15b7f86377cd87456ae29fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7c96079938da7055d3b0626f160808df9ebdae1b15b7f86377cd87456ae29fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7c96079938da7055d3b0626f160808df9ebdae1b15b7f86377cd87456ae29fa", kill_on_drop: false }` [INFO] [stdout] d7c96079938da7055d3b0626f160808df9ebdae1b15b7f86377cd87456ae29fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2a30e3c9344ce3761892be30ff986d651769e906091311ccce2f33b9a3538e0 [INFO] running `Command { std: "docker" "start" "-a" "d2a30e3c9344ce3761892be30ff986d651769e906091311ccce2f33b9a3538e0", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling cpufeatures v0.2.16 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling cc v1.2.5 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling tokio v1.42.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling portable-atomic v1.10.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling num-modular v0.6.1 [INFO] [stderr] Compiling pulldown-cmark v0.10.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling headers v0.3.9 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rocket v0.5.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling num-order v1.2.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling pulldown-cmark-escape v0.10.1 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling notify-debouncer-mini v0.4.1 [INFO] [stderr] Compiling console v0.15.10 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling topological-sort v0.2.2 [INFO] [stderr] Compiling indicatif v0.17.9 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling devise_core v0.4.2 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling bstr v1.11.1 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling html5ever v0.27.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling devise_codegen v0.4.2 [INFO] [stderr] Compiling pin-project-internal v1.1.7 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling thiserror v2.0.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling pest v2.7.15 [INFO] [stderr] Compiling devise v0.4.2 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling clap_complete v4.5.40 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling pin-project v1.1.7 [INFO] [stderr] Compiling rocket_http v0.5.1 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling opener v0.7.2 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling markup5ever v0.12.1 [INFO] [stderr] Compiling pest_meta v2.7.15 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling pest_generator v2.7.15 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling rocket_codegen v0.5.1 [INFO] [stderr] Compiling pest_derive v2.7.15 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling ubyte v0.10.4 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling elasticlunr-rs v3.0.2 [INFO] [stderr] Compiling handlebars v6.2.0 [INFO] [stderr] Compiling tungstenite v0.21.0 [INFO] [stderr] Compiling ammonia v4.0.0 [INFO] [stderr] Compiling tokio-tungstenite v0.21.0 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling warp v0.3.7 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling mdbook v0.4.43 [INFO] [stderr] Compiling texcreate_lib v0.1.17 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `basic::*` [INFO] [stdout] --> src/Templates/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use basic::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `book::*` [INFO] [stdout] --> src/Templates/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use book::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `math::*` [INFO] [stdout] --> src/Templates/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use math::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `code::*` [INFO] [stdout] --> src/Templates/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use code::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `theatre::*` [INFO] [stdout] --> src/Templates/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use theatre::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `novel::*` [INFO] [stdout] --> src/Templates/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use novel::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `beamer::*` [INFO] [stdout] --> src/Templates/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use beamer::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lachaise::*` [INFO] [stdout] --> src/Templates/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use lachaise::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `consts::*` [INFO] [stdout] --> src/Config/config_multi.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{consts::*, template::Template}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/Web/web.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let index = Path::new("texcreate.html"); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path` is never read [INFO] [stdout] --> src/Config/config_multi.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | let mut path = String::new(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `len` [INFO] [stdout] --> src/Config/config_multi.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | let len = &self.conf.len(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `p` is never read [INFO] [stdout] --> src/routes.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | let mut p = String::new(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Templates` should have a snake case name [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod Templates; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `templates` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Config` should have a snake case name [INFO] [stdout] --> src/lib.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod Config; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Web` should have a snake case name [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub mod Web; [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `web` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Project` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub Project: Project, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `project` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Document` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub Document: Document, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `document` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Project` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:66:16 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(Project: Project, Document: Document) -> Config { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `project` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Document` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(Project: Project, Document: Document) -> Config { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `document` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `Command { std: "docker" "inspect" "d2a30e3c9344ce3761892be30ff986d651769e906091311ccce2f33b9a3538e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2a30e3c9344ce3761892be30ff986d651769e906091311ccce2f33b9a3538e0", kill_on_drop: false }` [INFO] [stdout] d2a30e3c9344ce3761892be30ff986d651769e906091311ccce2f33b9a3538e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b80d456d835386e7f255ed6d1671458a49dc9d2b152537ae2234e269d1b06e3 [INFO] running `Command { std: "docker" "start" "-a" "3b80d456d835386e7f255ed6d1671458a49dc9d2b152537ae2234e269d1b06e3", kill_on_drop: false }` [INFO] [stderr] Compiling texcreate_lib v0.1.17 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `basic::*` [INFO] [stdout] --> src/Templates/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use basic::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `book::*` [INFO] [stdout] --> src/Templates/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use book::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `math::*` [INFO] [stdout] --> src/Templates/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use math::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `code::*` [INFO] [stdout] --> src/Templates/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use code::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `theatre::*` [INFO] [stdout] --> src/Templates/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use theatre::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `novel::*` [INFO] [stdout] --> src/Templates/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use novel::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `beamer::*` [INFO] [stdout] --> src/Templates/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use beamer::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lachaise::*` [INFO] [stdout] --> src/Templates/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use lachaise::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `consts::*` [INFO] [stdout] --> src/Config/config_multi.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{consts::*, template::Template}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/Web/web.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let index = Path::new("texcreate.html"); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path` is never read [INFO] [stdout] --> src/Config/config_multi.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | let mut path = String::new(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `len` [INFO] [stdout] --> src/Config/config_multi.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | let len = &self.conf.len(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `p` is never read [INFO] [stdout] --> src/routes.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | let mut p = String::new(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Templates` should have a snake case name [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod Templates; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `templates` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Config` should have a snake case name [INFO] [stdout] --> src/lib.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod Config; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Web` should have a snake case name [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub mod Web; [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `web` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Project` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub Project: Project, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `project` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Document` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub Document: Document, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `document` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Project` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:66:16 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(Project: Project, Document: Document) -> Config { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `project` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Document` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(Project: Project, Document: Document) -> Config { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `document` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `basic::*` [INFO] [stdout] --> src/Templates/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use basic::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `book::*` [INFO] [stdout] --> src/Templates/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use book::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `math::*` [INFO] [stdout] --> src/Templates/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use math::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `code::*` [INFO] [stdout] --> src/Templates/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use code::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `theatre::*` [INFO] [stdout] --> src/Templates/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use theatre::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `novel::*` [INFO] [stdout] --> src/Templates/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use novel::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `beamer::*` [INFO] [stdout] --> src/Templates/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use beamer::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lachaise::*` [INFO] [stdout] --> src/Templates/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use lachaise::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `consts::*` [INFO] [stdout] --> src/Config/config_multi.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{consts::*, template::Template}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/Web/web.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let index = Path::new("texcreate.html"); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `path` is never read [INFO] [stdout] --> src/Config/config_multi.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | let mut path = String::new(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `len` [INFO] [stdout] --> src/Config/config_multi.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | let len = &self.conf.len(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `p` is never read [INFO] [stdout] --> src/routes.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | let mut p = String::new(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Templates` should have a snake case name [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod Templates; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `templates` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Config` should have a snake case name [INFO] [stdout] --> src/lib.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod Config; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Web` should have a snake case name [INFO] [stdout] --> src/lib.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub mod Web; [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `web` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Project` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub Project: Project, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `project` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Document` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub Document: Document, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `document` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Project` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:66:16 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(Project: Project, Document: Document) -> Config { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `project` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Document` should have a snake case name [INFO] [stdout] --> src/Config/config.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new(Project: Project, Document: Document) -> Config { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `document` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.36s [INFO] running `Command { std: "docker" "inspect" "3b80d456d835386e7f255ed6d1671458a49dc9d2b152537ae2234e269d1b06e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b80d456d835386e7f255ed6d1671458a49dc9d2b152537ae2234e269d1b06e3", kill_on_drop: false }` [INFO] [stdout] 3b80d456d835386e7f255ed6d1671458a49dc9d2b152537ae2234e269d1b06e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5ef5efa231c91173041d7895407473690193e47bff13e9c0fe950c3a86a0e480 [INFO] running `Command { std: "docker" "start" "-a" "5ef5efa231c91173041d7895407473690193e47bff13e9c0fe950c3a86a0e480", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `basic::*` [INFO] [stderr] --> src/Templates/mod.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use basic::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `book::*` [INFO] [stderr] --> src/Templates/mod.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use book::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `math::*` [INFO] [stderr] --> src/Templates/mod.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use math::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `code::*` [INFO] [stderr] --> src/Templates/mod.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use code::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `theatre::*` [INFO] [stderr] --> src/Templates/mod.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use theatre::*; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `novel::*` [INFO] [stderr] --> src/Templates/mod.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use novel::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `beamer::*` [INFO] [stderr] --> src/Templates/mod.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use beamer::*; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `lachaise::*` [INFO] [stderr] --> src/Templates/mod.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use lachaise::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `consts::*` [INFO] [stderr] --> src/Config/config_multi.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use super::{consts::*, template::Template}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `index` [INFO] [stderr] --> src/Web/web.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | let index = Path::new("texcreate.html"); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `path` is never read [INFO] [stderr] --> src/Config/config_multi.rs:67:17 [INFO] [stderr] | [INFO] [stderr] 67 | let mut path = String::new(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `len` [INFO] [stderr] --> src/Config/config_multi.rs:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | let len = &self.conf.len(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_len` [INFO] [stderr] [INFO] [stderr] warning: value assigned to `p` is never read [INFO] [stderr] --> src/routes.rs:102:13 [INFO] [stderr] | [INFO] [stderr] 102 | let mut p = String::new(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: module `Templates` should have a snake case name [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | pub mod Templates; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `templates` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: module `Config` should have a snake case name [INFO] [stderr] --> src/lib.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub mod Config; [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `config` [INFO] [stderr] [INFO] [stderr] warning: module `Web` should have a snake case name [INFO] [stderr] --> src/lib.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub mod Web; [INFO] [stderr] | ^^^ help: convert the identifier to snake case (notice the capitalization): `web` [INFO] [stderr] [INFO] [stderr] warning: structure field `Project` should have a snake case name [INFO] [stderr] --> src/Config/config.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | pub Project: Project, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `project` [INFO] [stderr] [INFO] [stderr] warning: structure field `Document` should have a snake case name [INFO] [stderr] --> src/Config/config.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub Document: Document, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `document` [INFO] [stderr] [INFO] [stderr] warning: variable `Project` should have a snake case name [INFO] [stderr] --> src/Config/config.rs:66:16 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn new(Project: Project, Document: Document) -> Config { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `project` [INFO] [stderr] [INFO] [stderr] warning: variable `Document` should have a snake case name [INFO] [stderr] --> src/Config/config.rs:66:34 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn new(Project: Project, Document: Document) -> Config { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `document` [INFO] [stderr] [INFO] [stderr] warning: `texcreate_lib` (lib) generated 20 warnings (run `cargo fix --lib -p texcreate_lib` to apply 9 suggestions) [INFO] [stderr] warning: `texcreate_lib` (lib test) generated 20 warnings (20 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/texcreate_lib-2612245848410917) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests texcreate_lib [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/routes.rs - routes::create (line 78) ... FAILED [INFO] [stdout] test src/routes.rs - routes::load (line 39) ... FAILED [INFO] [stdout] test src/routes.rs - routes::const_conv (line 11) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/routes.rs - routes::create (line 78) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/routes.rs:87:18 [INFO] [stdout] | [INFO] [stdout] 11 | create(name, path, template); [INFO] [stdout] | ------ ^^^^ expected `&Option`, found `&str` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&Option` [INFO] [stdout] found reference `&str` [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/routes.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn create(name: &str, file_path: &Option, template: &str) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/routes.rs - routes::load (line 39) stdout ---- [INFO] [stdout] error[E0599]: no method named `write_all` found for struct `File` in the current scope [INFO] [stdout] --> src/routes.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 11 | main.write_all(basic.0.as_bytes()).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/9e136a30a965bf4e63f03095c57df7257bf96fd6/library/std/src/io/mod.rs:1751:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `File` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `write_all_at` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/9e136a30a965bf4e63f03095c57df7257bf96fd6/library/std/src/os/unix/fs.rs:244:5 [INFO] [stdout] help: trait `Write` which provides `write_all` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 2 + use std::io::Write; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_all` found for struct `File` in the current scope [INFO] [stdout] --> src/routes.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 14 | structure.write_all(basic.1.as_bytes()).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/9e136a30a965bf4e63f03095c57df7257bf96fd6/library/std/src/io/mod.rs:1751:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `File` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `write_all_at` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/9e136a30a965bf4e63f03095c57df7257bf96fd6/library/std/src/os/unix/fs.rs:244:5 [INFO] [stdout] help: trait `Write` which provides `write_all` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 2 + use std::io::Write; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/routes.rs - routes::const_conv (line 11) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `Basic_MAIN` in this scope [INFO] [stdout] --> src/routes.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 10 | let basic = const_conv(Basic_MAIN, basic::BASIC_STRUCTURE); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/routes.rs - routes::const_conv (line 11) [INFO] [stdout] src/routes.rs - routes::create (line 78) [INFO] [stdout] src/routes.rs - routes::load (line 39) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "5ef5efa231c91173041d7895407473690193e47bff13e9c0fe950c3a86a0e480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ef5efa231c91173041d7895407473690193e47bff13e9c0fe950c3a86a0e480", kill_on_drop: false }` [INFO] [stdout] 5ef5efa231c91173041d7895407473690193e47bff13e9c0fe950c3a86a0e480