Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run backend unit tests with postgresql #2551

Merged
merged 1 commit into from
Nov 27, 2024

Run backend unit tests with postgresql

5902339
Select commit
Loading
Failed to load commit list.
Merged

Run backend unit tests with postgresql #2551

Run backend unit tests with postgresql
5902339
Select commit
Loading
Failed to load commit list.
Community-TC Integration / Code Review Frontend build succeeded Nov 26, 2024 in 2m 35s

Community-TC (pull_request)

Build web single page application

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2024-11-26T15:19:21.586Z
Resolved: 2024-11-26T15:20:04.772Z
Task Execution Time: 43 seconds, 186 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/frontend/540.216d1132.css
- public/frontend/540.216d1132.css.map
- public/frontend/540.bundle.js
- public/frontend/540.bundle.js.LICENSE.txt
- public/frontend/540.bundle.js.map
- public/frontend/index.html
- public/frontend/main.6d6238d8.css
- public/frontend/main.6d6238d8.css.map
- public/frontend/main.bundle.js
- public/frontend/main.bundle.js.map
- public/frontend/runtime.bundle.js
- public/frontend/runtime.bundle.js.map
- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2024-11-26T15:19:21.649Z] Worker Type (proj-relman/generic-worker-ubuntu-24-04) settings:
[taskcluster 2024-11-26T15:19:21.649Z]   {
[taskcluster 2024-11-26T15:19:21.649Z]     "config": {
[taskcluster 2024-11-26T15:19:21.649Z]       "deploymentId": "844596cdddb1d351"
[taskcluster 2024-11-26T15:19:21.649Z]     },
[taskcluster 2024-11-26T15:19:21.649Z]     "generic-worker": {
[taskcluster 2024-11-26T15:19:21.649Z]       "config": {
[taskcluster 2024-11-26T15:19:21.649Z]         "headlessTasks": false,
[taskcluster 2024-11-26T15:19:21.649Z]         "runTasksAsCurrentUser": false
[taskcluster 2024-11-26T15:19:21.649Z]       },
[taskcluster 2024-11-26T15:19:21.649Z]       "engine": "multiuser",
[taskcluster 2024-11-26T15:19:21.649Z]       "go-arch": "amd64",
[taskcluster 2024-11-26T15:19:21.649Z]       "go-os": "linux",
[taskcluster 2024-11-26T15:19:21.649Z]       "go-version": "go1.23.3",
[taskcluster 2024-11-26T15:19:21.649Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v75.0.0",
[taskcluster 2024-11-26T15:19:21.649Z]       "revision": "1f02e08d3ac9520fd636409dd44f97b9945bf882",
[taskcluster 2024-11-26T15:19:21.649Z]       "source": "https://github.com/taskcluster/taskcluster/commits/1f02e08d3ac9520fd636409dd44f97b9945bf882",
[taskcluster 2024-11-26T15:19:21.649Z]       "version": "75.0.0"
[taskcluster 2024-11-26T15:19:21.649Z]     },
[taskcluster 2024-11-26T15:19:21.649Z]     "image": "projects/community-tc-workers/global/images/generic-worker-ubuntu-24-04-3h7p1s34a3ita9ol73mw",

...(45 lines hidden)...

[taskcluster:warn 2024-11-26T15:19:21.654Z]     - - bash
[taskcluster:warn 2024-11-26T15:19:21.654Z]       - -cx
[taskcluster:warn 2024-11-26T15:19:21.654Z]       - |-
[taskcluster:warn 2024-11-26T15:19:21.654Z]         timeout -s KILL 3600 docker run -t --name taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw --memory-swap -1 --pids-limit -1 -e BACKEND_URL -e RUN_ID -e TASKCLUSTER_INSTANCE_TYPE -e TASKCLUSTER_ROOT_URL -e TASKCLUSTER_WORKER_LOCATION -e TASK_GROUP_ID -e TASK_ID node:16-alpine sh -lxce 'apk add git lcms2-dev bash libpng-dev autoconf build-base --quiet && git clone --quiet https://github.com/La0/code-review /src && cd /src/frontend && git checkout 59023393da811094c53e96160730cffb80e755fb -b build && npm install && npm run build'
[taskcluster:warn 2024-11-26T15:19:21.654Z]         exit_code=$?
[taskcluster:warn 2024-11-26T15:19:21.654Z]         docker cp taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw:/src/frontend/build artifact0
[taskcluster:warn 2024-11-26T15:19:21.654Z]         docker rm taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw
[taskcluster:warn 2024-11-26T15:19:21.654Z]         exit "${exit_code}"
[taskcluster:warn 2024-11-26T15:19:21.654Z]     env:
[taskcluster:warn 2024-11-26T15:19:21.654Z]       BACKEND_URL: https://api.code-review.testing.moz.tools
[taskcluster:warn 2024-11-26T15:19:21.654Z]     features:
[taskcluster:warn 2024-11-26T15:19:21.654Z]       backingLog: true
[taskcluster:warn 2024-11-26T15:19:21.654Z]       liveLog: true
[taskcluster:warn 2024-11-26T15:19:21.654Z]     logs:
[taskcluster:warn 2024-11-26T15:19:21.654Z]       backing: public/logs/live_backing.log
[taskcluster:warn 2024-11-26T15:19:21.654Z]       live: public/logs/live.log
[taskcluster:warn 2024-11-26T15:19:21.654Z]     maxRunTime: 4500
[taskcluster:warn 2024-11-26T15:19:21.654Z]     onExitStatus:
[taskcluster:warn 2024-11-26T15:19:21.654Z]       retry:
[taskcluster:warn 2024-11-26T15:19:21.654Z]       - 125
[taskcluster:warn 2024-11-26T15:19:21.654Z]       - 128
[taskcluster:warn 2024-11-26T15:19:21.654Z]     osGroups:
[taskcluster:warn 2024-11-26T15:19:21.654Z]     - docker
[taskcluster:warn 2024-11-26T15:19:21.654Z]   priority: lowest
[taskcluster:warn 2024-11-26T15:19:21.654Z]   projectId: none
[taskcluster:warn 2024-11-26T15:19:21.654Z]   provisionerId: proj-relman
[taskcluster:warn 2024-11-26T15:19:21.654Z]   requires: all-completed
[taskcluster:warn 2024-11-26T15:19:21.654Z]   retries: 5
[taskcluster:warn 2024-11-26T15:19:21.654Z]   routes:
[taskcluster:warn 2024-11-26T15:19:21.654Z]   - checks
[taskcluster:warn 2024-11-26T15:19:21.654Z]   schedulerId: taskcluster-github
[taskcluster:warn 2024-11-26T15:19:21.654Z]   scopes:
[taskcluster:warn 2024-11-26T15:19:21.654Z]   - generic-worker:os-group:proj-relman/generic-worker-ubuntu-24-04/docker
[taskcluster:warn 2024-11-26T15:19:21.654Z]   tags: {}
[taskcluster:warn 2024-11-26T15:19:21.654Z]   taskGroupId: IHyfHVQZQPKOr5UgMv2-jw
[taskcluster:warn 2024-11-26T15:19:21.654Z]   taskQueueId: proj-relman/generic-worker-ubuntu-24-04
[taskcluster:warn 2024-11-26T15:19:21.654Z]   workerType: generic-worker-ubuntu-24-04
[taskcluster:warn 2024-11-26T15:19:21.654Z] 
[taskcluster 2024-11-26T15:19:23.015Z] Uploading redirect artifact public/logs/live.log to URL https://community-websocktunnel.services.mozilla.com/us-east1-b.6930546071611922531.60099/log/fEV6lFhmTYGLr16gq2bAKw with mime type "text/plain; charset=utf-8" and expiry 2024-11-26T16:49:22.920Z
[taskcluster 2024-11-26T15:19:23.573Z] Executing command 0: bash -cx 'timeout -s KILL 3600 docker run -t --name taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw --memory-swap -1 --pids-limit -1 -e BACKEND_URL -e RUN_ID -e TASKCLUSTER_INSTANCE_TYPE -e TASKCLUSTER_ROOT_URL -e TASKCLUSTER_WORKER_LOCATION -e TASK_GROUP_ID -e TASK_ID node:16-alpine sh -lxce '\''apk add git lcms2-dev bash libpng-dev autoconf build-base --quiet && git clone --quiet https://github.com/La0/code-review /src && cd /src/frontend && git checkout 59023393da811094c53e96160730cffb80e755fb -b build && npm install && npm run build'\''
[taskcluster 2024-11-26T15:19:23.573Z] exit_code=$?
[taskcluster 2024-11-26T15:19:23.573Z] docker cp taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw:/src/frontend/build artifact0
[taskcluster 2024-11-26T15:19:23.573Z] docker rm taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw
[taskcluster 2024-11-26T15:19:23.573Z] exit "${exit_code}"'
+ timeout -s KILL 3600 docker run -t --name taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw --memory-swap -1 --pids-limit -1 -e BACKEND_URL -e RUN_ID -e TASKCLUSTER_INSTANCE_TYPE -e TASKCLUSTER_ROOT_URL -e TASKCLUSTER_WORKER_LOCATION -e TASK_GROUP_ID -e TASK_ID node:16-alpine sh -lxce 'apk add git lcms2-dev bash libpng-dev autoconf build-base --quiet && git clone --quiet https://github.com/La0/code-review /src && cd /src/frontend && git checkout 59023393da811094c53e96160730cffb80e755fb -b build && npm install && npm run build'
Unable to find image 'node:16-alpine' locally
16-alpine: Pulling from library/node
7264a8db6415: Pulling fs layer
eee371b9ce3f: Pulling fs layer
93b3025fe103: Pulling fs layer
d9059661ce70: Pulling fs layer
d9059661ce70: Waiting
93b3025fe103: Download complete
7264a8db6415: Verifying Checksum
7264a8db6415: Download complete
d9059661ce70: Verifying Checksum
d9059661ce70: Download complete
7264a8db6415: Pull complete
eee371b9ce3f: Download complete
eee371b9ce3f: Pull complete
93b3025fe103: Pull complete
d9059661ce70: Pull complete
Digest: sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787
Status: Downloaded newer image for node:16-alpine
+ export 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
+ export 'PAGER=less'
+ umask 022
+ '[' -n  -o 1.36.1 ]
+ PS1='\h:\w\$ '
+ '[' -n  ]
+ '[' -r /etc/profile.d/20locale.sh ]
+ . /etc/profile.d/20locale.sh
+ export 'CHARSET=UTF-8'
+ export 'LANG=C.UTF-8'
+ export 'LC_COLLATE=C'
+ unset script
+ apk add git lcms2-dev bash libpng-dev autoconf build-base --quiet
  0%                                               1%                                               2%                                               2% █                                             3% █                                             4% █                                             4% ██                                            5% ██                                            6% ██                                            6% ███                                           7% ███                                           8% ███                                           9% ███                                           9% ████                                         10% ████                                         11% ████                                         11% █████                                        12% █████                                        13% █████                                        13% ██████                                       14% ██████                                       15% ██████                                       16% ███████                                      17% ███████                                      18% ████████                                     19% ████████                                     20% █████████                                    21% █████████                                    22% █████████                                    22% ██████████                                   23% ██████████                                   24% ██████████                                   25% ███████████                                  26% ███████████                                  27% ████████████                                 28% ████████████                                 29% ████████████                                 30% █████████████                                31% █████████████                                32% ██████████████                               33% ██████████████                               34% ██████████████                               34% ███████████████                              35% ███████████████                              36% ████████████████                             37% ████████████████                             38% ████████████████                             38% █████████████████                            39% █████████████████                            40% █████████████████                            41% ██████████████████                           42% ██████████████████                           43% ███████████████████                          44% ███████████████████                          45% ███████████████████                          46% ████████████████████                         47% ████████████████████                         48% █████████████████████                        49% █████████████████████                        50% ██████████████████████                       51% ██████████████████████                       52% ███████████████████████                      53% ███████████████████████                      54% ███████████████████████                      55% ████████████████████████                     56% ████████████████████████                     57% █████████████████████████                    58% █████████████████████████                    59% ██████████████████████████                   60% ██████████████████████████                   61% ██████████████████████████                   61% ███████████████████████████                  62% ███████████████████████████                  63% ███████████████████████████                  63% ████████████████████████████                 64% ████████████████████████████                 65% ████████████████████████████                 65% █████████████████████████████                66% █████████████████████████████                67% █████████████████████████████                68% █████████████████████████████                68% ██████████████████████████████               69% ██████████████████████████████               70% ██████████████████████████████               70% ███████████████████████████████              71% ███████████████████████████████              72% ███████████████████████████████              72% ████████████████████████████████             73% ████████████████████████████████             74% ████████████████████████████████             75% █████████████████████████████████            76% █████████████████████████████████            77% █████████████████████████████████            77% ██████████████████████████████████           78% ██████████████████████████████████           79% ██████████████████████████████████           80% ███████████████████████████████████          81% ███████████████████████████████████          82% ████████████████████████████████████         83% ████████████████████████████████████         84% █████████████████████████████████████        85% █████████████████████████████████████        86% █████████████████████████████████████        86% ██████████████████████████████████████       87% ██████████████████████████████████████       88% ██████████████████████████████████████       88% ███████████████████████████████████████      89% ███████████████████████████████████████      90% ███████████████████████████████████████      91% ████████████████████████████████████████     92% ████████████████████████████████████████     93% ████████████████████████████████████████     93% █████████████████████████████████████████    94% █████████████████████████████████████████    95% █████████████████████████████████████████    95% ██████████████████████████████████████████   96% ██████████████████████████████████████████   97% ██████████████████████████████████████████   97% ███████████████████████████████████████████  98% ███████████████████████████████████████████  99% ███████████████████████████████████████████ % ████████████████████████████████████████████+ git clone --quiet https://github.com/La0/code-review /src
