[INFO] fetching crate svgfilters 0.4.0...
[INFO] checking svgfilters-0.4.0 against try#6284d7b4bd27983dba388146648ab844ca7d032f for pr-152971
[INFO] extracting crate svgfilters 0.4.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate svgfilters 0.4.0
[INFO] finished tweaking crates.io crate svgfilters 0.4.0
[INFO] tweaked toml for crates.io crate svgfilters 0.4.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate svgfilters 0.4.0 on toolchain 6284d7b4bd27983dba388146648ab844ca7d032f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding float-cmp v0.9.0 (available: v0.10.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65a05f1350e7c36c07a5037a6573899890a30e1e8f5032da2534fd8f543d671e
[INFO] running `Command { std: "docker" "start" "-a" "65a05f1350e7c36c07a5037a6573899890a30e1e8f5032da2534fd8f543d671e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65a05f1350e7c36c07a5037a6573899890a30e1e8f5032da2534fd8f543d671e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65a05f1350e7c36c07a5037a6573899890a30e1e8f5032da2534fd8f543d671e", kill_on_drop: false }`
[INFO] [stdout] 65a05f1350e7c36c07a5037a6573899890a30e1e8f5032da2534fd8f543d671e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16506ef838c91148d415c7218be9c204f817e4aa03de7b0004faf44972fd96c4
[INFO] running `Command { std: "docker" "start" "-a" "16506ef838c91148d415c7218be9c204f817e4aa03de7b0004faf44972fd96c4", kill_on_drop: false }`
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking svgfilters v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/iir_blur.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 |     gaussian_channel(data, &d, 0, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/iir_blur.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn gaussian_channel(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     data: &mut [u8],
[INFO] [stdout]    |     ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/iir_blur.rs:71:22
[INFO] [stdout]    |
[INFO] [stdout] 71 |     gaussian_channel(data, &d, 1, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/iir_blur.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn gaussian_channel(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     data: &mut [u8],
[INFO] [stdout]    |     ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/iir_blur.rs:72:22
[INFO] [stdout]    |
[INFO] [stdout] 72 |     gaussian_channel(data, &d, 2, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/iir_blur.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn gaussian_channel(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     data: &mut [u8],
[INFO] [stdout]    |     ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/iir_blur.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 |     gaussian_channel(data, &d, 0, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/iir_blur.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn gaussian_channel(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     data: &mut [u8],
[INFO] [stdout]    |     ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/iir_blur.rs:73:22
[INFO] [stdout]    |
[INFO] [stdout] 73 |     gaussian_channel(data, &d, 3, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/iir_blur.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn gaussian_channel(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     data: &mut [u8],
[INFO] [stdout]    |     ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/iir_blur.rs:71:22
[INFO] [stdout]    |
[INFO] [stdout] 71 |     gaussian_channel(data, &d, 1, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/iir_blur.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn gaussian_channel(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     data: &mut [u8],
[INFO] [stdout]    |     ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/iir_blur.rs:72:22
[INFO] [stdout]    |
[INFO] [stdout] 72 |     gaussian_channel(data, &d, 2, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/iir_blur.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn gaussian_channel(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     data: &mut [u8],
[INFO] [stdout]    |     ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/iir_blur.rs:73:22
[INFO] [stdout]    |
[INFO] [stdout] 73 |     gaussian_channel(data, &d, 3, buf);
[INFO] [stdout]    |     ---------------- ^^^^ expected `&mut [u8]`, found `&mut [Rgba<u8>]`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]               found mutable reference `&mut [RGBA<u8>]`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> src/iir_blur.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn gaussian_channel(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 77 |     data: &mut [u8],
[INFO] [stdout]    |     ---------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rgb::ComponentSlice`
[INFO] [stdout]   --> src/iir_blur.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rgb::ComponentSlice;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rgb::ComponentSlice`
[INFO] [stdout]   --> src/iir_blur.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use rgb::ComponentSlice;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `svgfilters` (lib test) due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `svgfilters` (lib) due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "16506ef838c91148d415c7218be9c204f817e4aa03de7b0004faf44972fd96c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16506ef838c91148d415c7218be9c204f817e4aa03de7b0004faf44972fd96c4", kill_on_drop: false }`
[INFO] [stdout] 16506ef838c91148d415c7218be9c204f817e4aa03de7b0004faf44972fd96c4
