Skip to content

Remove double debug server #2255

Remove double debug server

Remove double debug server #2255

Triggered via push March 27, 2024 16:02
Status Failure
Total duration 9m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 14 warnings
use of `default` to create a unit struct: vendor/rpc/trace/src/lib.rs#L90
error: use of `default` to create a unit struct --> vendor/rpc/trace/src/lib.rs:90:34 | 90 | _phantom: PhantomData::default(), | ^^^^^^^^^^^ help: remove this call to `default` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
use of `default` to create a unit struct: vendor/rpc/trace/src/lib.rs#L69
error: use of `default` to create a unit struct --> vendor/rpc/trace/src/lib.rs:69:34 | 69 | _phantom: PhantomData::default(), | ^^^^^^^^^^^ help: remove this call to `default` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs = note: `-D clippy::default-constructed-unit-structs` implied by `-D clippy::complexity`
clippy
Clippy had exited with the 101 exit code
check-license
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, viperproject/check-license-header@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-license
Config does not cover the file 'bin/collator/Cargo.toml'
check-license
Config does not cover the file 'bin/collator/res/astar.json'
check-license
Config does not cover the file 'bin/collator/res/astar.raw.json'
check-license
Config does not cover the file 'bin/collator/res/rocstar.json'
check-license
Config does not cover the file 'bin/collator/res/rocstar.raw.json'
check-license
Config does not cover the file 'bin/collator/res/shibuya.json'
check-license
Config does not cover the file 'bin/collator/res/shibuya.raw.json'
check-license
Config does not cover the file 'bin/collator/res/shiden.json'
check-license
Config does not cover the file 'bin/collator/res/shiden.raw.json'
check-license
Config does not cover the file 'bin/collator/res/shinjuku.json'
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.