[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] building thomas9911/imgopt_python against try#9a3ef2cd3ecaae3c6ef59768612837d797602a6d for pr-137044-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas9911%2Fimgopt_python" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thomas9911/imgopt_python on toolchain 9a3ef2cd3ecaae3c6ef59768612837d797602a6d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "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-6-tc2/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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d313fd752780e3f77f1e5fd903eaf648288b23e26791bf87f144b35744e60a3 [INFO] running `Command { std: "docker" "start" "-a" "3d313fd752780e3f77f1e5fd903eaf648288b23e26791bf87f144b35744e60a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d313fd752780e3f77f1e5fd903eaf648288b23e26791bf87f144b35744e60a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d313fd752780e3f77f1e5fd903eaf648288b23e26791bf87f144b35744e60a3", kill_on_drop: false }` [INFO] [stdout] 3d313fd752780e3f77f1e5fd903eaf648288b23e26791bf87f144b35744e60a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f48f9253ec9a418876e270a91cc89d7cc999f495c13acff5dcef45dbee301381 [INFO] running `Command { std: "docker" "start" "-a" "f48f9253ec9a418876e270a91cc89d7cc999f495c13acff5dcef45dbee301381", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling pyo3-build-config v0.14.5 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [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 crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling bytemuck v1.7.2 [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 crossbeam-deque v0.8.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling xmlparser v0.1.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling rgb v0.8.27 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling libwebp-sys v0.2.0 [INFO] [stderr] Compiling imagequant-sys v3.1.0+sys2.16.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling fallible_collections v0.4.3 [INFO] [stderr] Compiling svgparser v0.6.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling float-cmp v0.3.0 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling simplecss v0.1.0 [INFO] [stderr] Compiling svgdom v0.10.5 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling deflate v0.9.1 [INFO] [stderr] Compiling fern v0.5.9 [INFO] [stderr] Compiling nasm-rs v0.2.1 [INFO] [stderr] Compiling pyo3 v0.14.5 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Compiling mozjpeg-sys v1.0.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling svgcleaner v0.9.5 [INFO] [stderr] Compiling png v0.17.1 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling pyo3-macros-backend v0.14.5 [INFO] [stderr] Compiling imagequant v3.1.0 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling pyo3-macros v0.14.5 [INFO] [stderr] Compiling mozjpeg v0.9.1 [INFO] [stderr] Compiling webp v0.2.0 [INFO] [stderr] Compiling imgopt v0.2.1 (https://github.com/thomas9911/imgopt?branch=main#ef3c5da6) [INFO] [stderr] Compiling imgopt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.02s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: svgparser v0.6.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "f48f9253ec9a418876e270a91cc89d7cc999f495c13acff5dcef45dbee301381", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f48f9253ec9a418876e270a91cc89d7cc999f495c13acff5dcef45dbee301381", kill_on_drop: false }` [INFO] [stdout] f48f9253ec9a418876e270a91cc89d7cc999f495c13acff5dcef45dbee301381 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c754f9f4ffb2d25cc2ea6406f0c5825c2c84e81b7475b2bdfb9c2d8bfe6e561 [INFO] running `Command { std: "docker" "start" "-a" "0c754f9f4ffb2d25cc2ea6406f0c5825c2c84e81b7475b2bdfb9c2d8bfe6e561", kill_on_drop: false }` [INFO] [stderr] Compiling imgopt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: svgparser v0.6.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "0c754f9f4ffb2d25cc2ea6406f0c5825c2c84e81b7475b2bdfb9c2d8bfe6e561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c754f9f4ffb2d25cc2ea6406f0c5825c2c84e81b7475b2bdfb9c2d8bfe6e561", kill_on_drop: false }` [INFO] [stdout] 0c754f9f4ffb2d25cc2ea6406f0c5825c2c84e81b7475b2bdfb9c2d8bfe6e561