[INFO] cloning repository https://github.com/thomas9911/imgopt_python [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomas9911/imgopt_python" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas9911%2Fimgopt_python", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas9911%2Fimgopt_python'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1e79ffebdd7a3fc38b5125fb91fe6328f1a20aa0 [INFO] testing thomas9911/imgopt_python against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas9911%2Fimgopt_python" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thomas9911/imgopt_python on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thomas9911/imgopt_python [INFO] finished tweaking git repo https://github.com/thomas9911/imgopt_python [INFO] tweaked toml for git repo https://github.com/thomas9911/imgopt_python written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/thomas9911/imgopt_python already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c3b72a41c36438764010ec72582f7a6c50781cb94dfb93c371b9da7bac9007b [INFO] running `Command { std: "docker" "start" "-a" "6c3b72a41c36438764010ec72582f7a6c50781cb94dfb93c371b9da7bac9007b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c3b72a41c36438764010ec72582f7a6c50781cb94dfb93c371b9da7bac9007b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c3b72a41c36438764010ec72582f7a6c50781cb94dfb93c371b9da7bac9007b", kill_on_drop: false }` [INFO] [stdout] 6c3b72a41c36438764010ec72582f7a6c50781cb94dfb93c371b9da7bac9007b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c10c33dec5de6bba124bd49173d9b2999b78ea46b0e333ebb41dbf858151d8f8 [INFO] running `Command { std: "docker" "start" "-a" "c10c33dec5de6bba124bd49173d9b2999b78ea46b0e333ebb41dbf858151d8f8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling pyo3-build-config v0.14.5 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling simplecss v0.1.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling deflate v0.9.1 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling rgb v0.8.27 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling xmlparser v0.1.2 [INFO] [stderr] Compiling svgparser v0.6.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling png v0.17.1 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling pyo3 v0.14.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling fallible_collections v0.4.3 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling float-cmp v0.3.0 [INFO] [stderr] Compiling svgdom v0.10.5 [INFO] [stderr] Compiling libwebp-sys v0.2.0 [INFO] [stderr] Compiling imagequant-sys v3.1.0+sys2.16.0 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling fern v0.5.9 [INFO] [stderr] Compiling svgcleaner v0.9.5 [INFO] [stderr] Compiling imagequant v3.1.0 [INFO] [stderr] Compiling webp v0.2.0 [INFO] [stderr] Compiling nasm-rs v0.2.1 [INFO] [stderr] Compiling mozjpeg-sys v1.0.0 [INFO] [stderr] Compiling pyo3-macros-backend v0.14.5 [INFO] [stderr] Compiling mozjpeg v0.9.1 [INFO] [stderr] Compiling imgopt v0.2.1 (https://github.com/thomas9911/imgopt?branch=main#ef3c5da6) [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling pyo3-macros v0.14.5 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling imgopt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.09s [INFO] running `Command { std: "docker" "inspect" "c10c33dec5de6bba124bd49173d9b2999b78ea46b0e333ebb41dbf858151d8f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c10c33dec5de6bba124bd49173d9b2999b78ea46b0e333ebb41dbf858151d8f8", kill_on_drop: false }` [INFO] [stdout] c10c33dec5de6bba124bd49173d9b2999b78ea46b0e333ebb41dbf858151d8f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e0ad826a103c1a5a979abce29faa9bfea5927c938f7cc3270e9f7aeb14dda0fa [INFO] running `Command { std: "docker" "start" "-a" "e0ad826a103c1a5a979abce29faa9bfea5927c938f7cc3270e9f7aeb14dda0fa", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling imgopt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.68s [INFO] running `Command { std: "docker" "inspect" "e0ad826a103c1a5a979abce29faa9bfea5927c938f7cc3270e9f7aeb14dda0fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0ad826a103c1a5a979abce29faa9bfea5927c938f7cc3270e9f7aeb14dda0fa", kill_on_drop: false }` [INFO] [stdout] e0ad826a103c1a5a979abce29faa9bfea5927c938f7cc3270e9f7aeb14dda0fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 621d4d4d36f0e8d6d5b42f39e474c7866363e1824bf0956764c9b8fc77d89c1e [INFO] running `Command { std: "docker" "start" "-a" "621d4d4d36f0e8d6d5b42f39e474c7866363e1824bf0956764c9b8fc77d89c1e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.65s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/imgopt-54abdfdb884b4fa8) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "621d4d4d36f0e8d6d5b42f39e474c7866363e1824bf0956764c9b8fc77d89c1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "621d4d4d36f0e8d6d5b42f39e474c7866363e1824bf0956764c9b8fc77d89c1e", kill_on_drop: false }` [INFO] [stdout] 621d4d4d36f0e8d6d5b42f39e474c7866363e1824bf0956764c9b8fc77d89c1e