Skip to content

fix: reduce production build dependencies #367

fix: reduce production build dependencies

fix: reduce production build dependencies #367

Re-run triggered June 19, 2024 04:49
Status Success
Total duration 8m 51s
Artifacts 1

CI.yml

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

Annotations

6 errors and 26 warnings
Build (macos-14, 18, arm64, arm64, amd64_arm64, false)
Final attempt failed. Child_process exited with error code 1
Build (macos-13, 18, x64, x86_64, x64, false)
Final attempt failed. Child_process exited with error code 1
Build (ubuntu-20.04, 18, x64, x64, x64, false)
Final attempt failed. Timeout of 300000ms hit
Build (ubuntu-20.04, 18, x64, x64, x64, false)
Final attempt failed. Child_process exited with error code 1
Build (windows-2022, 18, x86, x86, amd64_x86, false)
Final attempt failed. Child_process exited with error code 1
Build (windows-2022, 18, x64, x64, x64, false)
Final attempt failed. Child_process exited with error code 1
Build (ubuntu-22.04, node:18-alpine, apk add --no-cache pkgconfig curl tar python3 make gcc g++ c...
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (macos-14, 18, arm64, arm64, amd64_arm64, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (macos-14, 18, arm64, arm64, amd64_arm64, false)
Failed to install pipx: Error: pipx was not installed correctly Error: Failed to install pipx via pip: Error: Command failed with exit code 1: /opt/homebrew/bin/python3 -m pip install --upgrade --user pipx.. Ignoring...
Build (macos-14, 18, arm64, arm64, amd64_arm64, false)
Failed to install setuptools or wheel: Error: Failed to install setuptools via pip: Error: Command failed with exit code 1: /opt/homebrew/bin/python3 -m pip install --upgrade --user setuptools.. Ignoring...
Build (macos-14, 18, arm64, arm64, amd64_arm64, false)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Build (macos-14, 18, arm64, arm64, amd64_arm64, false)
Building pkg-config from source: The bottle (and many others) needs to be installed into /opt/homebrew.
Build (macos-14, 18, arm64, arm64, amd64_arm64, false)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Build (macos-13, 18, x64, x86_64, x64, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (macos-13, 18, x64, x86_64, x64, false)
gnutls 3.8.4 is already installed and up-to-date. To reinstall 3.8.4, run: brew reinstall gnutls
Build (macos-13, 18, x64, x86_64, x64, false)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Build (ubuntu-20.04, 18, x64, x64, x64, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (ubuntu-20.04, 18, x64, x64, x64, false): examples/majordomo/broker.ts#L24
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
Build (ubuntu-20.04, 18, x64, x64, x64, false): examples/majordomo/broker.ts#L27
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
Build (ubuntu-20.04, 18, x64, x64, x64, false): examples/majordomo/broker.ts#L81
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build (ubuntu-20.04, 18, x64, x64, x64, false): examples/majordomo/broker.ts#L85
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build (ubuntu-20.04, 18, x64, x64, x64, false): examples/majordomo/broker.ts#L95
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build (ubuntu-20.04, 18, x64, x64, x64, false): examples/queue/queue.ts#L19
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build (ubuntu-20.04, 18, x64, x64, x64, false): examples/threaded-worker/processor.ts#L43
Unsafe argument of type `any` assigned to a parameter of type `string`
Build (windows-2022, 18, x86, x86, amd64_x86, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (windows-2022, 18, x86, x86, amd64_x86, false)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Build (windows-2022, 18, x64, x64, x64, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (windows-2022, 18, x64, x64, x64, false)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
artifact Expired
5.09 MB