Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Update Commit Hashes to Sept-29 Release #886

Update Commit Hashes to Sept-29 Release

Update Commit Hashes to Sept-29 Release #886

Triggered via push September 29, 2023 17:40
Status Failure
Total duration 8m 4s
Artifacts

push.yml

on: push
Matrix: clippy
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 4 warnings
the trait bound `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static: std::clone::Clone` is not satisfied: farmer/src/lib.rs#L752
error[E0277]: the trait bound `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static: std::clone::Clone` is not satisfied --> farmer/src/lib.rs:752:67 | 752 | let single_disk_farm_fut = SingleDiskFarm::new::<_, _, T>(description, disk_farm_idx); | ------------------------------ ^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static` | | | required by a bound introduced by this call | note: required by a bound in `subspace_farmer::single_disk_farm::SingleDiskFarm::new` --> /home/ubuntu/.cargo/git/checkouts/subspace-5c1447fb849a5554/d3914a1/crates/subspace-farmer/src/single_disk_farm.rs:582:27 | 576 | pub async fn new<NC, PG, PosTable>( | --- required by a bound in this associated function ... 582 | PG: PieceGetter + Clone + Send + 'static, | ^^^^^ required by this bound in `SingleDiskFarm::new` help: consider further restricting this bound | 731 | impl subspace_farmer_components::plotting::PieceGetter + Send + 'static + std::clone::Clone, | +++++++++++++++++++
missing fields `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool` in initializer of `subspace_farmer::single_disk_farm::SingleDiskFarmOptions<_, _>`: farmer/src/lib.rs#L740
error[E0063]: missing fields `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool` in initializer of `subspace_farmer::single_disk_farm::SingleDiskFarmOptions<_, _>` --> farmer/src/lib.rs:740:27 | 740 | let description = SingleDiskFarmOptions { | ^^^^^^^^^^^^^^^^^^^^^ missing `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool`
clippy (self-hosted, ubuntu-20.04-x86-64, false)
Clippy had exited with the 101 exit code
the trait bound `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static: std::clone::Clone` is not satisfied: farmer/src/lib.rs#L752
error[E0277]: the trait bound `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static: std::clone::Clone` is not satisfied --> farmer/src/lib.rs:752:67 | 752 | let single_disk_farm_fut = SingleDiskFarm::new::<_, _, T>(description, disk_farm_idx); | ------------------------------ ^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static` | | | required by a bound introduced by this call | note: required by a bound in `subspace_farmer::single_disk_farm::SingleDiskFarm::new` --> /Users/ec2-user/.cargo/git/checkouts/subspace-5c1447fb849a5554/d3914a1/crates/subspace-farmer/src/single_disk_farm.rs:582:27 | 576 | pub async fn new<NC, PG, PosTable>( | --- required by a bound in this associated function ... 582 | PG: PieceGetter + Clone + Send + 'static, | ^^^^^ required by this bound in `SingleDiskFarm::new` help: consider further restricting this bound | 731 | impl subspace_farmer_components::plotting::PieceGetter + Send + 'static + std::clone::Clone, | +++++++++++++++++++
missing fields `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool` in initializer of `subspace_farmer::single_disk_farm::SingleDiskFarmOptions<_, _>`: farmer/src/lib.rs#L740
error[E0063]: missing fields `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool` in initializer of `subspace_farmer::single_disk_farm::SingleDiskFarmOptions<_, _>` --> farmer/src/lib.rs:740:27 | 740 | let description = SingleDiskFarmOptions { | ^^^^^^^^^^^^^^^^^^^^^ missing `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool`
clippy (self-hosted, macos-12-arm64, false)
Clippy had exited with the 101 exit code
test (self-hosted, ubuntu-20.04-x86-64, false)
Process completed with exit code 101.
test (self-hosted, windows-server-2022-x86-64, false)
The job was canceled because "self-hosted_ubuntu-20_04-" failed.
test (self-hosted, windows-server-2022-x86-64, false)
Process completed with exit code 1.
test (self-hosted, windows-server-2022-x86-64, false)
The operation was canceled.
test (self-hosted, macos-12-arm64, false)
The job was canceled because "self-hosted_ubuntu-20_04-" failed.
test (self-hosted, macos-12-arm64, false)
The operation was canceled.
test (self-hosted, macos-12-arm64, false)
Process completed with exit code 1.
clippy (self-hosted, windows-server-2022-x86-64, false)
Process completed with exit code 1.
clippy (self-hosted, windows-server-2022-x86-64, false)
Clippy had exited with the 101 exit code
docs
Process completed with exit code 101.
the trait bound `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static: std::clone::Clone` is not satisfied: farmer/src/lib.rs#L752
error[E0277]: the trait bound `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static: std::clone::Clone` is not satisfied --> farmer/src/lib.rs:752:67 | 752 | let single_disk_farm_fut = SingleDiskFarm::new::<_, _, T>(description, disk_farm_idx); | ------------------------------ ^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static` | | | required by a bound introduced by this call | note: required by a bound in `subspace_farmer::single_disk_farm::SingleDiskFarm::new` --> /home/ubuntu/.cargo/git/checkouts/subspace-5c1447fb849a5554/d3914a1/crates/subspace-farmer/src/single_disk_farm.rs:582:27 | 576 | pub async fn new<NC, PG, PosTable>( | --- required by a bound in this associated function ... 582 | PG: PieceGetter + Clone + Send + 'static, | ^^^^^ required by this bound in `SingleDiskFarm::new` help: consider further restricting this bound | 731 | impl subspace_farmer_components::plotting::PieceGetter + Send + 'static + std::clone::Clone, | +++++++++++++++++++
missing fields `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool` in initializer of `subspace_farmer::single_disk_farm::SingleDiskFarmOptions<_, _>`: farmer/src/lib.rs#L740
error[E0063]: missing fields `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool` in initializer of `subspace_farmer::single_disk_farm::SingleDiskFarmOptions<_, _>` --> farmer/src/lib.rs:740:27 | 740 | let description = SingleDiskFarmOptions { | ^^^^^^^^^^^^^^^^^^^^^ missing `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool`
the trait bound `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static: std::clone::Clone` is not satisfied: farmer/src/lib.rs#L752
error[E0277]: the trait bound `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static: std::clone::Clone` is not satisfied --> farmer/src/lib.rs:752:67 | 752 | let single_disk_farm_fut = SingleDiskFarm::new::<_, _, T>(description, disk_farm_idx); | ------------------------------ ^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `impl subspace_farmer_components::plotting::PieceGetter + Send + 'static` | | | required by a bound introduced by this call | note: required by a bound in `subspace_farmer::single_disk_farm::SingleDiskFarm::new` --> /Users/ec2-user/.cargo/git/checkouts/subspace-5c1447fb849a5554/d3914a1/crates/subspace-farmer/src/single_disk_farm.rs:582:27 | 576 | pub async fn new<NC, PG, PosTable>( | --- required by a bound in this associated function ... 582 | PG: PieceGetter + Clone + Send + 'static, | ^^^^^ required by this bound in `SingleDiskFarm::new` help: consider further restricting this bound | 731 | impl subspace_farmer_components::plotting::PieceGetter + Send + 'static + std::clone::Clone, | +++++++++++++++++++
missing fields `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool` in initializer of `subspace_farmer::single_disk_farm::SingleDiskFarmOptions<_, _>`: farmer/src/lib.rs#L740
error[E0063]: missing fields `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool` in initializer of `subspace_farmer::single_disk_farm::SingleDiskFarmOptions<_, _>` --> farmer/src/lib.rs:740:27 | 740 | let description = SingleDiskFarmOptions { | ^^^^^^^^^^^^^^^^^^^^^ missing `farming_thread_pool`, `plotting_thread_pool` and `replotting_thread_pool`
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy (self-hosted, ubuntu-20.04-x86-64, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy (self-hosted, macos-12-arm64, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy (self-hosted, windows-server-2022-x86-64, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/