[INFO] updating cached repository https://github.com/rust-leipzig/wiki [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b67e14b0544394bf2fedcedbbd2354a7de1a424e [INFO] checking rust-leipzig/wiki against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-leipzig%2Fwiki" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rust-leipzig/wiki on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rust-leipzig/wiki [INFO] finished tweaking git repo https://github.com/rust-leipzig/wiki [INFO] tweaked toml for git repo https://github.com/rust-leipzig/wiki written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/rust-leipzig/wiki already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cfb1c2258d7fabf3d580e85ba3eb6ea1b245362a3ab5981b98f80a0dda339d18 [INFO] running `"docker" "start" "-a" "cfb1c2258d7fabf3d580e85ba3eb6ea1b245362a3ab5981b98f80a0dda339d18"` [INFO] [stderr] Compiling gcc v0.3.50 [INFO] [stderr] Compiling version_check v0.1.2 [INFO] [stderr] Checking cfg-if v0.1.0 [INFO] [stderr] Checking rustc-demangle v0.1.4 [INFO] [stderr] Compiling rayon-core v1.0.2 [INFO] [stderr] Checking pipeline v0.5.0 [INFO] [stderr] Checking unicode-bidi v0.3.3 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking num_cpus v1.5.1 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking base64 v0.5.2 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking error v0.1.9 [INFO] [stderr] Checking conduit-mime-types v0.7.3 [INFO] [stderr] Checking uuid v0.5.0 [INFO] [stderr] Compiling hyper v0.10.11 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking clap v2.24.2 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking idna v0.1.2 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Checking rayon v0.7.1 [INFO] [stderr] Checking url v1.4.1 [INFO] [stderr] Checking markdown v0.2.0 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.4.1/src/form_urlencoded.rs:248:40 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 247 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 248 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Checking iron v0.5.1 [INFO] [stderr] Checking backtrace v0.3.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking mowl v1.0.3 [INFO] [stderr] Checking wiki v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | /// Remove all input_paths [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 163 | self.input_paths.clear(); [INFO] [stderr] | ------------------------ rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:165:9 [INFO] [stderr] | [INFO] [stderr] 165 | /// Gather new content [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 166 | let md_path = PathBuf::from(&directory).join("**").join("*.md"); [INFO] [stderr] | ---------------------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | /// Remove all input_paths [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 163 | self.input_paths.clear(); [INFO] [stderr] | ------------------------ rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:165:9 [INFO] [stderr] | [INFO] [stderr] 165 | /// Gather new content [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 166 | let md_path = PathBuf::from(&directory).join("**").join("*.md"); [INFO] [stderr] | ---------------------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | /// Use the current working directory as a fallback [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 172 | / for entry in glob(md_path.to_str().unwrap_or("."))? { [INFO] [stderr] 173 | | self.input_paths.push( [INFO] [stderr] 174 | | InputPaths::new(entry?.to_str() [INFO] [stderr] 175 | | .ok_or_else(|| "Unable to stringfy entry in markdown path.")?)); [INFO] [stderr] 176 | | } [INFO] [stderr] | |_________- rustdoc does not generate documentation for expressions [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | /// Use the current working directory as a fallback [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 172 | / for entry in glob(md_path.to_str().unwrap_or("."))? { [INFO] [stderr] 173 | | self.input_paths.push( [INFO] [stderr] 174 | | InputPaths::new(entry?.to_str() [INFO] [stderr] 175 | | .ok_or_else(|| "Unable to stringfy entry in markdown path.")?)); [INFO] [stderr] 176 | | } [INFO] [stderr] | |_________- rustdoc does not generate documentation for expressions [INFO] [stderr] [INFO] [stderr] warning: unused import: `IronError` [INFO] [stderr] --> src/error.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | use iron::error::{HttpError, IronError}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `IronError` [INFO] [stderr] --> src/error.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | use iron::error::{HttpError, IronError}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] | [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] ... | [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / lazy_static! { [INFO] [stderr] 120 | | static ref PDF_MIME: Mime = "application/pdf".parse::().unwrap(); [INFO] [stderr] 121 | | static ref DOC_MIME: Mime = "application/msword".parse::().unwrap(); [INFO] [stderr] 122 | | static ref ODA_MIME: Mime = "application/oda".parse::().unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 131 | | static ref SHA_FILE: &'static str = ".files.sha"; [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc="An I/O error"]; [INFO] [stderr] 10 | | Glob(glob::GlobError) #[doc="A glob error"]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc="An I/O error"]; [INFO] [stderr] 10 | | Glob(glob::GlobError) #[doc="A glob error"]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | fs::create_dir(&file_directory); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | fs::create_dir_all(page_files_path.as_str()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:294:17 [INFO] [stderr] | [INFO] [stderr] 294 | html_file.read_to_string(&mut buffer); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:298:17 [INFO] [stderr] | [INFO] [stderr] 298 | html_file.write((&buffer).as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:254:20 [INFO] [stderr] | [INFO] [stderr] 254 | fs::create_dir(&file_directory); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:267:17 [INFO] [stderr] | [INFO] [stderr] 267 | fs::create_dir_all(page_files_path.as_str()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:294:17 [INFO] [stderr] | [INFO] [stderr] 294 | html_file.read_to_string(&mut buffer); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:298:17 [INFO] [stderr] | [INFO] [stderr] 298 | html_file.write((&buffer).as_bytes()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused import: `IronError` [INFO] [stderr] --> src/error.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | use iron::error::{HttpError, IronError}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc="An I/O error"]; [INFO] [stderr] 10 | | Glob(glob::GlobError) #[doc="A glob error"]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc="An I/O error"]; [INFO] [stderr] 10 | | Glob(glob::GlobError) #[doc="A glob error"]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | wiki.read_files(file_directory, output_directory); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused import: `IronError` [INFO] [stderr] --> src/error.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | use iron::error::{HttpError, IronError}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc="An I/O error"]; [INFO] [stderr] 10 | | Glob(glob::GlobError) #[doc="A glob error"]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / error_chain! { [INFO] [stderr] 8 | | foreign_links { [INFO] [stderr] 9 | | Io(io::Error) #[doc="An I/O error"]; [INFO] [stderr] 10 | | Glob(glob::GlobError) #[doc="A glob error"]; [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | wiki.read_files(file_directory, output_directory); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.51s [INFO] running `"docker" "inspect" "cfb1c2258d7fabf3d580e85ba3eb6ea1b245362a3ab5981b98f80a0dda339d18"` [INFO] running `"docker" "rm" "-f" "cfb1c2258d7fabf3d580e85ba3eb6ea1b245362a3ab5981b98f80a0dda339d18"` [INFO] [stdout] cfb1c2258d7fabf3d580e85ba3eb6ea1b245362a3ab5981b98f80a0dda339d18