[INFO] cloning repository https://github.com/andrei-cacio/distil-wasm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrei-cacio/distil-wasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrei-cacio%2Fdistil-wasm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrei-cacio%2Fdistil-wasm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1bc08c4e8db64312eb22abfb384cea1cd9fc5279 [INFO] checking andrei-cacio/distil-wasm against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrei-cacio%2Fdistil-wasm" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrei-cacio/distil-wasm on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andrei-cacio/distil-wasm [INFO] finished tweaking git repo https://github.com/andrei-cacio/distil-wasm [INFO] tweaked toml for git repo https://github.com/andrei-cacio/distil-wasm written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/andrei-cacio/distil-wasm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0fde3a099b724b703e629228c142c338905022651b64b6538f509d3edb27bb2f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0fde3a099b724b703e629228c142c338905022651b64b6538f509d3edb27bb2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0fde3a099b724b703e629228c142c338905022651b64b6538f509d3edb27bb2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fde3a099b724b703e629228c142c338905022651b64b6538f509d3edb27bb2f", kill_on_drop: false }` [INFO] [stdout] 0fde3a099b724b703e629228c142c338905022651b64b6538f509d3edb27bb2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8d4de1b57e88de800a8c939b55a4b1e578f679361b0d7ebcdb81da823b52d2b8 [INFO] running `Command { std: "docker" "start" "-a" "8d4de1b57e88de800a8c939b55a4b1e578f679361b0d7ebcdb81da823b52d2b8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.40 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling bumpalo v2.3.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling wasm-bindgen v0.2.40 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking lab v0.4.4 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Checking delta_e v0.1.0 [INFO] [stderr] Checking itertools v0.6.5 [INFO] [stderr] Checking deflate v0.7.19 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.40 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.40 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.40 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Checking distil v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0774]: `derive` may only be applied to structs, enums and unions [INFO] [stdout] --> src/lib.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Serialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0774]: `derive` may only be applied to structs, enums and unions [INFO] [stdout] --> src/lib.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Serialize)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `image::GenericImage::pixels_mut`: This cannot be implemented safely in Rust. Please use the image buffer directly. [INFO] [stdout] --> src/lib.rs:103:39 [INFO] [stdout] | [INFO] [stdout] 103 | for (_, _, px) in sub_img.pixels_mut() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0774`. [INFO] [stdout] [INFO] [stderr] error: could not compile `distil` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: use of deprecated associated function `image::GenericImage::pixels_mut`: This cannot be implemented safely in Rust. Please use the image buffer directly. [INFO] [stdout] --> src/lib.rs:103:39 [INFO] [stdout] | [INFO] [stdout] 103 | for (_, _, px) in sub_img.pixels_mut() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0774`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8d4de1b57e88de800a8c939b55a4b1e578f679361b0d7ebcdb81da823b52d2b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d4de1b57e88de800a8c939b55a4b1e578f679361b0d7ebcdb81da823b52d2b8", kill_on_drop: false }` [INFO] [stdout] 8d4de1b57e88de800a8c939b55a4b1e578f679361b0d7ebcdb81da823b52d2b8