[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.37-6/sources/1.36.0/gh/hsfzxjy/i2a-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/hsfzxjy/i2a-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hsfzxjy/i2a-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/hsfzxjy/i2a-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hsfzxjy/i2a-rs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing hsfzxjy/i2a-rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] b7830aa323d0089f442ebe32cce4203b545e65239c63450fa68993635c0bca0f [INFO] running `"docker" "start" "-a" "b7830aa323d0089f442ebe32cce4203b545e65239c63450fa68993635c0bca0f"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling json v0.11.14 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling crossterm_utils v0.2.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling crossterm_screen v0.2.3 [INFO] [stderr] Compiling crossterm_cursor v0.2.3 [INFO] [stderr] Compiling crossterm_style v0.3.3 [INFO] [stderr] Compiling clap v2.33.0 [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 num-rational v0.2.1 [INFO] [stderr] Compiling png v0.14.1 [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 num-derive v0.2.5 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [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 1m 05s [INFO] running `"docker" "inspect" "b7830aa323d0089f442ebe32cce4203b545e65239c63450fa68993635c0bca0f"` [INFO] running `"docker" "rm" "-f" "b7830aa323d0089f442ebe32cce4203b545e65239c63450fa68993635c0bca0f"` [INFO] [stdout] b7830aa323d0089f442ebe32cce4203b545e65239c63450fa68993635c0bca0f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 32bfaaa10041aeaa8ec056306ce085d540fbacc74c07f1da20946b83dac8b07f [INFO] running `"docker" "start" "-a" "32bfaaa10041aeaa8ec056306ce085d540fbacc74c07f1da20946b83dac8b07f"` [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.17s [INFO] running `"docker" "inspect" "32bfaaa10041aeaa8ec056306ce085d540fbacc74c07f1da20946b83dac8b07f"` [INFO] running `"docker" "rm" "-f" "32bfaaa10041aeaa8ec056306ce085d540fbacc74c07f1da20946b83dac8b07f"` [INFO] [stdout] 32bfaaa10041aeaa8ec056306ce085d540fbacc74c07f1da20946b83dac8b07f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen"` [INFO] [stdout] b8a788718bffb8cea6efd7604b353404fdb02972827d18d5f1cf2f9e99757213 [INFO] running `"docker" "start" "-a" "b8a788718bffb8cea6efd7604b353404fdb02972827d18d5f1cf2f9e99757213"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/i2a_rs-dd5c2dbdd3e826ba [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" "b8a788718bffb8cea6efd7604b353404fdb02972827d18d5f1cf2f9e99757213"` [INFO] running `"docker" "rm" "-f" "b8a788718bffb8cea6efd7604b353404fdb02972827d18d5f1cf2f9e99757213"` [INFO] [stdout] b8a788718bffb8cea6efd7604b353404fdb02972827d18d5f1cf2f9e99757213