[INFO] cloning repository sd-rust/cargo-demo [INFO] running `"git" "clone" "--bare" "git://github.com/sd-rust/cargo-demo.git" "work/cache/sources/gh/sd-rust/cargo-demo"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/sd-rust/cargo-demo'... [INFO] running `"git" "clone" "work/cache/sources/gh/sd-rust/cargo-demo" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sd-rust/cargo-demo"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sd-rust/cargo-demo'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sd-rust/cargo-demo" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sd-rust/cargo-demo"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sd-rust/cargo-demo on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing sd-rust/cargo-demo against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] ab427b1984b3d503aa4f43a0aba7282896337d58551fa8409181129d646191f9 [INFO] running `"docker" "start" "-a" "ab427b1984b3d503aa4f43a0aba7282896337d58551fa8409181129d646191f9"` [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.21 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling os_type v2.0.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 19.73s [INFO] running `"docker" "inspect" "ab427b1984b3d503aa4f43a0aba7282896337d58551fa8409181129d646191f9"` [INFO] running `"docker" "rm" "-f" "ab427b1984b3d503aa4f43a0aba7282896337d58551fa8409181129d646191f9"` [INFO] [stdout] ab427b1984b3d503aa4f43a0aba7282896337d58551fa8409181129d646191f9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 6a61e49cb0a7ba661219889f36f4be60ff9486ff399fe16866f76f4f92cf1d4e [INFO] running `"docker" "start" "-a" "6a61e49cb0a7ba661219889f36f4be60ff9486ff399fe16866f76f4f92cf1d4e"` [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.42s [INFO] running `"docker" "inspect" "6a61e49cb0a7ba661219889f36f4be60ff9486ff399fe16866f76f4f92cf1d4e"` [INFO] running `"docker" "rm" "-f" "6a61e49cb0a7ba661219889f36f4be60ff9486ff399fe16866f76f4f92cf1d4e"` [INFO] [stdout] 6a61e49cb0a7ba661219889f36f4be60ff9486ff399fe16866f76f4f92cf1d4e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 5f521073d30d039b7f0b05cb1b5a163d0a7d53a1c31cc04c9ff6cbc1505dd37a [INFO] running `"docker" "start" "-a" "5f521073d30d039b7f0b05cb1b5a163d0a7d53a1c31cc04c9ff6cbc1505dd37a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_demo-55cb65ed92835876 [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" "5f521073d30d039b7f0b05cb1b5a163d0a7d53a1c31cc04c9ff6cbc1505dd37a"` [INFO] running `"docker" "rm" "-f" "5f521073d30d039b7f0b05cb1b5a163d0a7d53a1c31cc04c9ff6cbc1505dd37a"` [INFO] [stdout] 5f521073d30d039b7f0b05cb1b5a163d0a7d53a1c31cc04c9ff6cbc1505dd37a