[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 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/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 5e80726bf819c154a33974514db840b5b6a4dd30a780bc7de1da9bf22739421a [INFO] running `"docker" "start" "-a" "5e80726bf819c154a33974514db840b5b6a4dd30a780bc7de1da9bf22739421a"` [INFO] [stderr] Compiling lodepng v0.8.2 [INFO] [stderr] Compiling c_vec v1.3.3 [INFO] [stderr] Compiling rgb v0.7.2 [INFO] [stderr] Compiling exoquant v0.2.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 11.15s [INFO] running `"docker" "inspect" "5e80726bf819c154a33974514db840b5b6a4dd30a780bc7de1da9bf22739421a"` [INFO] running `"docker" "rm" "-f" "5e80726bf819c154a33974514db840b5b6a4dd30a780bc7de1da9bf22739421a"` [INFO] [stdout] 5e80726bf819c154a33974514db840b5b6a4dd30a780bc7de1da9bf22739421a [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/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 5e39587cefe74c906b3528f79dbb3ccfb7c5c9acae1d831699b2e435c58db222 [INFO] running `"docker" "start" "-a" "5e39587cefe74c906b3528f79dbb3ccfb7c5c9acae1d831699b2e435c58db222"` [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.80s [INFO] running `"docker" "inspect" "5e39587cefe74c906b3528f79dbb3ccfb7c5c9acae1d831699b2e435c58db222"` [INFO] running `"docker" "rm" "-f" "5e39587cefe74c906b3528f79dbb3ccfb7c5c9acae1d831699b2e435c58db222"` [INFO] [stdout] 5e39587cefe74c906b3528f79dbb3ccfb7c5c9acae1d831699b2e435c58db222 [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/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 20a2a34849b5011691b632d0c71316cf180592c1d62755e4ea4b41af31133a59 [INFO] running `"docker" "start" "-a" "20a2a34849b5011691b632d0c71316cf180592c1d62755e4ea4b41af31133a59"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/pngeq-3af51c42a41d2670 [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" "20a2a34849b5011691b632d0c71316cf180592c1d62755e4ea4b41af31133a59"` [INFO] running `"docker" "rm" "-f" "20a2a34849b5011691b632d0c71316cf180592c1d62755e4ea4b41af31133a59"` [INFO] [stdout] 20a2a34849b5011691b632d0c71316cf180592c1d62755e4ea4b41af31133a59