Skip to content

feat(turborepo): web ui #1767

feat(turborepo): web ui

feat(turborepo): web ui #1767

Triggered via pull request July 31, 2024 21:30
Status Failure
Total duration 35m 3s
Artifacts

turborepo-test.yml

on: pull_request
Determine jobs to run
18s
Determine jobs to run
Turborepo rust check
1m 26s
Turborepo rust check
Matrix: Build Turborepo
Turborepo Examples
0s
Turborepo Examples
Rust lints
49s
Rust lints
Matrix: rust_test
Turborepo rust clippy
1m 47s
Turborepo rust clippy
Matrix: Turborepo Integration
Turborepo Test Summary
0s
Turborepo Test Summary
Cleanup  /  cleanup
2s
Cleanup / cleanup
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 119 warnings
Turborepo rust clippy: crates/turborepo-lib/src/run/mod.rs#L190
very complex type used. Consider factoring parts into `type` definitions
Turborepo rust clippy
Process completed with exit code 101.
Turborepo Rust testing on ubuntu
Process completed with exit code 101.
Turborepo Rust testing on macos
Process completed with exit code 101.
Turborepo Rust testing on windows
Process completed with exit code 1.
Turborepo Integration (ubuntu-latest)
turborepo-tests-integration#test: command (/home/runner/work/turbo/turbo/turborepo-tests/integration) /opt/hostedtoolcache/node/18.20.2/x64/bin/pnpm run test exited (1)
Turborepo Integration (ubuntu-latest)
Process completed with exit code 1.
Turborepo Integration (macos-12)
turborepo-tests-integration#test: command (/Users/runner/work/turbo/turbo/turborepo-tests/integration) /Users/runner/hostedtoolcache/node/18.20.2/x64/bin/pnpm run test exited (1)
Turborepo Integration (macos-12)
Process completed with exit code 1.
Turborepo Integration (windows-latest)
turborepo-tests-integration#test: command (D:\a\turbo\turbo\turborepo-tests\integration) C:\hostedtoolcache\windows\node\18.20.2\x64\pnpm.CMD run test exited (1)
Turborepo Integration (windows-latest)
Process completed with exit code 1.
Turborepo Test Summary
Process completed with exit code 1.
Determine jobs to run
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Rust lints
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo rust check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo rust check: crates/turborepo-ui/src/sender.rs#L2
unused import: `io::Write`
Turborepo rust check: crates/turborepo-ui/src/tui/handle.rs#L2
unused imports: `Arc` and `Mutex`
Turborepo rust check: crates/turborepo-ui/src/wui/mod.rs#L23
unused import: `Event`
Turborepo rust check: crates/turborepo-ui/src/wui/mod.rs#L62
unused variable: `task`
Turborepo rust check: crates/turborepo-ui/src/wui/mod.rs#L62
unused variable: `stdin`
Turborepo rust check: crates/turborepo-lib/src/commands/run.rs#L3
unused import: `tracing::error`
Turborepo rust check: crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Turborepo rust check: crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Turborepo rust check: crates/turborepo-lib/src/commands/run.rs#L48
unused variable: `handle`
Turborepo rust clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo rust clippy: crates/turborepo-vt100/src/screen.rs#L1297
this argument is a mutable reference, but not used mutably
Turborepo rust clippy: crates/turborepo-vt100/src/screen.rs#L1356
this argument is a mutable reference, but not used mutably
Turborepo rust clippy: crates/turborepo-ui/src/sender.rs#L2
unused import: `io::Write`
Turborepo rust clippy: crates/turborepo-ui/src/tui/handle.rs#L2
unused imports: `Arc` and `Mutex`
Turborepo rust clippy: crates/turborepo-ui/src/wui/mod.rs#L23
unused import: `Event`
Turborepo rust clippy: crates/turborepo-ui/src/wui/mod.rs#L62
unused variable: `task`
Turborepo rust clippy: crates/turborepo-ui/src/wui/mod.rs#L62
unused variable: `stdin`
Turborepo rust clippy: crates/turborepo-lib/src/commands/run.rs#L3
unused import: `tracing::error`
Turborepo rust clippy: crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Turborepo rust clippy: crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Turborepo Rust testing on ubuntu
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo Rust testing on ubuntu: crates/turborepo-ui/src/tui/handle.rs#L2
unused imports: `Arc` and `Mutex`
Turborepo Rust testing on ubuntu: crates/turborepo-repository/src/inference.rs#L351
function `test_gh_8599` is never used
Turborepo Rust testing on ubuntu: crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Turborepo Rust testing on ubuntu: crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Build Turborepo (ubuntu, self-hosted, linux, x64, metal)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, mozilla-actions/[email protected], actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build Turborepo (macos, macos-12)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, mozilla-actions/[email protected], actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build Turborepo (macos, macos-12): crates/turborepo-ui/src/tui/handle.rs#L2
unused imports: `Arc` and `Mutex`
Build Turborepo (macos, macos-12): crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Build Turborepo (macos, macos-12): crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Turborepo Rust testing on macos
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo Rust testing on macos: crates/turborepo-repository/src/inference.rs#L351
function `test_gh_8599` is never used
Turborepo Rust testing on macos: crates/turborepo-ui/src/tui/handle.rs#L2
unused imports: `Arc` and `Mutex`
Turborepo Rust testing on macos: crates/turborepo-lib/src/commands/run.rs#L3
unused import: `tracing::error`
Turborepo Rust testing on macos: crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Turborepo Rust testing on macos: crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Build Turborepo (windows, windows-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, mozilla-actions/[email protected], actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build Turborepo (windows, windows-latest): crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Build Turborepo (windows, windows-latest): crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Turborepo Rust testing on windows
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo Rust testing on windows: crates/turborepo-repository/src/inference.rs#L351
function `test_gh_8599` is never used
Turborepo Rust testing on windows: crates/turborepo-ui/src/tui/handle.rs#L2
unused imports: `Arc` and `Mutex`
Turborepo Rust testing on windows: crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Turborepo Rust testing on windows: crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Turborepo Integration (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep, ts-graphviz/setup-graphviz@v1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo Integration (ubuntu-latest): crates/turborepo-ui/src/tui/handle.rs#L2
unused imports: `Arc` and `Mutex`
Turborepo Integration (ubuntu-latest): crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Turborepo Integration (ubuntu-latest): crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Turborepo Integration (macos-12)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep, ts-graphviz/setup-graphviz@v1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo Integration (macos-12): crates/turborepo-ui/src/tui/handle.rs#L2
unused imports: `Arc` and `Mutex`
Turborepo Integration (macos-12): crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Turborepo Integration (macos-12): crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`
Turborepo Integration (macos-12)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Turborepo Integration (windows-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/[email protected], arduino/[email protected], ./.github/actions/cargo-sweep, ts-graphviz/setup-graphviz@v1, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Turborepo Integration (windows-latest): crates/turborepo-lib/src/commands/run.rs#L5
unused import: `turborepo_ui::sender::UISender`
Turborepo Integration (windows-latest): crates/turborepo-lib/src/task_graph/visitor.rs#L29
unused imports: `self` and `wui::WebUISender`