Skip to content

build: fix openldap build #132

build: fix openldap build

build: fix openldap build #132

Triggered via push December 16, 2024 13:06
Status Failure
Total duration 33m 52s
Artifacts 14
Matrix: build-and-release-electron
Matrix: build-and-release-nodejs
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 58 warnings
Unhandled error: test/curl/callbacks.spec.ts#L136
AssertionError: expected Error: Couldn't connect to server to be an instance of TypeError ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:1336:17 ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:972:17 ❯ Proxy.methodWrapper node_modules/chai/chai.js:1610:25 ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:136:25 ❯ Curl.emit node:events:517:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should not accept undefined return". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L222
AssertionError: expected 7 to be 42 // Object.is equality - Expected + Received - 42 + 7 ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:222:31 ❯ Curl.emit node:events:517:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should abort request on false". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L254
AssertionError: expected 'Couldn\'t connect to server' to be 'thrown error inside callback' // Object.is equality Expected: "thrown error inside callback" Received: "Couldn't connect to server" ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:254:35 ❯ Curl.emit node:events:517:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should rethrow error thrown inside callback". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L287
AssertionError: expected 'Couldn\'t connect to server' to be 'Return value from the Trailer callbac…' // Object.is equality Expected: "Return value from the Trailer callback must be an array of strings or false." Received: "Couldn't connect to server" ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:287:35 ❯ Curl.emit node:events:517:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should throw an error on invalid return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L339
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:339:31 ❯ Curl.emit node:events:517:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should abort request on Abort return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L363
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:363:31 ❯ Curl.emit node:events:517:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should rethrow error thrown inside callback". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L389
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:389:31 ❯ Curl.emit node:events:517:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should throw an error on invalid return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
test/curl/curly.spec.ts > curly > error handling > throw error on invalid response body parser in option curlyResponseBodyParsers: test/curl/curly.spec.ts#L265
AssertionError: expected [Function] to throw error matching /^Response body parser for/ but got 'Couldn\'t connect to server' - Expected: /^Response body parser for/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:265:7
test/curl/curly.spec.ts > curly > error handling > throw error on invalid response body parser in option curlyResponseBodyParser: test/curl/curly.spec.ts#L277
AssertionError: expected [Function] to throw error matching /^`curlyResponseBodyParser` passed to …/ but got 'Couldn\'t connect to server' - Expected: /^`curlyResponseBodyParser` passed to curly must be/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:277:7
test/curl/curly.spec.ts > curly > error handling > error thrown inside response body parser bubble up to the original call: test/curl/curly.spec.ts#L291
AssertionError: expected [Function] to throw error matching /^error here/ but got 'Couldn\'t connect to server' - Expected: /^error here/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:291:7
Unhandled error: test/curl/callbacks.spec.ts#L136
AssertionError: expected Error: Couldn't connect to server to be an instance of TypeError ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:1336:17 ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:972:17 ❯ Proxy.methodWrapper node_modules/chai/chai.js:1610:25 ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:136:25 ❯ Curl.emit node:events:519:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should not accept undefined return". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L222
AssertionError: expected 7 to be 42 // Object.is equality - Expected + Received - 42 + 7 ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:222:31 ❯ Curl.emit node:events:519:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should abort request on false". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L254
AssertionError: expected 'Couldn\'t connect to server' to be 'thrown error inside callback' // Object.is equality Expected: "thrown error inside callback" Received: "Couldn't connect to server" ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:254:35 ❯ Curl.emit node:events:519:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should rethrow error thrown inside callback". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L287
AssertionError: expected 'Couldn\'t connect to server' to be 'Return value from the Trailer callbac…' // Object.is equality Expected: "Return value from the Trailer callback must be an array of strings or false." Received: "Couldn't connect to server" ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:287:35 ❯ Curl.emit node:events:519:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should throw an error on invalid return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L339
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:339:31 ❯ Curl.emit node:events:519:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should abort request on Abort return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L363
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:363:31 ❯ Curl.emit node:events:519:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should rethrow error thrown inside callback". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L389
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:389:31 ❯ Curl.emit node:events:519:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should throw an error on invalid return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
test/curl/curly.spec.ts > curly > error handling > throw error on invalid response body parser in option curlyResponseBodyParsers: test/curl/curly.spec.ts#L265
AssertionError: expected [Function] to throw error matching /^Response body parser for/ but got 'Couldn\'t connect to server' - Expected: /^Response body parser for/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:265:7
test/curl/curly.spec.ts > curly > error handling > throw error on invalid response body parser in option curlyResponseBodyParser: test/curl/curly.spec.ts#L277
AssertionError: expected [Function] to throw error matching /^`curlyResponseBodyParser` passed to …/ but got 'Couldn\'t connect to server' - Expected: /^`curlyResponseBodyParser` passed to curly must be/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:277:7
test/curl/curly.spec.ts > curly > error handling > error thrown inside response body parser bubble up to the original call: test/curl/curly.spec.ts#L291
AssertionError: expected [Function] to throw error matching /^error here/ but got 'Couldn\'t connect to server' - Expected: /^error here/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:291:7
Unhandled error: test/curl/callbacks.spec.ts#L136
AssertionError: expected Error: Couldn't connect to server to be an instance of TypeError ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:1336:17 ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:972:17 ❯ Proxy.methodWrapper node_modules/chai/chai.js:1610:25 ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:136:25 ❯ Curl.emit node:events:524:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should not accept undefined return". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L222
AssertionError: expected 7 to be 42 // Object.is equality - Expected + Received - 42 + 7 ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:222:31 ❯ Curl.emit node:events:524:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should abort request on false". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L254
AssertionError: expected 'Couldn\'t connect to server' to be 'thrown error inside callback' // Object.is equality Expected: "thrown error inside callback" Received: "Couldn't connect to server" ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:254:35 ❯ Curl.emit node:events:524:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should rethrow error thrown inside callback". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L287
AssertionError: expected 'Couldn\'t connect to server' to be 'Return value from the Trailer callbac…' // Object.is equality Expected: "Return value from the Trailer callback must be an array of strings or false." Received: "Couldn't connect to server" ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:287:35 ❯ Curl.emit node:events:524:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should throw an error on invalid return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L339
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:339:31 ❯ Curl.emit node:events:524:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should abort request on Abort return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L363
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:363:31 ❯ Curl.emit node:events:524:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should rethrow error thrown inside callback". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L389
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:389:31 ❯ Curl.emit node:events:524:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should throw an error on invalid return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
test/curl/curly.spec.ts > curly > error handling > throw error on invalid response body parser in option curlyResponseBodyParsers: test/curl/curly.spec.ts#L265
AssertionError: expected [Function] to throw error matching /^Response body parser for/ but got 'Couldn\'t connect to server' - Expected: /^Response body parser for/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:265:7
test/curl/curly.spec.ts > curly > error handling > throw error on invalid response body parser in option curlyResponseBodyParser: test/curl/curly.spec.ts#L277
AssertionError: expected [Function] to throw error matching /^`curlyResponseBodyParser` passed to …/ but got 'Couldn\'t connect to server' - Expected: /^`curlyResponseBodyParser` passed to curly must be/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:277:7
test/curl/curly.spec.ts > curly > error handling > error thrown inside response body parser bubble up to the original call: test/curl/curly.spec.ts#L291
AssertionError: expected [Function] to throw error matching /^error here/ but got 'Couldn\'t connect to server' - Expected: /^error here/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:291:7
Unhandled error: test/curl/callbacks.spec.ts#L136
AssertionError: expected Error: Couldn't connect to server to be an instance of TypeError ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:1336:17 ❯ Proxy.<anonymous> node_modules/@vitest/expect/dist/index.js:972:17 ❯ Proxy.methodWrapper node_modules/chai/chai.js:1610:25 ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:136:25 ❯ Curl.emit node:events:518:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should not accept undefined return". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L222
AssertionError: expected 7 to be 42 // Object.is equality - Expected + Received - 42 + 7 ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:222:31 ❯ Curl.emit node:events:518:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should abort request on false". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L254
AssertionError: expected 'Couldn\'t connect to server' to be 'thrown error inside callback' // Object.is equality Expected: "thrown error inside callback" Received: "Couldn't connect to server" ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:254:35 ❯ Curl.emit node:events:518:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should rethrow error thrown inside callback". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L287
AssertionError: expected 'Couldn\'t connect to server' to be 'Return value from the Trailer callbac…' // Object.is equality Expected: "Return value from the Trailer callback must be an array of strings or false." Received: "Couldn't connect to server" ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:287:35 ❯ Curl.emit node:events:518:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should throw an error on invalid return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L339
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:339:31 ❯ Curl.emit node:events:518:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should abort request on Abort return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L363
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:363:31 ❯ Curl.emit node:events:518:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should rethrow error thrown inside callback". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/curl/callbacks.spec.ts#L389
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ Curl.<anonymous> test/curl/callbacks.spec.ts:389:31 ❯ Curl.emit node:events:518:28 ❯ Curl.onError lib/Curl.ts:312:10 ❯ Easy.<anonymous> lib/Curl.ts:101:19 This error originated in "test/curl/callbacks.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should throw an error on invalid return value". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
test/curl/curly.spec.ts > curly > error handling > throw error on invalid response body parser in option curlyResponseBodyParsers: test/curl/curly.spec.ts#L265
AssertionError: expected [Function] to throw error matching /^Response body parser for/ but got 'Couldn\'t connect to server' - Expected: /^Response body parser for/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:265:7
test/curl/curly.spec.ts > curly > error handling > throw error on invalid response body parser in option curlyResponseBodyParser: test/curl/curly.spec.ts#L277
AssertionError: expected [Function] to throw error matching /^`curlyResponseBodyParser` passed to …/ but got 'Couldn\'t connect to server' - Expected: /^`curlyResponseBodyParser` passed to curly must be/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:277:7
test/curl/curly.spec.ts > curly > error handling > error thrown inside response body parser bubble up to the original call: test/curl/curly.spec.ts#L291
AssertionError: expected [Function] to throw error matching /^error here/ but got 'Couldn\'t connect to server' - Expected: /^error here/ + Received: "Couldn't connect to server" ❯ test/curl/curly.spec.ts:291:7
build-and-release-nodejs (ubuntu-20.04, 7.86.0, 21)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (ubuntu-20.04, 7.86.0, 21)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (ubuntu-20.04, 7.86.0, 20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (ubuntu-20.04, 7.86.0, 20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (ubuntu-20.04, 7.86.0, 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (ubuntu-20.04, 7.86.0, 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (ubuntu-20.04, 7.86.0, 22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (ubuntu-20.04, 7.86.0, 22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 33.2.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 33.2.1)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-electron (macos-14, 7.86.0, 20, 33.2.1)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-electron (macos-14, 7.86.0, 20, 33.2.1)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-electron (macos-14, 7.86.0, 20, 33.2.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 26.6.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 26.6.2)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-electron (macos-14, 7.86.0, 20, 26.6.2)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-electron (macos-14, 7.86.0, 20, 26.6.2)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-electron (macos-14, 7.86.0, 20, 26.6.2)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 27.1.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 27.1.3)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-electron (macos-14, 7.86.0, 20, 27.1.3)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-electron (macos-14, 7.86.0, 20, 27.1.3)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-electron (macos-14, 7.86.0, 20, 27.1.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 31.7.5)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-electron (macos-14, 7.86.0, 20, 31.7.5)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-electron (macos-14, 7.86.0, 20, 31.7.5)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-electron (macos-14, 7.86.0, 20, 31.7.5)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 31.7.5)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 28.3.3)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-electron (macos-14, 7.86.0, 20, 28.3.3)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-electron (macos-14, 7.86.0, 20, 28.3.3)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-electron (macos-14, 7.86.0, 20, 28.3.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 28.3.3)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 18)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-nodejs (macos-14, 7.86.0, 18)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-nodejs (macos-14, 7.86.0, 18)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-nodejs (macos-14, 7.86.0, 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 21)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 21)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 21)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-nodejs (macos-14, 7.86.0, 21)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-nodejs (macos-14, 7.86.0, 21)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-electron (macos-14, 7.86.0, 20, 32.2.6)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-electron (macos-14, 7.86.0, 20, 32.2.6)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-electron (macos-14, 7.86.0, 20, 32.2.6)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-electron (macos-14, 7.86.0, 20, 32.2.6)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-electron (macos-14, 7.86.0, 20, 32.2.6)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 22)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-nodejs (macos-14, 7.86.0, 22)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-nodejs (macos-14, 7.86.0, 22)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-nodejs (macos-14, 7.86.0, 22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-release-nodejs (macos-14, 7.86.0, 20)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
build-and-release-nodejs (macos-14, 7.86.0, 20)
wget 1.25.0 is already installed and up-to-date. To reinstall 1.25.0, run: brew reinstall wget
build-and-release-nodejs (macos-14, 7.86.0, 20)
cmake 3.31.2 is already installed and up-to-date. To reinstall 3.31.2, run: brew reinstall cmake
build-and-release-nodejs (macos-14, 7.86.0, 20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size Digest
build-logs-macos-14-7.86.0-18 Expired
216 KB
sha256:934fc16e557c16784297bf44348658ca397413adf043632c1f30ba896655dc4b
build-logs-macos-14-7.86.0-20 Expired
216 KB
sha256:aecdf6fce3414633c461e1c2fef254973c1890b6f70a9439a211215100ab1035
build-logs-macos-14-7.86.0-21 Expired
216 KB
sha256:51ae49bc15ebca7e06bd07694b639c748fc42ba7b81c1e37d5e82c6a85a261a6
build-logs-macos-14-7.86.0-22 Expired
216 KB
sha256:9e3e40b69bb97a6e7373d125636d334a60da31883590ee9b90256595b65c4ffe
build-logs-macos-14-7.86.0-26.6.2 Expired
216 KB
sha256:8c2409eb0a67ae868051db38aa1b5c64149478fb694786a5b7a9986f12443c57
build-logs-macos-14-7.86.0-27.1.3 Expired
216 KB
sha256:e72baa149b413f1c7d83f3a8355eb54d86fc3d5b8d65b07575e619af32dc6c7b
build-logs-macos-14-7.86.0-28.3.3 Expired
216 KB
sha256:4a224d04ba0454cb4a78d8159ec451338f586b4509e4a3e3c8798326e20979f0
build-logs-macos-14-7.86.0-31.7.5 Expired
216 KB
sha256:6fcc71fbbe3475d8a602f2f30e912546ddf70991d17e2503e0e505729e0acb8a
build-logs-macos-14-7.86.0-32.2.6 Expired
216 KB
sha256:69c2b018ec32fa0b725be300b7d9c9f8887fb164a56ae11386d3d4070d19b534
build-logs-macos-14-7.86.0-33.2.1 Expired
216 KB
sha256:8d61e55c5d127f14a11b3663692d0f8d4427a91ff1419c88083fc8269903fae9
build-logs-ubuntu-20.04-7.86.0-18 Expired
14.3 KB
sha256:e12d60017128fbc1dc6b86028ac4d637de408b18b211b6520d119bf95e2af2b9
build-logs-ubuntu-20.04-7.86.0-20 Expired
14.3 KB
sha256:8d8899a6d835b8cd4237392c0b3908d013324e8dbfcd922222aec22590224381
build-logs-ubuntu-20.04-7.86.0-21 Expired
14.3 KB
sha256:899358c1c04be9b841bdf026beaa7228684257a24af73ba9a35ae70fc73ec345
build-logs-ubuntu-20.04-7.86.0-22 Expired
19 KB
sha256:f4a2c6bfe68fe6a0ef69ef689cec1df426620cc9c0c4ff1a26ae7c13108c081a