Running with gitlab-runner 17.3.1 (66269445)
  on 2024-team-wikis rg8UyVtqs, system ID: s_698f9e00673b
section_start:1727839002:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image node:18.20.0 ...
Pulling docker image node:18.20.0 ...
Using docker image sha256:5fa15674576872171abb0ab3704cabb6fd2db2e29f6df13a758f5255b7e974f3 for node:18.20.0 with digest node@sha256:8438dbe00747d24cdb53c616e02bf804420df9052151713c59484a1ddaf87b24 ...
section_end:1727839061:prepare_executor
section_start:1727839061:prepare_script
Preparing environment
Running on runner-rg8uyvtqs-project-2754-concurrent-0 via runner-rg8uyvtqs-wiki-1727838515-5b3b284c...
section_end:1727839062:prepare_script
section_start:1727839062:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/2024/smu-gdmu-china/.git/
Created fresh repository.
Checking out d1ad0699 as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1727839063:get_sources
section_start:1727839063:restore_cache
Restoring cache
Checking cache for 0_yarn-dd52c51c72c693fc6a2a5f4066ee677fd14e27f1-protected...
Downloading cache from https://gitlab-igem-runner-cache.s3.dualstack.eu-west-3.amazonaws.com/project/2754/0_yarn-dd52c51c72c693fc6a2a5f4066ee677fd14e27f1-protected  ETag="b71841523399e8d65b160e9aa22a9bfc"
Successfully extracted cache
section_end:1727839068:restore_cache
section_start:1727839068:step_script
Executing "step_script" stage of the job script
Using docker image sha256:5fa15674576872171abb0ab3704cabb6fd2db2e29f6df13a758f5255b7e974f3 for node:18.20.0 with digest node@sha256:8438dbe00747d24cdb53c616e02bf804420df9052151713c59484a1ddaf87b24 ...
$ echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc
$ echo 'yarn-offline-mirror-pruning true' >> .yarnrc
$ yarn install --frozen-lockfile
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > react-mathjax@1.0.1" has incorrect peer dependency "react@^16.3.0".
[4/4] Building fresh packages...
Done in 48.30s.
$ yarn build
yarn run v1.22.19
$ tsc && vite build
vite v5.2.11 building for production...
transforming...
✓ 499 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                   0.64 kB │ gzip:   0.40 kB
dist/assets/index-CYt1MwMr.css  263.86 kB │ gzip:  36.30 kB
dist/assets/index-C-Ec7YQ4.js   723.86 kB │ gzip: 194.46 kB

(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 19.28s
Done in 55.79s.
$ cp -a dist/. public/
$ echo '/* /index.html 200' > public/_redirects
section_end:1727839174:step_script
section_start:1727839174:archive_cache
Saving cache for successful job
Creating cache 0_yarn-dd52c51c72c693fc6a2a5f4066ee677fd14e27f1-protected...
.yarn-cache/: found 296 matching artifact files and directories 
Archive is up to date!                             
Created cache
section_end:1727839175:archive_cache
section_start:1727839175:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 6 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=1067194 responseStatus=201 Created token=glcbt-64
section_end:1727839177:upload_artifacts_on_success
section_start:1727839177:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1727839177:cleanup_file_variables
Job succeeded