[INFO] updating cached repository sd-rust/cargo-demo [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sd-rust/cargo-demo [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sd-rust/cargo-demo" "work/ex/beta-1.38-1/sources/1.37.0/gh/sd-rust/cargo-demo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sd-rust/cargo-demo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sd-rust/cargo-demo" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sd-rust/cargo-demo"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sd-rust/cargo-demo'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 541b56a739a3a273c3b36852a8a8ff00c6e4425d [INFO] sha for GitHub repo sd-rust/cargo-demo: 541b56a739a3a273c3b36852a8a8ff00c6e4425d [INFO] validating manifest of sd-rust/cargo-demo 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 sd-rust/cargo-demo 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 sd-rust/cargo-demo [INFO] finished frobbing sd-rust/cargo-demo [INFO] frobbed toml for sd-rust/cargo-demo written to work/ex/beta-1.38-1/sources/1.37.0/gh/sd-rust/cargo-demo/Cargo.toml [INFO] started frobbing sd-rust/cargo-demo [INFO] finished frobbing sd-rust/cargo-demo [INFO] frobbed toml for sd-rust/cargo-demo written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sd-rust/cargo-demo/Cargo.toml [INFO] crate sd-rust/cargo-demo 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sd-rust/cargo-demo 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/sd-rust/cargo-demo:/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] 3286fe0d5452b42279349a58fc85cca632a2ed8a4d0a472e5e39a1b462818639 [INFO] running `"docker" "start" "-a" "3286fe0d5452b42279349a58fc85cca632a2ed8a4d0a472e5e39a1b462818639"` [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.21 [INFO] [stderr] Compiling os_type v2.0.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling human-panic v1.0.0 [INFO] [stderr] Compiling cargo-demo 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:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain!{ [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Io(std::io::Error); [INFO] [stderr] 15 | | Utf8(std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain!{ [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Io(std::io::Error); [INFO] [stderr] 15 | | Utf8(std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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 12.63s [INFO] running `"docker" "inspect" "3286fe0d5452b42279349a58fc85cca632a2ed8a4d0a472e5e39a1b462818639"` [INFO] running `"docker" "rm" "-f" "3286fe0d5452b42279349a58fc85cca632a2ed8a4d0a472e5e39a1b462818639"` [INFO] [stdout] 3286fe0d5452b42279349a58fc85cca632a2ed8a4d0a472e5e39a1b462818639 [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/sd-rust/cargo-demo:/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] e387f14c062b3140eeef5a1310cb19de5c28c17b79b4ceb3e4308ae6718ffacc [INFO] running `"docker" "start" "-a" "e387f14c062b3140eeef5a1310cb19de5c28c17b79b4ceb3e4308ae6718ffacc"` [INFO] [stderr] Compiling cargo-demo 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:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain!{ [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Io(std::io::Error); [INFO] [stderr] 15 | | Utf8(std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / error_chain!{ [INFO] [stderr] 13 | | foreign_links { [INFO] [stderr] 14 | | Io(std::io::Error); [INFO] [stderr] 15 | | Utf8(std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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.70s [INFO] running `"docker" "inspect" "e387f14c062b3140eeef5a1310cb19de5c28c17b79b4ceb3e4308ae6718ffacc"` [INFO] running `"docker" "rm" "-f" "e387f14c062b3140eeef5a1310cb19de5c28c17b79b4ceb3e4308ae6718ffacc"` [INFO] [stdout] e387f14c062b3140eeef5a1310cb19de5c28c17b79b4ceb3e4308ae6718ffacc [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/sd-rust/cargo-demo:/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] 0bd2b723d16acfae6e1ba2ff3a34790df9f7e2b0752c9435780b17c80c027e4b [INFO] running `"docker" "start" "-a" "0bd2b723d16acfae6e1ba2ff3a34790df9f7e2b0752c9435780b17c80c027e4b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_demo-a899d73142443c9b [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" "0bd2b723d16acfae6e1ba2ff3a34790df9f7e2b0752c9435780b17c80c027e4b"` [INFO] running `"docker" "rm" "-f" "0bd2b723d16acfae6e1ba2ff3a34790df9f7e2b0752c9435780b17c80c027e4b"` [INFO] [stdout] 0bd2b723d16acfae6e1ba2ff3a34790df9f7e2b0752c9435780b17c80c027e4b