[INFO] updating cached repository https://github.com/foresterre/stew [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 23e91706d957f34787bad78de7341f065d15151d [INFO] testing foresterre/stew against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforesterre%2Fstew" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/foresterre/stew on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/foresterre/stew [INFO] finished tweaking git repo https://github.com/foresterre/stew [INFO] tweaked toml for git repo https://github.com/foresterre/stew written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/foresterre/stew already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e3fd0b728e48023c980cbfe061674998358394d5d440813c5d40cf9a2b1934d9 [INFO] running `"docker" "start" "-a" "e3fd0b728e48023c980cbfe061674998358394d5d440813c5d40cf9a2b1934d9"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.3 [INFO] [stderr] Compiling combostew v0.2.0 [INFO] [stderr] Compiling combostew_cli v0.1.0 [INFO] [stderr] Compiling stew v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/bin/huerotate.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | ; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rotate180 --edition=2018 src/bin/rotate180.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=57cbdb6d561f7a8b -C extra-filename=-57cbdb6d561f7a8b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name brighten --edition=2018 src/bin/brighten.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=250abee0fe1a4cf6 -C extra-filename=-250abee0fe1a4cf6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rotate90 --edition=2018 src/bin/rotate90.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=df45676366429deb -C extra-filename=-df45676366429deb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name huerotate --edition=2018 src/bin/huerotate.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=e8036b1c9892e3fc -C extra-filename=-e8036b1c9892e3fc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name grayscale --edition=2018 src/bin/grayscale.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=f4ddf5411198a018 -C extra-filename=-f4ddf5411198a018 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name fliph --edition=2018 src/bin/fliph.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=c2b1ee080065abf0 -C extra-filename=-c2b1ee080065abf0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name resize --edition=2018 src/bin/resize.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=84d0c7d8d5d6e258 -C extra-filename=-84d0c7d8d5d6e258 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name contrast --edition=2018 src/bin/contrast.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=2e76a746a507af80 -C extra-filename=-2e76a746a507af80 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rotate270 --edition=2018 src/bin/rotate270.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=9e5f47044f70b0b5 -C extra-filename=-9e5f47044f70b0b5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name filter3x3 --edition=2018 src/bin/filter3x3.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=41ea0775040f0d63 -C extra-filename=-41ea0775040f0d63 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name blur --edition=2018 src/bin/blur.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=40114a98714841eb -C extra-filename=-40114a98714841eb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name unsharpen --edition=2018 src/bin/unsharpen.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=2a96e756a76f78fb -C extra-filename=-2a96e756a76f78fb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name crop --edition=2018 src/bin/crop.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=75d17b4db40e8ba8 -C extra-filename=-75d17b4db40e8ba8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name flipv --edition=2018 src/bin/flipv.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=c9d862b116c91204 -C extra-filename=-c9d862b116c91204 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name convert --edition=2018 src/bin/convert.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=0e6b748f2b4de62f -C extra-filename=-0e6b748f2b4de62f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `stew`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name invert --edition=2018 src/bin/invert.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=52b41853d6155e08 -C extra-filename=-52b41853d6155e08 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib --extern combostew=/opt/rustwide/target/debug/deps/libcombostew-fb31a65e0daf7ec5.rlib --extern combostew_cli=/opt/rustwide/target/debug/deps/libcombostew_cli-78988879f5368c5d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-2dbcc68b4a058a45.rlib --extern stew_lib=/opt/rustwide/target/debug/deps/libstew_lib-ddb851a70a48635a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "e3fd0b728e48023c980cbfe061674998358394d5d440813c5d40cf9a2b1934d9"` [INFO] running `"docker" "rm" "-f" "e3fd0b728e48023c980cbfe061674998358394d5d440813c5d40cf9a2b1934d9"` [INFO] [stdout] e3fd0b728e48023c980cbfe061674998358394d5d440813c5d40cf9a2b1934d9