chore: remove no longer required bls-eth-go/blst #3356
+3
−213
Merged
Garnix CI / check clippy [x86_64-linux]
succeeded
Dec 10, 2024 in 4m 24s
Run results
Build succeeded
Details
Last 100 lines of logs:
|
259 | for (i, (msg, entry_fn)) in msgs.into_iter().enumerate() {
| ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
|
= note: `#[warn(unused_variables)]` on by default
warning: `voyager-transaction-plugin-aptos` (bin "voyager-transaction-plugin-aptos" test) generated 1 warning
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:189:17
|
189 | self_connection_state.client_id.clone(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self_connection_state.client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `#[warn(clippy::clone_on_copy)]` on by default
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:197:17
|
197 | self_connection_state.client_id.clone(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self_connection_state.client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:217:25
|
217 | channel_id: self_channel_id.clone(),
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self_channel_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:584:41
|
584 | let client_id = connection.client_id.clone();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `connection.client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:653:41
|
653 | let client_id = destination_channel.connection.client_id.clone();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `destination_channel.connection.client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:684:41
|
684 | let client_id = destination_channel.connection.client_id.clone();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `destination_channel.connection.client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:715:41
|
715 | let client_id = source_channel.connection.client_id.clone();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `source_channel.connection.client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:745:41
|
745 | let client_id = source_channel.connection.client_id.clone();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `source_channel.connection.client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:768:69
|
768 | .client_info::<IbcUnion>(self.chain_id.clone(), client_id.clone())
| ^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: using `clone` on type `u32` which implements the `Copy` trait
--> voyager/plugins/event-source/movement/src/main.rs:775:25
|
775 | client_id.clone(),
| ^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `client_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
warning: `voyager-event-source-plugin-movement` (bin "voyager-event-source-plugin-movement" test) generated 10 warnings (run `cargo clippy --fix --bin "voyager-event-source-plugin-movement" --tests` to apply 10 suggestions)
Finished `release` profile [optimized] target(s) in 1m 23s
buildPhase completed in 1 minutes 23 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/fhn2zjh07mg6g8y2sz6qra9nd4s4lfb7-workspace-cargo-clippy-deps-0.0.0/target.tar.zst to /nix/store/7i55ahadcx5gsp0sfrpz1wvdfj91d58g-workspace-cargo-clippy-clippy-0.0.0/target.tar.zst
/*stdin*\ : 31.11% ( 803 MiB => 250 MiB, /nix/store/7i55ahadcx5gsp0sfrpz1wvdfj91d58g-workspace-cargo-clippy-clippy-0.0.0/target.tar.zst)
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/7i55ahadcx5gsp0sfrpz1wvdfj91d58g-workspace-cargo-clippy-clippy-0.0.0
checking for references to /build/ in /nix/store/7i55ahadcx5gsp0sfrpz1wvdfj91d58g-workspace-cargo-clippy-clippy-0.0.0...
patching script interpreter paths in /nix/store/7i55ahadcx5gsp0sfrpz1wvdfj91d58g-workspace-cargo-clippy-clippy-0.0.0
Loading