Skip to content

Running Copilot coding agent #10

Running Copilot coding agent

Running Copilot coding agent #10

Triggered via dynamic February 9, 2026 13:38
Status Cancelled
Total duration 48s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

4 errors
copilot
The run was canceled by @copilot-swe-agent[bot].
copilot
The operation was canceled.
copilot
[\n {\n+ \"email\": \"This email has already been registered\",\n \"errorMessage\": \"\",\n \"password\": \"Your password is too short\",\n \"statusCode\": 400,\n \"success\": false,\n+ \"username\": \"This username has already been taken\",\n },\n {\n+ \"email\": \"This email has already been registered\",\n \"errorMessage\": \"\",\n \"password\": \"This is a top-10 common password\",\n \"statusCode\": 400,\n \"success\": false,\n+ \"username\": \"This username has already been taken\",\n },\n {\n+ \"email\": \"This email has already been registered\",\n \"errorMessage\": \"\",\n \"password\": \"This is a top-10 common password\",\n \"statusCode\": 400,\n \"success\": false,\n+ \"username\": \"This username has already been taken\",\n },\n {\n+ \"email\": \"This email has already been registered\",\n \"errorMessage\": \"\",\n \"password\": \"Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"\",\n \"statusCode\": 400,\n \"success\": false,\n+ \"username\": \"This username has already been taken\",\n },\n ]\n\n- Expected - 0\n+ Received + 8\n\n at <anonymous> (/home/runner/work/paradb/paradb/src/services/users/tests/users.test.ts:73:23)\n2026-02-09T12:57:30.9455007Z (fail) signup handler > does not allow weak passwords [76.00ms]\n2026-02-09T12:57:30.9455413Z \n2026-02-09T12:57:30.9455855Z ##[endgroup]\n2026-02-09T12:57:30.9456300Z \n2026-02-09T12:57:30.9456765Z ##[group]src/services/users/tests/users_repo.test.ts:\n2026-02-09T12:57:30.9473476Z 5 | import * as db from 'zapatos/db';\n2026-02-09T12:57:30.9473912Z 6 | \n2026-02-09T12:57:30.9474213Z 7 | describe('user repository', () => {\n2026-02-09T12:57:30.9474687Z 8 | it('can create a user', async () => {\n2026-02-09T12:57:30.9475202Z 9 | const { pool } = await getServerContext();\n2026-02-09T12:57:30.9475830Z 10 | expect((await db.select('users', {}).run(pool)).length).toEqual(0);\n2026-02-09T12:57:30.9476613Z ^\n2026-02-09T12:57:30.9477094Z error: expect(received).toEqual(expected)\n2026-02-09T12:57:30.9477398Z \n2026-02-09T12:57:30.9477533Z Expected: 0\n2026-02-09T12:57:30.9477811Z Received: 3\n2026-02-09T12:57:30.9477963Z \n2026-02-09T12:57:30.9478390Z at <anonymous> (/home/runner/work/paradb/paradb/src/services/users/tests/users_repo.test.ts:10:61)\n2026-02-09T12:57:30.9478957Z \n2026-02-09T12:57:30.9480888Z ##[error]Expected: 0\nReceived: 3\n\n at <anonymous> (/home/runner/work/paradb/paradb/src/services/users/tests/users_repo.test.ts:10:61)\n2026-02-09T12:57:30.9482541Z (fail) user repository > can create a user [2.00ms]\n2026-02-09T12:57:30.9563018Z (pass) user repository > can get a user [9.00ms]\n2026-02-09T12:57:30.9649480Z 8 | throw new Error('Expected obj to be equal to something, but it was not');\n2026-02-09T12:57:30.9649927Z 9 | }\n2026-02-09T12:57:30.9650083Z 10 | \n2026-02-09T12:57:30.9650386Z 11 | export function checkExists<T>(obj: T, property?: string): NonNullable<T> {\n2026-02-09T12:57:30.9650760Z 12 | if (obj == null) {\n2026-02-09T12:57:30.9651141Z 13 | throw new Error(`Expected ${property || 'property'} to be defined, but found undefined`);\n2026-02-09T12:57:30.9651620Z ^\n2026-02-09T12:57:30.9652571Z error: Expected property to be defined, but found undefined\n2026-02-09T12:57:30.9653315Z at checkExists (/home/runner/work/paradb/paradb/src/base/preconditions.ts:13:15)\n2026-02-09T12:57:30.9654245Z at changePassword (/home/runner/work/paradb/paradb/src/services/users/users_repo.ts:177:17)\n2026-02-09T12:57:30.9655298Z at async <anonymous> (/home/runner/work/paradb/paradb/src/services/users/tests/users_repo.test.ts:55:26)\n2026-02-09T12:57:30.9655883Z \n2026-02-09T12:57:30.9659740Z ##[error]\n at checkExists (/home/runner/work/paradb/paradb/src/base/preconditions.ts:13:15)\n at changePassword (/home/runner/work/paradb/paradb/src/services
dynamic
The run was canceled by @copilot-swe-agent[bot].