+ cd /src/frontend
+ git checkout 59023393da811094c53e96160730cffb80e755fb -b build
Switched to a new branch 'build'
+ npm install
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=18' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=18' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=18' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=18' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=18' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>= 18.12.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>= 18.12.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>= 18.12.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=18.0.0' },
npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
npm WARN EBADENGINE }
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead

added 723 packages, and audited 724 packages in 10s

158 packages are looking for funding
  run `npm fund` for details

11 vulnerabilities (2 low, 5 moderate, 4 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
+ npm run build

> [email protected] build
> webpack --mode=production

assets by path *.js 396 KiB
  asset 540.bundle.js 357 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
  asset main.bundle.js 37.7 KiB [emitted] [minimized] (name: main) 1 related asset
  asset runtime.bundle.js 1.53 KiB [emitted] [minimized] (name: runtime) 1 related asset
assets by path *.css 747 KiB
  asset 540.216d1132.css 745 KiB [emitted] [immutable] (id hint: vendors) 1 related asset
  asset main.6d6238d8.css 1.66 KiB [emitted] [immutable] (name: main) 1 related asset
asset index.html 397 bytes [emitted]
Entrypoint main 1.12 MiB (2.54 MiB) = runtime.bundle.js 1.53 KiB 540.bundle.js 357 KiB 540.216d1132.css 745 KiB main.bundle.js 37.7 KiB main.6d6238d8.css 1.66 KiB 5 auxiliary assets
orphan modules 1.26 MiB (javascript) 8.24 KiB (runtime) [orphan] 178 modules
runtime modules 3.66 KiB 8 modules
cacheable modules 1.59 MiB (javascript) 747 KiB (css/mini-extract)
  javascript modules 1.59 MiB
    ./src/index.js + 63 modules 74 KiB [built] [code generated]
    ./node_modules/vue/dist/vue.runtime.esm.js 297 KiB [built] [code generated]
    ./node_modules/vue-loader/lib/runtime/componentNormalizer.js 2.7 KiB [built] [code generated]
    ./node_modules/vuex/dist/vuex.esm.js 36.4 KiB [built] [code generated]
    + 5 modules
  css modules 747 KiB
    css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/bulma/css/bulma.css 745 KiB [built] [code generated]
    css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/App.vue?vue&type=style&index=0&id=02a1b646&prod&scoped=true&lang=css 701 bytes [built] [code generated]
    css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/Diffs.vue?vue&type=style&index=0&id=529f7d75&prod&lang=css 88 bytes [built] [code generated]
    css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/Tasks.vue?vue&type=style&index=0&id=067c686c&prod&lang=css 248 bytes [built] [code generated]
    + 5 modules
webpack 5.96.1 compiled successfully in 11281 ms
+ exit_code=0
+ docker cp taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw:/src/frontend/build artifact0
+ docker rm taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw
taskcontainer_Qu67DYziTcWgjo3iQ5Zpvw
+ exit 0
[taskcluster 2024-11-26T15:20:03.690Z]    Exit Code: 0
[taskcluster 2024-11-26T15:20:03.690Z]    User Time: 55.842ms
[taskcluster 2024-11-26T15:20:03.690Z]  Kernel Time: 74.929ms
[taskcluster 2024-11-26T15:20:03.690Z]    Wall Time: 40.117082894s
[taskcluster 2024-11-26T15:20:03.690Z]       Result: SUCCEEDED
[taskcluster 2024-11-26T15:20:03.690Z] === Task Finished ===
[taskcluster 2024-11-26T15:20:03.690Z] Task Duration: 40.117516077s
[taskcluster 2024-11-26T15:20:03.953Z] Uploading artifact public/frontend/runtime.bundle.js.map from file /home/task_173263430005268/artifact0/runtime.bundle.js.map with content encoding "gzip", mime type "application/octet-stream" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:03.962Z] Uploading artifact public/frontend/index.html from file /home/task_173263430005268/artifact0/index.html with content encoding "gzip", mime type "text/html; charset=utf-8" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:03.968Z] Uploading artifact public/frontend/540.216d1132.css.map from file /home/task_173263430005268/artifact0/540.216d1132.css.map with content encoding "gzip", mime type "application/octet-stream" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:03.982Z] Uploading artifact public/frontend/540.216d1132.css from file /home/task_173263430005268/artifact0/540.216d1132.css with content encoding "gzip", mime type "text/css; charset=utf-8" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:03.988Z] Uploading artifact public/frontend/main.bundle.js.map from file /home/task_173263430005268/artifact0/main.bundle.js.map with content encoding "gzip", mime type "application/octet-stream" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:03.991Z] Uploading artifact public/frontend/main.6d6238d8.css.map from file /home/task_173263430005268/artifact0/main.6d6238d8.css.map with content encoding "gzip", mime type "application/octet-stream" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:04.056Z] Uploading artifact public/frontend/540.bundle.js.map from file /home/task_173263430005268/artifact0/540.bundle.js.map with content encoding "gzip", mime type "application/octet-stream" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:04.059Z] Uploading artifact public/frontend/540.bundle.js from file /home/task_173263430005268/artifact0/540.bundle.js with content encoding "gzip", mime type "text/javascript; charset=utf-8" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:04.081Z] Uploading artifact public/frontend/main.6d6238d8.css from file /home/task_173263430005268/artifact0/main.6d6238d8.css with content encoding "gzip", mime type "text/css; charset=utf-8" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:04.081Z] Uploading artifact public/frontend/runtime.bundle.js from file /home/task_173263430005268/artifact0/runtime.bundle.js with content encoding "gzip", mime type "text/javascript; charset=utf-8" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:04.082Z] Uploading artifact public/frontend/main.bundle.js from file /home/task_173263430005268/artifact0/main.bundle.js with content encoding "gzip", mime type "text/javascript; charset=utf-8" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:04.092Z] Uploading artifact public/frontend/540.bundle.js.LICENSE.txt from file /home/task_173263430005268/artifact0/540.bundle.js.LICENSE.txt with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2024-12-10T15:17:30.396Z
[taskcluster 2024-11-26T15:20:04.481Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2025-11-26T16:17:30.396Z