[INFO] updating cached repository kgtkr/time-tweet [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kgtkr/time-tweet [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kgtkr/time-tweet" "work/ex/beta-1.37-6/sources/1.36.0/gh/kgtkr/time-tweet"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/kgtkr/time-tweet'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kgtkr/time-tweet" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kgtkr/time-tweet"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kgtkr/time-tweet'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e12ce96e6af44e0bb30c9412f76c8e3c68df14e7 [INFO] sha for GitHub repo kgtkr/time-tweet: e12ce96e6af44e0bb30c9412f76c8e3c68df14e7 [INFO] validating manifest of kgtkr/time-tweet on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kgtkr/time-tweet on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kgtkr/time-tweet [INFO] finished frobbing kgtkr/time-tweet [INFO] frobbed toml for kgtkr/time-tweet written to work/ex/beta-1.37-6/sources/1.36.0/gh/kgtkr/time-tweet/Cargo.toml [INFO] started frobbing kgtkr/time-tweet [INFO] finished frobbing kgtkr/time-tweet [INFO] frobbed toml for kgtkr/time-tweet written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kgtkr/time-tweet/Cargo.toml [INFO] crate kgtkr/time-tweet already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kgtkr/time-tweet against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kgtkr/time-tweet:/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.36.0" "build" "--frozen"` [INFO] [stdout] f5a601c37b2eb0b70a5b7ad3fb46c359c44f21692b9e4c54bd08afcc962be55e [INFO] running `"docker" "start" "-a" "f5a601c37b2eb0b70a5b7ad3fb46c359c44f21692b9e4c54bd08afcc962be55e"` [INFO] [stderr] Compiling nom v2.1.0 [INFO] [stderr] Compiling iter-merge-sort v0.1.1 [INFO] [stderr] Compiling clap v2.29.1 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling hyper v0.11.13 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling cron v0.6.0 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling egg-mode v0.12.0 [INFO] [stderr] Compiling time-tweet v0.1.9 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:173:5 [INFO] [stderr] | [INFO] [stderr] 173 | / error_chain! { [INFO] [stderr] 174 | | foreign_links { [INFO] [stderr] 175 | | TwitterError(::egg_mode::error::Error); [INFO] [stderr] 176 | | LateDateError(::time::OutOfRangeError); [INFO] [stderr] 177 | | } [INFO] [stderr] 178 | | } [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] --> src/main.rs:173:5 [INFO] [stderr] | [INFO] [stderr] 173 | / error_chain! { [INFO] [stderr] 174 | | foreign_links { [INFO] [stderr] 175 | | TwitterError(::egg_mode::error::Error); [INFO] [stderr] 176 | | LateDateError(::time::OutOfRangeError); [INFO] [stderr] 177 | | } [INFO] [stderr] 178 | | } [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" "f5a601c37b2eb0b70a5b7ad3fb46c359c44f21692b9e4c54bd08afcc962be55e"` [INFO] running `"docker" "rm" "-f" "f5a601c37b2eb0b70a5b7ad3fb46c359c44f21692b9e4c54bd08afcc962be55e"` [INFO] [stdout] f5a601c37b2eb0b70a5b7ad3fb46c359c44f21692b9e4c54bd08afcc962be55e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kgtkr/time-tweet:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 94cd3664e58de9c12ef358c16aa6792239490ae948820bd8bc336c9992460432 [INFO] running `"docker" "start" "-a" "94cd3664e58de9c12ef358c16aa6792239490ae948820bd8bc336c9992460432"` [INFO] [stderr] Compiling time-tweet v0.1.9 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:173:5 [INFO] [stderr] | [INFO] [stderr] 173 | / error_chain! { [INFO] [stderr] 174 | | foreign_links { [INFO] [stderr] 175 | | TwitterError(::egg_mode::error::Error); [INFO] [stderr] 176 | | LateDateError(::time::OutOfRangeError); [INFO] [stderr] 177 | | } [INFO] [stderr] 178 | | } [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] --> src/main.rs:173:5 [INFO] [stderr] | [INFO] [stderr] 173 | / error_chain! { [INFO] [stderr] 174 | | foreign_links { [INFO] [stderr] 175 | | TwitterError(::egg_mode::error::Error); [INFO] [stderr] 176 | | LateDateError(::time::OutOfRangeError); [INFO] [stderr] 177 | | } [INFO] [stderr] 178 | | } [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 2.82s [INFO] running `"docker" "inspect" "94cd3664e58de9c12ef358c16aa6792239490ae948820bd8bc336c9992460432"` [INFO] running `"docker" "rm" "-f" "94cd3664e58de9c12ef358c16aa6792239490ae948820bd8bc336c9992460432"` [INFO] [stdout] 94cd3664e58de9c12ef358c16aa6792239490ae948820bd8bc336c9992460432 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kgtkr/time-tweet:/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.36.0" "test" "--frozen"` [INFO] [stdout] 0c50a72c97ef125eabb2f3ee82f8dfa124f373d76abb3596393a91180d826db5 [INFO] running `"docker" "start" "-a" "0c50a72c97ef125eabb2f3ee82f8dfa124f373d76abb3596393a91180d826db5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/time_tweet-a4df17ba2234ca06 [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" "0c50a72c97ef125eabb2f3ee82f8dfa124f373d76abb3596393a91180d826db5"` [INFO] running `"docker" "rm" "-f" "0c50a72c97ef125eabb2f3ee82f8dfa124f373d76abb3596393a91180d826db5"` [INFO] [stdout] 0c50a72c97ef125eabb2f3ee82f8dfa124f373d76abb3596393a91180d826db5