[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] testing rust-leipzig/wiki against beta-2019-09-28 for beta-1.39-1 [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 beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] d9f1bc17e546616f75ffef9f9ab2fcde08a6e2e89e2e485633742de83493404e [INFO] running `"docker" "start" "-a" "d9f1bc17e546616f75ffef9f9ab2fcde08a6e2e89e2e485633742de83493404e"` [INFO] [stderr] Compiling version_check v0.1.2 [INFO] [stderr] Compiling rayon-core v1.0.2 [INFO] [stderr] Compiling pipeline v0.5.0 [INFO] [stderr] Compiling num_cpus v1.5.1 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling uuid v0.5.0 [INFO] [stderr] Compiling hyper v0.10.11 [INFO] [stderr] Compiling markdown v0.2.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling rayon v0.7.1 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling mowl v1.0.3 [INFO] [stderr] Compiling 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 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: 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] Finished dev [unoptimized + debuginfo] target(s) in 37.96s [INFO] running `"docker" "inspect" "d9f1bc17e546616f75ffef9f9ab2fcde08a6e2e89e2e485633742de83493404e"` [INFO] running `"docker" "rm" "-f" "d9f1bc17e546616f75ffef9f9ab2fcde08a6e2e89e2e485633742de83493404e"` [INFO] [stdout] d9f1bc17e546616f75ffef9f9ab2fcde08a6e2e89e2e485633742de83493404e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] e5cd245b40430204e739fdca51361bc382fae5c1a2a1edf71b1f2b16be124b18 [INFO] running `"docker" "start" "-a" "e5cd245b40430204e739fdca51361bc382fae5c1a2a1edf71b1f2b16be124b18"` [INFO] [stderr] Compiling 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 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: 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] Finished dev [unoptimized + debuginfo] target(s) in 5.16s [INFO] running `"docker" "inspect" "e5cd245b40430204e739fdca51361bc382fae5c1a2a1edf71b1f2b16be124b18"` [INFO] running `"docker" "rm" "-f" "e5cd245b40430204e739fdca51361bc382fae5c1a2a1edf71b1f2b16be124b18"` [INFO] [stdout] e5cd245b40430204e739fdca51361bc382fae5c1a2a1edf71b1f2b16be124b18 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 0ab1128523944ce415f55000318a0a898385178fa503ee8cc516eeca671cba97 [INFO] running `"docker" "start" "-a" "0ab1128523944ce415f55000318a0a898385178fa503ee8cc516eeca671cba97"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wikilib-98a2af160752c078 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/wiki-69932482546a1507 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/error-94be63d0b153247f [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test io_error_to_wiki_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lib-e2984e5b29b3de99 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_read_non_existing_content ... FAILED [INFO] [stdout] test test_read_from_non_existing_directory ... ok [INFO] [stdout] test test_sha_file_existing ... FAILED [INFO] [stdout] test test_read_from_directory ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_read_non_existing_content stdout ---- [INFO] [stdout] thread 'test_read_non_existing_content' panicked at 'assertion failed: fs::create_dir(TMP_DIR).is_ok()', tests/lib.rs:68:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x562114819d04 - backtrace::backtrace::libunwind::trace::hf625d18232cbbbd4 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x562114819d04 - backtrace::backtrace::trace_unsynchronized::h41d74150fc6ff542 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x562114819d04 - std::sys_common::backtrace::_print_fmt::h85d37830c667a1f9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stdout] 3: 0x562114819d04 - ::fmt::h2b7ac01d5feaf9b2 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stdout] 4: 0x5621148366dc - core::fmt::write::h7fd0d904495c035f [INFO] [stdout] at src/libcore/fmt/mod.rs:1030 [INFO] [stdout] 5: 0x5621145582c5 - std::io::Write::write_fmt::h424452e6ba861394 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/io/mod.rs:1412 [INFO] [stdout] 6: 0x562114814bd1 - std::io::impls::>::write_fmt::h814a51d8ae1dee4a [INFO] [stdout] at src/libstd/io/impls.rs:141 [INFO] [stdout] 7: 0x56211481c875 - std::sys_common::backtrace::_print::h4c743f7c274a5a74 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stdout] 8: 0x56211481c875 - std::sys_common::backtrace::print::ha5c4f4bf03800d4d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56211481c875 - std::panicking::default_hook::{{closure}}::h8b842185774c09e6 [INFO] [stdout] at src/libstd/panicking.rs:196 [INFO] [stdout] 10: 0x56211481c4fc - std::panicking::default_hook::hd8ec13ee1bc2a65a [INFO] [stdout] at src/libstd/panicking.rs:207 [INFO] [stdout] 11: 0x56211481cf75 - std::panicking::rust_panic_with_hook::hf3b27166e5f403e7 [INFO] [stdout] at src/libstd/panicking.rs:473 [INFO] [stdout] 12: 0x5621145e2393 - std::panicking::begin_panic::hbabeb78747d8fb97 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:407 [INFO] [stdout] 13: 0x562114555bfc - lib::test_read_non_existing_content::h01309dbcd2a9c8f3 [INFO] [stdout] at tests/lib.rs:68 [INFO] [stdout] 14: 0x562114555b1a - lib::test_read_non_existing_content::{{closure}}::h88d86db8ef5fcdb8 [INFO] [stdout] at tests/lib.rs:66 [INFO] [stdout] 15: 0x562114556a5e - core::ops::function::FnOnce::call_once::h14a8b3c83b140fb5 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 16: 0x5621145621bf - as core::ops::function::FnOnce>::call_once::h8b428e8a43aaf8e9 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 17: 0x5621148200fa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: 0x56211457c9ce - std::panicking::try::heccce20d527a3513 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 19: 0x56211457c9ce - std::panic::catch_unwind::h7fd8f5d3271f1692 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x56211457c9ce - test::run_test::run_test_inner::{{closure}}::h88b46e5c359957e5 [INFO] [stdout] at src/libtest/lib.rs:1413 [INFO] [stdout] 21: 0x562114557a35 - std::sys_common::backtrace::__rust_begin_short_backtrace::h00847676c8212941 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/sys_common/backtrace.rs:126 [INFO] [stdout] 22: 0x56211455bbc5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h5dd37acd2295488e [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x56211455bbc5 - as core::ops::function::FnOnce<()>>::call_once::h9d32b103da0b97c6 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x56211455bbc5 - std::panicking::try::do_call::h2bd819a3056c57cd [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:292 [INFO] [stdout] 25: 0x5621148200fa - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x56211455c172 - std::panicking::try::h243a25457a848a1a [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panicking.rs:271 [INFO] [stdout] 27: 0x56211455c172 - std::panic::catch_unwind::h74b81f55e55e757c [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x56211455c172 - std::thread::Builder::spawn_unchecked::{{closure}}::h4c2d214a2cffa6cf [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x56211455c172 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8a8a187b3fb58e53 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/libcore/ops/function.rs:227 [INFO] [stdout] 30: 0x562114810cef - as core::ops::function::FnOnce>::call_once::h3cdef3b7ea22cd61 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 31: 0x56211481f850 - as core::ops::function::FnOnce>::call_once::hc8f25720bf0d5424 [INFO] [stdout] at /rustc/5752b6348ee6971573b278c315a02193c847ee32/src/liballoc/boxed.rs:922 [INFO] [stdout] 32: 0x56211481f850 - std::sys_common::thread::start_thread::h7e8885ccfd5d1932 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x56211481f850 - std::sys::unix::thread::Thread::new::thread_start::h5d24df932d688baf [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f45a2ae06db - start_thread [INFO] [stdout] 35: 0x7f45a25f188f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_sha_file_existing stdout ---- [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'test_sha_file_existing' panicked at 'assertion failed: wiki.read_content_from_current_paths(input_dir, "html2").is_ok()', tests/lib.rs:53:5 [INFO] [stdout] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. [INFO] [stdout] [INFO] [stdout] ---- test_read_from_directory stdout ---- [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] Logging failed: Could not create terminal. [INFO] [stdout] thread 'test_read_from_directory' panicked at 'assertion failed: wiki.read_content_from_current_paths(input_dir, "html").is_ok()', tests/lib.rs:24:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_read_from_directory [INFO] [stdout] test_read_non_existing_content [INFO] [stdout] test_sha_file_existing [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test lib' [INFO] running `"docker" "inspect" "0ab1128523944ce415f55000318a0a898385178fa503ee8cc516eeca671cba97"` [INFO] running `"docker" "rm" "-f" "0ab1128523944ce415f55000318a0a898385178fa503ee8cc516eeca671cba97"` [INFO] [stdout] 0ab1128523944ce415f55000318a0a898385178fa503ee8cc516eeca671cba97