Skip to content

build(deps): bump the cargo-workspace group across 1 directory with 4 updates #106

build(deps): bump the cargo-workspace group across 1 directory with 4 updates

build(deps): bump the cargo-workspace group across 1 directory with 4 updates #106

Triggered via pull request March 30, 2026 03:01
Status Failure
Total duration 4m 16s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
check
Process completed with exit code 1.
src/commands/ProtectedDeletionCommands.test.ts > protected deletion commands > includes workspace empty directories in clean dry-run results: cli/src/commands/ProtectedDeletionCommands.test.ts#L267
AssertionError: expected { success: true, …(3) } to deeply equal ObjectContaining{…} - Expected + Received - ObjectContaining { - "dirsAffected": 3, + { + "dirsAffected": 0, "filesAffected": 1, + "message": "Dry-run complete, no files were deleted", "success": true, } ❯ src/commands/ProtectedDeletionCommands.test.ts:267:22
src/commands/CleanupUtils.test.ts > collectDeletionTargets > plans workspace empty directories while skipping excluded trees and symlink entries: cli/src/commands/CleanupUtils.test.ts#L649
AssertionError: expected [] to deeply equal [ …(2) ] - Expected + Received - [ - "/tmp/tnmsc-cleanup-empty-sweep-BRCYIk/workspace/source/empty", - "/tmp/tnmsc-cleanup-empty-sweep-BRCYIk/workspace/source/empty/leaf", - ] + [] ❯ src/commands/CleanupUtils.test.ts:649:35
src/commands/CleanupUtils.test.ts > collectDeletionTargets > allows deleting non-mdx files under dist while blocking reserved dist mdx files: cli/src/commands/CleanupUtils.test.ts#L305
AssertionError: expected Set{ '/home/runner/.aindex/.codex/pr…' } to deeply equal Set{ …(3) } - Expected + Received Set { "/home/runner/.aindex/.codex/prompts", - "/tmp/tnmsc-cleanup-dist-mdx-3mj3JJ/workspace/aindex/commands", - "/tmp/tnmsc-cleanup-dist-mdx-3mj3JJ/workspace/project-a", } ❯ src/commands/CleanupUtils.test.ts:305:44
src/commands/CleanupUtils.adapter.test.ts > cleanupUtils native adapter > uses the native cleanup bridge when it is available: cli/src/commands/CleanupUtils.adapter.test.ts#L117
AssertionError: expected { …(6) } to deeply equal { …(5) } - Expected + Received @@ -1,10 +1,12 @@ { "conflicts": [], "dirsToDelete": [ - "/tmp/.codex/skills", "/tmp/.codex/skills/legacy", + ], + "emptyDirsToDelete": [ + "/tmp/.codex/skills", ], "excludedScanGlobs": [ "**/.git/**", ], "filesToDelete": [ ❯ src/commands/CleanupUtils.adapter.test.ts:117:18
check
@truenine/memory-sync-cli#test: command (/home/runner/work/memory-sync/memory-sync/cli) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/