fix: circleCI config #5
Annotations
19 errors and 13 warnings
|
build-and-test (ubuntu-24.04-arm)
Process completed with exit code 1.
|
|
test/asdf/asdf.test.ts > Asdf tests > Can install custom gitUrls:
test/asdf/asdf.test.ts#L81
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'success' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "success",
+ "status": "error",
}
❯ Object.validateApply test/asdf/asdf.test.ts:81:46
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/asdf/asdf.test.ts:69:5
|
|
test/asdf/asdf.test.ts > Asdf tests > Can install asdf and plugins:
test/asdf/asdf.test.ts#L30
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/asdf/asdf.test.ts:30:45
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:256:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:167:7
❯ test/asdf/asdf.test.ts:13:5
|
|
test/asdf/asdf-install.test.ts > Asdf install tests > Can install a plugin and then a version:
test/asdf/asdf-install.test.ts#L62
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/asdf/asdf-install.test.ts:62:45
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:256:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:167:7
❯ test/asdf/asdf-install.test.ts:45:5
|
|
test/asdf/asdf-install.test.ts > Asdf install tests > Can install a .tool-versions file:
test/asdf/asdf-install.test.ts#L30
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'success' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "success",
+ "status": "error",
}
❯ Object.validateApply test/asdf/asdf-install.test.ts:30:46
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/asdf/asdf-install.test.ts:19:5
|
|
build-and-test (ubuntu-latest)
Process completed with exit code 1.
|
|
test/asdf/asdf.test.ts > Asdf tests > Can install asdf and plugins:
test/asdf/asdf.test.ts#L30
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/asdf/asdf.test.ts:30:45
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:256:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:167:7
❯ test/asdf/asdf.test.ts:13:5
|
|
test/asdf/asdf-install.test.ts > Asdf install tests > Can install a plugin and then a version:
test/asdf/asdf-install.test.ts#L62
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/asdf/asdf-install.test.ts:62:45
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:256:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:167:7
❯ test/asdf/asdf-install.test.ts:45:5
|
|
test/asdf/asdf-install.test.ts > Asdf install tests > Can install a .tool-versions file:
test/asdf/asdf-install.test.ts#L37
AssertionError: expected { status: 'success', …(2) } to match object { status: 'error' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "error",
+ "status": "success",
}
❯ Object.validateDestroy test/asdf/asdf-install.test.ts:37:48
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:256:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:167:7
❯ test/asdf/asdf-install.test.ts:19:5
|
|
test/tart/tart.test.ts > Tart tests > Can install tart with custom TART_HOME:
test/tart/tart.test.ts#L38
AssertionError: expected '' to be '/Users/runner/.tart-custom' // Object.is equality
- Expected
+ Received
- /Users/runner/.tart-custom
❯ Object.validateApply test/tart/tart.test.ts:38:26
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/tart/tart.test.ts:28:5
|
|
test/ruby/rbenv.test.ts > Rbenv resource integration tests > Installs rbenv, installs a Ruby version, and sets a global:
test/ruby/rbenv.test.ts#L32
AssertionError: expected 'ruby 2.6.10p210 (2022-04-12 revision …' to include '3.3.0'
❯ Object.validateApply test/ruby/rbenv.test.ts:32:36
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/ruby/rbenv.test.ts:14:5
|
|
test/homebrew/default.test.ts > Homebrew main resource integration tests > Can handle casks that were already installed by skipping in the install (only applicable to the initial):
test/homebrew/default.test.ts#L180
AssertionError: expected 'export LC_CTYPE=en_US.UTF-8\nexport L…' to not include 'homebrew'
❯ Object.validateDestroy test/homebrew/default.test.ts:180:93
❯ PluginTester.uninstall node_modules/@codifycli/plugin-test/src/plugin-tester.ts:256:9
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:167:7
❯ test/homebrew/default.test.ts:142:5
|
|
test/asdf/asdf.test.ts > Asdf tests > Can install custom gitUrls:
test/asdf/asdf.test.ts#L81
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'success' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "success",
+ "status": "error",
}
❯ Object.validateApply test/asdf/asdf.test.ts:81:46
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/asdf/asdf.test.ts:69:5
|
|
test/asdf/asdf.test.ts > Asdf tests > Support plugins resource:
test/asdf/asdf.test.ts#L49
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'success' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "success",
+ "status": "error",
}
❯ Object.validateApply test/asdf/asdf.test.ts:49:45
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/asdf/asdf.test.ts:36:5
|
|
test/asdf/asdf.test.ts > Asdf tests > Can install asdf and plugins:
test/asdf/asdf.test.ts#L26
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'success' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "success",
+ "status": "error",
}
❯ Object.validateApply test/asdf/asdf.test.ts:26:45
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/asdf/asdf.test.ts:13:5
|
|
test/asdf/asdf-install.test.ts > Asdf install tests > Can install a plugin and then a version:
test/asdf/asdf-install.test.ts#L58
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'success' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "success",
+ "status": "error",
}
❯ Object.validateApply test/asdf/asdf-install.test.ts:58:45
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/asdf/asdf-install.test.ts:45:5
|
|
test/asdf/asdf-install.test.ts > Asdf install tests > Can install a .tool-versions file:
test/asdf/asdf-install.test.ts#L30
AssertionError: expected { status: 'error', exitCode: 1, …(1) } to match object { status: 'success' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "status": "success",
+ "status": "error",
}
❯ Object.validateApply test/asdf/asdf-install.test.ts:30:46
❯ PluginTester.fullTest node_modules/@codifycli/plugin-test/src/plugin-tester.ts:93:9
❯ test/asdf/asdf-install.test.ts:19:5
|
|
build-and-test (macos-latest)
Cask 'ollama-app' is not installed.
|
|
build-and-test (macos-latest)
Cask 'syncthing-app' is not installed.
|
|
build-and-test (ubuntu-24.04-arm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-and-test (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-and-test (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-and-test (macos-latest)
readline 8.3.3 is already installed and up-to-date.
To reinstall 8.3.3, run:
brew reinstall readline
|
|
build-and-test (macos-latest)
openssl@3 3.6.2 is already installed and up-to-date.
To reinstall 3.6.2, run:
brew reinstall openssl@3
|
|
build-and-test (macos-latest)
Service `ollama` is not started.
|
|
build-and-test (macos-latest)
The following ca-certificates configuration files have not been removed!
If desired, remove them manually with `rm -rf`:
/opt/homebrew/etc/ca-certificates
/opt/homebrew/etc/ca-certificates/cert.pem
|
|
build-and-test (macos-latest)
The following may be openssl@3 configuration files and have not been removed!
If desired, remove them manually with `rm -rf`:
/opt/homebrew/etc/openssl@1.1
|
|
build-and-test (macos-latest)
The following openssl@3 configuration files have not been removed!
If desired, remove them manually with `rm -rf`:
/opt/homebrew/etc/openssl@3
/opt/homebrew/etc/openssl@3/cert.pem
/opt/homebrew/etc/openssl@3/certs
/opt/homebrew/etc/openssl@3/certs/.keepme
/opt/homebrew/etc/openssl@3/ct_log_list.cnf
/opt/homebrew/etc/openssl@3/ct_log_list.cnf.dist
/opt/homebrew/etc/openssl@3/misc
/opt/homebrew/etc/openssl@3/misc/CA.pl
/opt/homebrew/etc/openssl@3/misc/tsget
/opt/homebrew/etc/openssl@3/misc/tsget.pl
/opt/homebrew/etc/openssl@3/openssl.cnf
/opt/homebrew/etc/openssl@3/openssl.cnf.dist
/opt/homebrew/etc/openssl@3/private
/opt/homebrew/etc/openssl@3/private/.keepme
|
|
build-and-test (macos-latest)
The following ca-certificates configuration files have not been removed!
If desired, remove them manually with `rm -rf`:
/opt/homebrew/etc/ca-certificates
/opt/homebrew/etc/ca-certificates/cert.pem
|
|
build-and-test (macos-latest)
The following may be openssl@3 configuration files and have not been removed!
If desired, remove them manually with `rm -rf`:
/opt/homebrew/etc/openssl@1.1
|
|
build-and-test (macos-latest)
The following openssl@3 configuration files have not been removed!
If desired, remove them manually with `rm -rf`:
/opt/homebrew/etc/openssl@3
/opt/homebrew/etc/openssl@3/cert.pem
/opt/homebrew/etc/openssl@3/certs
/opt/homebrew/etc/openssl@3/certs/.keepme
/opt/homebrew/etc/openssl@3/ct_log_list.cnf
/opt/homebrew/etc/openssl@3/ct_log_list.cnf.dist
/opt/homebrew/etc/openssl@3/misc
/opt/homebrew/etc/openssl@3/misc/CA.pl
/opt/homebrew/etc/openssl@3/misc/tsget
/opt/homebrew/etc/openssl@3/misc/tsget.pl
/opt/homebrew/etc/openssl@3/openssl.cnf
/opt/homebrew/etc/openssl@3/openssl.cnf.dist
/opt/homebrew/etc/openssl@3/private
/opt/homebrew/etc/openssl@3/private/.keepme
|
|
build-and-test (macos-latest)
Service `syncthing` is not started.
|