[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 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-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 5b7b28f50af7117a1aa35137cd86da9c3f312725bb06d1041c207bf0f3f32ef0 [INFO] running `"docker" "start" "-a" "5b7b28f50af7117a1aa35137cd86da9c3f312725bb06d1041c207bf0f3f32ef0"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling crossterm_cursor v0.2.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling crossterm_input v0.3.5 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling crossterm_terminal v0.2.4 [INFO] [stderr] Compiling crossterm v0.9.5 [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 50.67s [INFO] running `"docker" "inspect" "5b7b28f50af7117a1aa35137cd86da9c3f312725bb06d1041c207bf0f3f32ef0"` [INFO] running `"docker" "rm" "-f" "5b7b28f50af7117a1aa35137cd86da9c3f312725bb06d1041c207bf0f3f32ef0"` [INFO] [stdout] 5b7b28f50af7117a1aa35137cd86da9c3f312725bb06d1041c207bf0f3f32ef0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b34f35f2f43cfca615323894a22dab78993d89bc57f64347715f8ee7f941b18b [INFO] running `"docker" "start" "-a" "b34f35f2f43cfca615323894a22dab78993d89bc57f64347715f8ee7f941b18b"` [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.37s [INFO] running `"docker" "inspect" "b34f35f2f43cfca615323894a22dab78993d89bc57f64347715f8ee7f941b18b"` [INFO] running `"docker" "rm" "-f" "b34f35f2f43cfca615323894a22dab78993d89bc57f64347715f8ee7f941b18b"` [INFO] [stdout] b34f35f2f43cfca615323894a22dab78993d89bc57f64347715f8ee7f941b18b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 25cb5e456015728901782d055e8cc4e050bc6aa1590d584bfca1e5dcd4bedb94 [INFO] running `"docker" "start" "-a" "25cb5e456015728901782d055e8cc4e050bc6aa1590d584bfca1e5dcd4bedb94"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/i2a_rs-8f5b1086b6ff0a61 [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" "25cb5e456015728901782d055e8cc4e050bc6aa1590d584bfca1e5dcd4bedb94"` [INFO] running `"docker" "rm" "-f" "25cb5e456015728901782d055e8cc4e050bc6aa1590d584bfca1e5dcd4bedb94"` [INFO] [stdout] 25cb5e456015728901782d055e8cc4e050bc6aa1590d584bfca1e5dcd4bedb94