[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.37-6/sources/1.36.0/gh/exoticorn/pngeq"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/exoticorn/pngeq'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/exoticorn/pngeq" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/exoticorn/pngeq"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.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 exoticorn/pngeq 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 exoticorn/pngeq [INFO] finished frobbing exoticorn/pngeq [INFO] frobbed toml for exoticorn/pngeq written to work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 exoticorn/pngeq 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-1/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/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-07-23" "build" "--frozen"` [INFO] [stdout] 66c752059d98761402921957aa5110c7ce8abb3b6e386ac8c1cc6f5249ed5914 [INFO] running `"docker" "start" "-a" "66c752059d98761402921957aa5110c7ce8abb3b6e386ac8c1cc6f5249ed5914"` [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 10.46s [INFO] running `"docker" "inspect" "66c752059d98761402921957aa5110c7ce8abb3b6e386ac8c1cc6f5249ed5914"` [INFO] running `"docker" "rm" "-f" "66c752059d98761402921957aa5110c7ce8abb3b6e386ac8c1cc6f5249ed5914"` [INFO] [stdout] 66c752059d98761402921957aa5110c7ce8abb3b6e386ac8c1cc6f5249ed5914 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/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/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] e2143a5e0f7a16c68705930ccde0a41014d11e1148f4c24260441fa34a95483c [INFO] running `"docker" "start" "-a" "e2143a5e0f7a16c68705930ccde0a41014d11e1148f4c24260441fa34a95483c"` [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 1.05s [INFO] running `"docker" "inspect" "e2143a5e0f7a16c68705930ccde0a41014d11e1148f4c24260441fa34a95483c"` [INFO] running `"docker" "rm" "-f" "e2143a5e0f7a16c68705930ccde0a41014d11e1148f4c24260441fa34a95483c"` [INFO] [stdout] e2143a5e0f7a16c68705930ccde0a41014d11e1148f4c24260441fa34a95483c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/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/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-07-23" "test" "--frozen"` [INFO] [stdout] a0c00f71d833bc117251cef3dcdbe5800a579effa8881e17efae4986cc1ad422 [INFO] running `"docker" "start" "-a" "a0c00f71d833bc117251cef3dcdbe5800a579effa8881e17efae4986cc1ad422"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/pngeq-d0178f231562a173 [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" "a0c00f71d833bc117251cef3dcdbe5800a579effa8881e17efae4986cc1ad422"` [INFO] running `"docker" "rm" "-f" "a0c00f71d833bc117251cef3dcdbe5800a579effa8881e17efae4986cc1ad422"` [INFO] [stdout] a0c00f71d833bc117251cef3dcdbe5800a579effa8881e17efae4986cc1ad422