[INFO] fetching crate fast_image_resize 0.7.0... [INFO] testing fast_image_resize-0.7.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate fast_image_resize 0.7.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate fast_image_resize 0.7.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fast_image_resize 0.7.0 [INFO] finished tweaking crates.io crate fast_image_resize 0.7.0 [INFO] tweaked toml for crates.io crate fast_image_resize 0.7.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b76957ed53c7e03f29b167a525ad54e1ab4de5eaf371370bdf8ef51f4bc53346 [INFO] running `Command { std: "docker" "start" "-a" "b76957ed53c7e03f29b167a525ad54e1ab4de5eaf371370bdf8ef51f4bc53346", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b76957ed53c7e03f29b167a525ad54e1ab4de5eaf371370bdf8ef51f4bc53346", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b76957ed53c7e03f29b167a525ad54e1ab4de5eaf371370bdf8ef51f4bc53346", kill_on_drop: false }` [INFO] [stdout] b76957ed53c7e03f29b167a525ad54e1ab4de5eaf371370bdf8ef51f4bc53346 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a559c7de88d0e734b67ec2d76e76d3d6af19efeac3d79f5fd039c34bd966b95d [INFO] running `Command { std: "docker" "start" "-a" "a559c7de88d0e734b67ec2d76e76d3d6af19efeac3d79f5fd039c34bd966b95d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling fast_image_resize v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `cpu_extensions` [INFO] [stdout] --> src/convolution/u16x3/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | cpu_extensions: CpuExtensions, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cpu_extensions` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu_extensions` [INFO] [stdout] --> src/convolution/u16x3/mod.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | cpu_extensions: CpuExtensions, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cpu_extensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.38s [INFO] running `Command { std: "docker" "inspect" "a559c7de88d0e734b67ec2d76e76d3d6af19efeac3d79f5fd039c34bd966b95d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a559c7de88d0e734b67ec2d76e76d3d6af19efeac3d79f5fd039c34bd966b95d", kill_on_drop: false }` [INFO] [stdout] a559c7de88d0e734b67ec2d76e76d3d6af19efeac3d79f5fd039c34bd966b95d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d64b1317d9d29d99e69d0f4687cc59404be077dec9866169582f85c9cf2a6e3 [INFO] running `Command { std: "docker" "start" "-a" "0d64b1317d9d29d99e69d0f4687cc59404be077dec9866169582f85c9cf2a6e3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.4 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling argh_shared v0.1.7 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling svg v0.8.2 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling rgb v0.8.31 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling open v1.7.1 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling minimad v0.7.1 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling gif v0.11.3 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling argh_derive v0.1.7 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling png v0.17.3 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling directories-next v2.0.0 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling fast_image_resize v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling termimad v0.10.3 [INFO] [stdout] warning: unused variable: `cpu_extensions` [INFO] [stdout] --> src/convolution/u16x3/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | cpu_extensions: CpuExtensions, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cpu_extensions` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu_extensions` [INFO] [stdout] --> src/convolution/u16x3/mod.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | cpu_extensions: CpuExtensions, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cpu_extensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fallible_collections v0.4.4 [INFO] [stderr] Compiling resize v0.7.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling argh v0.1.7 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling libsqlite3-sys v0.20.1 [INFO] [stderr] Compiling libgit2-sys v0.12.26+1.3.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling git2 v0.13.25 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling cli-log v0.1.0 [INFO] [stderr] Compiling csv2svg v0.1.6 [INFO] [stderr] error: could not compile `image` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name image --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/image-0.23.14/./src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="bmp"' --cfg 'feature="dds"' --cfg 'feature="default"' --cfg 'feature="dxt"' --cfg 'feature="farbfeld"' --cfg 'feature="gif"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="jpeg_rayon"' --cfg 'feature="png"' --cfg 'feature="pnm"' --cfg 'feature="scoped_threadpool"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' -C metadata=bb602319d0cc2f8e -C extra-filename=-bb602319d0cc2f8e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-1966a170f05acf26.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-cb2fe7cef7c6b632.rmeta --extern color_quant=/opt/rustwide/target/debug/deps/libcolor_quant-bb670ca85f88c4ae.rmeta --extern gif=/opt/rustwide/target/debug/deps/libgif-c2ce41229478e010.rmeta --extern jpeg=/opt/rustwide/target/debug/deps/libjpeg_decoder-a03ded66f4b85ecb.rmeta --extern num_iter=/opt/rustwide/target/debug/deps/libnum_iter-0510ebbc67db305f.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-f4a3bc86321cb906.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-6a59300382500f31.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-befb68b7f8538106.rmeta --extern scoped_threadpool=/opt/rustwide/target/debug/deps/libscoped_threadpool-282a17d535bf1fc9.rmeta --extern tiff=/opt/rustwide/target/debug/deps/libtiff-97b09192a265518a.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0d64b1317d9d29d99e69d0f4687cc59404be077dec9866169582f85c9cf2a6e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d64b1317d9d29d99e69d0f4687cc59404be077dec9866169582f85c9cf2a6e3", kill_on_drop: false }` [INFO] [stdout] 0d64b1317d9d29d99e69d0f4687cc59404be077dec9866169582f85c9cf2a6e3