Skip to content

build(deps): Update Rust crate quote to 1.0.36 #935

build(deps): Update Rust crate quote to 1.0.36

build(deps): Update Rust crate quote to 1.0.36 #935

Triggered via pull request May 2, 2024 19:08
Status Success
Total duration 13m 44s
Artifacts

docker_images.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
test
Cache upload failed because file read failed with EBADF: bad file descriptor, read
test
Error: Cache upload failed because file read failed with EBADF: bad file descriptor, read at ReadStream.<anonymous> (/home/runner/work/_actions/Swatinem/rust-cache/v2/dist/save/index.js:3173:31) at ReadStream.emit (node:events:514:28) at emitErrorNT (node:internal/streams/destroy:151:8) at errorOrDestroy (node:internal/streams/destroy:214:7) at node:internal/fs/streams:260:9 at FSReqCallback.wrapper [as oncomplete] (node:fs:666:5)
test
Cache upload failed because file read failed with EBADF: bad file descriptor, read
test
Error: Cache upload failed because file read failed with EBADF: bad file descriptor, read at ReadStream.<anonymous> (/home/runner/work/_actions/Swatinem/rust-cache/v2/dist/save/index.js:3173:31) at ReadStream.emit (node:events:514:28) at emitErrorNT (node:internal/streams/destroy:151:8) at errorOrDestroy (node:internal/streams/destroy:214:7) at node:internal/fs/streams:260:9 at FSReqCallback.wrapper [as oncomplete] (node:fs:666:5)
test
Cache upload failed because file read failed with EBADF: bad file descriptor, read
test
Error: Cache upload failed because file read failed with EBADF: bad file descriptor, read at ReadStream.<anonymous> (/home/runner/work/_actions/Swatinem/rust-cache/v2/dist/save/index.js:3173:31) at ReadStream.emit (node:events:514:28) at emitErrorNT (node:internal/streams/destroy:151:8) at errorOrDestroy (node:internal/streams/destroy:214:7) at node:internal/fs/streams:260:9 at FSReqCallback.wrapper [as oncomplete] (node:fs:666:5)
writing `&Vec` instead of `&[_]` involves a new object where a slice will do: rash_core/src/docopt/mod.rs#L269
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> rash_core/src/docopt/mod.rs:269:41 | 269 | fn is_usage(possible_usage: &str, opts: &Vec<&str>) -> bool { | ^^^^^^^^^^ help: change this to: `&[&str]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg = note: `#[warn(clippy::ptr_arg)]` on by default
writing `&Vec` instead of `&[_]` involves a new object where a slice will do: rash_core/src/docopt/mod.rs#L269
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> rash_core/src/docopt/mod.rs:269:41 | 269 | fn is_usage(possible_usage: &str, opts: &Vec<&str>) -> bool { | ^^^^^^^^^^ help: change this to: `&[&str]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg = note: `#[warn(clippy::ptr_arg)]` on by default
test
Failed to save: Cache service responded with 429 during upload chunk.