[INFO] updating cached repository AndyHoang/showrss [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AndyHoang/showrss [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AndyHoang/showrss" "work/ex/beta-1.37-6/sources/1.36.0/gh/AndyHoang/showrss"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/AndyHoang/showrss'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AndyHoang/showrss" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyHoang/showrss"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyHoang/showrss'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 70d0c3a086ce5f03c900dd6c94e249d79885587b [INFO] sha for GitHub repo AndyHoang/showrss: 70d0c3a086ce5f03c900dd6c94e249d79885587b [INFO] validating manifest of AndyHoang/showrss 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 AndyHoang/showrss 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 AndyHoang/showrss [INFO] finished frobbing AndyHoang/showrss [INFO] frobbed toml for AndyHoang/showrss written to work/ex/beta-1.37-6/sources/1.36.0/gh/AndyHoang/showrss/Cargo.toml [INFO] started frobbing AndyHoang/showrss [INFO] finished frobbing AndyHoang/showrss [INFO] frobbed toml for AndyHoang/showrss written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyHoang/showrss/Cargo.toml [INFO] crate AndyHoang/showrss 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AndyHoang/showrss against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyHoang/showrss:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 62270b82caa5ac3255539efdac3ebb53bc1a6dc810e50419720d672e095e05f6 [INFO] running `"docker" "start" "-a" "62270b82caa5ac3255539efdac3ebb53bc1a6dc810e50419720d672e095e05f6"` [INFO] [stderr] Compiling derive_builder v0.5.1 [INFO] [stderr] Compiling backtrace-sys v0.1.19 [INFO] [stderr] Compiling derive_builder_core v0.2.0 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.8 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling quick-xml v0.12.1 [INFO] [stderr] Compiling rss v1.5.0 [INFO] [stderr] Compiling showrss 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] --> src/main.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain!{ [INFO] [stderr] 14 | | [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain!{ [INFO] [stderr] 14 | | [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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 38.72s [INFO] running `"docker" "inspect" "62270b82caa5ac3255539efdac3ebb53bc1a6dc810e50419720d672e095e05f6"` [INFO] running `"docker" "rm" "-f" "62270b82caa5ac3255539efdac3ebb53bc1a6dc810e50419720d672e095e05f6"` [INFO] [stdout] 62270b82caa5ac3255539efdac3ebb53bc1a6dc810e50419720d672e095e05f6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyHoang/showrss:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 6b2a4a88ffcfa7936ec6f34829a80ef7806b232e7ec75658a304d084e828f6a1 [INFO] running `"docker" "start" "-a" "6b2a4a88ffcfa7936ec6f34829a80ef7806b232e7ec75658a304d084e828f6a1"` [INFO] [stderr] Compiling showrss 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] --> src/main.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain!{ [INFO] [stderr] 14 | | [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain!{ [INFO] [stderr] 14 | | [INFO] [stderr] 15 | | foreign_links { [INFO] [stderr] 16 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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.63s [INFO] running `"docker" "inspect" "6b2a4a88ffcfa7936ec6f34829a80ef7806b232e7ec75658a304d084e828f6a1"` [INFO] running `"docker" "rm" "-f" "6b2a4a88ffcfa7936ec6f34829a80ef7806b232e7ec75658a304d084e828f6a1"` [INFO] [stdout] 6b2a4a88ffcfa7936ec6f34829a80ef7806b232e7ec75658a304d084e828f6a1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AndyHoang/showrss:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 9f6f0b34d0e9f11153432c089eee2151093a036fc4998d12fb3e8f2171fe736d [INFO] running `"docker" "start" "-a" "9f6f0b34d0e9f11153432c089eee2151093a036fc4998d12fb3e8f2171fe736d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/showrss-d2163755b9dba5bf [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" "9f6f0b34d0e9f11153432c089eee2151093a036fc4998d12fb3e8f2171fe736d"` [INFO] running `"docker" "rm" "-f" "9f6f0b34d0e9f11153432c089eee2151093a036fc4998d12fb3e8f2171fe736d"` [INFO] [stdout] 9f6f0b34d0e9f11153432c089eee2151093a036fc4998d12fb3e8f2171fe736d