[INFO] updating cached repository https://github.com/musoke/inspirer [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] 4d268b4cc59b15facb9031507bb8499be2ddd0be [INFO] checking musoke/inspirer against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmusoke%2Finspirer" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/musoke/inspirer 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/musoke/inspirer [INFO] finished tweaking git repo https://github.com/musoke/inspirer [INFO] tweaked toml for git repo https://github.com/musoke/inspirer written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/musoke/inspirer 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/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] 8747d147f69274a0895cf67959981b09cba4e008b9738e4f77f9f73c200aeb58 [INFO] running `"docker" "start" "-a" "8747d147f69274a0895cf67959981b09cba4e008b9738e4f77f9f73c200aeb58"` [INFO] [stderr] Compiling serde v1.0.71 [INFO] [stderr] Checking nom v3.0.0 [INFO] [stderr] Checking utf-8 v0.6.0 [INFO] [stderr] Checking regex-syntax v0.6.5 [INFO] [stderr] Compiling regex v1.0.3 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Checking phf v0.7.22 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking serde_json v0.9.10 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking hyper v0.10.13 [INFO] [stderr] Checking serde_urlencoded v0.4.3 [INFO] [stderr] Checking tendril v0.2.4 [INFO] [stderr] Checking slog-extra v0.1.2 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling string_cache v0.2.29 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Checking slog-stream v1.2.1 [INFO] [stderr] Checking nom-bibtex v0.2.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling html5ever v0.5.4 [INFO] [stderr] Checking hyper-native-tls v0.2.4 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Checking slog-term v1.5.0 [INFO] [stderr] Checking tempfile v3.0.8 [INFO] [stderr] Checking reqwest v0.5.2 [INFO] [stderr] Checking slog-stdlog v1.1.0 [INFO] [stderr] Checking globset v0.4.1 [INFO] [stderr] Checking os_type v2.2.0 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking ignore v0.4.3 [INFO] [stderr] Checking globwalk v0.5.0 [INFO] [stderr] Checking assert_fs v0.11.3 [INFO] [stderr] Checking serde_urlencoded v0.5.3 [INFO] [stderr] Checking serde_json v1.0.26 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking select v0.3.0 [INFO] [stderr] Checking hyper-tls v0.1.4 [INFO] [stderr] Checking libads v0.1.0-beta [INFO] [stderr] Checking human-panic v1.0.1 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking reqwest v0.7.3 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Checking libinspire v0.1.0-beta-no-https [INFO] [stderr] Checking inspirer v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:195:9 [INFO] [stderr] | [INFO] [stderr] 195 | / lazy_static! { [INFO] [stderr] 196 | | // TODO: check on the exact characters allowed in keys [INFO] [stderr] 197 | | // Just find groups of keys which are cited together [INFO] [stderr] 198 | | static ref AUX_REGEX: Regex = Regex::new( [INFO] [stderr] 199 | | r"(?:\\citation|\\abx@aux@cite)\{(?P.+)\}").expect("aux regex compiled during development"); [INFO] [stderr] 200 | | } [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:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | / lazy_static! { [INFO] [stderr] 203 | | // TODO: check on the exact characters allowed in keys [INFO] [stderr] 204 | | // Split keys which are cited together [INFO] [stderr] 205 | | static ref INNER_REGEX: Regex = Regex::new( [INFO] [stderr] 206 | | r"(?P[^,]+),?").expect("aux regex compiled during development"); [INFO] [stderr] 207 | | } [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:249:9 [INFO] [stderr] | [INFO] [stderr] 249 | / lazy_static! { [INFO] [stderr] 250 | | static ref BLG_REGEX: Regex = Regex::new( [INFO] [stderr] 251 | | r#"(Warning--|WARN - )I didn't find a database entry for ["'](.+)["']"#, [INFO] [stderr] 252 | | ) [INFO] [stderr] 253 | | .expect("blg regex compiled during development"); [INFO] [stderr] 254 | | } [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:195:9 [INFO] [stderr] | [INFO] [stderr] 195 | / lazy_static! { [INFO] [stderr] 196 | | // TODO: check on the exact characters allowed in keys [INFO] [stderr] 197 | | // Just find groups of keys which are cited together [INFO] [stderr] 198 | | static ref AUX_REGEX: Regex = Regex::new( [INFO] [stderr] 199 | | r"(?:\\citation|\\abx@aux@cite)\{(?P.+)\}").expect("aux regex compiled during development"); [INFO] [stderr] 200 | | } [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:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | / lazy_static! { [INFO] [stderr] 203 | | // TODO: check on the exact characters allowed in keys [INFO] [stderr] 204 | | // Split keys which are cited together [INFO] [stderr] 205 | | static ref INNER_REGEX: Regex = Regex::new( [INFO] [stderr] 206 | | r"(?P[^,]+),?").expect("aux regex compiled during development"); [INFO] [stderr] 207 | | } [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:249:9 [INFO] [stderr] | [INFO] [stderr] 249 | / lazy_static! { [INFO] [stderr] 250 | | static ref BLG_REGEX: Regex = Regex::new( [INFO] [stderr] 251 | | r#"(Warning--|WARN - )I didn't find a database entry for ["'](.+)["']"#, [INFO] [stderr] 252 | | ) [INFO] [stderr] 253 | | .expect("blg regex compiled during development"); [INFO] [stderr] 254 | | } [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: `copy` [INFO] [stderr] --> tests/tests.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use std::fs::{copy, File}; [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/bin/aux2bib.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | .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:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | .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:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | .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:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | .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:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | .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:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | .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:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | .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:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | .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 1m 39s [INFO] running `"docker" "inspect" "8747d147f69274a0895cf67959981b09cba4e008b9738e4f77f9f73c200aeb58"` [INFO] running `"docker" "rm" "-f" "8747d147f69274a0895cf67959981b09cba4e008b9738e4f77f9f73c200aeb58"` [INFO] [stdout] 8747d147f69274a0895cf67959981b09cba4e008b9738e4f77f9f73c200aeb58