[codex] Prepare 2.1.0 agent help network release #20
Annotations
5 errors and 2 warnings
|
test
Process completed with exit code 1.
|
|
src/__tests__/identity.test.ts > Identity / Ed25519 > should fail verification when message is tampered:
mcp-server-ann/src/__tests__/identity.test.ts#L82
Error: bad secret key size
❯ Object.nacl.sign node_modules/tweetnacl/nacl-fast.js:2271:11
❯ Function.nacl.sign.detached node_modules/tweetnacl/nacl-fast.js:2290:24
❯ src/__tests__/identity.test.ts:82:33
|
|
src/__tests__/identity.test.ts > Identity / Ed25519 > should reject invalid signature:
mcp-server-ann/src/__tests__/identity.test.ts#L71
Error: bad public key size
❯ Function.nacl.sign.detached.verify node_modules/tweetnacl/nacl-fast.js:2301:11
❯ src/__tests__/identity.test.ts:71:38
|
|
src/__tests__/identity.test.ts > Identity / Ed25519 > should generate valid Ed25519 keypair that can sign and verify:
mcp-server-ann/src/__tests__/identity.test.ts#L58
Error: bad secret key size
❯ Object.nacl.sign node_modules/tweetnacl/nacl-fast.js:2271:11
❯ Function.nacl.sign.detached node_modules/tweetnacl/nacl-fast.js:2290:24
❯ src/__tests__/identity.test.ts:58:33
|
|
src/__tests__/identity.test.ts > Identity / Ed25519 > should generate Ed25519 keypair with correct hex format:
mcp-server-ann/src/__tests__/identity.test.ts#L47
AssertionError: expected 'mock' to match /^[0-9a-f]{64}$/
- Expected:
/^[0-9a-f]{64}$/
+ Received:
"mock"
❯ src/__tests__/identity.test.ts:47:32
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
No files were found with the provided path: ./mcp-server-ann/coverage/. No artifacts will be uploaded.
|