Skip to content

Add action output for using the error message #115

Add action output for using the error message

Add action output for using the error message #115

Triggered via pull request March 19, 2024 17:20
Status Failure
Total duration 6m 58s
Artifacts 1

ci.yml

on: pull_request
Matrix: Smoke test the action / Run tests
Test build  /  Build the action and run TypeScript tests
39s
Test build / Build the action and run TypeScript tests
Test action inputs  /  Test input package (patch change)
15s
Test action inputs / Test input package (patch change)
Test action inputs  /  Test input package (major change)
10s
Test action inputs / Test input package (major change)
Test action inputs  /  Test inputs package and exclude on Rio library
30s
Test action inputs / Test inputs package and exclude on Rio library
Test action inputs  /  Test input exclude
17s
Test action inputs / Test input exclude
Test action inputs  /  Test input verbose
17s
Test action inputs / Test input verbose
Test action inputs  /  Test input manifest-path (patch change)
15s
Test action inputs / Test input manifest-path (patch change)
Test action inputs  /  Test input manifest-path (major change)
12s
Test action inputs / Test input manifest-path (major change)
Test action inputs  /  Test input manifest-path against path containing space
24s
Test action inputs / Test input manifest-path against path containing space
Test action inputs  /  Test the action against toolchain override set using rustup
22s
Test action inputs / Test the action against toolchain override set using rustup
Test action inputs  /  Test the action against toolchain override specified in rust-toolchain.toml file
25s
Test action inputs / Test the action against toolchain override specified in rust-toolchain.toml file
Test action inputs  /  Test whether action works properly with rust-toolchain set to 'manual'
26s
Test action inputs / Test whether action works properly with rust-toolchain set to 'manual'
Test action inputs  /  Test whether action installs Rust toolchain by default
17s
Test action inputs / Test whether action installs Rust toolchain by default
Test action inputs  /  Test input release-type
11s
Test action inputs / Test input release-type
Test rustdoc caching  /  Check if the cache exists after running the action with shared-key
12s
Test rustdoc caching / Check if the cache exists after running the action with shared-key
Test rustdoc caching  /  Check if the cache exists after running the action without shared-key
11s
Test rustdoc caching / Check if the cache exists after running the action without shared-key
All CI stages
0s
All CI stages
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 29 warnings
Smoke test the action / Run tests (ubuntu-latest, stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (ubuntu-latest, nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Test action inputs / Test input exclude
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (ubuntu-latest, beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (windows-latest, 1.74)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
Smoke test the action / Run tests (macos-latest, beta)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
Test build / Build the action and run TypeScript tests
Process completed with exit code 1.
Test action inputs / Test input package (major change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (macos-latest, 1.74)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
Test action inputs / Test input manifest-path (patch change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Test action inputs / Test input package (patch change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Test action inputs / Test input package (patch change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (ubuntu-latest, 1.74)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (macos-latest, stable)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (windows-latest, beta)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
Test action inputs / Test input manifest-path (major change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Test action inputs / Test input manifest-path (major change)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (windows-latest, nightly)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
Smoke test the action / Run tests (macos-latest, nightly)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
Smoke test the action / Run tests (windows-latest, stable)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
Test action inputs / Test input manifest-path against path containing space
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Test action inputs / Test whether action works properly with rust-toolchain set to 'manual'
Unable to locate executable file: rustc. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
All CI stages
Process completed with exit code 1.
Smoke test the action / Run tests (ubuntu-latest, stable)
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/.
Smoke test the action / Run tests (ubuntu-latest, nightly)
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/.
Test action inputs / Test input exclude
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/.
Smoke test the action / Run tests (ubuntu-latest, beta)
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/.
Smoke test the action / Run tests (windows-latest, 1.74)
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/.
Smoke test the action / Run tests (macos-latest, beta)
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/.
Test build / Build the action and run TypeScript tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test action inputs / Test input package (major change)
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/.
Smoke test the action / Run tests (macos-latest, 1.74)
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/.
Test action inputs / Test input manifest-path (patch change)
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/.
Test action inputs / Test input package (patch change)
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/.
Smoke test the action / Run tests (ubuntu-latest, 1.74)
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/.
Test action inputs / Test input verbose
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/.
Test action inputs / Test inputs package and exclude on Rio library
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/.
Test action inputs / Test inputs package and exclude on Rio library
Unexpected input(s) 'feature', valid inputs are ['package', 'exclude', 'manifest-path', 'feature-group', 'features', 'verbose', 'release-type', 'rust-toolchain', 'shared-key', 'prefix-key', 'github-token']
Test rustdoc caching / Check if the cache exists after running the action without shared-key
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Smoke test the action / Run tests (macos-latest, stable)
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/.
Smoke test the action / Run tests (windows-latest, beta)
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/.
Test rustdoc caching / Check if the cache exists after running the action with shared-key
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test action inputs / Test input manifest-path (major change)
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/.
Smoke test the action / Run tests (windows-latest, nightly)
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/.
Test action inputs / Test input release-type
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/.
Smoke test the action / Run tests (macos-latest, nightly)
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/.
Smoke test the action / Run tests (windows-latest, stable)
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/.
Test action inputs / Test input manifest-path against path containing space
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/.
Test action inputs / Test the action against toolchain override set using rustup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test action inputs / Test whether action installs Rust toolchain by default
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/.
Test action inputs / Test the action against toolchain override specified in rust-toolchain.toml file
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test action inputs / Test whether action works properly with rust-toolchain set to 'manual'
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
expected-dist Expired
1.69 MB