code: Fix warnings #508
push.yml
on: pull_request
cargo fmt (nightly)
11s
clippy (stable)
1m 10s
coverage
6m 1s
Cargo deny
33s
Matrix: dist
Matrix: test
Annotations
15 errors and 165 warnings
cargo fmt (nightly)
Process completed with exit code 1.
|
test (ubuntu-latest, 1.70.0):
cli/src/main.rs#L932
future cannot be sent between threads safely
|
test (ubuntu-latest, 1.70.0)
could not compile `wormhole-rs` (bin "wormhole-rs" test) due to previous error
|
test (ubuntu-latest, 1.70.0)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
test (ubuntu-latest, stable):
src/transit/transport.rs#L276
struct `TransitInfo` has no field named `_unused`
|
test (ubuntu-latest, stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
test (windows-latest, 1.70.0):
cli/src/main.rs#L932
future cannot be sent between threads safely
|
test (windows-latest, 1.70.0)
could not compile `wormhole-rs` (bin "wormhole-rs" test) due to previous error
|
test (windows-latest, 1.70.0)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
test (ubuntu-latest, nightly):
src/transit/transport.rs#L276
struct `TransitInfo` has no field named `_unused`
|
test (ubuntu-latest, nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
test (windows-latest, stable):
src/transit/transport.rs#L276
struct `TransitInfo` has no field named `_unused`
|
test (windows-latest, stable)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
test (windows-latest, nightly):
src/transit/transport.rs#L276
struct `TransitInfo` has no field named `_unused`
|
test (windows-latest, nightly)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
cargo fmt (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cargo fmt (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo fmt (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo fmt (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo fmt (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Cargo deny
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Cargo deny
Unexpected input(s) 'toolchain', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
|
Cargo deny
Unexpected input(s) 'toolchain', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L228
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:228:23
|
228 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L203
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:203:15
|
203 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L179
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:179:15
|
179 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L170
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:170:11
|
170 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L158
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:158:15
|
158 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L143
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:143:15
|
143 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L130
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:130:15
|
130 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L121
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:121:11
|
121 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
|
unneeded sub `cfg` when there is no condition:
src/core.rs#L735
warning: unneeded sub `cfg` when there is no condition
--> src/core.rs:735:11
|
735 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
= note: `#[warn(clippy::non_minimal_cfg)]` on by default
|
clippy (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, actions-rs/toolchain@v1, 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/
|
clippy (stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy (stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, 1.70.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (ubuntu-latest, 1.70.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, 1.70.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, 1.70.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, 1.70.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, 1.70.0):
src/util.rs#L3
unused macro definition: `ensure`
|
test (ubuntu-latest, 1.70.0):
src/util.rs#L11
unused macro definition: `bail`
|
test (ubuntu-latest, 1.70.0):
src/util.rs#L179
function `sleep` is never used
|
test (ubuntu-latest, 1.70.0):
src/util.rs#L190
function `timeout` is never used
|
test (ubuntu-latest, 1.70.0):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, 1.70.0):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, 1.70.0)
`magic-wormhole` (lib) generated 6 warnings
|
test (ubuntu-latest, 1.70.0):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, 1.70.0):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, 1.70.0)
`magic-wormhole` (lib) generated 2 warnings
|
test (ubuntu-latest, 1.70.0):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, 1.70.0):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, 1.70.0)
`magic-wormhole` (lib) generated 2 warnings
|
test (ubuntu-latest, 1.70.0):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, 1.70.0)
`magic-wormhole` (lib) generated 1 warning
|
test (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (ubuntu-latest, stable):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, stable)
`magic-wormhole` (lib) generated 1 warning
|
test (ubuntu-latest, stable):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, stable):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, stable)
`magic-wormhole` (lib) generated 2 warnings
|
test (ubuntu-latest, stable):
src/transfer.rs#L23
unused imports: `PathBuf`, `Path`
|
test (ubuntu-latest, stable)
`magic-wormhole` (lib) generated 1 warning
|
test (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, stable):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, stable):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, stable)
`magic-wormhole` (lib) generated 2 warnings
|
test (ubuntu-latest, stable):
src/util.rs#L3
unused macro definition: `ensure`
|
test (ubuntu-latest, stable):
src/util.rs#L11
unused macro definition: `bail`
|
test (ubuntu-latest, stable):
src/util.rs#L179
function `sleep` is never used
|
test (ubuntu-latest, stable):
src/util.rs#L190
function `timeout` is never used
|
test (ubuntu-latest, stable):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, stable):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, stable)
`magic-wormhole` (lib) generated 6 warnings
|
test (windows-latest, 1.70.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (windows-latest, 1.70.0):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, 1.70.0)
`magic-wormhole` (lib) generated 1 warning
|
test (windows-latest, 1.70.0):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, 1.70.0):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, 1.70.0)
`magic-wormhole` (lib) generated 2 warnings
|
test (windows-latest, 1.70.0):
src/util.rs#L3
unused macro definition: `ensure`
|
test (windows-latest, 1.70.0):
src/util.rs#L11
unused macro definition: `bail`
|
test (windows-latest, 1.70.0):
src/util.rs#L179
function `sleep` is never used
|
test (windows-latest, 1.70.0):
src/util.rs#L190
function `timeout` is never used
|
test (windows-latest, 1.70.0):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, 1.70.0):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, 1.70.0)
`magic-wormhole` (lib) generated 6 warnings
|
test (windows-latest, 1.70.0):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, 1.70.0):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, 1.70.0)
`magic-wormhole` (lib) generated 2 warnings
|
test (windows-latest, 1.70.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, 1.70.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, 1.70.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, 1.70.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dist (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dist (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dist (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dist (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dist (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (ubuntu-latest, nightly):
src/transfer.rs#L23
unused imports: `PathBuf`, `Path`
|
test (ubuntu-latest, nightly)
`magic-wormhole` (lib) generated 1 warning
|
test (ubuntu-latest, nightly):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, nightly):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, nightly)
`magic-wormhole` (lib) generated 2 warnings
|
test (ubuntu-latest, nightly):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, nightly)
`magic-wormhole` (lib) generated 1 warning
|
test (ubuntu-latest, nightly):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, nightly):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, nightly)
`magic-wormhole` (lib) generated 2 warnings
|
test (ubuntu-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (ubuntu-latest, nightly):
src/util.rs#L3
unused macro definition: `ensure`
|
test (ubuntu-latest, nightly):
src/util.rs#L11
unused macro definition: `bail`
|
test (ubuntu-latest, nightly):
src/util.rs#L179
function `sleep` is never used
|
test (ubuntu-latest, nightly):
src/util.rs#L190
function `timeout` is never used
|
test (ubuntu-latest, nightly):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (ubuntu-latest, nightly):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (ubuntu-latest, nightly)
`magic-wormhole` (lib) generated 6 warnings
|
dist (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dist (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dist (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dist (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dist (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (windows-latest, stable):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, stable):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, stable)
`magic-wormhole` (lib) generated 2 warnings
|
test (windows-latest, stable):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, stable)
`magic-wormhole` (lib) generated 1 warning
|
test (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, stable):
src/util.rs#L3
unused macro definition: `ensure`
|
test (windows-latest, stable):
src/util.rs#L11
unused macro definition: `bail`
|
test (windows-latest, stable):
src/util.rs#L179
function `sleep` is never used
|
test (windows-latest, stable):
src/util.rs#L190
function `timeout` is never used
|
test (windows-latest, stable):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, stable):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, stable)
`magic-wormhole` (lib) generated 6 warnings
|
test (windows-latest, stable):
src/transfer.rs#L23
unused imports: `PathBuf`, `Path`
|
test (windows-latest, stable)
`magic-wormhole` (lib) generated 1 warning
|
test (windows-latest, stable):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, stable):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, stable)
`magic-wormhole` (lib) generated 2 warnings
|
coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/[email protected], actions/cache@v1, actions-rs/cargo@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (windows-latest, nightly):
src/transfer.rs#L23
unused imports: `PathBuf`, `Path`
|
test (windows-latest, nightly)
`magic-wormhole` (lib) generated 1 warning
|
test (windows-latest, nightly):
src/util.rs#L3
unused macro definition: `ensure`
|
test (windows-latest, nightly):
src/util.rs#L11
unused macro definition: `bail`
|
test (windows-latest, nightly):
src/util.rs#L179
function `sleep` is never used
|
test (windows-latest, nightly):
src/util.rs#L190
function `timeout` is never used
|
test (windows-latest, nightly):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, nightly):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, nightly)
`magic-wormhole` (lib) generated 6 warnings
|
test (windows-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (windows-latest, nightly):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, nightly):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, nightly)
`magic-wormhole` (lib) generated 2 warnings
|
test (windows-latest, nightly):
src/core.rs#L499
constant `APPID_RAW` is never used
|
test (windows-latest, nightly):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, nightly)
`magic-wormhole` (lib) generated 2 warnings
|
test (windows-latest, nightly):
src/core/key.rs#L138
method `enable_dilation` is never used
|
test (windows-latest, nightly)
`magic-wormhole` (lib) generated 1 warning
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
wormhole-ubuntu-latest-0ae19f75b20dc845feb70c03655cdeaffed16d6d
Expired
|
13.3 MB |
|
wormhole-windows-latest-0ae19f75b20dc845feb70c03655cdeaffed16d6d
Expired
|
10 MB |
|