Skip to content

v7 GA

v7 GA #689

Triggered via pull request January 11, 2024 05:39
@cb1kenobicb1kenobi
synchronize #621
7_0_X
Status Failure
Total duration 3m 9s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 4 notices
Test on node 20 and windows-latest
Process completed with exit code 1.
Test on node 18 and windows-latest
Process completed with exit code 1.
should install an SDK and remove it: test/commands/ti-sdk.test.js#L103
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /successfully installed/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' at async Promise.all (index 0) { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /successfully installed/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' at file:///Users/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:103:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4 at async TestContext.<anonymous> (file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11) at async Test.run (node:internal/test_runner/test:632:9) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:948:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Titanium Command-Line Interface v7.0.0-beta1\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n', expected: /successfully installed/, operator: 'match' } }
should list releases, branches, and builds: test/commands/ti-sdk.test.js#L265
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Branches:\n\s*master/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' + '\n' + 'SDK Install Locations:\n' + ' /var/folders/qv/pdh5wsgn0lq3dp77zj602b5c0000gn/T/titanium-cli-299977 [default]\n' + '\n' + 'No Titanium SDKs found\n' + '\n' + 'You can download the latest Titanium SDK by running: titanium sdk install\n' + '\n' + '\n' + 'Branches:\n' + ' undefined' at async Promise.all (index 0) { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Branches:\n\s*master/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' + '\n' + 'SDK Install Locations:\n' + ' /var/folders/qv/pdh5wsgn0lq3dp77zj602b5c0000gn/T/titanium-cli-299977 [default]\n' + '\n' + 'No Titanium SDKs found\n' + '\n' + 'You can download the latest Titanium SDK by running: titanium sdk install\n' + '\n' + '\n' + 'Branches:\n' + ' undefined' at file:///Users/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:265:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4 at async TestContext.<anonymous> (file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11) at async Test.run (node:internal/test_runner/test:632:9) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:948:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Titanium Command-Line Interface v7.0.0-beta1\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nSDK Install Locations:\n /var/folders/qv/pdh5wsgn0lq3dp77zj602b5c0000gn/T/titanium-cli-299977 [default]\n\nNo Titanium SDKs found\n\nYou can download the latest Titanium SDK by running: titanium sdk install\n\n\nBranches:\n undefined', expected: /Branches:\n\s*master/, operator: 'match' } }
should fetch TiDev page: test/util/request.test.js#L1
Error [ERR_TEST_FAILURE]: connect ENETUNREACH 12.208.119.236:443 at async Promise.all (index 0) { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: Error: connect ENETUNREACH 12.208.119.236:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) { errno: -51, code: 'ENETUNREACH', syscall: 'connect', address: '12.208.119.236', port: 443 } }
should fetch TiDev page via proxy: test/util/request.test.js#L1
[Error [ERR_TEST_FAILURE]: Proxy response (500) !== 200 when HTTP Tunneling] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: Error [AbortError]: Proxy response (500) !== 200 when HTTP Tunneling at Client.connect (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/proxy-agent.js:105:22) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'UND_ERR_ABORTED' } }
Test on node 20 and macOS-latest
Process completed with exit code 1.
should install an SDK and remove it: test/commands/ti-sdk.test.js#L103
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /successfully installed/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' at async Promise.all (index 0) { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /successfully installed/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' at file:///Users/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:103:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4 at async TestContext.<anonymous> (file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11) at async Test.run (node:internal/test_runner/test:632:9) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:948:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Titanium Command-Line Interface v7.0.0-beta1\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n', expected: /successfully installed/, operator: 'match' }, code: 'ERR_TEST_FAILURE' }
should list releases, branches, and builds: test/commands/ti-sdk.test.js#L265
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Branches:\n\s*master/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' + '\n' + 'SDK Install Locations:\n' + ' /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/titanium-cli-706820 [default]\n' + '\n' + 'No Titanium SDKs found\n' + '\n' + 'You can download the latest Titanium SDK by running: titanium sdk install\n' + '\n' + '\n' + 'Branches:\n' + ' undefined' at async Promise.all (index 0) { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Branches:\n\s*master/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' + '\n' + 'SDK Install Locations:\n' + ' /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/titanium-cli-706820 [default]\n' + '\n' + 'No Titanium SDKs found\n' + '\n' + 'You can download the latest Titanium SDK by running: titanium sdk install\n' + '\n' + '\n' + 'Branches:\n' + ' undefined' at file:///Users/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:265:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4 at async TestContext.<anonymous> (file:///Users/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11) at async Test.run (node:internal/test_runner/test:632:9) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:948:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Titanium Command-Line Interface v7.0.0-beta1\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nSDK Install Locations:\n /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/titanium-cli-706820 [default]\n\nNo Titanium SDKs found\n\nYou can download the latest Titanium SDK by running: titanium sdk install\n\n\nBranches:\n undefined', expected: /Branches:\n\s*master/, operator: 'match' }, code: 'ERR_TEST_FAILURE' }
should fetch TiDev page: test/util/request.test.js#L1
Error [ERR_TEST_FAILURE]: connect ENETUNREACH 12.208.119.236:443 at async Promise.all (index 0) { failureType: 'testCodeFailure', cause: Error: connect ENETUNREACH 12.208.119.236:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { errno: -51, code: 'ENETUNREACH', syscall: 'connect', address: '12.208.119.236', port: 443 }, code: 'ERR_TEST_FAILURE' }
should fetch TiDev page via proxy: test/util/request.test.js#L1
[Error [ERR_TEST_FAILURE]: Proxy response (500) !== 200 when HTTP Tunneling] { failureType: 'testCodeFailure', cause: Error [AbortError]: Proxy response (500) !== 200 when HTTP Tunneling at Client.connect (/Users/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/proxy-agent.js:105:22) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'UND_ERR_ABORTED' }, code: 'ERR_TEST_FAILURE' }
Test on node 18 and macOS-latest
Process completed with exit code 1.
should install an SDK and remove it: test/commands/ti-sdk.test.js#L103
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /successfully installed/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' at async Promise.all (index 0) { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /successfully installed/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:103:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4 at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11) at async Test.run (node:internal/test_runner/test:632:9) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:948:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Titanium Command-Line Interface v7.0.0-beta1\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n', expected: /successfully installed/, operator: 'match' }, code: 'ERR_TEST_FAILURE' }
should list releases, branches, and builds: test/commands/ti-sdk.test.js#L265
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Branches:\n\s*master/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' + '\n' + 'SDK Install Locations:\n' + ' /tmp/titanium-cli-776473 [default]\n' + '\n' + 'No Titanium SDKs found\n' + '\n' + 'You can download the latest Titanium SDK by running: titanium sdk install\n' + '\n' + '\n' + 'Branches:\n' + ' undefined' at async Promise.all (index 0) { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Branches:\n\s*master/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' + '\n' + 'SDK Install Locations:\n' + ' /tmp/titanium-cli-776473 [default]\n' + '\n' + 'No Titanium SDKs found\n' + '\n' + 'You can download the latest Titanium SDK by running: titanium sdk install\n' + '\n' + '\n' + 'Branches:\n' + ' undefined' at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:265:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4 at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11) at async Test.run (node:internal/test_runner/test:632:9) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:948:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Titanium Command-Line Interface v7.0.0-beta1\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nSDK Install Locations:\n /tmp/titanium-cli-776473 [default]\n\nNo Titanium SDKs found\n\nYou can download the latest Titanium SDK by running: titanium sdk install\n\n\nBranches:\n undefined', expected: /Branches:\n\s*master/, operator: 'match' }, code: 'ERR_TEST_FAILURE' }
should fetch TiDev page: test/util/request.test.js#L1
Error [ERR_TEST_FAILURE]: Connect Timeout Error at async Promise.all (index 0) { failureType: 'testCodeFailure', cause: Error [ConnectTimeoutError]: Connect Timeout Error at onConnectTimeout (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/core/connect.js:190:24) at /home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/core/connect.js:133:46 at Immediate._onImmediate (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/core/connect.js:174:9) at process.processImmediate (node:internal/timers:476:21) { code: 'UND_ERR_CONNECT_TIMEOUT' }, code: 'ERR_TEST_FAILURE' }
should fetch TiDev page via proxy: test/util/request.test.js#L1
[Error [ERR_TEST_FAILURE]: Proxy response (500) !== 200 when HTTP Tunneling] { failureType: 'testCodeFailure', cause: Error [AbortError]: Proxy response (500) !== 200 when HTTP Tunneling at Client.connect (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/proxy-agent.js:105:22) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'UND_ERR_ABORTED' }, code: 'ERR_TEST_FAILURE' }
Test on node 18 and ubuntu-latest
Process completed with exit code 1.
should install an SDK and remove it: test/commands/ti-sdk.test.js#L103
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /successfully installed/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' at async Promise.all (index 0) { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /successfully installed/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:103:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4 at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11) at async Test.run (node:internal/test_runner/test:632:9) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:948:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Titanium Command-Line Interface v7.0.0-beta1\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n', expected: /successfully installed/, operator: 'match' } }
should list releases, branches, and builds: test/commands/ti-sdk.test.js#L265
Error [ERR_TEST_FAILURE]: The input did not match the regular expression /Branches:\n\s*master/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' + '\n' + 'SDK Install Locations:\n' + ' /tmp/titanium-cli-151767 [default]\n' + '\n' + 'No Titanium SDKs found\n' + '\n' + 'You can download the latest Titanium SDK by running: titanium sdk install\n' + '\n' + '\n' + 'Branches:\n' + ' undefined' at async Promise.all (index 0) { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Branches:\n\s*master/. Input: 'Titanium Command-Line Interface v7.0.0-beta1\n' + 'Copyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n' + '\n' + 'Want to help? https://tidev.io/donate or https://tidev.io/contribute\n' + '\n' + 'SDK Install Locations:\n' + ' /tmp/titanium-cli-151767 [default]\n' + '\n' + 'No Titanium SDKs found\n' + '\n' + 'You can download the latest Titanium SDK by running: titanium sdk install\n' + '\n' + '\n' + 'Branches:\n' + ' undefined' at file:///home/runner/work/titanium-cli/titanium-cli/test/commands/ti-sdk.test.js:265:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-sdk-home.js:23:4 at async TestContext.<anonymous> (file:///home/runner/work/titanium-cli/titanium-cli/test/helpers/init-cli.js:21:11) at async Test.run (node:internal/test_runner/test:632:9) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:948:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Titanium Command-Line Interface v7.0.0-beta1\nCopyright TiDev, Inc. 4/7/2022-Present. All Rights Reserved.\n\nWant to help? https://tidev.io/donate or https://tidev.io/contribute\n\nSDK Install Locations:\n /tmp/titanium-cli-151767 [default]\n\nNo Titanium SDKs found\n\nYou can download the latest Titanium SDK by running: titanium sdk install\n\n\nBranches:\n undefined', expected: /Branches:\n\s*master/, operator: 'match' } }
should fetch TiDev page: test/util/request.test.js#L1
Error [ERR_TEST_FAILURE]: Connect Timeout Error at async Promise.all (index 0) { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: Error [ConnectTimeoutError]: Connect Timeout Error at onConnectTimeout (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/core/connect.js:190:24) at /home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/core/connect.js:133:46 at Immediate._onImmediate (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/core/connect.js:174:9) at process.processImmediate (node:internal/timers:478:21) { code: 'UND_ERR_CONNECT_TIMEOUT' } }
should fetch TiDev page via proxy: test/util/request.test.js#L1
[Error [ERR_TEST_FAILURE]: Proxy response (500) !== 200 when HTTP Tunneling] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: Error [AbortError]: Proxy response (500) !== 200 when HTTP Tunneling at Client.connect (/home/runner/work/titanium-cli/titanium-cli/node_modules/.pnpm/[email protected]/node_modules/undici/lib/proxy-agent.js:105:22) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 'UND_ERR_ABORTED' } }
Test on node 20 and ubuntu-latest
Process completed with exit code 1.
Test on node 20 and macOS-latest
Total Tests: 135 Suites πŸ“‚: 45 Passed βœ…: 130 Failed ❌: 4 Canceled 🚫: 0 Skipped ⏭️: 1 Todo πŸ“: 0 Duration πŸ•: 48143.378ms
Test on node 18 and macOS-latest
Total Tests: 135 Suites πŸ“‚: 45 Passed βœ…: 130 Failed ❌: 4 Canceled 🚫: 0 Skipped ⏭️: 1 Todo πŸ“: 0 Duration πŸ•: 50872.710ms
Test on node 18 and ubuntu-latest
Total Tests: 135 Suites πŸ“‚: 45 Passed βœ…: 130 Failed ❌: 4 Canceled 🚫: 0 Skipped ⏭️: 1 Todo πŸ“: 0 Duration πŸ•: 160525.256ms
Test on node 20 and ubuntu-latest
Total Tests: 135 Suites πŸ“‚: 45 Passed βœ…: 130 Failed ❌: 4 Canceled 🚫: 0 Skipped ⏭️: 1 Todo πŸ“: 0 Duration πŸ•: 161224.246ms