[0KRunning with gitlab-runner 17.3.0 (071ba93d)[0;m [0K on 2024-team-wikis rg8UyVtqs, system ID: s_698f9e00673b[0;m section_start:1725890738:prepare_executor [0K[0K[36;1mPreparing the "docker+machine" executor[0;m[0;m [0KUsing Docker executor with image node:18.20.0 ...[0;m [0KPulling docker image node:18.20.0 ...[0;m [0KUsing docker image sha256:5fa15674576872171abb0ab3704cabb6fd2db2e29f6df13a758f5255b7e974f3 for node:18.20.0 with digest node@sha256:8438dbe00747d24cdb53c616e02bf804420df9052151713c59484a1ddaf87b24 ...[0;m section_end:1725890759:prepare_executor [0Ksection_start:1725890759:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-rg8uyvtqs-project-2510-concurrent-0 via runner-rg8uyvtqs-wiki-1725890573-b03a3c50... section_end:1725890760:prepare_script [0Ksection_start:1725890760:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Initialized empty Git repository in /builds/2024/bielefeld-cebitec/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out bad1d335 as detached HEAD (ref is main)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1725890761:get_sources [0Ksection_start:1725890761:restore_cache [0K[0K[36;1mRestoring cache[0;m[0;m [32;1mChecking cache for 0_yarn-61a90d5b909bad6667a52d215e97dc084dac752f-protected...[0;m [0;33mWARNING: file does not exist [0;m [0;33mFailed to extract cache[0;m section_end:1725890762:restore_cache [0Ksection_start:1725890762:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:5fa15674576872171abb0ab3704cabb6fd2db2e29f6df13a758f5255b7e974f3 for node:18.20.0 with digest node@sha256:8438dbe00747d24cdb53c616e02bf804420df9052151713c59484a1ddaf87b24 ...[0;m [32;1m$ echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc[0;m [32;1m$ echo 'yarn-offline-mirror-pruning true' >> .yarnrc[0;m [32;1m$ apt-get update && apt-get install -y libpangocairo-1.0-0[0;m Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8689 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [13.7 kB] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [176 kB] Fetched 9133 kB in 1s (7732 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... libpangocairo-1.0-0 is already the newest version (1.50.12+ds-1). libpangocairo-1.0-0 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 77 not upgraded. [32;1m$ yarn install --frozen-lockfile[0;m yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... info There appears to be trouble with your network connection. Retrying... info There appears to be trouble with your network connection. Retrying... warning chart.js@4.4.4: The engine "pnpm" appears to be invalid. [3/4] Linking dependencies... [4/4] Building fresh packages... Done in 241.38s. [32;1m$ yarn build[0;m yarn run v1.22.19 $ tsc && vite build VITE_TEAM_NAME: Bielefeld-CeBiTec VITE_TEAM_NAME: Bielefeld-CeBiTec Base Slug: bielefeld-cebitec [36mvite v5.4.0 [32mbuilding for production...[36m[39m transforming... DEPRECATION WARNING: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in `& {}`. More info: https://sass-lang.com/d/mixed-decls ╷ 185 │ ┌ img{ 186 │ │ filter:blur(0); 187 │ │ } │ └─── nested rule ... │ 189 │ position: fixed; │ ^^^^^^^^^^^^^^^ declaration ╵ src/App/App.scss 189:3 root stylesheet DEPRECATION WARNING: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in `& {}`. More info: https://sass-lang.com/d/mixed-decls ╷ 185 │ ┌ img{ 186 │ │ filter:blur(0); 187 │ │ } │ └─── nested rule ... │ 190 │ top: 0; │ ^^^^^^ declaration ╵ src/App/App.scss 190:3 root stylesheet DEPRECATION WARNING: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in `& {}`. More info: https://sass-lang.com/d/mixed-decls ╷ 185 │ ┌ img{ 186 │ │ filter:blur(0); 187 │ │ } │ └─── nested rule ... │ 191 │ left: 0; │ ^^^^^^^ declaration ╵ src/App/App.scss 191:3 root stylesheet DEPRECATION WARNING: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in `& {}`. More info: https://sass-lang.com/d/mixed-decls ╷ 185 │ ┌ img{ 186 │ │ filter:blur(0); 187 │ │ } │ └─── nested rule ... │ 192 │ width: 100vw; │ ^^^^^^^^^^^^ declaration ╵ src/App/App.scss 192:3 root stylesheet DEPRECATION WARNING: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in `& {}`. More info: https://sass-lang.com/d/mixed-decls ╷ 185 │ ┌ img{ 186 │ │ filter:blur(0); 187 │ │ } │ └─── nested rule ... │ 193 │ height: 100vh; │ ^^^^^^^^^^^^^ declaration ╵ src/App/App.scss 193:3 root stylesheet WARNING: 7 repetitive deprecation warnings omitted. [32m✓[39m 1566 modules transformed. rendering chunks... computing gzip size... [2mdist/[22m[32mindex.html [39m[1m[2m 0.64 kB[22m[1m[22m[2m │ gzip: 0.41 kB[22m [2mdist/[22m[2massets/[22m[35mindex-e9Tk8yDp.css [39m[1m[2m 304.84 kB[22m[1m[22m[2m │ gzip: 46.50 kB[22m [2mdist/[22m[2massets/[22m[36mindex-CTT4Kj2x.js [39m[1m[33m1,217.58 kB[39m[22m[2m │ gzip: 438.83 kB[22m [33m (!) 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.[39m [32m✓ built in 45.19s[39m Done in 102.89s. [32;1m$ mv dist public[0;m [32;1m$ echo '/* /index.html 200' > public/_redirects[0;m section_end:1725891111:step_script [0Ksection_start:1725891111:archive_cache [0K[0K[36;1mSaving cache for successful job[0;m[0;m [32;1mCreating cache 0_yarn-61a90d5b909bad6667a52d215e97dc084dac752f-protected...[0;m .yarn-cache/: found 535 matching artifact files and directories[0;m Uploading cache.zip to https://gitlab-igem-runner-cache.s3.dualstack.eu-west-3.amazonaws.com/project/2510/0_yarn-61a90d5b909bad6667a52d215e97dc084dac752f-protected[0;m [32;1mCreated cache[0;m section_end:1725891131:archive_cache [0Ksection_start:1725891131:upload_artifacts_on_success [0K[0K[36;1mUploading artifacts for successful job[0;m[0;m [32;1mUploading artifacts...[0;m public: found 7 matching artifact files and directories[0;m Uploading artifacts as "archive" to coordinator... 201 Created[0;m id[0;m=895862 responseStatus[0;m=201 Created token[0;m=glcbt-64 section_end:1725891133:upload_artifacts_on_success [0Ksection_start:1725891133:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1725891133:cleanup_file_variables [0K[32;1mJob succeeded[0;m