[INFO] updating cached repository hcpl/coreutils-date [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/hcpl/coreutils-date [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/hcpl/coreutils-date" "work/ex/beta-1.38-1/sources/1.37.0/gh/hcpl/coreutils-date"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/hcpl/coreutils-date'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hcpl/coreutils-date" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hcpl/coreutils-date"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hcpl/coreutils-date'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 719fc1b298bf5ad635af0304bb8f94d4afde67fb [INFO] sha for GitHub repo hcpl/coreutils-date: 719fc1b298bf5ad635af0304bb8f94d4afde67fb [INFO] validating manifest of hcpl/coreutils-date on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hcpl/coreutils-date on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hcpl/coreutils-date [INFO] finished frobbing hcpl/coreutils-date [INFO] frobbed toml for hcpl/coreutils-date written to work/ex/beta-1.38-1/sources/1.37.0/gh/hcpl/coreutils-date/Cargo.toml [INFO] started frobbing hcpl/coreutils-date [INFO] finished frobbing hcpl/coreutils-date [INFO] frobbed toml for hcpl/coreutils-date written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hcpl/coreutils-date/Cargo.toml [INFO] crate hcpl/coreutils-date already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing hcpl/coreutils-date against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hcpl/coreutils-date:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 3c4324a808639f3c7606da9705ef80b4a769604a7c4370c229f61dde5e7319d4 [INFO] running `"docker" "start" "-a" "3c4324a808639f3c7606da9705ef80b4a769604a7c4370c229f61dde5e7319d4"` [INFO] [stderr] Compiling gcc v0.3.49 [INFO] [stderr] Compiling nom v3.0.0 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling errno v0.2.3 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling date v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> date.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | / error_chain! { [INFO] [stderr] 49 | | foreign_links { [INFO] [stderr] 50 | | Io(::std::io::Error); [INFO] [stderr] 51 | | ChronoParse(::chrono::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 106 | | } [INFO] [stderr] 107 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> date.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | / error_chain! { [INFO] [stderr] 49 | | foreign_links { [INFO] [stderr] 50 | | Io(::std::io::Error); [INFO] [stderr] 51 | | ChronoParse(::chrono::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 106 | | } [INFO] [stderr] 107 | | } [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 29.80s [INFO] running `"docker" "inspect" "3c4324a808639f3c7606da9705ef80b4a769604a7c4370c229f61dde5e7319d4"` [INFO] running `"docker" "rm" "-f" "3c4324a808639f3c7606da9705ef80b4a769604a7c4370c229f61dde5e7319d4"` [INFO] [stdout] 3c4324a808639f3c7606da9705ef80b4a769604a7c4370c229f61dde5e7319d4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hcpl/coreutils-date:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 313a048b4550b07c9afd2d0cfe8559ad03c51890e9c6e83dff9ea93ab27426c1 [INFO] running `"docker" "start" "-a" "313a048b4550b07c9afd2d0cfe8559ad03c51890e9c6e83dff9ea93ab27426c1"` [INFO] [stderr] Compiling date v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> date.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | / error_chain! { [INFO] [stderr] 49 | | foreign_links { [INFO] [stderr] 50 | | Io(::std::io::Error); [INFO] [stderr] 51 | | ChronoParse(::chrono::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 106 | | } [INFO] [stderr] 107 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> date.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | / error_chain! { [INFO] [stderr] 49 | | foreign_links { [INFO] [stderr] 50 | | Io(::std::io::Error); [INFO] [stderr] 51 | | ChronoParse(::chrono::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 106 | | } [INFO] [stderr] 107 | | } [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 1.24s [INFO] running `"docker" "inspect" "313a048b4550b07c9afd2d0cfe8559ad03c51890e9c6e83dff9ea93ab27426c1"` [INFO] running `"docker" "rm" "-f" "313a048b4550b07c9afd2d0cfe8559ad03c51890e9c6e83dff9ea93ab27426c1"` [INFO] [stdout] 313a048b4550b07c9afd2d0cfe8559ad03c51890e9c6e83dff9ea93ab27426c1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hcpl/coreutils-date:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] b894499917e1a3bee2455fc94c6f7e652cbf402d03c78cac2ccf698afb4bb4a1 [INFO] running `"docker" "start" "-a" "b894499917e1a3bee2455fc94c6f7e652cbf402d03c78cac2ccf698afb4bb4a1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/uu_date-d289791bcf998dce [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] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/date-4cc043019f6d822e [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests uu_date [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "b894499917e1a3bee2455fc94c6f7e652cbf402d03c78cac2ccf698afb4bb4a1"` [INFO] running `"docker" "rm" "-f" "b894499917e1a3bee2455fc94c6f7e652cbf402d03c78cac2ccf698afb4bb4a1"` [INFO] [stdout] b894499917e1a3bee2455fc94c6f7e652cbf402d03c78cac2ccf698afb4bb4a1