[INFO] cloning repository snoyberg/rust-streaming-utf8 [INFO] running `"git" "clone" "--bare" "git://github.com/snoyberg/rust-streaming-utf8.git" "work/cache/sources/gh/snoyberg/rust-streaming-utf8"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/snoyberg/rust-streaming-utf8'... [INFO] running `"git" "clone" "work/cache/sources/gh/snoyberg/rust-streaming-utf8" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/snoyberg/rust-streaming-utf8"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/snoyberg/rust-streaming-utf8'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/snoyberg/rust-streaming-utf8" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/snoyberg/rust-streaming-utf8"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/snoyberg/rust-streaming-utf8'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ae254013a17e32ad9783dfffd0c63f42aef9f0fd [INFO] sha for GitHub repo snoyberg/rust-streaming-utf8: ae254013a17e32ad9783dfffd0c63f42aef9f0fd [INFO] validating manifest of snoyberg/rust-streaming-utf8 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 snoyberg/rust-streaming-utf8 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 snoyberg/rust-streaming-utf8 [INFO] finished frobbing snoyberg/rust-streaming-utf8 [INFO] frobbed toml for snoyberg/rust-streaming-utf8 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/snoyberg/rust-streaming-utf8/Cargo.toml [INFO] started frobbing snoyberg/rust-streaming-utf8 [INFO] finished frobbing snoyberg/rust-streaming-utf8 [INFO] frobbed toml for snoyberg/rust-streaming-utf8 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/snoyberg/rust-streaming-utf8/Cargo.toml [INFO] crate snoyberg/rust-streaming-utf8 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] testing snoyberg/rust-streaming-utf8 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/snoyberg/rust-streaming-utf8:/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] 28952e57235822967b86e6a28a68a82adfc86af73700651100a6c857250f1439 [INFO] running `"docker" "start" "-a" "28952e57235822967b86e6a28a68a82adfc86af73700651100a6c857250f1439"` [INFO] [stderr] Compiling rust-streaming-utf8 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [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:58:41 [INFO] [stderr] | [INFO] [stderr] 58 | MyAppError::IOError(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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:59:49 [INFO] [stderr] | [INFO] [stderr] 59 | MyAppError::DecodeUtf8Error(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `"docker" "inspect" "28952e57235822967b86e6a28a68a82adfc86af73700651100a6c857250f1439"` [INFO] running `"docker" "rm" "-f" "28952e57235822967b86e6a28a68a82adfc86af73700651100a6c857250f1439"` [INFO] [stdout] 28952e57235822967b86e6a28a68a82adfc86af73700651100a6c857250f1439 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/snoyberg/rust-streaming-utf8:/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] 7c49546c10236e5a31522689e662568e69c0496fb41a3ab150ac8d1f3c037628 [INFO] running `"docker" "start" "-a" "7c49546c10236e5a31522689e662568e69c0496fb41a3ab150ac8d1f3c037628"` [INFO] [stderr] Compiling rust-streaming-utf8 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [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:58:41 [INFO] [stderr] | [INFO] [stderr] 58 | MyAppError::IOError(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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:59:49 [INFO] [stderr] | [INFO] [stderr] 59 | MyAppError::DecodeUtf8Error(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "7c49546c10236e5a31522689e662568e69c0496fb41a3ab150ac8d1f3c037628"` [INFO] running `"docker" "rm" "-f" "7c49546c10236e5a31522689e662568e69c0496fb41a3ab150ac8d1f3c037628"` [INFO] [stdout] 7c49546c10236e5a31522689e662568e69c0496fb41a3ab150ac8d1f3c037628 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/snoyberg/rust-streaming-utf8:/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] cb76a4cb9b6dddb620504f8f96c31e1948e8e543bea136e8c3aa96fbd3a0b42f [INFO] running `"docker" "start" "-a" "cb76a4cb9b6dddb620504f8f96c31e1948e8e543bea136e8c3aa96fbd3a0b42f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_streaming_utf8-73f558fe8be084d5 [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" "cb76a4cb9b6dddb620504f8f96c31e1948e8e543bea136e8c3aa96fbd3a0b42f"` [INFO] running `"docker" "rm" "-f" "cb76a4cb9b6dddb620504f8f96c31e1948e8e543bea136e8c3aa96fbd3a0b42f"` [INFO] [stdout] cb76a4cb9b6dddb620504f8f96c31e1948e8e543bea136e8c3aa96fbd3a0b42f