ci: fix openldap version in use with libcurl 7.50 failing #136
Annotations
11 errors and 5 warnings
Enforce IPv4 Connectivity
SHA256 mismatch
Expected: 35af6cc88cd680698652b3edc8a1553e7e58cce0fc946d34d2cabd66c4e3db44
Actual: 1cc6d8a35452216165000266e13a03ac893dfc6b13302ea226fea6357c907a6d
File: /Users/runner/Library/Caches/Homebrew/downloads/f94a296e06e4ee48ef869cd45f5258616710853f5dac8c69d96782f249d208ff--Cloudflare_WARP_2024.12.554.0.pkg
To retry an incomplete download, remove the file above.
|
Publish Binary:
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.
|
Publish Binary:
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.
|
Publish Binary:
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.
|
Publish Binary:
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.
|
Publish Binary:
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.
|
Publish Binary:
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.
|
Publish Binary:
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.
|
Publish Binary:
test/curl/curly.spec.ts#L269
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:269:7
|
Publish Binary:
test/curl/curly.spec.ts#L281
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:281:7
|
Publish Binary:
test/curl/curly.spec.ts#L295
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:295:7
|
Output yarn cache dir
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/
|
Install Needed packages on macOS
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.
|
Install Needed packages on macOS
wget 1.25.0 is already installed and up-to-date.
To reinstall 1.25.0, run:
brew reinstall wget
|
Install Needed packages on macOS
cmake 3.31.2 is already installed and up-to-date.
To reinstall 3.31.2, run:
brew reinstall cmake
|
Run echo "::set-output name=timestamp::$(timestamp +%s)"
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/
|
Loading