[INFO] updating cached repository hsfzxjy/i2a-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/hsfzxjy/i2a-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/hsfzxjy/i2a-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/hsfzxjy/i2a-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/hsfzxjy/i2a-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hsfzxjy/i2a-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hsfzxjy/i2a-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hsfzxjy/i2a-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3d4bdb0be671269717fb7a9c20ebc67075bd723f [INFO] sha for GitHub repo hsfzxjy/i2a-rs: 3d4bdb0be671269717fb7a9c20ebc67075bd723f [INFO] validating manifest of hsfzxjy/i2a-rs 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 hsfzxjy/i2a-rs 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 hsfzxjy/i2a-rs [INFO] finished frobbing hsfzxjy/i2a-rs [INFO] frobbed toml for hsfzxjy/i2a-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/hsfzxjy/i2a-rs/Cargo.toml [INFO] started frobbing hsfzxjy/i2a-rs [INFO] finished frobbing hsfzxjy/i2a-rs [INFO] frobbed toml for hsfzxjy/i2a-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hsfzxjy/i2a-rs/Cargo.toml [INFO] crate hsfzxjy/i2a-rs 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 hsfzxjy/i2a-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hsfzxjy/i2a-rs:/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-08-13" "build" "--frozen"` [INFO] [stdout] 749c3ebaebec3d2043b175e11f8d55c8ade51424d189eb75b6b54f2e1b851c62 [INFO] running `"docker" "start" "-a" "749c3ebaebec3d2043b175e11f8d55c8ade51424d189eb75b6b54f2e1b851c62"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling json v0.11.14 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling crossterm_utils v0.2.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling crossterm_cursor v0.2.3 [INFO] [stderr] Compiling crossterm_screen v0.2.3 [INFO] [stderr] Compiling crossterm_style v0.3.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossterm_input v0.3.5 [INFO] [stderr] Compiling crossterm_terminal v0.2.4 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling crossterm v0.9.5 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.2 [INFO] [stderr] Compiling i2a-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/util/gif.rs:13:57 [INFO] [stderr] | [INFO] [stderr] 13 | type Result = std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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] --> src/main.rs:16:41 [INFO] [stderr] | [INFO] [stderr] 16 | fn main() -> Result<(), std::boxed::Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.54s [INFO] running `"docker" "inspect" "749c3ebaebec3d2043b175e11f8d55c8ade51424d189eb75b6b54f2e1b851c62"` [INFO] running `"docker" "rm" "-f" "749c3ebaebec3d2043b175e11f8d55c8ade51424d189eb75b6b54f2e1b851c62"` [INFO] [stdout] 749c3ebaebec3d2043b175e11f8d55c8ade51424d189eb75b6b54f2e1b851c62 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hsfzxjy/i2a-rs:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 403902f1604e830e06519b8355f279a624beb27306ab8aa11e311995bb2ac515 [INFO] running `"docker" "start" "-a" "403902f1604e830e06519b8355f279a624beb27306ab8aa11e311995bb2ac515"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling i2a-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/util/gif.rs:13:57 [INFO] [stderr] | [INFO] [stderr] 13 | type Result = std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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] --> src/main.rs:16:41 [INFO] [stderr] | [INFO] [stderr] 16 | fn main() -> Result<(), std::boxed::Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] running `"docker" "inspect" "403902f1604e830e06519b8355f279a624beb27306ab8aa11e311995bb2ac515"` [INFO] running `"docker" "rm" "-f" "403902f1604e830e06519b8355f279a624beb27306ab8aa11e311995bb2ac515"` [INFO] [stdout] 403902f1604e830e06519b8355f279a624beb27306ab8aa11e311995bb2ac515 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hsfzxjy/i2a-rs:/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-08-13" "test" "--frozen"` [INFO] [stdout] 4dee69f40b4965c98570b43af8d04742509e2995cfadf001de900c7e8d9cf801 [INFO] running `"docker" "start" "-a" "4dee69f40b4965c98570b43af8d04742509e2995cfadf001de900c7e8d9cf801"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/i2a_rs-aceef10e2af48d11 [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" "4dee69f40b4965c98570b43af8d04742509e2995cfadf001de900c7e8d9cf801"` [INFO] running `"docker" "rm" "-f" "4dee69f40b4965c98570b43af8d04742509e2995cfadf001de900c7e8d9cf801"` [INFO] [stdout] 4dee69f40b4965c98570b43af8d04742509e2995cfadf001de900c7e8d9cf801