[INFO] updating cached repository exoticorn/pngeq [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/exoticorn/pngeq [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/exoticorn/pngeq" "work/ex/beta-1.38-1/sources/1.37.0/gh/exoticorn/pngeq"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/exoticorn/pngeq'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/exoticorn/pngeq" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/exoticorn/pngeq"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/exoticorn/pngeq'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9b82178f4069da6e857ac376aefbff23073722dd [INFO] sha for GitHub repo exoticorn/pngeq: 9b82178f4069da6e857ac376aefbff23073722dd [INFO] validating manifest of exoticorn/pngeq 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 exoticorn/pngeq 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 exoticorn/pngeq [INFO] finished frobbing exoticorn/pngeq [INFO] frobbed toml for exoticorn/pngeq written to work/ex/beta-1.38-1/sources/1.37.0/gh/exoticorn/pngeq/Cargo.toml [INFO] started frobbing exoticorn/pngeq [INFO] finished frobbing exoticorn/pngeq [INFO] frobbed toml for exoticorn/pngeq written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/exoticorn/pngeq/Cargo.toml [INFO] crate exoticorn/pngeq 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/exoticorn/pngeq/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [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 exoticorn/pngeq 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-7/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/exoticorn/pngeq:/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] 78da96230f4803ad06aa051ef09a0ed5456ebe2408df2847859fbcde4b87441a [INFO] running `"docker" "start" "-a" "78da96230f4803ad06aa051ef09a0ed5456ebe2408df2847859fbcde4b87441a"` [INFO] [stderr] Compiling lodepng v0.8.2 [INFO] [stderr] Compiling rgb v0.7.2 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling exoquant v0.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling pngeq v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:38:23 [INFO] [stderr] | [INFO] [stderr] 38 | let ditherer: Box = match matches.value_of("ditherer") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ditherer::Ditherer` [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:55:38 [INFO] [stderr] | [INFO] [stderr] 55 | let (optimizer, opt_level): (Box, u32) = match matches.value_of("optimization level") [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Optimizer` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.53s [INFO] running `"docker" "inspect" "78da96230f4803ad06aa051ef09a0ed5456ebe2408df2847859fbcde4b87441a"` [INFO] running `"docker" "rm" "-f" "78da96230f4803ad06aa051ef09a0ed5456ebe2408df2847859fbcde4b87441a"` [INFO] [stdout] 78da96230f4803ad06aa051ef09a0ed5456ebe2408df2847859fbcde4b87441a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/exoticorn/pngeq:/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] 658b5325a400a9f740c918b101ca74520aae986d6f4bb4d11a556254822585a6 [INFO] running `"docker" "start" "-a" "658b5325a400a9f740c918b101ca74520aae986d6f4bb4d11a556254822585a6"` [INFO] [stderr] Compiling pngeq v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:38:23 [INFO] [stderr] | [INFO] [stderr] 38 | let ditherer: Box = match matches.value_of("ditherer") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ditherer::Ditherer` [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:55:38 [INFO] [stderr] | [INFO] [stderr] 55 | let (optimizer, opt_level): (Box, u32) = match matches.value_of("optimization level") [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Optimizer` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `"docker" "inspect" "658b5325a400a9f740c918b101ca74520aae986d6f4bb4d11a556254822585a6"` [INFO] running `"docker" "rm" "-f" "658b5325a400a9f740c918b101ca74520aae986d6f4bb4d11a556254822585a6"` [INFO] [stdout] 658b5325a400a9f740c918b101ca74520aae986d6f4bb4d11a556254822585a6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/exoticorn/pngeq:/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] 4865e85e3a0239f96fa137982a78ae00b313f922a9e4006173e8a3b0925b4d3f [INFO] running `"docker" "start" "-a" "4865e85e3a0239f96fa137982a78ae00b313f922a9e4006173e8a3b0925b4d3f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/pngeq-7237204fc6f26778 [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" "4865e85e3a0239f96fa137982a78ae00b313f922a9e4006173e8a3b0925b4d3f"` [INFO] running `"docker" "rm" "-f" "4865e85e3a0239f96fa137982a78ae00b313f922a9e4006173e8a3b0925b4d3f"` [INFO] [stdout] 4865e85e3a0239f96fa137982a78ae00b313f922a9e4006173e8a3b0925b4d3f