[INFO] updating cached repository https://github.com/guangie88/rs-hdfs-report [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] 7411fa2af6751e2d18191e1e0f6962b51c427d83 [INFO] testing guangie88/rs-hdfs-report against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguangie88%2Frs-hdfs-report" "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/guangie88/rs-hdfs-report 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/guangie88/rs-hdfs-report [INFO] finished tweaking git repo https://github.com/guangie88/rs-hdfs-report [INFO] tweaked toml for git repo https://github.com/guangie88/rs-hdfs-report written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/guangie88/rs-hdfs-report 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 3fd11fe3631dd5fe4b54c038c2fd47f03f06e3e74b31857616a3a096ab9f9561 [INFO] running `"docker" "start" "-a" "3fd11fe3631dd5fe4b54c038c2fd47f03f06e3e74b31857616a3a096ab9f9561"` [INFO] [stderr] Compiling cc v1.0.6 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling pulldown-cmark v0.0.8 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.11 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling retry v0.4.0 [INFO] [stderr] Compiling serde_yaml v0.7.3 [INFO] [stderr] Compiling derive-getters v0.0.3 [INFO] [stderr] Compiling serde-humantime v0.1.1 (https://github.com/tailhook/serde-humantime.git?rev=f76450e#f76450e8) [INFO] [stderr] Compiling structopt-derive v0.2.4 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling serde-value v0.5.1 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling simple_logger v0.5.0 [INFO] [stderr] Compiling skeptic v0.9.0 [INFO] [stderr] Compiling fruently v0.10.0 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling log4rs v0.8.0 [INFO] [stderr] Compiling structopt v0.2.4 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling mega-coll v0.2.0 (https://github.com/guangie88/rs-mega-coll.git?tag=v0.2.0#69a97e88) [INFO] [stderr] Compiling which v2.0.0 (https://github.com/fangyuanziti/which-rs.git?rev=53d5123#53d5123e) [INFO] [stderr] Compiling rs-hdfs-report v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/hdfs/mod.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref CAP_LINE_RE: Regex = Regex::new( [INFO] [stderr] 30 | | r"^Filesystem\s+Size\s+Used\s+Available\s+Use%\s+(?P.+)\s" [INFO] [stderr] 31 | | ).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | ).unwrap(); [INFO] [stderr] 35 | | } [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/hdfs/mod.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref CAP_LINE_RE: Regex = Regex::new( [INFO] [stderr] 30 | | r"^Filesystem\s+Size\s+Used\s+Available\s+Use%\s+(?P.+)\s" [INFO] [stderr] 31 | | ).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | ).unwrap(); [INFO] [stderr] 35 | | } [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 55.33s [INFO] running `"docker" "inspect" "3fd11fe3631dd5fe4b54c038c2fd47f03f06e3e74b31857616a3a096ab9f9561"` [INFO] running `"docker" "rm" "-f" "3fd11fe3631dd5fe4b54c038c2fd47f03f06e3e74b31857616a3a096ab9f9561"` [INFO] [stdout] 3fd11fe3631dd5fe4b54c038c2fd47f03f06e3e74b31857616a3a096ab9f9561 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 59461b9bee4bb4f1991fbd51113f9d27d68d9a824702f95598496cf20e829ca8 [INFO] running `"docker" "start" "-a" "59461b9bee4bb4f1991fbd51113f9d27d68d9a824702f95598496cf20e829ca8"` [INFO] [stderr] Compiling unindent v0.1.2 [INFO] [stderr] Compiling indoc-impl v0.2.3 [INFO] [stderr] Compiling indoc v0.2.3 [INFO] [stderr] Compiling rs-hdfs-report v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/hdfs/mod.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref CAP_LINE_RE: Regex = Regex::new( [INFO] [stderr] 30 | | r"^Filesystem\s+Size\s+Used\s+Available\s+Use%\s+(?P.+)\s" [INFO] [stderr] 31 | | ).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | ).unwrap(); [INFO] [stderr] 35 | | } [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/hdfs/mod.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref CAP_LINE_RE: Regex = Regex::new( [INFO] [stderr] 30 | | r"^Filesystem\s+Size\s+Used\s+Available\s+Use%\s+(?P.+)\s" [INFO] [stderr] 31 | | ).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | ).unwrap(); [INFO] [stderr] 35 | | } [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 5.58s [INFO] running `"docker" "inspect" "59461b9bee4bb4f1991fbd51113f9d27d68d9a824702f95598496cf20e829ca8"` [INFO] running `"docker" "rm" "-f" "59461b9bee4bb4f1991fbd51113f9d27d68d9a824702f95598496cf20e829ca8"` [INFO] [stdout] 59461b9bee4bb4f1991fbd51113f9d27d68d9a824702f95598496cf20e829ca8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] c9ff6c54792605806539c9aa0e2c66ebac871a3698294296c2c2ab76f2dc1973 [INFO] running `"docker" "start" "-a" "c9ff6c54792605806539c9aa0e2c66ebac871a3698294296c2c2ab76f2dc1973"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rs_hdfs_report-5a3c4054d929f0fd [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test hdfs::tests::test_df_parse_invalid_5 ... ok [INFO] [stdout] test hdfs::tests::test_df_parse_invalid_2 ... ok [INFO] [stdout] test hdfs::tests::test_df_parse_invalid_1 ... ok [INFO] [stdout] test hdfs::tests::test_df_parse_valid_1 ... ok [INFO] [stdout] test hdfs::tests::test_df_parse_invalid_6 ... ok [INFO] [stdout] test hdfs::tests::test_df_parse_invalid_4 ... ok [INFO] [stdout] test hdfs::tests::test_df_parse_invalid_3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c9ff6c54792605806539c9aa0e2c66ebac871a3698294296c2c2ab76f2dc1973"` [INFO] running `"docker" "rm" "-f" "c9ff6c54792605806539c9aa0e2c66ebac871a3698294296c2c2ab76f2dc1973"` [INFO] [stdout] c9ff6c54792605806539c9aa0e2c66ebac871a3698294296c2c2ab76f2dc1973