[INFO] crate inspirer 0.1.1 is already in cache [INFO] checking inspirer-0.1.1 against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] extracting crate inspirer 0.1.1 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate inspirer 0.1.1 on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate inspirer 0.1.1 [INFO] finished tweaking crates.io crate inspirer 0.1.1 [INFO] tweaked toml for crates.io crate inspirer 0.1.1 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7287c7e38145132fd4c19183c9ec68bd51c6cef35bf9e9bec6c52dfc469e890a [INFO] running `"docker" "start" "-a" "7287c7e38145132fd4c19183c9ec68bd51c6cef35bf9e9bec6c52dfc469e890a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking nom v3.0.0 [INFO] [stderr] Checking slog-stdlog v1.1.0 [INFO] [stderr] Checking libinspire v0.1.0-beta-no-https [INFO] [stderr] Checking libads v0.1.0-beta [INFO] [stderr] Checking nom-bibtex v0.2.0 [INFO] [stderr] Checking inspirer v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:78:26 [INFO] [stderr] | [INFO] [stderr] 78 | let reader: &mut Read = match input_source { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:104:26 [INFO] [stderr] | [INFO] [stderr] 104 | let writer: &mut Write = match output_dest { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | / lazy_static! { [INFO] [stderr] 182 | | // TODO: check on the exact characters allowed in keys [INFO] [stderr] 183 | | // Just find groups of keys which are cited together [INFO] [stderr] 184 | | static ref AUX_REGEX: Regex = Regex::new( [INFO] [stderr] 185 | | r"(?:\\citation|\\abx@aux@cite)\{(?P.+)\}").expect("aux regex compiled during development"); [INFO] [stderr] 186 | | } [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:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | / lazy_static! { [INFO] [stderr] 189 | | // TODO: check on the exact characters allowed in keys [INFO] [stderr] 190 | | // Split keys which are cited together [INFO] [stderr] 191 | | static ref INNER_REGEX: Regex = Regex::new( [INFO] [stderr] 192 | | r"(?P[^,]+),?").expect("aux regex compiled during development"); [INFO] [stderr] 193 | | } [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:239:9 [INFO] [stderr] | [INFO] [stderr] 239 | / lazy_static! { [INFO] [stderr] 240 | | static ref BLG_REGEX: Regex = Regex::new( [INFO] [stderr] 241 | | r#"(Warning--|WARN - )I didn't find a database entry for ["'](.+)["']"#, [INFO] [stderr] 242 | | ).expect("blg regex compiled during development"); [INFO] [stderr] 243 | | } [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/lib.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain!{ [INFO] [stderr] 12 | | foreign_links { [INFO] [stderr] 13 | | Io(::std::io::Error) #[cfg(unix)]; [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:78:26 [INFO] [stderr] | [INFO] [stderr] 78 | let reader: &mut Read = match input_source { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:104:26 [INFO] [stderr] | [INFO] [stderr] 104 | let writer: &mut Write = match output_dest { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | / lazy_static! { [INFO] [stderr] 182 | | // TODO: check on the exact characters allowed in keys [INFO] [stderr] 183 | | // Just find groups of keys which are cited together [INFO] [stderr] 184 | | static ref AUX_REGEX: Regex = Regex::new( [INFO] [stderr] 185 | | r"(?:\\citation|\\abx@aux@cite)\{(?P.+)\}").expect("aux regex compiled during development"); [INFO] [stderr] 186 | | } [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:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | / lazy_static! { [INFO] [stderr] 189 | | // TODO: check on the exact characters allowed in keys [INFO] [stderr] 190 | | // Split keys which are cited together [INFO] [stderr] 191 | | static ref INNER_REGEX: Regex = Regex::new( [INFO] [stderr] 192 | | r"(?P[^,]+),?").expect("aux regex compiled during development"); [INFO] [stderr] 193 | | } [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:239:9 [INFO] [stderr] | [INFO] [stderr] 239 | / lazy_static! { [INFO] [stderr] 240 | | static ref BLG_REGEX: Regex = Regex::new( [INFO] [stderr] 241 | | r#"(Warning--|WARN - )I didn't find a database entry for ["'](.+)["']"#, [INFO] [stderr] 242 | | ).expect("blg regex compiled during development"); [INFO] [stderr] 243 | | } [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/lib.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain!{ [INFO] [stderr] 12 | | foreign_links { [INFO] [stderr] 13 | | Io(::std::io::Error) #[cfg(unix)]; [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [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/bin/blg2bib.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | .author(crate_authors!(",\n")) [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/bin/blg2bib.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | .author(crate_authors!(",\n")) [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/bin/aux2bib.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | .author(crate_authors!(",\n")) [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/bin/aux2bib.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | .author(crate_authors!(",\n")) [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/bin/blg2bib.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | .author(crate_authors!(",\n")) [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/bin/blg2bib.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | .author(crate_authors!(",\n")) [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/bin/aux2bib.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | .author(crate_authors!(",\n")) [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/bin/aux2bib.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | .author(crate_authors!(",\n")) [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] Finished dev [unoptimized + debuginfo] target(s) in 26.66s [INFO] running `"docker" "inspect" "7287c7e38145132fd4c19183c9ec68bd51c6cef35bf9e9bec6c52dfc469e890a"` [INFO] running `"docker" "rm" "-f" "7287c7e38145132fd4c19183c9ec68bd51c6cef35bf9e9bec6c52dfc469e890a"` [INFO] [stdout] 7287c7e38145132fd4c19183c9ec68bd51c6cef35bf9e9bec6c52dfc469e890a