feat(ssh): Add SSH agent forwarding #8713
ci.yml
on: pull_request
Matrix: build-ubuntu
build-windows
8m 33s
build result
2s
Annotations
53 errors and 10 warnings
|
build-ubuntu (24.x, 6.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build-ubuntu (24.x, 7.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build-ubuntu (24.x, 8.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build-ubuntu (20.x, 6.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build-ubuntu (22.x, 6.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build-ubuntu (22.x, 8.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build-ubuntu (20.x, 7.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build-ubuntu (22.x, 7.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build-ubuntu (20.x, 8.0)
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
test/ConfigLoader.test.ts > ConfigLoader > loadRemoteConfig > should throw error for invalid configuration file path (git):
test/ConfigLoader.test.ts#L483
AssertionError: expected [Function] to throw error including 'Invalid configuration file path in re…' but got 'Failed to pull repository: Command fa…'
- Expected
+ Received
- Invalid configuration file path in repository
+ Failed to pull repository: Command failed: git pull
+ From https://github.com/finos/git-proxy
+ * [new branch] 1384-fix-cancel-api-base -> origin/1384-fix-cancel-api-base
+ * [new branch] 1386-remote-folder-cleanup -> origin/1386-remote-folder-cleanup
+ * [new branch] 1388-reduce-db-bloat -> origin/1388-reduce-db-bloat
+ * [new branch] approved-licenses-list-ui -> origin/approved-licenses-list-ui
+ * [new branch] li_updates -> origin/li_updates
+ * [new branch] main -> origin/main
+ * [new branch] make-auth-config-schema-more-intuitive -> origin/make-auth-config-schema-more-intuitive
+ * [new branch] renovate/major-22-dockerfile -> origin/renovate/major-22-dockerfile
+ * [new branch] renovate/major-24-dockerfile -> origin/renovate/major-24-dockerfile
+ * [new branch] renovate/major-24-npm -> origin/renovate/major-24-npm
+ * [new branch] renovate/major-4-npm -> origin/renovate/major-4-npm
+ * [new branch] renovate/major-7-npm -> origin/renovate/major-7-npm
+ * [new branch] renovate/major-8-docker-compose -> origin/renovate/major-8-docker-compose
+ * [new branch] renovate/manager -> origin/renovate/manager
+ * [new branch] renovate/website-manager -> origin/renovate/website-manager
+ * [new branch] renovate/workflows-major-22-github-actions -> origin/renovate/workflows-major-22-github-actions
+ * [new branch] renovate/workflows-major-24-github-actions -> origin/renovate/workflows-major-24-github-actions
+ * [new branch] test/e2e-wf-change -> origin/test/e2e-wf-change
+ You are not currently on a branch.
+ Please specify which branch you want to merge with.
+ See git-pull(1) for details.
+
+ git pull <remote> <branch>
+
+
❯ test/ConfigLoader.test.ts:483:7
|
|
test/ConfigLoader.test.ts > ConfigLoader > loadRemoteConfig > should load configuration from git repository:
test/ConfigLoader.test.ts#L458
Error: Test timed out in 10000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/ConfigLoader.test.ts:458:5
|
|
build-windows
Process completed with exit code 1.
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should handle partial updates without username or email:
test/db/mongo/user.test.ts#L423
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"oidcId": "new-oidc-id",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:423:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should convert username and email to lowercase when updating:
test/db/mongo/user.test.ts#L374
AssertionError: expected "spy" to be called with arguments: [ { username: 'uppercase' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "uppercase",
},
{
"$set": {
"email": "uppercase@example.com",
+ "publicKeys": [],
"username": "uppercase",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:374:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by username when no _id provided:
test/db/mongo/user.test.ts#L357
AssertionError: expected "spy" to be called with arguments: [ { username: 'testuser' }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"username": "testuser",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
"username": "testuser",
},
},
{
"upsert": true,
Number of calls: 1
❯ test/db/mongo/user.test.ts:357:29
|
|
test/db/mongo/user.test.ts > MongoDB User > updateUser > should update user by _id:
test/db/mongo/user.test.ts#L340
AssertionError: expected "spy" to be called with arguments: [ { …(1) }, …(2) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
"_id": "507f1f77bcf86cd799439011",
},
{
"$set": {
"email": "updated@example.com",
+ "publicKeys": [],
},
},
{
"upsert": true,
},
Number of calls: 1
❯ test/db/mongo/user.test.ts:340:29
|
|
build result
Process completed with exit code 1.
|
|
build-ubuntu (24.x, 6.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-ubuntu (24.x, 7.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-ubuntu (24.x, 8.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-ubuntu (20.x, 6.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-ubuntu (22.x, 6.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-ubuntu (22.x, 8.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-ubuntu (20.x, 7.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-ubuntu (22.x, 7.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-ubuntu (20.x, 8.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-windows
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|