pages
Passed Started
by
@kayasophie6999
Kaya Lange
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 17.4.1 (32fe5502)2 on 2024-team-wikis rg8UyVtqs, system ID: s_698f9e00673b4Using Docker executor with image node:18.20.0 ...5Pulling docker image node:18.20.0 ...6Using docker image sha256:5fa15674576872171abb0ab3704cabb6fd2db2e29f6df13a758f5255b7e974f3 for node:18.20.0 with digest node@sha256:8438dbe00747d24cdb53c616e02bf804420df9052151713c59484a1ddaf87b24 ...8Running on runner-rg8uyvtqs-project-2510-concurrent-0 via runner-rg8uyvtqs-wiki-1733318409-326635a3...10Fetching changes with git depth set to 20...11Initialized empty Git repository in /builds/2024/bielefeld-cebitec/.git/12Created fresh repository.13Checking out 7ffe9241 as detached HEAD (ref is main)...14Skipping Git submodules setup16Checking cache for 0_yarn-23bd21f5c87d9ebefa97f25fcbb88fc20704d555-protected...17Downloading cache from https://gitlab-igem-runner-cache.s3.dualstack.eu-west-3.amazonaws.com/project/2510/0_yarn-23bd21f5c87d9ebefa97f25fcbb88fc20704d555-protected ETag="49c458f1159fcfb0fa0efad6d09931cc"18Successfully extracted cache20Using docker image sha256:5fa15674576872171abb0ab3704cabb6fd2db2e29f6df13a758f5255b7e974f3 for node:18.20.0 with digest node@sha256:8438dbe00747d24cdb53c616e02bf804420df9052151713c59484a1ddaf87b24 ...21$ echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc22$ echo 'yarn-offline-mirror-pruning true' >> .yarnrc23$ apt-get update && apt-get install -y libpangocairo-1.0-024Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]25Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]26Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]27Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8688 kB]28Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [2708 B]29Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [203 kB]30Fetched 9148 kB in 1s (7141 kB/s)31Reading package lists...32Reading package lists...33Building dependency tree...34Reading state information...35libpangocairo-1.0-0 is already the newest version (1.50.12+ds-1).36libpangocairo-1.0-0 set to manually installed.370 upgraded, 0 newly installed, 0 to remove and 87 not upgraded.38$ yarn install --frozen-lockfile39yarn install v1.22.1940[1/4] Resolving packages...41[2/4] Fetching packages...42warning chart.js@4.4.4: The engine "pnpm" appears to be invalid.43[3/4] Linking dependencies...44warning " > @mui/x-charts@7.17.0" has unmet peer dependency "@mui/system@^5.15.14 || ^6.0.0".45[4/4] Building fresh packages...46Done in 76.04s.47$ yarn build48yarn run v1.22.1949$ tsc && vite build50VITE_TEAM_NAME: Bielefeld-CeBiTec51VITE_TEAM_NAME: Bielefeld-CeBiTec52Base Slug: bielefeld-cebitec53vite v5.4.6 building for production...54transforming...55DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.56../components/data/stroke.svg referenced in ../components/data/stroke.svg didn't resolve at build time, it will remain unchanged to be resolved at runtime57✓ 1588 modules transformed.58warnings when minifying css:59▲ [WARNING] Unexpected "/" [css-syntax-error]60 <stdin>:4797:1:61 4797 │ */62 ╵ ^63rendering chunks...64computing gzip size...65dist/index.html 0.64 kB │ gzip: 0.41 kB66dist/assets/index-BuEUe5K6.css 322.53 kB │ gzip: 49.77 kB67dist/assets/index-CPy4_U1w.js 2,402.95 kB │ gzip: 721.92 kB68(!) Some chunks are larger than 500 kB after minification. Consider:69- Using dynamic import() to code-split the application70- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks71- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.72✓ built in 40.48s73Done in 68.65s.74$ mv dist public75$ echo '/* /index.html 200' > public/_redirects77Creating cache 0_yarn-23bd21f5c87d9ebefa97f25fcbb88fc20704d555-protected...78.yarn-cache/: found 538 matching artifact files and directories 79Archive is up to date! 80Created cache82Uploading artifacts...83public: found 7 matching artifact files and directories 84Uploading artifacts as "archive" to coordinator... 201 Created id=1135948 responseStatus=201 Created token=glcbt-6486Job succeeded