[INFO] crate y4m 0.3.3 is already in cache [INFO] extracting crate y4m 0.3.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/y4m/0.3.3 [INFO] extracting crate y4m 0.3.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/y4m/0.3.3 [INFO] validating manifest of y4m-0.3.3 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 y4m-0.3.3 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 y4m-0.3.3 [INFO] finished frobbing y4m-0.3.3 [INFO] frobbed toml for y4m-0.3.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/y4m/0.3.3/Cargo.toml [INFO] started frobbing y4m-0.3.3 [INFO] finished frobbing y4m-0.3.3 [INFO] frobbed toml for y4m-0.3.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/y4m/0.3.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 y4m-0.3.3 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/y4m/0.3.3:/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] 27e4f844a352171673e980f9820a8e7ab7c4e5f536db281ba450777e42e255ea [INFO] running `"docker" "start" "-a" "27e4f844a352171673e980f9820a8e7ab7c4e5f536db281ba450777e42e255ea"` [INFO] [stderr] Compiling y4m v0.3.3 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.40s [INFO] running `"docker" "inspect" "27e4f844a352171673e980f9820a8e7ab7c4e5f536db281ba450777e42e255ea"` [INFO] running `"docker" "rm" "-f" "27e4f844a352171673e980f9820a8e7ab7c4e5f536db281ba450777e42e255ea"` [INFO] [stdout] 27e4f844a352171673e980f9820a8e7ab7c4e5f536db281ba450777e42e255ea [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/y4m/0.3.3:/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] a1668b4890bd82d45b982f8b66e37c5250a368d26b510f96cafe0f6b72557a98 [INFO] running `"docker" "start" "-a" "a1668b4890bd82d45b982f8b66e37c5250a368d26b510f96cafe0f6b72557a98"` [INFO] [stderr] Compiling resize v0.3.0 [INFO] [stderr] Compiling y4m v0.3.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/resize.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | let mut infh: Box = if args[1] == "-" { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/resize.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | let mut outfh: Box = if args[3] == "-" { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `"docker" "inspect" "a1668b4890bd82d45b982f8b66e37c5250a368d26b510f96cafe0f6b72557a98"` [INFO] running `"docker" "rm" "-f" "a1668b4890bd82d45b982f8b66e37c5250a368d26b510f96cafe0f6b72557a98"` [INFO] [stdout] a1668b4890bd82d45b982f8b66e37c5250a368d26b510f96cafe0f6b72557a98 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/y4m/0.3.3:/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] 3e2d9bb6c1a1380fea50d162e42a1b137326f071ef2bac375da33bc69be69920 [INFO] running `"docker" "start" "-a" "3e2d9bb6c1a1380fea50d162e42a1b137326f071ef2bac375da33bc69be69920"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/y4m-f528405b528aada8 [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] [stderr] Doc-tests y4m [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" "3e2d9bb6c1a1380fea50d162e42a1b137326f071ef2bac375da33bc69be69920"` [INFO] running `"docker" "rm" "-f" "3e2d9bb6c1a1380fea50d162e42a1b137326f071ef2bac375da33bc69be69920"` [INFO] [stdout] 3e2d9bb6c1a1380fea50d162e42a1b137326f071ef2bac375da33bc69be69920