Bump actions/upload-artifact from 5.0.0 to 7.0.1 #2
ci.yml
on: pull_request
Supply-chain and package gates
34s
Matrix: verify
Annotations
22 errors
|
Host / windows-latest / Node 24.18.0
Process completed with exit code 1.
|
|
Host / windows-latest / Node 22.23.1
Process completed with exit code 1.
|
|
test/pty.test.ts > fixSpawnHelperPermissions > skips prebuild dirs without a spawn-helper and still fixes the rest:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:182:5
|
|
test/pty.test.ts > fixSpawnHelperPermissions > rejects a non-regular spawn-helper:
test/pty.test.ts#L174
AssertionError: expected [Function] to throw error matching /not a regular file/ but got 'Cannot safely enable node-pty helper …'
- Expected:
/not a regular file/
+ Received:
"Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions."
❯ test/pty.test.ts:174:50
|
|
test/pty.test.ts > fixSpawnHelperPermissions > returns a final revalidator for the check immediately before spawn:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:162:24
|
|
test/pty.test.ts > fixSpawnHelperPermissions > detects a helper path swap after adjusting its permissions:
test/pty.test.ts#L142
AssertionError: expected [Function] to throw error matching /path changed while it was being valid…/ but got 'Cannot safely enable node-pty helper …'
- Expected:
/path changed while it was being validated/
+ Received:
"Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions."
❯ test/pty.test.ts:142:50
|
|
test/pty.test.ts > fixSpawnHelperPermissions > hardens a writable owned ancestor and rechecks it before spawn:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:112:24
|
|
test/pty.test.ts > fixSpawnHelperPermissions > removes group/other write access from owned package, prebuilds, and platform directories:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:96:7
|
|
test/pty.test.ts > fixSpawnHelperPermissions > rejects a symlinked prebuild directory:
test/pty.test.ts#L81
AssertionError: expected [Function] to throw error matching /platform directory .* is a symbolic l…/ but got 'Cannot safely enable node-pty helper …'
- Expected:
/platform directory .* is a symbolic link/
+ Received:
"Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions."
❯ test/pty.test.ts:81:50
|
|
test/pty.test.ts > fixSpawnHelperPermissions > removes group/other write access from an owned executable helper:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:62:5
|
|
test/pty.test.ts > fixSpawnHelperPermissions > adds only the user execute bit and preserves stricter group/other permissions:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:52:5
|
|
test/pty.test.ts > fixSpawnHelperPermissions > makes spawn-helper executable in every prebuild dir:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:40:5
|
|
test/pty.test.ts > fixSpawnHelperPermissions > skips prebuild dirs without a spawn-helper and still fixes the rest:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:182:5
|
|
test/pty.test.ts > fixSpawnHelperPermissions > rejects a non-regular spawn-helper:
test/pty.test.ts#L174
AssertionError: expected [Function] to throw error matching /not a regular file/ but got 'Cannot safely enable node-pty helper …'
- Expected:
/not a regular file/
+ Received:
"Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions."
❯ test/pty.test.ts:174:50
|
|
test/pty.test.ts > fixSpawnHelperPermissions > returns a final revalidator for the check immediately before spawn:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:162:24
|
|
test/pty.test.ts > fixSpawnHelperPermissions > detects a helper path swap after adjusting its permissions:
test/pty.test.ts#L142
AssertionError: expected [Function] to throw error matching /path changed while it was being valid…/ but got 'Cannot safely enable node-pty helper …'
- Expected:
/path changed while it was being validated/
+ Received:
"Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions."
❯ test/pty.test.ts:142:50
|
|
test/pty.test.ts > fixSpawnHelperPermissions > hardens a writable owned ancestor and rechecks it before spawn:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:112:24
|
|
test/pty.test.ts > fixSpawnHelperPermissions > removes group/other write access from owned package, prebuilds, and platform directories:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:96:7
|
|
test/pty.test.ts > fixSpawnHelperPermissions > rejects a symlinked prebuild directory:
test/pty.test.ts#L81
AssertionError: expected [Function] to throw error matching /platform directory .* is a symbolic l…/ but got 'Cannot safely enable node-pty helper …'
- Expected:
/platform directory .* is a symbolic link/
+ Received:
"Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions."
❯ test/pty.test.ts:81:50
|
|
test/pty.test.ts > fixSpawnHelperPermissions > removes group/other write access from an owned executable helper:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:62:5
|
|
test/pty.test.ts > fixSpawnHelperPermissions > adds only the user execute bit and preserves stricter group/other permissions:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:52:5
|
|
test/pty.test.ts > fixSpawnHelperPermissions > makes spawn-helper executable in every prebuild dir:
src/pty.ts#L12
Error: Cannot safely enable node-pty helper /var: node-pty ancestor directory /var is a symbolic link. Reinstall OpenControl as the current user or correct the node-pty installation permissions.
❯ permissionError src/pty.ts:12:10
❯ inspectTrustedDirectory src/pty.ts:260:11
❯ src/pty.ts:242:5
❯ inspectTrustedAncestorChain src/pty.ts:241:22
❯ fixSpawnHelperPermissions src/pty.ts:68:27
❯ test/pty.test.ts:40:5
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
opencontrol-sbom
Expired
|
2.22 KB |
sha256:517cdf30040de4d6e69016368c89a3e0f6b3ea53beb613d50ece002ab7576cee
|
|