[INFO] updating cached repository https://github.com/fastobo/fastobo-validator [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] [stderr] From https://github.com/fastobo/fastobo-validator [INFO] [stderr] * [new branch] dependabot/cargo/err-derive-0.1.6 -> dependabot/cargo/err-derive-0.1.6 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a85c05a8d955ea48bed09fb8fb40a60291ab6ed [INFO] testing fastobo/fastobo-validator against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffastobo%2Ffastobo-validator" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fastobo/fastobo-validator 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/fastobo/fastobo-validator [INFO] finished tweaking git repo https://github.com/fastobo/fastobo-validator [INFO] tweaked toml for git repo https://github.com/fastobo/fastobo-validator written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/fastobo/fastobo-validator 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 7fd96e9bbdb32be4dc9bfea26691c1387da794a2c1c05d3f7a43e234a6d3f269 [INFO] running `"docker" "start" "-a" "7fd96e9bbdb32be4dc9bfea26691c1387da794a2c1c05d3f7a43e234a6d3f269"` [INFO] [stderr] Compiling syn v0.15.43 [INFO] [stderr] Compiling proc-macro2 v1.0.3 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling xmlparser v0.8.1 [INFO] [stderr] Compiling strum v0.15.0 [INFO] [stderr] Compiling opaque_typedef v0.0.5 [INFO] [stderr] Compiling codegen v0.1.1 [INFO] [stderr] Compiling err-derive v0.1.5 [INFO] [stderr] Compiling roxmltree v0.4.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling isbn v0.2.0 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling darling_core v0.10.0 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling fastobo-syntax v0.3.3 [INFO] [stderr] Compiling opaque_typedef_macros v0.0.5 [INFO] [stderr] Compiling darling_macro v0.10.0 [INFO] [stderr] Compiling darling v0.10.0 [INFO] [stderr] Compiling fastobo-derive-internal v0.7.3 [INFO] [stderr] Compiling fastobo v0.7.3 [INFO] [stderr] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 47.07s [INFO] running `"docker" "inspect" "7fd96e9bbdb32be4dc9bfea26691c1387da794a2c1c05d3f7a43e234a6d3f269"` [INFO] running `"docker" "rm" "-f" "7fd96e9bbdb32be4dc9bfea26691c1387da794a2c1c05d3f7a43e234a6d3f269"` [INFO] [stdout] 7fd96e9bbdb32be4dc9bfea26691c1387da794a2c1c05d3f7a43e234a6d3f269 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 32be482a81b0553f9955fbb6d1bbf5c7fac448cd17a7625fff070c0ce579a392 [INFO] running `"docker" "start" "-a" "32be482a81b0553f9955fbb6d1bbf5c7fac448cd17a7625fff070c0ce579a392"` [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling predicates v1.0.1 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling assert_cmd v0.11.1 [INFO] [stderr] Compiling 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] Finished dev [unoptimized + debuginfo] target(s) in 16.13s [INFO] running `"docker" "inspect" "32be482a81b0553f9955fbb6d1bbf5c7fac448cd17a7625fff070c0ce579a392"` [INFO] running `"docker" "rm" "-f" "32be482a81b0553f9955fbb6d1bbf5c7fac448cd17a7625fff070c0ce579a392"` [INFO] [stdout] 32be482a81b0553f9955fbb6d1bbf5c7fac448cd17a7625fff070c0ce579a392 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] e94c458c00c592a4fdcd3deef4460de700e90547582256cbcda3bd969644ff67 [INFO] running `"docker" "start" "-a" "e94c458c00c592a4fdcd3deef4460de700e90547582256cbcda3bd969644ff67"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fastobo_validator-858d9e0a340b8057 [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/fastobo_validator-74e05628868e6f6c [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] Doc-tests fastobo-validator [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] running `"docker" "inspect" "e94c458c00c592a4fdcd3deef4460de700e90547582256cbcda3bd969644ff67"` [INFO] running `"docker" "rm" "-f" "e94c458c00c592a4fdcd3deef4460de700e90547582256cbcda3bd969644ff67"` [INFO] [stdout] e94c458c00c592a4fdcd3deef4460de700e90547582256cbcda3bd969644ff67