Skip to content

refactor: omnichanel create room #20141

refactor: omnichanel create room

refactor: omnichanel create room #20141

Triggered via pull request May 1, 2024 04:22
Status Failure
Total duration 32m 55s
Artifacts 4

ci.yml

on: pull_request
⚙️ Variables Setup
5s
⚙️ Variables Setup
🚀 Notify external services - draft
2s
🚀 Notify external services - draft
📦 Build Packages
1m 31s
📦 Build Packages
Matrix: 🔎 Code Check / code-check
📦 Meteor Build - coverage
7m 43s
📦 Meteor Build - coverage
🔨 Test Unit  /  Unit Tests
2m 14s
🔨 Test Unit / Unit Tests
Matrix: 🚢 Build Docker Images for Testing
🚢 Build Docker Image (preview)
0s
🚢 Build Docker Image (preview)
Matrix: 🔨 Test API (EE) / test
Matrix: 🔨 Test API (CE) / test
Matrix: 🔨 Test UI (EE) / test
Matrix: 🔨 Test UI (CE) / test
✅ Tests Done
0s
✅ Tests Done
📦 Meteor Build - official
0s
📦 Meteor Build - official
Matrix: 🚢 Build Docker Images for Production
🚀 Publish build assets
0s
🚀 Publish build assets
Matrix: 🚀 Publish Docker Image (main)
Matrix: 🚀 Publish Docker Image (services)
🚀 Notify external services
0s
🚀 Notify external services
trigger-dependent-workflows
0s
trigger-dependent-workflows
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 43 warnings
🔨 Test UI (EE) / MongoDB 4.4 (3/5)
Process completed with exit code 1.
🔨 Test UI (CE) / MongoDB 4.4 (3/4)
Process completed with exit code 1.
🔨 Test UI (CE) / MongoDB 6.0 (3/4) - Alpine
Process completed with exit code 1.
🔨 Test UI (EE) / MongoDB 4.4 (4/5)
Process completed with exit code 1.
🔨 Test UI (CE) / MongoDB 6.0 (2/4) - Alpine
Process completed with exit code 1.
🔨 Test UI (CE) / MongoDB 4.4 (2/4)
Process completed with exit code 1.
🔨 Test API (CE) / MongoDB 4.4 (1/1)
Process completed with exit code 1.
🔨 Test API (EE) / MongoDB 4.4 (1/1)
Process completed with exit code 1.
🔨 Test API (CE) / MongoDB 6.0 (1/1) - Alpine
Process completed with exit code 1.
⚙️ Variables Setup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Bhacaz/checkout-files@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🚀 Notify external services - draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Bhacaz/checkout-files@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
📦 Build Packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test Unit / Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-node@v3.7.0, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔎 Code Check / TypeScript
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
📦 Meteor Build - coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔎 Code Check / Code Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔎 Code Check / Code Lint: apps/meteor/app/e2e/client/rocketchat.e2e.ts#L443
Prefer using an optional chain expression instead, as it's more concise and easier to read
🔎 Code Check / Code Lint: apps/meteor/app/lib/server/lib/debug.js#L83
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
🔎 Code Check / Code Lint: apps/meteor/app/lib/server/oauth/oauth.js#L42
Consider using the native Array.prototype.includes()
🔎 Code Check / Code Lint: apps/meteor/app/lib/server/startup/rateLimiter.js#L65
Consider using the native Array.prototype.forEach() or Object.entries().forEach()
🔎 Code Check / Code Lint: apps/meteor/app/markdown/lib/hljs.js#L10
Async arrow function has a complexity of 173. Maximum allowed is 31
🔎 Code Check / Code Lint: apps/meteor/app/meteor-accounts-saml/server/lib/SAML.ts#L81
Static async method 'insertOrUpdateSAMLUser' has a complexity of 32. Maximum allowed is 31
🔎 Code Check / Code Lint: apps/meteor/app/utils/lib/restrictions.ts#L9
Consider using the native Array.prototype.map()
🔎 Code Check / Code Lint: apps/meteor/app/utils/lib/restrictions.ts#L20
Consider using the native Array.prototype.map()
🚢 Build Docker Images for Testing (official)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/download-artifact@v3, actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🚢 Build Docker Images for Testing (alpine)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/download-artifact@v3, actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (EE) / MongoDB 4.4 (3/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (CE) / MongoDB 4.4 (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (CE) / MongoDB 6.0 (3/4) - Alpine
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (EE) / MongoDB 4.4 (4/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (CE) / MongoDB 4.4 (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (CE) / MongoDB 4.4 (4/4)
No files were found with the provided path: ./apps/meteor/tests/e2e/.playwright*. No artifacts will be uploaded.
🔨 Test UI (CE) / MongoDB 6.0 (4/4) - Alpine
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (CE) / MongoDB 6.0 (4/4) - Alpine
No files were found with the provided path: ./apps/meteor/tests/e2e/.playwright*. No artifacts will be uploaded.
🔨 Test UI (CE) / MongoDB 6.0 (1/4) - Alpine
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (CE) / MongoDB 6.0 (1/4) - Alpine
No files were found with the provided path: ./apps/meteor/tests/e2e/.playwright*. No artifacts will be uploaded.
🔨 Test UI (CE) / MongoDB 4.4 (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (CE) / MongoDB 4.4 (1/4)
No files were found with the provided path: ./apps/meteor/tests/e2e/.playwright*. No artifacts will be uploaded.
🔨 Test UI (EE) / MongoDB 4.4 (2/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (EE) / MongoDB 4.4 (2/5)
No files were found with the provided path: ./apps/meteor/tests/e2e/.playwright*. No artifacts will be uploaded.
🔨 Test UI (EE) / MongoDB 4.4 (1/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (EE) / MongoDB 4.4 (1/5)
No files were found with the provided path: ./apps/meteor/tests/e2e/.playwright*. No artifacts will be uploaded.
🔨 Test UI (CE) / MongoDB 6.0 (2/4) - Alpine
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (CE) / MongoDB 4.4 (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test API (CE) / MongoDB 4.4 (1/1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test API (EE) / MongoDB 4.4 (1/1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (EE) / MongoDB 4.4 (5/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0, actions/upload-artifact@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🔨 Test UI (EE) / MongoDB 4.4 (5/5)
No files were found with the provided path: ./apps/meteor/tests/e2e/.playwright*. No artifacts will be uploaded.
🔨 Test API (CE) / MongoDB 6.0 (1/1) - Alpine
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, actions/cache@v3, actions/setup-node@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: "build", "e2e-ee-coverage", "playwright-test-tracece", "playwright-test-traceee". 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
build
306 MB
e2e-ee-coverage
13 MB
playwright-test-tracece
61.3 MB
playwright-test-traceee
42.3 MB