[INFO] fetching crate signalo_filters 0.5.1... [INFO] checking signalo_filters-0.5.1 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate signalo_filters 0.5.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate signalo_filters 0.5.1 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate signalo_filters 0.5.1 [INFO] finished tweaking crates.io crate signalo_filters 0.5.1 [INFO] tweaked toml for crates.io crate signalo_filters 0.5.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", 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] c1d7f63a335ca7ceb9a8620281b1c4298f03c44a111a922f50e4768b175dc6ea [INFO] running `Command { std: "docker" "start" "-a" "c1d7f63a335ca7ceb9a8620281b1c4298f03c44a111a922f50e4768b175dc6ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1d7f63a335ca7ceb9a8620281b1c4298f03c44a111a922f50e4768b175dc6ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1d7f63a335ca7ceb9a8620281b1c4298f03c44a111a922f50e4768b175dc6ea", kill_on_drop: false }` [INFO] [stdout] c1d7f63a335ca7ceb9a8620281b1c4298f03c44a111a922f50e4768b175dc6ea [INFO] running `Command { std: "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" "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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f41a8e1fe6e07f0936b27e5f3655355e7b20afb08db6728cf5796fc58274787f [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" "f41a8e1fe6e07f0936b27e5f3655355e7b20afb08db6728cf5796fc58274787f", kill_on_drop: false }` [INFO] [stderr] Compiling arraydeque v0.4.5 [INFO] [stderr] Checking signalo_filters v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `generic_array::GenericArray: arraydeque::Array` is not satisfied [INFO] [stdout] --> src/convolve/mod.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | pub taps: ArrayDeque, Wrapping>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arraydeque::Array` is not implemented for `generic_array::GenericArray` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arraydeque-0.4.5/src/lib.rs:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct ArrayDeque { [INFO] [stdout] | ----- required by this bound in `arraydeque::ArrayDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `generic_array::GenericArray: arraydeque::Array` is not satisfied [INFO] [stdout] --> src/delay.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | pub taps: ArrayDeque, Wrapping>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arraydeque::Array` is not implemented for `generic_array::GenericArray` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arraydeque-0.4.5/src/lib.rs:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct ArrayDeque { [INFO] [stdout] | ----- required by this bound in `arraydeque::ArrayDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `generic_array::GenericArray: arraydeque::Array` is not satisfied [INFO] [stdout] --> src/mean/mean.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | pub taps: ArrayDeque, Wrapping>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arraydeque::Array` is not implemented for `generic_array::GenericArray` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arraydeque-0.4.5/src/lib.rs:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct ArrayDeque { [INFO] [stdout] | ----- required by this bound in `arraydeque::ArrayDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `signalo_filters`. [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] error[E0277]: the trait bound `generic_array::GenericArray: arraydeque::Array` is not satisfied [INFO] [stdout] --> src/convolve/mod.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | pub taps: ArrayDeque, Wrapping>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arraydeque::Array` is not implemented for `generic_array::GenericArray` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arraydeque-0.4.5/src/lib.rs:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct ArrayDeque { [INFO] [stdout] | ----- required by this bound in `arraydeque::ArrayDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `generic_array::GenericArray: arraydeque::Array` is not satisfied [INFO] [stdout] --> src/delay.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | pub taps: ArrayDeque, Wrapping>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arraydeque::Array` is not implemented for `generic_array::GenericArray` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arraydeque-0.4.5/src/lib.rs:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct ArrayDeque { [INFO] [stdout] | ----- required by this bound in `arraydeque::ArrayDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `generic_array::GenericArray: arraydeque::Array` is not satisfied [INFO] [stdout] --> src/mean/mean.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | pub taps: ArrayDeque, Wrapping>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arraydeque::Array` is not implemented for `generic_array::GenericArray` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arraydeque-0.4.5/src/lib.rs:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct ArrayDeque { [INFO] [stdout] | ----- required by this bound in `arraydeque::ArrayDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f41a8e1fe6e07f0936b27e5f3655355e7b20afb08db6728cf5796fc58274787f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f41a8e1fe6e07f0936b27e5f3655355e7b20afb08db6728cf5796fc58274787f", kill_on_drop: false }` [INFO] [stdout] f41a8e1fe6e07f0936b27e5f3655355e7b20afb08db6728cf5796fc58274787f