[INFO] updating cached repository https://github.com/rust-leipzig/wiki [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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 try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-leipzig%2Fwiki" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rust-leipzig/wiki on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "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-6/source/Cargo.toml [INFO] crate git repo https://github.com/rust-leipzig/wiki already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 084573613e7c9472865dba59b462374d915dc8c78b65db6c88e2d2778b6daa8c [INFO] running `"docker" "start" "-a" "084573613e7c9472865dba59b462374d915dc8c78b65db6c88e2d2778b6daa8c"` [INFO] [stderr] Compiling gcc v0.3.50 [INFO] [stderr] Compiling rayon-core v1.0.2 [INFO] [stderr] Checking deque v0.3.2 [INFO] [stderr] Checking unicode-bidi v0.3.3 [INFO] [stderr] Checking num_cpus v1.5.1 [INFO] [stderr] Checking uuid v0.5.0 [INFO] [stderr] Compiling hyper v0.10.11 [INFO] [stderr] Checking clap v2.24.2 [INFO] [stderr] Checking markdown v0.2.0 [INFO] [stderr] Checking idna v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Checking rayon v0.7.1 [INFO] [stderr] Checking url v1.4.1 [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: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: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 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: 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::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: 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: 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::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 48.40s [INFO] running `"docker" "inspect" "084573613e7c9472865dba59b462374d915dc8c78b65db6c88e2d2778b6daa8c"` [INFO] running `"docker" "rm" "-f" "084573613e7c9472865dba59b462374d915dc8c78b65db6c88e2d2778b6daa8c"` [INFO] [stdout] 084573613e7c9472865dba59b462374d915dc8c78b65db6c88e2d2778b6daa8c