[INFO] crate fastobo-validator 0.2.3 is already in cache [INFO] checking fastobo-validator-0.2.3 against master#f834695781d00daa61d04e11720403ff32cb0e78 for pr-63831 [INFO] extracting crate fastobo-validator 0.2.3 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate fastobo-validator 0.2.3 on toolchain f834695781d00daa61d04e11720403ff32cb0e78 [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate fastobo-validator 0.2.3 [INFO] finished tweaking crates.io crate fastobo-validator 0.2.3 [INFO] tweaked toml for crates.io crate fastobo-validator 0.2.3 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+f834695781d00daa61d04e11720403ff32cb0e78" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/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" "+f834695781d00daa61d04e11720403ff32cb0e78" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a5a5460e10ac083f251ff1aaca108e29ae5c57782be886601639cc095ba08cb4 [INFO] running `"docker" "start" "-a" "a5a5460e10ac083f251ff1aaca108e29ae5c57782be886601639cc095ba08cb4"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling xmlparser v0.8.1 [INFO] [stderr] Compiling indexmap v1.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling strum v0.15.0 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Checking rgb v0.8.14 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking opaque_typedef v0.0.5 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling roxmltree v0.4.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling codegen v0.1.1 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling err-derive v0.1.6 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling isbn v0.2.0 [INFO] [stderr] Compiling opaque_typedef_macros v0.0.5 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Compiling darling_core v0.10.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking fastobo-syntax v0.3.6 [INFO] [stderr] Compiling darling_macro v0.10.1 [INFO] [stderr] Compiling darling v0.10.1 [INFO] [stderr] Compiling fastobo-derive-internal v0.7.4 [INFO] [stderr] Checking fastobo v0.7.4 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking fastobo-validator v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `fastobo::ast::*` [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use fastobo::ast::*; [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/main.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | .author(clap::crate_authors!(",")) [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/main.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | .author(clap::crate_authors!(",")) [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] Checking serde_json v1.0.41 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] warning: unused import: `fastobo::ast::*` [INFO] [stderr] --> src/main.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | use fastobo::ast::*; [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/main.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | .author(clap::crate_authors!(",")) [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/main.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | .author(clap::crate_authors!(",")) [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 05s [INFO] running `"docker" "inspect" "a5a5460e10ac083f251ff1aaca108e29ae5c57782be886601639cc095ba08cb4"` [INFO] running `"docker" "rm" "-f" "a5a5460e10ac083f251ff1aaca108e29ae5c57782be886601639cc095ba08cb4"` [INFO] [stdout] a5a5460e10ac083f251ff1aaca108e29ae5c57782be886601639cc095ba08cb4