Running with gitlab-runner 17.2.1 (9882d9c7)
  on seratonin hwv-KsKJ2, system ID: s_01022432435a
Resolving secrets
section_start:1724028205:prepare_executor
Preparing the "docker" executor
Using Docker executor with image gcr.io/kaniko-project/executor:debug ...
Pulling docker image gcr.io/kaniko-project/executor:debug ...
Using docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ...
section_end:1724028208:prepare_executor
section_start:1724028208:prepare_script
Preparing environment
Running on runner-hwv-kskj2-project-132-concurrent-0 via seratonin...
section_end:1724028209:prepare_script
section_start:1724028209:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/kio/gaykey/.git/
Checking out 67f6dbeb as detached HEAD (ref is develop)...
Removing build.env

Skipping Git submodules setup
section_end:1724028211:get_sources
section_start:1724028211:step_script
Executing "step_script" stage of the job script
Using docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ...
$ /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:${REGISTRY_PUSH_VERSION}-${ARCH}"
INFO[0006] Resolved base name node:20.16.0-alpine3.20 to build 
INFO[0006] Using dockerignore file: /builds/kio/gaykey/.dockerignore 
INFO[0006] Retrieving image manifest node:20.16.0-alpine3.20 
INFO[0006] Retrieving image node:20.16.0-alpine3.20 from registry index.docker.io 
INFO[0014] Retrieving image manifest node:20.16.0-alpine3.20 
INFO[0014] Returning cached image manifest              
INFO[0014] Built cross stage deps: map[0:[/sharkey/node_modules /sharkey/packages/backend/node_modules /sharkey/packages/misskey-js/node_modules /sharkey/packages/misskey-reversi/node_modules /sharkey/packages/misskey-bubble-game/node_modules /sharkey/packages/megalodon/node_modules /sharkey/built /sharkey/packages/misskey-js/built /sharkey/packages/misskey-reversi/built /sharkey/packages/misskey-bubble-game/built /sharkey/packages/backend/built /sharkey/packages/megalodon/lib /sharkey/fluent-emojis /sharkey/tossface-emojis/dist /sharkey/sharkey-assets]] 
INFO[0014] Retrieving image manifest node:20.16.0-alpine3.20 
INFO[0014] Returning cached image manifest              
INFO[0014] Executing 0 build triggers                   
INFO[0014] Building stage 'node:20.16.0-alpine3.20' [idx: '0', base-idx: '-1'] 
INFO[0014] Unpacking rootfs as cmd RUN apk add git linux-headers build-base requires it. 
INFO[0019] RUN apk add git linux-headers build-base     
INFO[0019] Initializing snapshotter ...                 
INFO[0019] Taking snapshot of full filesystem...        
INFO[0019] Cmd: /bin/sh                                 
INFO[0019] Args: [-c apk add git linux-headers build-base] 
INFO[0019] Running: [/bin/sh -c apk add git linux-headers build-base] 
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
(1/32) Installing jansson (2.14-r4)
(2/32) Installing zstd-libs (1.5.6-r0)
(3/32) Installing binutils (2.42-r0)
(4/32) Installing libmagic (5.45-r1)
(5/32) Installing file (5.45-r1)
(6/32) Installing libgomp (13.2.1_git20240309-r0)
(7/32) Installing libatomic (13.2.1_git20240309-r0)
(8/32) Installing gmp (6.3.0-r1)
(9/32) Installing isl26 (0.26-r1)
(10/32) Installing mpfr4 (4.2.1-r0)
(11/32) Installing mpc1 (1.3.1-r1)
(12/32) Installing gcc (13.2.1_git20240309-r0)
(13/32) Installing libstdc++-dev (13.2.1_git20240309-r0)
(14/32) Installing musl-dev (1.2.5-r0)
(15/32) Installing g++ (13.2.1_git20240309-r0)
(16/32) Installing make (4.4.1-r2)
(17/32) Installing fortify-headers (1.1-r3)
(18/32) Installing patch (2.7.6-r10)
(19/32) Installing build-base (0.5-r3)
(20/32) Installing ca-certificates (20240705-r0)
(21/32) Installing brotli-libs (1.1.0-r2)
(22/32) Installing c-ares (1.28.1-r0)
(23/32) Installing libunistring (1.2-r0)
(24/32) Installing libidn2 (2.3.7-r0)
(25/32) Installing nghttp2-libs (1.62.1-r0)
(26/32) Installing libpsl (0.21.5-r1)
(27/32) Installing libcurl (8.9.0-r0)
(28/32) Installing libexpat (2.6.2-r0)
(29/32) Installing pcre2 (10.43-r0)
(30/32) Installing git (2.45.2-r0)
(31/32) Installing git-init-template (2.45.2-r0)
(32/32) Installing linux-headers (6.6-r0)
Executing busybox-1.36.1-r29.trigger
Executing ca-certificates-20240705-r0.trigger
OK: 244 MiB in 48 packages
INFO[0023] Taking snapshot of full filesystem...        
INFO[0030] ENV PYTHONUNBUFFERED=1                       
INFO[0030] RUN apk add --update python3 && ln -sf python3 /usr/bin/python 
INFO[0030] Cmd: /bin/sh                                 
INFO[0030] Args: [-c apk add --update python3 && ln -sf python3 /usr/bin/python] 
INFO[0030] Running: [/bin/sh -c apk add --update python3 && ln -sf python3 /usr/bin/python] 
(1/14) Installing libbz2 (1.0.8-r6)
(2/14) Installing libffi (3.4.6-r0)
(3/14) Installing gdbm (1.23-r1)
(4/14) Installing xz-libs (5.6.2-r0)
(5/14) Installing mpdecimal (4.0.0-r0)
(6/14) Installing ncurses-terminfo-base (6.4_p20240420-r0)
(7/14) Installing libncursesw (6.4_p20240420-r0)
(8/14) Installing libpanelw (6.4_p20240420-r0)
(9/14) Installing readline (8.2.10-r0)
(10/14) Installing sqlite-libs (3.45.3-r1)
(11/14) Installing python3 (3.12.3-r1)
(12/14) Installing python3-pycache-pyc0 (3.12.3-r1)
(13/14) Installing pyc (3.12.3-r1)
(14/14) Installing python3-pyc (3.12.3-r1)
Executing busybox-1.36.1-r29.trigger
OK: 283 MiB in 62 packages
INFO[0031] Taking snapshot of full filesystem...        
INFO[0032] RUN apk add py3-pip py3-setuptools           
INFO[0032] Cmd: /bin/sh                                 
INFO[0032] Args: [-c apk add py3-pip py3-setuptools]    
INFO[0032] Running: [/bin/sh -c apk add py3-pip py3-setuptools] 
(1/8) Installing py3-setuptools-pyc (70.3.0-r0)
(2/8) Installing py3-pip-pyc (24.0-r2)
(3/8) Installing py3-parsing (3.1.2-r1)
(4/8) Installing py3-parsing-pyc (3.1.2-r1)
(5/8) Installing py3-packaging-pyc (24.0-r1)
(6/8) Installing py3-packaging (24.0-r1)
(7/8) Installing py3-setuptools (70.3.0-r0)
(8/8) Installing py3-pip (24.0-r2)
Executing busybox-1.36.1-r29.trigger
OK: 309 MiB in 70 packages
INFO[0033] Taking snapshot of full filesystem...        
INFO[0034] RUN corepack enable                          
INFO[0034] Cmd: /bin/sh                                 
INFO[0034] Args: [-c corepack enable]                   
INFO[0034] Running: [/bin/sh -c corepack enable]        
INFO[0034] Taking snapshot of full filesystem...        
INFO[0035] WORKDIR /sharkey                             
INFO[0035] Cmd: workdir                                 
INFO[0035] Changed working directory to /sharkey        
INFO[0035] Creating directory /sharkey with uid -1 and gid -1 
INFO[0035] Taking snapshot of files...                  
INFO[0035] COPY --link . ./                             
INFO[0036] Taking snapshot of files...                  
INFO[0037] RUN git submodule update --init --recursive  
INFO[0037] Cmd: /bin/sh                                 
INFO[0037] Args: [-c git submodule update --init --recursive] 
INFO[0037] Running: [/bin/sh -c git submodule update --init --recursive] 
Submodule 'fluent-emojis' (https://github.com/misskey-dev/emojis.git) registered for path 'fluent-emojis'
Submodule 'tossface-emojis' (https://activitypub.software/TransFem-org/tossface-emojis.git) registered for path 'tossface-emojis'
Cloning into '/sharkey/fluent-emojis'...
Cloning into '/sharkey/tossface-emojis'...
Submodule path 'fluent-emojis': checked out 'cae981eb4c5189ea9ea3230e83b876a5068df7d1'
Submodule path 'tossface-emojis': checked out '3c0ac3f7bdd794cc334363bf834e58079ca00dd2'
INFO[0045] Taking snapshot of full filesystem...        
INFO[0047] RUN pnpm config set fetch-retries 5          
INFO[0047] Cmd: /bin/sh                                 
INFO[0047] Args: [-c pnpm config set fetch-retries 5]   
INFO[0047] Running: [/bin/sh -c pnpm config set fetch-retries 5] 
! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-9.6.0.tgz
INFO[0049] Taking snapshot of full filesystem...        
INFO[0050] RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked 	pnpm i --frozen-lockfile --aggregate-output 
INFO[0050] Cmd: /bin/sh                                 
INFO[0050] Args: [-c pnpm i --frozen-lockfile --aggregate-output] 
INFO[0050] Running: [/bin/sh -c pnpm i --frozen-lockfile --aggregate-output] 
Scope: all 9 workspace projects
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +2380
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 2380, reused 0, downloaded 7, added 7

   ╭─────────────────────────────────────────────────────────────────╮
   │                                                                 │
   │                Update available! 9.6.0 → 9.7.1.                 │
   │   Changelog: https://github.com/pnpm/pnpm/releases/tag/v9.7.1   │
   │         Run "corepack install -g pnpm@9.7.1" to update.         │
   │                                                                 │
   │        Follow @pnpmjs for updates: https://x.com/pnpmjs         │
   │                                                                 │
   ╰─────────────────────────────────────────────────────────────────╯

Progress: resolved 2380, reused 0, downloaded 94, added 94
Progress: resolved 2380, reused 0, downloaded 167, added 166
Progress: resolved 2380, reused 0, downloaded 251, added 252
Progress: resolved 2380, reused 0, downloaded 325, added 326
Progress: resolved 2380, reused 0, downloaded 395, added 396
Progress: resolved 2380, reused 0, downloaded 440, added 441
Progress: resolved 2380, reused 0, downloaded 506, added 507
Progress: resolved 2380, reused 0, downloaded 562, added 563
Progress: resolved 2380, reused 0, downloaded 618, added 619
Progress: resolved 2380, reused 0, downloaded 661, added 661
Progress: resolved 2380, reused 0, downloaded 708, added 709
Progress: resolved 2380, reused 0, downloaded 755, added 756
Progress: resolved 2380, reused 0, downloaded 810, added 812
Progress: resolved 2380, reused 0, downloaded 889, added 891
Progress: resolved 2380, reused 0, downloaded 960, added 962
Progress: resolved 2380, reused 0, downloaded 1013, added 1018
Progress: resolved 2380, reused 0, downloaded 1073, added 1090
Progress: resolved 2380, reused 0, downloaded 1113, added 1133
Progress: resolved 2380, reused 0, downloaded 1178, added 1199
Progress: resolved 2380, reused 0, downloaded 1249, added 1271
Progress: resolved 2380, reused 0, downloaded 1327, added 1351
Progress: resolved 2380, reused 0, downloaded 1345, added 1369
Progress: resolved 2380, reused 0, downloaded 1362, added 1386
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /root/.local/share/pnpm/store/v3
  Virtual store is at:             node_modules/.pnpm
Progress: resolved 2380, reused 0, downloaded 1388, added 1412
Progress: resolved 2380, reused 0, downloaded 1405, added 1429
Progress: resolved 2380, reused 0, downloaded 1420, added 1444
Progress: resolved 2380, reused 0, downloaded 1451, added 1475
Progress: resolved 2380, reused 0, downloaded 1497, added 1521
Progress: resolved 2380, reused 0, downloaded 1543, added 1567
Progress: resolved 2380, reused 0, downloaded 1603, added 1627
Progress: resolved 2380, reused 0, downloaded 1638, added 1662
Progress: resolved 2380, reused 0, downloaded 1680, added 1704
Progress: resolved 2380, reused 0, downloaded 1753, added 1776
Progress: resolved 2380, reused 0, downloaded 1798, added 1822
Progress: resolved 2380, reused 0, downloaded 1849, added 1873
Progress: resolved 2380, reused 0, downloaded 1901, added 1925
Progress: resolved 2380, reused 0, downloaded 1974, added 1998
Progress: resolved 2380, reused 0, downloaded 2018, added 2042
Progress: resolved 2380, reused 0, downloaded 2047, added 2071
Progress: resolved 2380, reused 0, downloaded 2072, added 2096
Progress: resolved 2380, reused 0, downloaded 2104, added 2129
Progress: resolved 2380, reused 0, downloaded 2140, added 2165
Progress: resolved 2380, reused 0, downloaded 2184, added 2209
Progress: resolved 2380, reused 0, downloaded 2200, added 2225
Progress: resolved 2380, reused 0, downloaded 2234, added 2259
Progress: resolved 2380, reused 0, downloaded 2276, added 2302
Progress: resolved 2380, reused 0, downloaded 2302, added 2328
Progress: resolved 2380, reused 0, downloaded 2338, added 2364
Progress: resolved 2380, reused 0, downloaded 2348, added 2374
Progress: resolved 2380, reused 0, downloaded 2351, added 2377
Progress: resolved 2380, reused 0, downloaded 2352, added 2378
Progress: resolved 2380, reused 0, downloaded 2353, added 2379
Progress: resolved 2380, reused 0, downloaded 2354, added 2379
Progress: resolved 2380, reused 0, downloaded 2354, added 2380, done
.../node_modules/@swc/core postinstall$ node postinstall.js
.../node_modules/@swc/core postinstall: Done
.../esbuild@0.23.0/node_modules/esbuild postinstall$ node install.js
.../esbuild@0.23.0/node_modules/esbuild postinstall: Done
.../node_modules/utf-8-validate install$ node-gyp-build
.../node_modules/utf-8-validate install: Done
.../node_modules/bufferutil install$ node-gyp-build
.../node_modules/bufferutil install: Done
.../sharp@0.33.4/node_modules/sharp install$ node install/check
.../sharp@0.33.4/node_modules/sharp install: Done
.../node_modules/nice-napi install$ node-gyp-build
.../node_modules/nice-napi install: Done
.../node_modules/@sentry/profiling-node install$ node scripts/check-build.js
.../node_modules/@sentry/profiling-node install: @sentry/profiling-node: Precompiled binary found, attempting to load /sharkey/node_modules/.pnpm/@sentry+profiling-node@8.20.0/node_modules/@sentry/profiling-node/lib/sentry_cpu_profiler-linux-x64-musl-115.node
.../node_modules/@sentry/profiling-node install: @sentry/profiling-node: Precompiled binary found, skipping build from source.
.../node_modules/@sentry/profiling-node install: Done
.../argon2@0.40.1/node_modules/argon2 install$ node-gyp-build
.../argon2@0.40.1/node_modules/argon2 install: Done
.../node_modules/msgpackr-extract install$ node-gyp-build-optional-packages
.../node_modules/msgpackr-extract install: Done
.../esbuild@0.19.11/node_modules/esbuild postinstall$ node install.js
.../esbuild@0.19.11/node_modules/esbuild postinstall: Done
.../node_modules/bufferutil install$ node-gyp-build
.../node_modules/bufferutil install: Done
.../node_modules/utf-8-validate install$ node-gyp-build
.../node_modules/utf-8-validate install: Done
.../esbuild@0.21.5/node_modules/esbuild postinstall$ node install.js
.../esbuild@0.21.5/node_modules/esbuild postinstall: Done
.../node_modules/msw postinstall$ node -e "try{require('./config/scripts/postinstall')}catch(e){}"
.../node_modules/msw postinstall: Done
.../node_modules/@swc/core postinstall$ node postinstall.js
.../node_modules/@swc/core postinstall: Done
.../node_modules/vue-demi postinstall$ node -e "try{require('./scripts/postinstall.js')}catch(e){}"
.../node_modules/vue-demi postinstall: Done
.../esbuild@0.18.20/node_modules/esbuild postinstall$ node install.js
.../esbuild@0.18.20/node_modules/esbuild postinstall: Done
.../.pnpm/re2@1.21.3/node_modules/re2 install$ install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || node-gyp -j max rebuild
.../.pnpm/re2@1.21.3/node_modules/re2 install: Trying https://github.com/uhop/node-re2/releases/download/1.21.3/linux-musl-x64-115.br ...
.../.pnpm/re2@1.21.3/node_modules/re2 install: Writing to build/Release/re2.node ...
.../.pnpm/re2@1.21.3/node_modules/re2 install: Done.
.../.pnpm/re2@1.21.3/node_modules/re2 install: Done
.../cypress@13.13.1/node_modules/cypress postinstall$ node index.js --exec install
.../cypress@13.13.1/node_modules/cypress postinstall: Installing Cypress (version: 13.13.1)
.../cypress@13.13.1/node_modules/cypress postinstall: [STARTED] Task without title.
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      0% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      2% 10s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      4% 7s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      5% 8s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      6% 8s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      7% 8s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      8% 8s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      10% 7s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      11% 7s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      13% 7s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      15% 6s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      16% 6s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      18% 6s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      20% 6s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      21% 6s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      23% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      23% 6s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      25% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      26% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      28% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      30% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      32% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      33% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      34% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      35% 5s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      37% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      38% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      40% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      41% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      43% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      44% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      45% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      47% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      49% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      51% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      51% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      52% 4s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      54% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      55% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      56% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      57% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      59% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      60% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      61% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      63% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      65% 3s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      66% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      68% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      69% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      70% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      72% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      74% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      75% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      77% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      78% 2s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      80% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      81% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      83% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      84% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      85% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      87% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      89% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      90% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      91% 1s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      93% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      94% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      96% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      97% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      98% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloading Cypress      99% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Downloaded Cypress     
.../cypress@13.13.1/node_modules/cypress postinstall: [SUCCESS]  Downloaded Cypress     
.../cypress@13.13.1/node_modules/cypress postinstall: [STARTED] Task without title.
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        0% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 136s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 137s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 138s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 139s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 140s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 141s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 142s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 143s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 144s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 145s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 146s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 147s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 148s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 149s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 150s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 151s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 152s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 153s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 154s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 155s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 156s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 157s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 158s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 159s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 160s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 161s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 162s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 163s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 164s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 165s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 166s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 167s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 168s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 169s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 170s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 171s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 172s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 173s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 174s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 175s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 176s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 177s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 178s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 181s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 182s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 183s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 184s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 185s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        1% 186s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 92s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 93s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 94s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 95s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 97s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 98s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 110s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 111s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 112s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 113s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 114s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 115s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 116s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 117s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 118s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 119s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 120s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 121s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 122s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 123s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 124s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 125s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 126s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 127s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 128s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 129s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 130s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        2% 131s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 86s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 87s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 88s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 89s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 90s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 91s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 92s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 93s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 94s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 95s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 96s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 97s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 98s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 99s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 100s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 101s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 102s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        3% 103s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 76s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 77s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 78s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 79s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 80s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 81s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 82s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 83s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 84s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 85s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 86s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 87s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 88s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        4% 89s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 71s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 72s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 73s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 74s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 75s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 76s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 77s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 78s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 79s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 80s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        5% 81s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        6% 66s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        6% 67s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        6% 68s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        6% 69s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        6% 70s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        6% 71s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        6% 72s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        6% 73s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        7% 62s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        7% 63s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        7% 64s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        7% 65s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        7% 66s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        7% 67s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        7% 68s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        7% 69s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 60s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 61s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 62s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 63s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 64s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 65s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 66s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 67s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 68s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 89s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        8% 99s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipping Cypress        100% 0s
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Unzipped Cypress       
.../cypress@13.13.1/node_modules/cypress postinstall: [SUCCESS]  Unzipped Cypress       
.../cypress@13.13.1/node_modules/cypress postinstall: [STARTED] Task without title.
.../cypress@13.13.1/node_modules/cypress postinstall: [TITLE]  Finished Installation   /root/.cache/Cypress/13.13.1
.../cypress@13.13.1/node_modules/cypress postinstall: [SUCCESS]  Finished Installation   /root/.cache/Cypress/13.13.1
.../cypress@13.13.1/node_modules/cypress postinstall: You can now open Cypress by running: node_modules/.bin/cypress open
.../cypress@13.13.1/node_modules/cypress postinstall: https://on.cypress.io/installing-cypress
.../cypress@13.13.1/node_modules/cypress postinstall: Done
.../node_modules/v-code-diff postinstall$ node scripts/postinstall.cjs
.../node_modules/v-code-diff postinstall: Done
.../node_modules/@nestjs/core postinstall$ opencollective || exit 0
.../node_modules/@nestjs/core postinstall:                            Thanks for installing nest 
.../node_modules/@nestjs/core postinstall:                  Please consider donating to our open collective
.../node_modules/@nestjs/core postinstall:                         to help us maintain this package.
.../node_modules/@nestjs/core postinstall:                                          
.../node_modules/@nestjs/core postinstall:                             Number of contributors: 0
.../node_modules/@nestjs/core postinstall:                              Number of backers: 1041
.../node_modules/@nestjs/core postinstall:                              Annual budget: $159,606
.../node_modules/@nestjs/core postinstall:                              Current balance: $14,484
.../node_modules/@nestjs/core postinstall:                                          
.../node_modules/@nestjs/core postinstall:              Become a partner: https://opencollective.com/nest/donate
.../node_modules/@nestjs/core postinstall:                                          
.../node_modules/@nestjs/core postinstall: Done

dependencies:
+ cssnano 6.1.2
+ esbuild 0.23.0
+ execa 8.0.1
+ fast-glob 3.3.2
+ glob 11.0.0
+ ignore-walk 6.0.5
+ js-yaml 4.1.0
+ postcss 8.4.40
+ tar 6.2.1
+ terser 5.31.3
+ typescript 5.5.4

devDependencies:
+ @misskey-dev/eslint-plugin 2.0.2
+ @types/node 20.14.12
+ @typescript-eslint/eslint-plugin 7.17.0
+ @typescript-eslint/parser 7.17.0
+ cross-env 7.0.3
+ cypress 13.13.1
+ eslint 9.8.0
+ globals 15.8.0
+ ncp 2.0.0
+ start-server-and-test 2.0.4

Done in 1m 18.5s
INFO[0129] Taking snapshot of full filesystem...        
INFO[0211] RUN pnpm build                               
INFO[0211] Cmd: /bin/sh                                 
INFO[0211] Args: [-c pnpm build]                        
INFO[0211] Running: [/bin/sh -c pnpm build]             

> sharkey@2024.7.0-rc build /sharkey
> pnpm build-pre && pnpm -r build && pnpm build-assets


> sharkey@2024.7.0-rc build-pre /sharkey
> node ./scripts/build-pre.js

Scope: 8 of 9 workspace projects
packages/megalodon build$ tsc -p ./
packages/misskey-bubble-game build$ node ./build.js
packages/misskey-js build$ node ./build.js
packages/misskey-reversi build$ node ./build.js
packages/misskey-bubble-game build: [misskey-bubble-game] start building...
packages/misskey-reversi build: [misskey-reversi] start building...
packages/misskey-bubble-game build: [misskey-bubble-game] build succeeded.
packages/misskey-reversi build: [misskey-reversi] build succeeded.
packages/misskey-js build: [misskey-js] start building...
packages/misskey-js build: [misskey-js] build succeeded.
packages/misskey-reversi build: [misskey-reversi] finish building.
packages/misskey-reversi build: Done
packages/misskey-bubble-game build: [misskey-bubble-game] finish building.
packages/misskey-bubble-game build: Done
packages/misskey-js build: [misskey-js] finish building.
packages/misskey-js build: Done
packages/megalodon build: Done
packages/backend build$ swc src -d built -D --strip-leading-paths
packages/frontend build$ vite build
packages/sw build$ node build.js
packages/sw build: (node:647) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
packages/sw build: (Use `node --trace-warnings ...` to show where the warning was created)
packages/sw build: Starting SW building...
packages/sw build: done
packages/sw build: Done
packages/frontend build: vite v5.3.5 building for production...
packages/frontend build: transforming...
packages/backend build: Successfully compiled: 856 files, copied 27 files with swc (991.44ms)
packages/backend build: Done
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 36  │ ┌     @media (max-width: 500px) {
packages/frontend build: 37  │ │         --margin: var(--marginHalf);
packages/frontend build: 38  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 40  │       --avatar: 48px;
packages/frontend build:     │       ^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/style.scss 40:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 36  │ ┌     @media (max-width: 500px) {
packages/frontend build: 37  │ │         --margin: var(--marginHalf);
packages/frontend build: 38  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 41  │       --thread-width: 2px;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/style.scss 41:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 36  │ ┌     @media (max-width: 500px) {
packages/frontend build: 37  │ │         --margin: var(--marginHalf);
packages/frontend build: 38  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 44  │       --eventFollow: #36aed2;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/style.scss 44:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 36  │ ┌     @media (max-width: 500px) {
packages/frontend build: 37  │ │         --margin: var(--marginHalf);
packages/frontend build: 38  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 45  │       --eventRenote: #36d298;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/style.scss 45:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 36  │ ┌     @media (max-width: 500px) {
packages/frontend build: 37  │ │         --margin: var(--marginHalf);
packages/frontend build: 38  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 46  │       --eventReply: #007aff;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/style.scss 46:2  root stylesheet
packages/frontend build: WARNING: 4 repetitive deprecation warnings omitted.
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 30  │ ┌     &.veryLarge {
packages/frontend build: 31  │ │         --nameMargin: 14px;
packages/frontend build: 32  │ │         --height: 30px;
packages/frontend build: 33  │ │         font-size: 0.9em;
packages/frontend build: 34  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 36  │       display: flex;
packages/frontend build:     │       ^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/ui/_common_/statusbars.vue 36:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 30  │ ┌     &.veryLarge {
packages/frontend build: 31  │ │         --nameMargin: 14px;
packages/frontend build: 32  │ │         --height: 30px;
packages/frontend build: 33  │ │         font-size: 0.9em;
packages/frontend build: 34  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 37  │       vertical-align: bottom;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/ui/_common_/statusbars.vue 37:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 30  │ ┌     &.veryLarge {
packages/frontend build: 31  │ │         --nameMargin: 14px;
packages/frontend build: 32  │ │         --height: 30px;
packages/frontend build: 33  │ │         font-size: 0.9em;
packages/frontend build: 34  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 38  │       width: 100%;
packages/frontend build:     │       ^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/ui/_common_/statusbars.vue 38:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 30  │ ┌     &.veryLarge {
packages/frontend build: 31  │ │         --nameMargin: 14px;
packages/frontend build: 32  │ │         --height: 30px;
packages/frontend build: 33  │ │         font-size: 0.9em;
packages/frontend build: 34  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 39  │       line-height: var(--height);
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/ui/_common_/statusbars.vue 39:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 30  │ ┌     &.veryLarge {
packages/frontend build: 31  │ │         --nameMargin: 14px;
packages/frontend build: 32  │ │         --height: 30px;
packages/frontend build: 33  │ │         font-size: 0.9em;
packages/frontend build: 34  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 40  │       height: var(--height);
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/ui/_common_/statusbars.vue 40:2  root stylesheet
packages/frontend build: WARNING: 2 repetitive deprecation warnings omitted.
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 12  │ ┌     @media (max-width: 500px) {
packages/frontend build: 13  │ │         --root-margin: 16px;
packages/frontend build: 14  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 16  │       --headerHeight: 46px;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkModalWindow.vue 16:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 12  │ ┌     @media (max-width: 500px) {
packages/frontend build: 13  │ │         --root-margin: 16px;
packages/frontend build: 14  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 17  │       --headerHeightNarrow: 42px;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkModalWindow.vue 17:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 38  │ ┌     &.mini {
packages/frontend build: 39  │ │         --height: 32px;
packages/frontend build: 40  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 42  │       display: flex;
packages/frontend build:     │       ^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkWindow.vue 42:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 38  │ ┌     &.mini {
packages/frontend build: 39  │ │         --height: 32px;
packages/frontend build: 40  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 43  │       position: relative;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkWindow.vue 43:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 38  │ ┌     &.mini {
packages/frontend build: 39  │ │         --height: 32px;
packages/frontend build: 40  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 44  │       z-index: 1;
packages/frontend build:     │       ^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkWindow.vue 44:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 38  │ ┌     &.mini {
packages/frontend build: 39  │ │         --height: 32px;
packages/frontend build: 40  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 45  │       flex-shrink: 0;
packages/frontend build:     │       ^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkWindow.vue 45:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 38  │ ┌     &.mini {
packages/frontend build: 39  │ │         --height: 32px;
packages/frontend build: 40  │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 46  │       user-select: none;
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkWindow.vue 46:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 113 │ ┌             .avatar {
packages/frontend build: 114 │ │                 height: var(--height);
packages/frontend build: 115 │ │                 width: var(--height);
packages/frontend build: 116 │ │             }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 118 │               line-height: var(--height);
packages/frontend build:     │               ^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/pages/page.vue 118:4  root stylesheet
packages/frontend build: WARNING: 6 repetitive deprecation warnings omitted.
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:    ╷
packages/frontend build: 66 │ ┌             &::-webkit-scrollbar-track {
packages/frontend build: 67 │ │                 background: transparent;
packages/frontend build: 68 │ │             }
packages/frontend build:    │ └─── nested rule
packages/frontend build: 69 │               scrollbar-color: var(--scrollbarHandle) transparent;
packages/frontend build:    │               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:    ╵
packages/frontend build:     src/ui/deck/column.vue 69:4  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:    ╷
packages/frontend build: 80 │ ┌             &::-webkit-scrollbar-track {
packages/frontend build: 81 │ │                 background: inherit;
packages/frontend build: 82 │ │             }
packages/frontend build:    │ └─── nested rule
packages/frontend build: 83 │               scrollbar-color: var(--scrollbarHandle) transparent;
packages/frontend build:    │               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:    ╵
packages/frontend build:     src/ui/deck/column.vue 83:4  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 165 │ ┌     &::-webkit-scrollbar-track {
packages/frontend build: 166 │ │         background: var(--panel);
packages/frontend build: 167 │ │     }
packages/frontend build:     │ └─── nested rule
packages/frontend build: 168 │       scrollbar-color: var(--scrollbarHandle) var(--panel);
packages/frontend build:     │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/ui/deck/column.vue 168:2  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 64  │ ┌             & + .group {
packages/frontend build: 65  │ │                 padding-top: 0;
packages/frontend build: 66  │ │                 border-top: none;
packages/frontend build: 67  │ │             }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 69  │               margin-left: 0;
packages/frontend build:     │               ^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkSuperMenu.vue 69:4  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 64  │ ┌             & + .group {
packages/frontend build: 65  │ │                 padding-top: 0;
packages/frontend build: 66  │ │                 border-top: none;
packages/frontend build: 67  │ │             }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 70  │               margin-right: 0;
packages/frontend build:     │               ^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/components/MkSuperMenu.vue 70:4  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 5   │ ┌             .chart-move {
packages/frontend build: 6   │ │                 transition: transform 1s ease;
packages/frontend build: 7   │ │             }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 9   │               display: grid;
packages/frontend build:     │               ^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/pages/admin/overview.users.vue 9:4  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 5   │ ┌             .chart-move {
packages/frontend build: 6   │ │                 transition: transform 1s ease;
packages/frontend build: 7   │ │             }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 10  │               grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
packages/frontend build:     │               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/pages/admin/overview.users.vue 10:4  root stylesheet
packages/frontend build: DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
packages/frontend build: rules will be changing to match the behavior specified by CSS in an upcoming
packages/frontend build: version. To keep the existing behavior, move the declaration above the nested
packages/frontend build: rule. To opt into the new behavior, wrap the declaration in `& {}`.
packages/frontend build: More info: https://sass-lang.com/d/mixed-decls
packages/frontend build:     ╷
packages/frontend build: 5   │ ┌             .chart-move {
packages/frontend build: 6   │ │                 transition: transform 1s ease;
packages/frontend build: 7   │ │             }
packages/frontend build:     │ └─── nested rule
packages/frontend build: ... │
packages/frontend build: 11  │               grid-gap: 12px;
packages/frontend build:     │               ^^^^^^^^^^^^^^ declaration
packages/frontend build:     ╵
packages/frontend build:     src/pages/admin/overview.users.vue 11:4  root stylesheet
packages/frontend build: ✓ 2294 modules transformed.
packages/frontend build: Undefined style detected: $style.name (in MkNote)
packages/frontend build: Undefined style detected: $style.name (in SkNote)
packages/frontend build: Undefined style detected: $style.preview__content1 (in MkSample)
packages/frontend build: rendering chunks...
packages/frontend build: [plugin:vite:reporter] [plugin vite:reporter] 
packages/frontend build: (!) /sharkey/packages/frontend/src/themes/l-cherry.json5 is dynamically imported by /sharkey/packages/frontend/src/scripts/theme.ts but also statically imported by /sharkey/packages/frontend/src/store.ts, dynamic import will not move module into another chunk.
packages/frontend build: [plugin:vite:reporter] [plugin vite:reporter] 
packages/frontend build: (!) /sharkey/packages/frontend/src/themes/d-ice.json5 is dynamically imported by /sharkey/packages/frontend/src/scripts/theme.ts but also statically imported by /sharkey/packages/frontend/src/store.ts, dynamic import will not move module into another chunk.
packages/frontend build: [plugin:vite:reporter] [plugin vite:reporter] 
packages/frontend build: (!) /sharkey/packages/frontend/src/components/MkWaitingDialog.vue is dynamically imported by /sharkey/packages/frontend/src/account.ts but also statically imported by /sharkey/packages/frontend/src/os.ts, dynamic import will not move module into another chunk.
packages/frontend build: [plugin:vite:reporter] [plugin vite:reporter] 
packages/frontend build: (!) /sharkey/packages/frontend/src/components/MkEmojiPickerDialog.vue is dynamically imported by /sharkey/packages/frontend/src/scripts/emoji-picker.ts, /sharkey/packages/frontend/src/scripts/reaction-picker.ts but also statically imported by /sharkey/packages/frontend/src/os.ts, dynamic import will not move module into another chunk.
packages/frontend build: [plugin:vite:reporter] [plugin vite:reporter] 
packages/frontend build: (!) /sharkey/packages/frontend/src/themes/_light.json5 is dynamically imported by /sharkey/packages/frontend/src/scripts/theme.ts but also statically imported by /sharkey/packages/frontend/src/pages/theme-editor.vue?vue&type=script&setup=true&lang.ts, /sharkey/packages/frontend/src/scripts/code-highlighter.ts, /sharkey/packages/frontend/src/scripts/theme.ts, dynamic import will not move module into another chunk.
packages/frontend build: [plugin:vite:reporter] [plugin vite:reporter] 
packages/frontend build: (!) /sharkey/packages/frontend/src/themes/_dark.json5 is dynamically imported by /sharkey/packages/frontend/src/scripts/theme.ts but also statically imported by /sharkey/packages/frontend/src/pages/theme-editor.vue?vue&type=script&setup=true&lang.ts, /sharkey/packages/frontend/src/scripts/code-highlighter.ts, /sharkey/packages/frontend/src/scripts/theme.ts, dynamic import will not move module into another chunk.
packages/frontend build: [plugin:vite:reporter] [plugin vite:reporter] 
packages/frontend build: (!) /sharkey/packages/frontend/src/pages/page-editor/page-editor.blocks.vue is dynamically imported by /sharkey/packages/frontend/src/pages/page-editor/els/page-editor.el.section.vue?vue&type=script&setup=true&lang.ts but also statically imported by /sharkey/packages/frontend/src/pages/page-editor/page-editor.vue?vue&type=script&setup=true&lang.ts, dynamic import will not move module into another chunk.
packages/frontend build: ../../built/_vite_/test-webgl2-CmX4Kj3b.js        0.13 kB
packages/frontend build: ../../built/_vite_/draw-blurhash-Bp1JgrMM.js      3.55 kB
packages/frontend build: ../../built/_vite_/CTq5MqoE.woff                  4.42 kB
packages/frontend build: ../../built/_vite_/Dl5lxZxV.woff2                 4.93 kB
packages/frontend build: ../../built/_vite_/Dy4dx90m.woff2                 5.21 kB
packages/frontend build: ../../built/_vite_/mCD8mA8B.woff2                 5.47 kB
packages/frontend build: ../../built/_vite_/BF-4gkZK.woff                  5.98 kB
packages/frontend build: ../../built/_vite_/oD1tc_U0.woff                  6.19 kB
packages/frontend build: ../../built/_vite_/Cqq1W_WT.png                   6.29 kB
packages/frontend build: ../../built/_vite_/C195tn64.woff                  6.50 kB
packages/frontend build: ../../built/_vite_/Di6jR-x-.woff2                 6.91 kB
packages/frontend build: ../../built/_vite_/Dq_IR9rO.woff2                 6.91 kB
packages/frontend build: ../../built/_vite_/DgpXs0kz.ttf                   7.59 kB
packages/frontend build: ../../built/_vite_/CTRA-rTL.woff                  7.66 kB
packages/frontend build: ../../built/_vite_/BEiXGLvX.woff                  7.72 kB
packages/frontend build: ../../built/_vite_/C_Uw52kp.png                   8.37 kB
packages/frontend build: ../../built/_vite_/BtaLf8Fp.png                   9.19 kB
packages/frontend build: ../../built/_vite_/D3wIWfF6.woff2                 9.64 kB
packages/frontend build: ../../built/_vite_/DDBCnlJ7.woff2                10.34 kB
packages/frontend build: ../../built/_vite_/DWFBv043.ttf                  10.36 kB
packages/frontend build: ../../built/_vite_/D5yQViql.woff                 10.59 kB
packages/frontend build: ../../built/_vite_/BCzaaDPP.png                  10.79 kB
packages/frontend build: ../../built/_vite_/CTYiF6lA.woff2                11.32 kB
packages/frontend build: ../../built/_vite_/CL6g_b3V.woff2                11.35 kB
packages/frontend build: ../../built/_vite_/B7gKUWhC.ttf                  11.51 kB
packages/frontend build: ../../built/_vite_/BdmSL5XX.png                  11.55 kB
packages/frontend build: ../../built/_vite_/C3H0VqGB.woff2                12.03 kB
packages/frontend build: ../../built/_vite_/D1sUS0GD.woff2                12.22 kB
packages/frontend build: ../../built/_vite_/Dbsnue_I.ttf                  12.23 kB
packages/frontend build: ../../built/_vite_/CS6fqUqJ.woff                 12.32 kB
packages/frontend build: ../../built/_vite_/wX97UBjC.ttf                  12.34 kB
packages/frontend build: ../../built/_vite_/ATXxdsX0.ttf                  12.37 kB
packages/frontend build: ../../built/_vite_/Dxdc4cR9.woff                 13.21 kB
packages/frontend build: ../../built/_vite_/BsDP51OF.woff                 13.30 kB
packages/frontend build: ../../built/_vite_/CO6r4hn1.woff2                13.57 kB
packages/frontend build: ../../built/_vite_/DN2j7dab.woff                 14.11 kB
packages/frontend build: ../../built/_vite_/DbIhKOiC.woff                 14.41 kB
packages/frontend build: ../../built/_vite_/C0xS9mPB.woff                 16.03 kB
packages/frontend build: ../../built/_vite_/CZnvNsCZ.woff2                16.40 kB
packages/frontend build: ../../built/_vite_/t53AETM-.woff2                16.44 kB
packages/frontend build: ../../built/_vite_/C5JkGWo-.ttf                  16.65 kB
packages/frontend build: ../../built/_vite_/DxDJ3AOS.woff2                16.78 kB
packages/frontend build: ../../built/_vite_/NWA7e6Wa.woff2                16.99 kB
packages/frontend build: ../../built/_vite_/iY-2wyZ7.woff                 18.67 kB
packages/frontend build: ../../built/_vite_/DA0__PXp.woff                 18.75 kB
packages/frontend build: ../../built/_vite_/SpSLRI95.woff                 19.41 kB
packages/frontend build: ../../built/_vite_/BNo7hRIc.ttf                  19.44 kB
packages/frontend build: ../../built/_vite_/CB_wures.ttf                  19.57 kB
packages/frontend build: ../../built/_vite_/BdnERNNW.ttf                  19.58 kB
packages/frontend build: ../../built/_vite_/BMLOBm91.woff                 19.68 kB
packages/frontend build: ../../built/_vite_/CyU9X1Qy.svg                  20.46 kB
packages/frontend build: ../../built/_vite_/YYjJ1zSn.ttf                  22.36 kB
packages/frontend build: ../../built/_vite_/CFMepnvq.ttf                  24.50 kB
packages/frontend build: ../../built/_vite_/Cx986IdX.woff2                25.32 kB
packages/frontend build: ../../built/_vite_/B22Nviop.woff2                26.27 kB
packages/frontend build: ../../built/_vite_/D3Ib7_Hf.ttf                  27.56 kB
packages/frontend build: ../../built/_vite_/BQhdFMY1.woff2                28.08 kB
packages/frontend build: ../../built/_vite_/Jm3AIy58.woff                 29.91 kB
packages/frontend build: ../../built/_vite_/Dr94JaBh.woff                 30.77 kB
packages/frontend build: ../../built/_vite_/phqPAXHj.png                  31.12 kB
packages/frontend build: ../../built/_vite_/B3XSjfu4.ttf                  31.20 kB
packages/frontend build: ../../built/_vite_/flOr_0UB.ttf                  31.31 kB
packages/frontend build: ../../built/_vite_/DzxPMmG6.ttf                  32.97 kB
packages/frontend build: ../../built/_vite_/DMm9YOAa.woff                 33.52 kB
packages/frontend build: ../../built/_vite_/3WenGoN9.ttf                  33.58 kB
packages/frontend build: ../../built/_vite_/MmUg7_9E.png                  34.67 kB
packages/frontend build: ../../built/_vite_/W2M747zO.png                  38.37 kB
packages/frontend build: ../../built/_vite_/waoOVXN0.ttf                  51.34 kB
packages/frontend build: ../../built/_vite_/ypZvNtVU.ttf                  53.58 kB
packages/frontend build: ../../built/_vite_/DRggAlZN.ttf                  63.63 kB
packages/frontend build: ../../built/_vite_/CgH9jR-X.png                  67.16 kB
packages/frontend build: ../../built/_vite_/Bkum39VP.svg                  67.98 kB
packages/frontend build: ../../built/_vite_/BGr1zIRj.svg                  68.48 kB
packages/frontend build: ../../built/_vite_/manifest.json                158.37 kB
packages/frontend build: ../../built/_vite_/CSUSgLjL.ttf                 176.22 kB
packages/frontend build: ../../built/_vite_/DDOHx8UI.png                 185.39 kB
packages/frontend build: ../../built/_vite_/CFLpopRp.png                 254.02 kB
packages/frontend build: ../../built/_vite_/D49xyTxq.png                 390.84 kB
packages/frontend build: ../../built/_vite_/Du5pRr7Y.wasm                466.61 kB
packages/frontend build: ../../built/_vite_/fwkmmA5d.wasm              1,101.70 kB
packages/frontend build: ../../built/_vite_/vATLrQDI.css                   0.04 kB
packages/frontend build: ../../built/_vite_/wExIm2SO.css                   0.04 kB
packages/frontend build: ../../built/_vite_/Rg50tQQy.css                   0.04 kB
packages/frontend build: ../../built/_vite_/AJjNB7v_.css                   0.04 kB
packages/frontend build: ../../built/_vite_/fNnnpjJ_.css                   0.05 kB
packages/frontend build: ../../built/_vite_/CllKUXu6.css                   0.05 kB
packages/frontend build: ../../built/_vite_/ocyZrYnl.css                   0.05 kB
packages/frontend build: ../../built/_vite_/Ddei79vY.css                   0.06 kB
packages/frontend build: ../../built/_vite_/CAJxmTaN.css                   0.06 kB
packages/frontend build: ../../built/_vite_/ofrynQgU.css                   0.06 kB
packages/frontend build: ../../built/_vite_/DBSVfPJh.css                   0.06 kB
packages/frontend build: ../../built/_vite_/BQXAvPSw.css                   0.07 kB
packages/frontend build: ../../built/_vite_/GpOCpJV1.css                   0.08 kB
packages/frontend build: ../../built/_vite_/BWMj1c8T.css                   0.08 kB
packages/frontend build: ../../built/_vite_/B7f9JcTb.css                   0.08 kB
packages/frontend build: ../../built/_vite_/COHJwMMz.css                   0.09 kB
packages/frontend build: ../../built/_vite_/CRdjFRnr.css                   0.10 kB
packages/frontend build: ../../built/_vite_/DIgzqD32.css                   0.10 kB
packages/frontend build: ../../built/_vite_/Bvc6l13B.css                   0.11 kB
packages/frontend build: ../../built/_vite_/BXPKXzKB.css                   0.11 kB
packages/frontend build: ../../built/_vite_/DGZmlQS-.css                   0.12 kB
packages/frontend build: ../../built/_vite_/B2z53jKt.css                   0.12 kB
packages/frontend build: ../../built/_vite_/C4WRYXmI.css                   0.12 kB
packages/frontend build: ../../built/_vite_/DGSdOhHS.css                   0.12 kB
packages/frontend build: ../../built/_vite_/BPkx0N5-.css                   0.13 kB
packages/frontend build: ../../built/_vite_/1Rj7nGpg.css                   0.13 kB
packages/frontend build: ../../built/_vite_/i6gmFGtH.css                   0.13 kB
packages/frontend build: ../../built/_vite_/Bd7L4UWr.css                   0.13 kB
packages/frontend build: ../../built/_vite_/dtJondTB.css                   0.13 kB
packages/frontend build: ../../built/_vite_/CwVCe8CB.css                   0.13 kB
packages/frontend build: ../../built/_vite_/DHg-vqi7.css                   0.13 kB
packages/frontend build: ../../built/_vite_/DM1GE14L.css                   0.14 kB
packages/frontend build: ../../built/_vite_/B8u4XsHF.css                   0.14 kB
packages/frontend build: ../../built/_vite_/Z66tfyNL.css                   0.15 kB
packages/frontend build: ../../built/_vite_/BYQumcWZ.css                   0.15 kB
packages/frontend build: ../../built/_vite_/CB3a9PLJ.css                   0.15 kB
packages/frontend build: ../../built/_vite_/CbOQ2kON.css                   0.15 kB
packages/frontend build: ../../built/_vite_/BPdX0WoU.css                   0.15 kB
packages/frontend build: ../../built/_vite_/qLZrDYM3.css                   0.15 kB
packages/frontend build: ../../built/_vite_/tQSvRrmu.css                   0.15 kB
packages/frontend build: ../../built/_vite_/CKJ2Beh2.css                   0.16 kB
packages/frontend build: ../../built/_vite_/SDFMWh94.css                   0.16 kB
packages/frontend build: ../../built/_vite_/Cc3KBYM2.css                   0.17 kB
packages/frontend build: ../../built/_vite_/BredsJ_r.css                   0.18 kB
packages/frontend build: ../../built/_vite_/BOEt0mFU.css                   0.18 kB
packages/frontend build: ../../built/_vite_/D2lGoHsJ.css                   0.19 kB
packages/frontend build: ../../built/_vite_/B657uJaQ.css                   0.19 kB
packages/frontend build: ../../built/_vite_/72Gh1tvx.css                   0.19 kB
packages/frontend build: ../../built/_vite_/Dy9uROTj.css                   0.19 kB
packages/frontend build: ../../built/_vite_/D_kDL3P0.css                   0.20 kB
packages/frontend build: ../../built/_vite_/gSS_DBZ4.css                   0.21 kB
packages/frontend build: ../../built/_vite_/BokbZclZ.css                   0.21 kB
packages/frontend build: ../../built/_vite_/C4WQQtce.css                   0.22 kB
packages/frontend build: ../../built/_vite_/BDFfVys2.css                   0.22 kB
packages/frontend build: ../../built/_vite_/LUxX9gMv.css                   0.23 kB
packages/frontend build: ../../built/_vite_/CuPQxYdI.css                   0.23 kB
packages/frontend build: ../../built/_vite_/B6eSyt_r.css                   0.23 kB
packages/frontend build: ../../built/_vite_/DnQcu9sJ.css                   0.23 kB
packages/frontend build: ../../built/_vite_/CFCMSkSf.css                   0.23 kB
packages/frontend build: ../../built/_vite_/kNVr3M7X.css                   0.24 kB
packages/frontend build: ../../built/_vite_/BptbikFl.css                   0.26 kB
packages/frontend build: ../../built/_vite_/ClLXf3rQ.css                   0.27 kB
packages/frontend build: ../../built/_vite_/-MMFiKbd.css                   0.27 kB
packages/frontend build: ../../built/_vite_/DYb61Ej3.css                   0.27 kB
packages/frontend build: ../../built/_vite_/1N_M5Be6.css                   0.28 kB
packages/frontend build: ../../built/_vite_/DAogYLbj.css                   0.29 kB
packages/frontend build: ../../built/_vite_/CgpDZ83X.css                   0.29 kB
packages/frontend build: ../../built/_vite_/BUEw5hb2.css                   0.29 kB
packages/frontend build: ../../built/_vite_/BxaLh0q-.css                   0.30 kB
packages/frontend build: ../../built/_vite_/Cqeq5i3B.css                   0.30 kB
packages/frontend build: ../../built/_vite_/C5XSmFGv.css                   0.30 kB
packages/frontend build: ../../built/_vite_/DVDRj277.css                   0.30 kB
packages/frontend build: ../../built/_vite_/Cb0DRBN_.css                   0.32 kB
packages/frontend build: ../../built/_vite_/A553DTe7.css                   0.32 kB
packages/frontend build: ../../built/_vite_/C-HTZq1J.css                   0.33 kB
packages/frontend build: ../../built/_vite_/BOBUEjnD.css                   0.33 kB
packages/frontend build: ../../built/_vite_/Dj1X9M5U.css                   0.34 kB
packages/frontend build: ../../built/_vite_/BNjSEEsQ.css                   0.35 kB
packages/frontend build: ../../built/_vite_/0-XObcZu.css                   0.35 kB
packages/frontend build: ../../built/_vite_/BPgpa0dF.css                   0.35 kB
packages/frontend build: ../../built/_vite_/BnewaVSQ.css                   0.36 kB
packages/frontend build: ../../built/_vite_/BrB4YQSK.css                   0.36 kB
packages/frontend build: ../../built/_vite_/BH-Uvh9W.css                   0.36 kB
packages/frontend build: ../../built/_vite_/ftu1P3Ld.css                   0.37 kB
packages/frontend build: ../../built/_vite_/IwInO9wp.css                   0.38 kB
packages/frontend build: ../../built/_vite_/DQC7iM7b.css                   0.38 kB
packages/frontend build: ../../built/_vite_/C1M_Sq8t.css                   0.39 kB
packages/frontend build: ../../built/_vite_/Dd6nQyVX.css                   0.40 kB
packages/frontend build: ../../built/_vite_/C5GmfVhK.css                   0.41 kB
packages/frontend build: ../../built/_vite_/CgDqzsGo.css                   0.41 kB
packages/frontend build: ../../built/_vite_/BEf_Qh9A.css                   0.43 kB
packages/frontend build: ../../built/_vite_/kb7NzDYa.css                   0.43 kB
packages/frontend build: ../../built/_vite_/DDvsebR_.css                   0.44 kB
packages/frontend build: ../../built/_vite_/Bwf7YF8O.css                   0.44 kB
packages/frontend build: ../../built/_vite_/BZchNAZs.css                   0.46 kB
packages/frontend build: ../../built/_vite_/BUkdRAeA.css                   0.46 kB
packages/frontend build: ../../built/_vite_/BuMiul21.css                   0.47 kB
packages/frontend build: ../../built/_vite_/DFmD3Qd7.css                   0.47 kB
packages/frontend build: ../../built/_vite_/Dd09twYP.css                   0.47 kB
packages/frontend build: ../../built/_vite_/d1wpAGtH.css                   0.48 kB
packages/frontend build: ../../built/_vite_/BZ8-T3Z2.css                   0.49 kB
packages/frontend build: ../../built/_vite_/DrQ_cWCv.css                   0.50 kB
packages/frontend build: ../../built/_vite_/BLP1GYBt.css                   0.51 kB
packages/frontend build: ../../built/_vite_/DiORc19k.css                   0.52 kB
packages/frontend build: ../../built/_vite_/BvWlki_F.css                   0.53 kB
packages/frontend build: ../../built/_vite_/DVw5gG1o.css                   0.53 kB
packages/frontend build: ../../built/_vite_/Jz_5xqbD.css                   0.54 kB
packages/frontend build: ../../built/_vite_/CDaSrKxN.css                   0.54 kB
packages/frontend build: ../../built/_vite_/DIpwunzK.css                   0.54 kB
packages/frontend build: ../../built/_vite_/Ba-gF1zH.css                   0.55 kB
packages/frontend build: ../../built/_vite_/C7y51WzM.css                   0.55 kB
packages/frontend build: ../../built/_vite_/DkJuqYIS.css                   0.56 kB
packages/frontend build: ../../built/_vite_/7egCqvkt.css                   0.56 kB
packages/frontend build: ../../built/_vite_/B6lEtNbM.css                   0.56 kB
packages/frontend build: ../../built/_vite_/jCvTZD6W.css                   0.57 kB
packages/frontend build: ../../built/_vite_/DzeW2FOG.css                   0.58 kB
packages/frontend build: ../../built/_vite_/X1KVYeH8.css                   0.59 kB
packages/frontend build: ../../built/_vite_/BtdNoQnR.css                   0.59 kB
packages/frontend build: ../../built/_vite_/Cgo4d-68.css                   0.61 kB
packages/frontend build: ../../built/_vite_/jLrCIAAB.css                   0.61 kB
packages/frontend build: ../../built/_vite_/DXxgbCdz.css                   0.62 kB
packages/frontend build: ../../built/_vite_/BjolgkWp.css                   0.63 kB
packages/frontend build: ../../built/_vite_/DuHLzWZs.css                   0.63 kB
packages/frontend build: ../../built/_vite_/DiutzHku.css                   0.64 kB
packages/frontend build: ../../built/_vite_/D2GfF916.css                   0.64 kB
packages/frontend build: ../../built/_vite_/DBnChQlS.css                   0.65 kB
packages/frontend build: ../../built/_vite_/B92CIBun.css                   0.65 kB
packages/frontend build: ../../built/_vite_/MUAOby52.css                   0.66 kB
packages/frontend build: ../../built/_vite_/DrN4o2am.css                   0.66 kB
packages/frontend build: ../../built/_vite_/B8_bi8DT.css                   0.68 kB
packages/frontend build: ../../built/_vite_/DCutxZ3v.css                   0.69 kB
packages/frontend build: ../../built/_vite_/BUW7E9oI.css                   0.69 kB
packages/frontend build: ../../built/_vite_/Bn2j0M7_.css                   0.70 kB
packages/frontend build: ../../built/_vite_/Dr8kjX23.css                   0.71 kB
packages/frontend build: ../../built/_vite_/Co3I_9g_.css                   0.72 kB
packages/frontend build: ../../built/_vite_/ZugPibHG.css                   0.73 kB
packages/frontend build: ../../built/_vite_/CRNRXFCQ.css                   0.74 kB
packages/frontend build: ../../built/_vite_/DfyeLNUA.css                   0.75 kB
packages/frontend build: ../../built/_vite_/DnYD07_y.css                   0.77 kB
packages/frontend build: ../../built/_vite_/CKWr4jAv.css                   0.78 kB
packages/frontend build: ../../built/_vite_/CAwIBAr5.css                   0.78 kB
packages/frontend build: ../../built/_vite_/C2shLxvy.css                   0.78 kB
packages/frontend build: ../../built/_vite_/DjOhPULH.css                   0.79 kB
packages/frontend build: ../../built/_vite_/BZNuoqoN.css                   0.79 kB
packages/frontend build: ../../built/_vite_/CwRrgxn1.css                   0.80 kB
packages/frontend build: ../../built/_vite_/Dg5a0ECj.css                   0.83 kB
packages/frontend build: ../../built/_vite_/C2b-_4X-.css                   0.83 kB
packages/frontend build: ../../built/_vite_/DqBnYMRf.css                   0.84 kB
packages/frontend build: ../../built/_vite_/C9mO0xkM.css                   0.87 kB
packages/frontend build: ../../built/_vite_/DNwOsaFV.css                   0.88 kB
packages/frontend build: ../../built/_vite_/_qpBaUnt.css                   0.88 kB
packages/frontend build: ../../built/_vite_/CzEPaPLD.css                   0.89 kB
packages/frontend build: ../../built/_vite_/BcsTKrlx.css                   0.90 kB
packages/frontend build: ../../built/_vite_/D4v_XS_C.css                   0.90 kB
packages/frontend build: ../../built/_vite_/CVuS0g7x.css                   0.92 kB
packages/frontend build: ../../built/_vite_/CmbPTGNc.css                   0.94 kB
packages/frontend build: ../../built/_vite_/8aKnPPBf.css                   0.99 kB
packages/frontend build: ../../built/_vite_/CGzmDqnx.css                   1.01 kB
packages/frontend build: ../../built/_vite_/CEa-_ITD.css                   1.03 kB
packages/frontend build: ../../built/_vite_/DW0IW6mp.css                   1.11 kB
packages/frontend build: ../../built/_vite_/Bz4TYPLL.css                   1.14 kB
packages/frontend build: ../../built/_vite_/xavfpRp1.css                   1.16 kB
packages/frontend build: ../../built/_vite_/EAzqFAeA.css                   1.18 kB
packages/frontend build: ../../built/_vite_/DJBCxX0S.css                   1.19 kB
packages/frontend build: ../../built/_vite_/CPMYqZIK.css                   1.21 kB
packages/frontend build: ../../built/_vite_/bY00RE3y.css                   1.22 kB
packages/frontend build: ../../built/_vite_/CWjzZs9b.css                   1.24 kB
packages/frontend build: ../../built/_vite_/COKRZi2I.css                   1.26 kB
packages/frontend build: ../../built/_vite_/CgHFza1Q.css                   1.27 kB
packages/frontend build: ../../built/_vite_/Cg2QXm49.css                   1.29 kB
packages/frontend build: ../../built/_vite_/BcDolXHC.css                   1.30 kB
packages/frontend build: ../../built/_vite_/Bsvzoi4J.css                   1.33 kB
packages/frontend build: ../../built/_vite_/DMUF7vCz.css                   1.35 kB
packages/frontend build: ../../built/_vite_/Djo0W6dk.css                   1.36 kB
packages/frontend build: ../../built/_vite_/Cd5Oa0Vp.css                   1.37 kB
packages/frontend build: ../../built/_vite_/BSK-Twc5.css                   1.42 kB
packages/frontend build: ../../built/_vite_/DwPz0PBX.css                   1.45 kB
packages/frontend build: ../../built/_vite_/CbKWNSuc.css                   1.45 kB
packages/frontend build: ../../built/_vite_/maNaRXPW.css                   1.49 kB
packages/frontend build: ../../built/_vite_/DnkdBhc2.css                   1.51 kB
packages/frontend build: ../../built/_vite_/CczS4jso.css                   1.52 kB
packages/frontend build: ../../built/_vite_/CnJj__ka.css                   1.53 kB
packages/frontend build: ../../built/_vite_/C6YlP-gs.css                   1.56 kB
packages/frontend build: ../../built/_vite_/6mLhCm-0.css                   1.67 kB
packages/frontend build: ../../built/_vite_/BlU4zVXE.css                   1.70 kB
packages/frontend build: ../../built/_vite_/Clf0pQ29.css                   1.70 kB
packages/frontend build: ../../built/_vite_/BJ5wlrzU.css                   1.71 kB
packages/frontend build: ../../built/_vite_/DFNcTspL.css                   1.78 kB
packages/frontend build: ../../built/_vite_/o9AtchME.css                   1.80 kB
packages/frontend build: ../../built/_vite_/DNj5S0du.css                   1.81 kB
packages/frontend build: ../../built/_vite_/DBNZqxiH.css                   1.87 kB
packages/frontend build: ../../built/_vite_/VAzOw10f.css                   2.00 kB
packages/frontend build: ../../built/_vite_/RZSek-Oy.css                   2.00 kB
packages/frontend build: ../../built/_vite_/BVQHHHzQ.css                   2.02 kB
packages/frontend build: ../../built/_vite_/CClIxfJ5.css                   2.04 kB
packages/frontend build: ../../built/_vite_/DVZjrkBM.css                   2.14 kB
packages/frontend build: ../../built/_vite_/BKfRLj5m.css                   2.16 kB
packages/frontend build: ../../built/_vite_/lBQjQ931.css                   2.21 kB
packages/frontend build: ../../built/_vite_/n94-DNn-.css                   2.28 kB
packages/frontend build: ../../built/_vite_/By7MYzBy.css                   2.37 kB
packages/frontend build: ../../built/_vite_/9zvPMZog.css                   2.43 kB
packages/frontend build: ../../built/_vite_/B4MIK61U.css                   2.50 kB
packages/frontend build: ../../built/_vite_/65G8qfrk.css                   2.57 kB
packages/frontend build: ../../built/_vite_/sYq-mIU7.css                   2.60 kB
packages/frontend build: ../../built/_vite_/DXl-U855.css                   2.67 kB
packages/frontend build: ../../built/_vite_/t1zr--Tt.css                   2.70 kB
packages/frontend build: ../../built/_vite_/D0TJwCMS.css                   2.77 kB
packages/frontend build: ../../built/_vite_/BzFYUbki.css                   2.89 kB
packages/frontend build: ../../built/_vite_/BaZ63RrK.css                   2.96 kB
packages/frontend build: ../../built/_vite_/Dx0_DVLR.css                   3.16 kB
packages/frontend build: ../../built/_vite_/BWw5i1bp.css                   3.32 kB
packages/frontend build: ../../built/_vite_/q1z-Ogfb.css                   3.82 kB
packages/frontend build: ../../built/_vite_/Cq7D1xbO.css                   3.88 kB
packages/frontend build: ../../built/_vite_/DctenbOF.css                   4.39 kB
packages/frontend build: ../../built/_vite_/BVnGCaZo.css                   4.56 kB
packages/frontend build: ../../built/_vite_/BLofFe6n.css                   4.57 kB
packages/frontend build: ../../built/_vite_/C-w7NeVJ.css                   4.59 kB
packages/frontend build: ../../built/_vite_/CnoeMs5P.css                   4.61 kB
packages/frontend build: ../../built/_vite_/z3i1z0Ou.css                   4.62 kB
packages/frontend build: ../../built/_vite_/gbfxFU4V.css                   4.71 kB
packages/frontend build: ../../built/_vite_/BB_UKze_.css                   4.81 kB
packages/frontend build: ../../built/_vite_/BeCydSCM.css                   4.83 kB
packages/frontend build: ../../built/_vite_/Cm2eAkT8.css                   4.90 kB
packages/frontend build: ../../built/_vite_/DV0LMnOF.css                   5.52 kB
packages/frontend build: ../../built/_vite_/DMzDZf6C.css                   6.19 kB
packages/frontend build: ../../built/_vite_/Cvo4QVDt.css                   6.54 kB
packages/frontend build: ../../built/_vite_/zOAsJOna.css                   6.95 kB
packages/frontend build: ../../built/_vite_/BJL-lUWC.css                   7.56 kB
packages/frontend build: ../../built/_vite_/BCDfaEun.css                  10.48 kB
packages/frontend build: ../../built/_vite_/asd59RrM.css                  12.38 kB
packages/frontend build: ../../built/_vite_/CTnbeM2l.css                  16.89 kB
packages/frontend build: ../../built/_vite_/CjpQYNRb.css                  27.35 kB
packages/frontend build: ../../built/_vite_/Bwg0GJF8.css                  87.56 kB
packages/frontend build: ../../built/_vite_/CgEVNmDf.js                    0.05 kB
packages/frontend build: ../../built/_vite_/CwddCoYJ.js                    0.05 kB
packages/frontend build: ../../built/_vite_/CbLbUK32.js                    0.06 kB
packages/frontend build: ../../built/_vite_/BdDLWQYd.js                    0.09 kB
packages/frontend build: ../../built/_vite_/CCyxnjRS.js                    0.11 kB
packages/frontend build: ../../built/_vite_/BmwXbyma.js                    0.13 kB
packages/frontend build: ../../built/_vite_/CTnbjFSJ.js                    0.13 kB
packages/frontend build: ../../built/_vite_/C5y6ZB72.js                    0.14 kB
packages/frontend build: ../../built/_vite_/Qz5KH6RR.js                    0.17 kB
packages/frontend build: ../../built/_vite_/Bs3gFVPj.js                    0.18 kB
packages/frontend build: ../../built/_vite_/BPp9MNgd.js                    0.19 kB
packages/frontend build: ../../built/_vite_/BFbLRhug.js                    0.20 kB
packages/frontend build: ../../built/_vite_/CrRar-mc.js                    0.32 kB
packages/frontend build: ../../built/_vite_/uFuUJ1Ih.js                    0.33 kB
packages/frontend build: ../../built/_vite_/D8aZQnyP.js                    0.34 kB
packages/frontend build: ../../built/_vite_/BK1GUyXD.js                    0.34 kB
packages/frontend build: ../../built/_vite_/BODVmpvG.js                    0.34 kB
packages/frontend build: ../../built/_vite_/Bf_i25Qs.js                    0.37 kB
packages/frontend build: ../../built/_vite_/CZ4d1ohW.js                    0.42 kB
packages/frontend build: ../../built/_vite_/DrydM9yn.js                    0.42 kB
packages/frontend build: ../../built/_vite_/CnCLzoQe.js                    0.42 kB
packages/frontend build: ../../built/_vite_/LdHXQhi2.js                    0.43 kB
packages/frontend build: ../../built/_vite_/BTK1l7Ot.js                    0.44 kB
packages/frontend build: ../../built/_vite_/C56QHbiT.js                    0.45 kB
packages/frontend build: ../../built/_vite_/DofIst5I.js                    0.46 kB
packages/frontend build: ../../built/_vite_/BtdWzqpk.js                    0.46 kB
packages/frontend build: ../../built/_vite_/BRj-Uxvn.js                    0.48 kB
packages/frontend build: ../../built/_vite_/sy38czcf.js                    0.48 kB
packages/frontend build: ../../built/_vite_/BspHmO0L.js                    0.48 kB
packages/frontend build: ../../built/_vite_/BpFKWeBS.js                    0.50 kB
packages/frontend build: ../../built/_vite_/TJupA0Jz.js                    0.50 kB
packages/frontend build: ../../built/_vite_/jNH5xeYj.js                    0.51 kB
packages/frontend build: ../../built/_vite_/D737TZlw.js                    0.51 kB
packages/frontend build: ../../built/_vite_/JVdMlVVQ.js                    0.52 kB
packages/frontend build: ../../built/_vite_/yXUg-tlX.js                    0.53 kB
packages/frontend build: ../../built/_vite_/CX_VfOX1.js                    0.54 kB
packages/frontend build: ../../built/_vite_/6CgVFTpH.js                    0.54 kB
packages/frontend build: ../../built/_vite_/mXeurrcm.js                    0.55 kB
packages/frontend build: ../../built/_vite_/jtnYDxMs.js                    0.56 kB
packages/frontend build: ../../built/_vite_/C7uZmbwP.js                    0.56 kB
packages/frontend build: ../../built/_vite_/w46lqD4j.js                    0.57 kB
packages/frontend build: ../../built/_vite_/Cy-2b2-N.js                    0.58 kB
packages/frontend build: ../../built/_vite_/Abtaot0b.js                    0.59 kB
packages/frontend build: ../../built/_vite_/BDE6Oz6v.js                    0.61 kB
packages/frontend build: ../../built/_vite_/CEaqWFh_.js                    0.62 kB
packages/frontend build: ../../built/_vite_/BtCHzOR2.js                    0.62 kB
packages/frontend build: ../../built/_vite_/1kfz9Jbj.js                    0.63 kB
packages/frontend build: ../../built/_vite_/CuVUkVXQ.js                    0.63 kB
packages/frontend build: ../../built/_vite_/B0Onx8A7.js                    0.67 kB
packages/frontend build: ../../built/_vite_/4V8Wf4Ka.js                    0.67 kB
packages/frontend build: ../../built/_vite_/C6I4amoq.js                    0.73 kB
packages/frontend build: ../../built/_vite_/CDyzhYWa.js                    0.74 kB
packages/frontend build: ../../built/_vite_/yFLLvfzn.js                    0.75 kB
packages/frontend build: ../../built/_vite_/ZJd4jBoX.js                    0.76 kB
packages/frontend build: ../../built/_vite_/DyRiTfDy.js                    0.77 kB
packages/frontend build: ../../built/_vite_/B3X5YMd5.js                    0.78 kB
packages/frontend build: ../../built/_vite_/NfKdJOF8.js                    0.78 kB
packages/frontend build: ../../built/_vite_/CGVKxDdi.js                    0.78 kB
packages/frontend build: ../../built/_vite_/ckyeEQAP.js                    0.78 kB
packages/frontend build: ../../built/_vite_/DuRGFLN4.js                    0.79 kB
packages/frontend build: ../../built/_vite_/BotKur_4.js                    0.81 kB
packages/frontend build: ../../built/_vite_/Z3IERUBl.js                    0.81 kB
packages/frontend build: ../../built/_vite_/CHzZCiPB.js                    0.83 kB
packages/frontend build: ../../built/_vite_/BjcecSHF.js                    0.83 kB
packages/frontend build: ../../built/_vite_/B9seSR23.js                    0.84 kB
packages/frontend build: ../../built/_vite_/C0fPPxmV.js                    0.85 kB
packages/frontend build: ../../built/_vite_/CX6O1IMa.js                    0.86 kB
packages/frontend build: ../../built/_vite_/CYJVIBQu.js                    0.87 kB
packages/frontend build: ../../built/_vite_/BEt0iIoy.js                    0.89 kB
packages/frontend build: ../../built/_vite_/BjNgzq3_.js                    0.89 kB
packages/frontend build: ../../built/_vite_/MtPhPvFq.js                    0.90 kB
packages/frontend build: ../../built/_vite_/DfRWSMRK.js                    0.91 kB
packages/frontend build: ../../built/_vite_/BQaN5-FI.js                    0.91 kB
packages/frontend build: ../../built/_vite_/AT1flX0r.js                    0.94 kB
packages/frontend build: ../../built/_vite_/dPpoFF_y.js                    0.94 kB
packages/frontend build: ../../built/_vite_/Cx5OQVG1.js                    0.94 kB
packages/frontend build: ../../built/_vite_/BTcZcpiV.js                    0.96 kB
packages/frontend build: ../../built/_vite_/MrwOX77s.js                    0.98 kB
packages/frontend build: ../../built/_vite_/D92N2P4E.js                    0.98 kB
packages/frontend build: ../../built/_vite_/DBWgN0Nj.js                    1.00 kB
packages/frontend build: ../../built/_vite_/A0StZdGS.js                    1.01 kB
packages/frontend build: ../../built/_vite_/Y-UjRY-I.js                    1.02 kB
packages/frontend build: ../../built/_vite_/2pOTqHcF.js                    1.04 kB
packages/frontend build: ../../built/_vite_/BjGwSvRJ.js                    1.04 kB
packages/frontend build: ../../built/_vite_/NYF-yWP6.js                    1.05 kB
packages/frontend build: ../../built/_vite_/CtryneIC.js                    1.06 kB
packages/frontend build: ../../built/_vite_/CU4I_z4m.js                    1.07 kB
packages/frontend build: ../../built/_vite_/iwEP9b8L.js                    1.07 kB
packages/frontend build: ../../built/_vite_/CnVZ5hd0.js                    1.08 kB
packages/frontend build: ../../built/_vite_/BZjtulV0.js                    1.09 kB
packages/frontend build: ../../built/_vite_/B-a1qLMw.js                    1.10 kB
packages/frontend build: ../../built/_vite_/Ho_1shVu.js                    1.11 kB
packages/frontend build: ../../built/_vite_/Na9PXA8e.js                    1.12 kB
packages/frontend build: ../../built/_vite_/DeT68WMR.js                    1.15 kB
packages/frontend build: ../../built/_vite_/CGegIgpZ.js                    1.15 kB
packages/frontend build: ../../built/_vite_/CmgLVFOD.js                    1.17 kB
packages/frontend build: ../../built/_vite_/jnjLqghS.js                    1.17 kB
packages/frontend build: ../../built/_vite_/DH_PIq2x.js                    1.20 kB
packages/frontend build: ../../built/_vite_/C3un1mUG.js                    1.21 kB
packages/frontend build: ../../built/_vite_/B5wAY9iI.js                    1.22 kB
packages/frontend build: ../../built/_vite_/CSbxhzGC.js                    1.23 kB
packages/frontend build: ../../built/_vite_/4tPK2_UY.js                    1.26 kB
packages/frontend build: ../../built/_vite_/CFYT6Ym7.js                    1.26 kB
packages/frontend build: ../../built/_vite_/o3rMyxMV.js                    1.27 kB
packages/frontend build: ../../built/_vite_/UD5CjG_F.js                    1.29 kB
packages/frontend build: ../../built/_vite_/DZG-IBX3.js                    1.32 kB
packages/frontend build: ../../built/_vite_/sC7SzFLZ.js                    1.33 kB
packages/frontend build: ../../built/_vite_/D3P415tt.js                    1.33 kB
packages/frontend build: ../../built/_vite_/D-5nLvjC.js                    1.37 kB
packages/frontend build: ../../built/_vite_/BhhY_k_W.js                    1.37 kB
packages/frontend build: ../../built/_vite_/981vdRFY.js                    1.39 kB
packages/frontend build: ../../built/_vite_/C5KQhKvj.js                    1.39 kB
packages/frontend build: ../../built/_vite_/BbtcfJKo.js                    1.42 kB
packages/frontend build: ../../built/_vite_/BpHZAW9_.js                    1.43 kB
packages/frontend build: ../../built/_vite_/C2mQscNd.js                    1.45 kB
packages/frontend build: ../../built/_vite_/ZFyA8xCM.js                    1.48 kB
packages/frontend build: ../../built/_vite_/CcGVcnM7.js                    1.50 kB
packages/frontend build: ../../built/_vite_/BphQuh5N.js                    1.50 kB
packages/frontend build: ../../built/_vite_/gmP0BZDV.js                    1.51 kB
packages/frontend build: ../../built/_vite_/BonFCM7M.js                    1.51 kB
packages/frontend build: ../../built/_vite_/CxRDTDB7.js                    1.51 kB
packages/frontend build: ../../built/_vite_/B0-yvwIS.js                    1.53 kB
packages/frontend build: ../../built/_vite_/DHC5DOIZ.js                    1.54 kB
packages/frontend build: ../../built/_vite_/DJ-TxRZF.js                    1.55 kB
packages/frontend build: ../../built/_vite_/B9oPJ2R4.js                    1.55 kB
packages/frontend build: ../../built/_vite_/CZDIbRb8.js                    1.56 kB
packages/frontend build: ../../built/_vite_/tH4Tv3n4.js                    1.56 kB
packages/frontend build: ../../built/_vite_/Cl2RByi3.js                    1.57 kB
packages/frontend build: ../../built/_vite_/DNsMkMJF.js                    1.58 kB
packages/frontend build: ../../built/_vite_/CMgmmepe.js                    1.59 kB
packages/frontend build: ../../built/_vite_/DNMj0KnH.js                    1.59 kB
packages/frontend build: ../../built/_vite_/BWB7DzS2.js                    1.62 kB
packages/frontend build: ../../built/_vite_/DE0qcFBB.js                    1.63 kB
packages/frontend build: ../../built/_vite_/BkxtZB47.js                    1.64 kB
packages/frontend build: ../../built/_vite_/lR_98FmF.js                    1.64 kB
packages/frontend build: ../../built/_vite_/DR4uz7Bd.js                    1.65 kB
packages/frontend build: ../../built/_vite_/Dfz3fB6Z.js                    1.66 kB
packages/frontend build: ../../built/_vite_/C3CCH8H-.js                    1.67 kB
packages/frontend build: ../../built/_vite_/Cv6Ml7js.js                    1.71 kB
packages/frontend build: ../../built/_vite_/B4OIMKmy.js                    1.71 kB
packages/frontend build: ../../built/_vite_/DWcyVUN-.js                    1.76 kB
packages/frontend build: ../../built/_vite_/CE3THA_3.js                    1.82 kB
packages/frontend build: ../../built/_vite_/B18Yyjug.js                    1.85 kB
packages/frontend build: ../../built/_vite_/DruOXKlb.js                    1.87 kB
packages/frontend build: ../../built/_vite_/BRh3C-Qo.js                    1.87 kB
packages/frontend build: ../../built/_vite_/D989LiGj.js                    1.88 kB
packages/frontend build: ../../built/_vite_/C-V6UkIu.js                    1.90 kB
packages/frontend build: ../../built/_vite_/BcSeU9XZ.js                    1.90 kB
packages/frontend build: ../../built/_vite_/BI6sRi0n.js                    1.91 kB
packages/frontend build: ../../built/_vite_/DiFsllfi.js                    1.93 kB
packages/frontend build: ../../built/_vite_/iAADLO0J.js                    1.93 kB
packages/frontend build: ../../built/_vite_/BYWq0nFj.js                    1.94 kB
packages/frontend build: ../../built/_vite_/B5zbFwLq.js                    1.96 kB
packages/frontend build: ../../built/_vite_/XnyzuTZH.js                    1.96 kB
packages/frontend build: ../../built/_vite_/fR23G9pf.js                    1.96 kB
packages/frontend build: ../../built/_vite_/C2aHDmIK.js                    1.96 kB
packages/frontend build: ../../built/_vite_/B3xXhVR6.js                    1.97 kB
packages/frontend build: ../../built/_vite_/DWDHWBqu.js                    1.99 kB
packages/frontend build: ../../built/_vite_/BI9hF2ZJ.js                    2.00 kB
packages/frontend build: ../../built/_vite_/DfarnnHw.js                    2.00 kB
packages/frontend build: ../../built/_vite_/CwO5IYwm.js                    2.00 kB
packages/frontend build: ../../built/_vite_/BheWd2HJ.js                    2.01 kB
packages/frontend build: ../../built/_vite_/Cvn5e-c2.js                    2.06 kB
packages/frontend build: ../../built/_vite_/BI7Pu8bt.js                    2.09 kB
packages/frontend build: ../../built/_vite_/BV9tL-18.js                    2.10 kB
packages/frontend build: ../../built/_vite_/BTVjCUb3.js                    2.11 kB
packages/frontend build: ../../built/_vite_/lFiHEmrX.js                    2.12 kB
packages/frontend build: ../../built/_vite_/DwpAnqWk.js                    2.14 kB
packages/frontend build: ../../built/_vite_/GYDZzZig.js                    2.17 kB
packages/frontend build: ../../built/_vite_/DzbHB2up.js                    2.17 kB
packages/frontend build: ../../built/_vite_/DJ8g2al0.js                    2.17 kB
packages/frontend build: ../../built/_vite_/BioykN9C.js                    2.18 kB
packages/frontend build: ../../built/_vite_/Bamxh-W8.js                    2.19 kB
packages/frontend build: ../../built/_vite_/CdpS7Hmz.js                    2.19 kB
packages/frontend build: ../../built/_vite_/CXn_OIXl.js                    2.21 kB
packages/frontend build: ../../built/_vite_/w7PpWBrZ.js                    2.25 kB
packages/frontend build: ../../built/_vite_/Cd0TMzXd.js                    2.28 kB
packages/frontend build: ../../built/_vite_/Dz8qWMtd.js                    2.29 kB
packages/frontend build: ../../built/_vite_/_XHzkZIK.js                    2.30 kB
packages/frontend build: ../../built/_vite_/BquloyAZ.js                    2.30 kB
packages/frontend build: ../../built/_vite_/DkVmUm-l.js                    2.31 kB
packages/frontend build: ../../built/_vite_/C0hMxDmp.js                    2.31 kB
packages/frontend build: ../../built/_vite_/CUGwd0hv.js                    2.32 kB
packages/frontend build: ../../built/_vite_/D4zlRSPn.js                    2.32 kB
packages/frontend build: ../../built/_vite_/ClD2KFBj.js                    2.33 kB
packages/frontend build: ../../built/_vite_/CYiiK1c6.js                    2.36 kB
packages/frontend build: ../../built/_vite_/e05SxyRM.js                    2.37 kB
packages/frontend build: ../../built/_vite_/CujUgJUi.js                    2.38 kB
packages/frontend build: ../../built/_vite_/0eSwB4mV.js                    2.39 kB
packages/frontend build: ../../built/_vite_/C6Wls7rg.js                    2.40 kB
packages/frontend build: ../../built/_vite_/B53ALDcg.js                    2.40 kB
packages/frontend build: ../../built/_vite_/CSL0Yxv2.js                    2.41 kB
packages/frontend build: ../../built/_vite_/DNx17FjJ.js                    2.44 kB
packages/frontend build: ../../built/_vite_/DJ80azeU.js                    2.44 kB
packages/frontend build: ../../built/_vite_/CaJtlZf-.js                    2.45 kB
packages/frontend build: ../../built/_vite_/CMJxNFbL.js                    2.46 kB
packages/frontend build: ../../built/_vite_/DW9gyD6m.js                    2.47 kB
packages/frontend build: ../../built/_vite_/ClogGqRe.js                    2.47 kB
packages/frontend build: ../../built/_vite_/DDDPs4p-.js                    2.49 kB
packages/frontend build: ../../built/_vite_/CsQc3TyS.js                    2.54 kB
packages/frontend build: ../../built/_vite_/CCEkXB7v.js                    2.57 kB
packages/frontend build: ../../built/_vite_/MK_24abU.js                    2.58 kB
packages/frontend build: ../../built/_vite_/DhK9nq7i.js                    2.61 kB
packages/frontend build: ../../built/_vite_/CMDmEBIi.js                    2.65 kB
packages/frontend build: ../../built/_vite_/CYs68ci7.js                    2.68 kB
packages/frontend build: ../../built/_vite_/D9QCKV7g.js                    2.69 kB
packages/frontend build: ../../built/_vite_/Br7J9nC1.js                    2.73 kB
packages/frontend build: ../../built/_vite_/C4Y-bJVS.js                    2.74 kB
packages/frontend build: ../../built/_vite_/BKwWQdwZ.js                    2.74 kB
packages/frontend build: ../../built/_vite_/CfbRG-Bo.js                    2.74 kB
packages/frontend build: ../../built/_vite_/C_kFl8GO.js                    2.77 kB
packages/frontend build: ../../built/_vite_/BfFCsVPd.js                    2.77 kB
packages/frontend build: ../../built/_vite_/UiX2F_l9.js                    2.78 kB
packages/frontend build: ../../built/_vite_/D4kspkHF.js                    2.80 kB
packages/frontend build: ../../built/_vite_/CXCNe487.js                    2.82 kB
packages/frontend build: ../../built/_vite_/Sb36-s-G.js                    2.86 kB
packages/frontend build: ../../built/_vite_/DZFl96nm.js                    2.86 kB
packages/frontend build: ../../built/_vite_/B-a6UkmJ.js                    2.86 kB
packages/frontend build: ../../built/_vite_/BUwX6r-l.js                    2.88 kB
packages/frontend build: ../../built/_vite_/DRhiz7BB.js                    2.91 kB
packages/frontend build: ../../built/_vite_/YXomPnpm.js                    2.92 kB
packages/frontend build: ../../built/_vite_/D86C5-zv.js                    2.92 kB
packages/frontend build: ../../built/_vite_/CaErSPMV.js                    2.93 kB
packages/frontend build: ../../built/_vite_/BU-jUyK3.js                    2.97 kB
packages/frontend build: ../../built/_vite_/VW7huK1t.js                    2.98 kB
packages/frontend build: ../../built/_vite_/CsMjxazB.js                    2.99 kB
packages/frontend build: ../../built/_vite_/ClxNfeIs.js                    3.00 kB
packages/frontend build: ../../built/_vite_/DGoMeJkh.js                    3.01 kB
packages/frontend build: ../../built/_vite_/DwRAP3-w.js                    3.03 kB
packages/frontend build: ../../built/_vite_/4YOrdUSg.js                    3.05 kB
packages/frontend build: ../../built/_vite_/C18FJH6n.js                    3.08 kB
packages/frontend build: ../../built/_vite_/BYbyGMHw.js                    3.09 kB
packages/frontend build: ../../built/_vite_/CT6222Cv.js                    3.11 kB
packages/frontend build: ../../built/_vite_/DJupQVWw.js                    3.12 kB
packages/frontend build: ../../built/_vite_/BUmt5RCX.js                    3.12 kB
packages/frontend build: ../../built/_vite_/Cus-pJuf.js                    3.13 kB
packages/frontend build: ../../built/_vite_/DJUk7Wlg.js                    3.14 kB
packages/frontend build: ../../built/_vite_/uQPky4gB.js                    3.17 kB
packages/frontend build: ../../built/_vite_/DYWmExMR.js                    3.22 kB
packages/frontend build: ../../built/_vite_/Djpktp09.js                    3.23 kB
packages/frontend build: ../../built/_vite_/BuLR5VhJ.js                    3.24 kB
packages/frontend build: ../../built/_vite_/Dzc7Vd9n.js                    3.26 kB
packages/frontend build: ../../built/_vite_/kwBTJGqU.js                    3.30 kB
packages/frontend build: ../../built/_vite_/CS97Dges.js                    3.30 kB
packages/frontend build: ../../built/_vite_/B04FNAYr.js                    3.41 kB
packages/frontend build: ../../built/_vite_/B5qA4Qkb.js                    3.42 kB
packages/frontend build: ../../built/_vite_/CZHL_cr4.js                    3.42 kB
packages/frontend build: ../../built/_vite_/DG89D8yU.js                    3.43 kB
packages/frontend build: ../../built/_vite_/DLOPQEYz.js                    3.44 kB
packages/frontend build: ../../built/_vite_/gHgNr-va.js                    3.59 kB
packages/frontend build: ../../built/_vite_/DwFrh0Dz.js                    3.62 kB
packages/frontend build: ../../built/_vite_/D94sDkWn.js                    3.62 kB
packages/frontend build: ../../built/_vite_/Cp7bh2yy.js                    3.62 kB
packages/frontend build: ../../built/_vite_/Dax8FF5h.js                    3.62 kB
packages/frontend build: ../../built/_vite_/C-GWd4B8.js                    3.64 kB
packages/frontend build: ../../built/_vite_/CxTDBq5i.js                    3.70 kB
packages/frontend build: ../../built/_vite_/BOVk2vvO.js                    3.78 kB
packages/frontend build: ../../built/_vite_/D6dK14IT.js                    3.79 kB
packages/frontend build: ../../built/_vite_/DiyIQFyT.js                    3.82 kB
packages/frontend build: ../../built/_vite_/Dw1_g45v.js                    3.82 kB
packages/frontend build: ../../built/_vite_/BOUQjw7K.js                    3.87 kB
packages/frontend build: ../../built/_vite_/DOosDEVq.js                    3.90 kB
packages/frontend build: ../../built/_vite_/Lbb64wWn.js                    3.96 kB
packages/frontend build: ../../built/_vite_/CzDOl6sz.js                    4.04 kB
packages/frontend build: ../../built/_vite_/C0tNI0if.js                    4.07 kB
packages/frontend build: ../../built/_vite_/CQFoCWlu.js                    4.15 kB
packages/frontend build: ../../built/_vite_/op4fnTNf.js                    4.26 kB
packages/frontend build: ../../built/_vite_/kDxuS6Ug.js                    4.27 kB
packages/frontend build: ../../built/_vite_/BmsR7WlN.js                    4.27 kB
packages/frontend build: ../../built/_vite_/0YkQzvqL.js                    4.36 kB
packages/frontend build: ../../built/_vite_/V-5YhoJy.js                    4.38 kB
packages/frontend build: ../../built/_vite_/D6tNFi9W.js                    4.38 kB
packages/frontend build: ../../built/_vite_/D-C58-dA.js                    4.41 kB
packages/frontend build: ../../built/_vite_/AtWHlhuD.js                    4.50 kB
packages/frontend build: ../../built/_vite_/BHSOJ9of.js                    4.64 kB
packages/frontend build: ../../built/_vite_/nskxxD3Q.js                    4.65 kB
packages/frontend build: ../../built/_vite_/YvQIZfWm.js                    4.74 kB
packages/frontend build: ../../built/_vite_/1zAu2vrK.js                    4.76 kB
packages/frontend build: ../../built/_vite_/LkuDKOwC.js                    4.78 kB
packages/frontend build: ../../built/_vite_/DuIE29bl.js                    4.79 kB
packages/frontend build: ../../built/_vite_/3bYbUu2E.js                    4.94 kB
packages/frontend build: ../../built/_vite_/jKn1oLwb.js                    5.01 kB
packages/frontend build: ../../built/_vite_/CpSjKV8Z.js                    5.09 kB
packages/frontend build: ../../built/_vite_/DU0Etd96.js                    5.09 kB
packages/frontend build: ../../built/_vite_/C3LO1hbN.js                    5.11 kB
packages/frontend build: ../../built/_vite_/ByWNuH7f.js                    5.13 kB
packages/frontend build: ../../built/_vite_/x18OD1hZ.js                    5.18 kB
packages/frontend build: ../../built/_vite_/D57m5ftB.js                    5.21 kB
packages/frontend build: ../../built/_vite_/Buhs7KVc.js                    5.30 kB
packages/frontend build: ../../built/_vite_/D3nyx5Op.js                    5.39 kB
packages/frontend build: ../../built/_vite_/CJkuDydW.js                    5.45 kB
packages/frontend build: ../../built/_vite_/Cu5yF4U6.js                    5.55 kB
packages/frontend build: ../../built/_vite_/DSN7Ymos.js                    5.65 kB
packages/frontend build: ../../built/_vite_/BFlnHDFN.js                    5.71 kB
packages/frontend build: ../../built/_vite_/tRtGlZLz.js                    5.80 kB
packages/frontend build: ../../built/_vite_/CR83fOgy.js                    5.84 kB
packages/frontend build: ../../built/_vite_/C39z8xSd.js                    5.92 kB
packages/frontend build: ../../built/_vite_/Dcitrod2.js                    5.93 kB
packages/frontend build: ../../built/_vite_/CcDCHCBT.js                    5.93 kB
packages/frontend build: ../../built/_vite_/BE8MaCu7.js                    5.96 kB
packages/frontend build: ../../built/_vite_/DK1AQhsh.js                    6.06 kB
packages/frontend build: ../../built/_vite_/CG8f7iam.js                    6.08 kB
packages/frontend build: ../../built/_vite_/CrntGeuO.js                    6.15 kB
packages/frontend build: ../../built/_vite_/BaCw83FE.js                    6.18 kB
packages/frontend build: ../../built/_vite_/BSDcXrnK.js                    6.25 kB
packages/frontend build: ../../built/_vite_/BbxYCu-1.js                    6.27 kB
packages/frontend build: ../../built/_vite_/Dmwur8oI.js                    6.30 kB
packages/frontend build: ../../built/_vite_/QECRsw9i.js                    6.46 kB
packages/frontend build: ../../built/_vite_/BuCc8Cje.js                    6.48 kB
packages/frontend build: ../../built/_vite_/CcASDkXN.js                    6.61 kB
packages/frontend build: ../../built/_vite_/Bb015Sio.js                    6.72 kB
packages/frontend build: ../../built/_vite_/9xXPKmh8.js                    6.75 kB
packages/frontend build: ../../built/_vite_/D-UNr73o.js                    6.81 kB
packages/frontend build: ../../built/_vite_/DETwAF2w.js                    6.81 kB
packages/frontend build: ../../built/_vite_/BZV0nstV.js                    6.82 kB
packages/frontend build: ../../built/_vite_/DnprvHWw.js                    6.90 kB
packages/frontend build: ../../built/_vite_/BQztlR_U.js                    6.93 kB
packages/frontend build: ../../built/_vite_/BohH3xMf.js                    6.96 kB
packages/frontend build: ../../built/_vite_/CLuCxnxh.js                    7.05 kB
packages/frontend build: ../../built/_vite_/M47c2fjg.js                    7.10 kB
packages/frontend build: ../../built/_vite_/B7mr7eHQ.js                    7.12 kB
packages/frontend build: ../../built/_vite_/EP_Do5hF.js                    7.48 kB
packages/frontend build: ../../built/_vite_/CZtqYTcd.js                    7.65 kB
packages/frontend build: ../../built/_vite_/5Jw8PyPw.js                    7.70 kB
packages/frontend build: ../../built/_vite_/CgqhmOYf.js                    7.81 kB
packages/frontend build: ../../built/_vite_/BpPp0kc8.js                    7.99 kB
packages/frontend build: ../../built/_vite_/rn7Kh9fJ.js                    8.05 kB
packages/frontend build: ../../built/_vite_/DiSTfUdf.js                    8.09 kB
packages/frontend build: ../../built/_vite_/DntYN0NV.js                    8.15 kB
packages/frontend build: ../../built/_vite_/X0kPncNB.js                    8.20 kB
packages/frontend build: ../../built/_vite_/Qnm5f9wy.js                    8.37 kB
packages/frontend build: ../../built/_vite_/BE0y5AsX.js                    8.82 kB
packages/frontend build: ../../built/_vite_/CnviydAi.js                    9.06 kB
packages/frontend build: ../../built/_vite_/BvVTOf5V.js                    9.17 kB
packages/frontend build: ../../built/_vite_/WoJ36Ti9.js                    9.43 kB
packages/frontend build: ../../built/_vite_/DtNlWtbg.js                    9.68 kB
packages/frontend build: ../../built/_vite_/CWEYYC3n.js                    9.74 kB
packages/frontend build: ../../built/_vite_/DY8mV_8a.js                   10.41 kB
packages/frontend build: ../../built/_vite_/BWV5kwIv.js                   10.60 kB
packages/frontend build: ../../built/_vite_/358FEkJV.js                   11.13 kB
packages/frontend build: ../../built/_vite_/CpAxF6lj.js                   11.39 kB
packages/frontend build: ../../built/_vite_/DgYuXNAZ.js                   11.67 kB
packages/frontend build: ../../built/_vite_/CpTt4__D.js                   12.30 kB
packages/frontend build: ../../built/_vite_/BBrlyZQw.js                   12.59 kB
packages/frontend build: ../../built/_vite_/CxhKqn0z.js                   13.15 kB
packages/frontend build: ../../built/_vite_/COTvNjB8.js                   13.24 kB
packages/frontend build: ../../built/_vite_/fYBJzdEG.js                   14.25 kB
packages/frontend build: ../../built/_vite_/CHOD40Tw.js                   14.58 kB
packages/frontend build: ../../built/_vite_/DYNS35rW.js                   14.72 kB
packages/frontend build: ../../built/_vite_/LAw9Gl70.js                   15.39 kB
packages/frontend build: ../../built/_vite_/4duEu2wi.js                   16.74 kB
packages/frontend build: ../../built/_vite_/1ciakT0e.js                   17.36 kB
packages/frontend build: ../../built/_vite_/D-hUjvOM.js                   17.96 kB
packages/frontend build: ../../built/_vite_/CfoE64df.js                   18.03 kB
packages/frontend build: ../../built/_vite_/Dkeq7f6n.js                   19.97 kB
packages/frontend build: ../../built/_vite_/DFUV7Wlu.js                   20.98 kB
packages/frontend build: ../../built/_vite_/D5Dj18E5.js                   21.23 kB
packages/frontend build: ../../built/_vite_/YIRf3FVj.js                   22.51 kB
packages/frontend build: ../../built/_vite_/Bfypbdhf.js                   25.40 kB
packages/frontend build: ../../built/_vite_/CzDnKwvM.js                   26.85 kB
packages/frontend build: ../../built/_vite_/cmiqjww5.js                   27.05 kB
packages/frontend build: ../../built/_vite_/7SFwMaah.js                   28.09 kB
packages/frontend build: ../../built/_vite_/BXcEArm-.js                   34.11 kB
packages/frontend build: ../../built/_vite_/bfE1atyp.js                   39.82 kB
packages/frontend build: ../../built/_vite_/CJpfFbrA.js                   41.48 kB
packages/frontend build: ../../built/_vite_/BimXdMcX.js                   46.54 kB
packages/frontend build: ../../built/_vite_/DHFd5Z1h.js                   47.08 kB
packages/frontend build: ../../built/_vite_/DQTmA3EE.js                   53.66 kB
packages/frontend build: ../../built/_vite_/DtWEGIzQ.js                   67.92 kB
packages/frontend build: ../../built/_vite_/QQz_QPDU.js                   70.07 kB
packages/frontend build: ../../built/_vite_/0cJ37qkH.js                   75.26 kB
packages/frontend build: ../../built/_vite_/D-3khqWX.js                   77.79 kB
packages/frontend build: ../../built/_vite_/BC8Me6hw.js                   78.41 kB
packages/frontend build: ../../built/_vite_/Uf6e_-WZ.js                   80.18 kB
packages/frontend build: ../../built/_vite_/C06EJvzE.js                   81.43 kB
packages/frontend build: ../../built/_vite_/DNEEfGQw.js                   95.83 kB
packages/frontend build: ../../built/_vite_/C5dvl5yd.js                   96.69 kB
packages/frontend build: ../../built/_vite_/DnbWEE4C.js                  118.38 kB
packages/frontend build: ../../built/_vite_/VnAYAGxI.js                  144.42 kB
packages/frontend build: ../../built/_vite_/CaHAYhhM.js                  169.93 kB
packages/frontend build: ../../built/_vite_/Dt3rk7K3.js                  261.10 kB
packages/frontend build: ../../built/_vite_/Bk2AEcIa.js                  301.12 kB
packages/frontend build: ../../built/_vite_/app-CGCXLlFv.js              489.14 kB
packages/frontend build: ✓ built in 25.55s
packages/frontend build: Done

> sharkey@2024.7.0-rc build-assets /sharkey
> node ./scripts/build-assets.mjs

(node:725) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
INFO[0250] Taking snapshot of full filesystem...        
INFO[0264] RUN node scripts/trim-deps.mjs               
INFO[0264] Cmd: /bin/sh                                 
INFO[0264] Args: [-c node scripts/trim-deps.mjs]        
INFO[0264] Running: [/bin/sh -c node scripts/trim-deps.mjs] 
INFO[0264] Taking snapshot of full filesystem...        
INFO[0273] RUN mv packages/frontend/assets sharkey-assets 
INFO[0273] Cmd: /bin/sh                                 
INFO[0273] Args: [-c mv packages/frontend/assets sharkey-assets] 
INFO[0273] Running: [/bin/sh -c mv packages/frontend/assets sharkey-assets] 
INFO[0273] Taking snapshot of full filesystem...        
INFO[0283] RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked 	pnpm prune 
INFO[0283] Cmd: /bin/sh                                 
INFO[0283] Args: [-c pnpm prune]                        
INFO[0283] Running: [/bin/sh -c pnpm prune]             
 WARN  `node_modules` is present. Lockfile only installation will make it out-of-date
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 65, reused 0, downloaded 0, added 0
Progress: resolved 124, reused 0, downloaded 0, added 0
Progress: resolved 202, reused 0, downloaded 0, added 0
Progress: resolved 253, reused 0, downloaded 0, added 0
Progress: resolved 297, reused 0, downloaded 0, added 0
Progress: resolved 325, reused 2, downloaded 0, added 0
Progress: resolved 428, reused 2, downloaded 0, added 0
Progress: resolved 628, reused 2, downloaded 0, added 0
Progress: resolved 715, reused 2, downloaded 0, added 0
Progress: resolved 812, reused 2, downloaded 0, added 0
Progress: resolved 933, reused 2, downloaded 0, added 0
Progress: resolved 1012, reused 2, downloaded 0, added 0
Progress: resolved 1120, reused 3, downloaded 0, added 0
Progress: resolved 1312, reused 3, downloaded 0, added 0
Progress: resolved 1443, reused 3, downloaded 0, added 0
Progress: resolved 1605, reused 3, downloaded 0, added 0
Progress: resolved 1722, reused 3, downloaded 0, added 0
Progress: resolved 1825, reused 3, downloaded 0, added 0
Progress: resolved 2010, reused 3, downloaded 0, added 0
Progress: resolved 2152, reused 3, downloaded 0, added 0
Progress: resolved 2314, reused 3, downloaded 0, added 0
Progress: resolved 2353, reused 3, downloaded 0, added 0
Progress: resolved 2368, reused 3, downloaded 0, added 0
Progress: resolved 2373, reused 3, downloaded 0, added 0
Progress: resolved 2374, reused 3, downloaded 0, added 0
 WARN  7 deprecated subdependencies found: @humanwhocodes/config-array@0.11.14, @humanwhocodes/object-schema@2.0.3, glob@7.2.3, glob@8.1.0, inflight@1.0.6, rimraf@2.6.3, rimraf@3.0.2
Progress: resolved 2376, reused 3, downloaded 0, added 0, done

 WARN  Issues with peer dependencies found
.
├─┬ @typescript-eslint/eslint-plugin 7.17.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ ├─┬ @typescript-eslint/utils 7.17.0
│ │ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ └─┬ @typescript-eslint/type-utils 7.17.0
│   └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
├─┬ @typescript-eslint/parser 7.17.0
│ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
└─┬ eslint-plugin-import 2.29.1
  └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.8.0

packages/backend
├─┬ @typescript-eslint/eslint-plugin 7.17.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ ├─┬ @typescript-eslint/utils 7.17.0
│ │ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ └─┬ @typescript-eslint/type-utils 7.17.0
│   └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
├─┬ @typescript-eslint/parser 7.17.0
│ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
├─┬ eslint-plugin-import 2.29.1
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.8.0
└─┬ @sentry/node 8.20.0
  └─┬ @opentelemetry/instrumentation-mongodb 0.46.0
    └─┬ @opentelemetry/sdk-metrics 1.24.1
      ├── ✕ unmet peer @opentelemetry/api@">=1.3.0 <1.9.0": found 1.9.0 in @sentry/node
      ├─┬ @opentelemetry/core 1.24.1
      │ └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.9.0": found 1.9.0 in @sentry/node
      └─┬ @opentelemetry/resources 1.24.1
        └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.9.0": found 1.9.0 in @sentry/node

packages/frontend
├─┬ @typescript-eslint/eslint-plugin 7.17.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ ├─┬ @typescript-eslint/utils 7.17.0
│ │ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ └─┬ @typescript-eslint/type-utils 7.17.0
│   └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
├─┬ @typescript-eslint/parser 7.17.0
│ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
├─┬ eslint-plugin-import 2.29.1
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.8.0
└─┬ storybook-addon-misskey-theme 0.0.0
  ├── ✕ unmet peer @storybook/blocks@^7.0.0-rc.4: found 8.2.6
  ├── ✕ unmet peer @storybook/components@^7.0.0-rc.4: found 8.2.6
  ├── ✕ unmet peer @storybook/core-events@^7.0.0-rc.4: found 8.2.6
  ├── ✕ unmet peer @storybook/manager-api@^7.0.0-rc.4: found 8.2.6
  ├── ✕ unmet peer @storybook/preview-api@^7.0.0-rc.4: found 8.2.6
  ├── ✕ unmet peer @storybook/theming@^7.0.0-rc.4: found 8.2.6
  └── ✕ unmet peer @storybook/types@^7.0.0-rc.4: found 8.2.6

packages/megalodon
└─┬ typedoc 0.25.13
  └── ✕ unmet peer typescript@"4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x": found 5.5.4

packages/misskey-bubble-game
├─┬ @typescript-eslint/eslint-plugin 7.1.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ ├─┬ @typescript-eslint/utils 7.1.0
│ │ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ └─┬ @typescript-eslint/type-utils 7.1.0
│   └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
└─┬ @typescript-eslint/parser 7.1.0
  └── ✕ unmet peer eslint@^8.56.0: found 9.8.0

packages/misskey-js
├─┬ @typescript-eslint/eslint-plugin 7.17.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ ├─┬ @typescript-eslint/utils 7.17.0
│ │ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ └─┬ @typescript-eslint/type-utils 7.17.0
│   └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
└─┬ @typescript-eslint/parser 7.17.0
  └── ✕ unmet peer eslint@^8.56.0: found 9.8.0

packages/misskey-js/generator
├─┬ @typescript-eslint/eslint-plugin 6.11.0
│ ├── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.8.0
│ ├─┬ @typescript-eslint/utils 6.11.0
│ │ └── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.8.0
│ └─┬ @typescript-eslint/type-utils 6.11.0
│   └── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.8.0
└─┬ @typescript-eslint/parser 6.11.0
  └── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.8.0

packages/misskey-reversi
├─┬ @typescript-eslint/eslint-plugin 7.1.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ ├─┬ @typescript-eslint/utils 7.1.0
│ │ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
│ └─┬ @typescript-eslint/type-utils 7.1.0
│   └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
└─┬ @typescript-eslint/parser 7.1.0
  └── ✕ unmet peer eslint@^8.56.0: found 9.8.0

packages/sw
├─┬ @typescript-eslint/parser 7.17.0
│ └── ✕ unmet peer eslint@^8.56.0: found 9.8.0
└─┬ eslint-plugin-import 2.29.1
  └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.8.0

Packages: -47
-----------------------------------------------
INFO[0311] Taking snapshot of full filesystem...        
INFO[0324] RUN rm -r node_modules packages/frontend packages/sw 
INFO[0324] Cmd: /bin/sh                                 
INFO[0324] Args: [-c rm -r node_modules packages/frontend packages/sw] 
INFO[0324] Running: [/bin/sh -c rm -r node_modules packages/frontend packages/sw] 
INFO[0328] Taking snapshot of full filesystem...        
INFO[0334] RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked 	pnpm i --prod --frozen-lockfile --aggregate-output 
INFO[0334] Cmd: /bin/sh                                 
INFO[0334] Args: [-c pnpm i --prod --frozen-lockfile --aggregate-output] 
INFO[0334] Running: [/bin/sh -c pnpm i --prod --frozen-lockfile --aggregate-output] 
Scope: all 7 workspace projects
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +928
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 928, reused 928, downloaded 0, added 468
Progress: resolved 928, reused 928, downloaded 0, added 928, done

dependencies:
+ esbuild 0.23.0
+ fast-glob 3.3.2
+ glob 11.0.0
+ ignore-walk 6.0.5
+ js-yaml 4.1.0
+ tar 6.2.1

devDependencies: skipped

Done in 3.3s
INFO[0338] Taking snapshot of full filesystem...        
INFO[0360] RUN rm -rf .git                              
INFO[0360] Cmd: /bin/sh                                 
INFO[0360] Args: [-c rm -rf .git]                       
INFO[0360] Running: [/bin/sh -c rm -rf .git]            
INFO[0360] Taking snapshot of full filesystem...        
INFO[0368] Saving file sharkey/node_modules for later use 
INFO[0378] Saving file sharkey/packages/megalodon/node_modules for later use 
INFO[0378] Saving file sharkey/packages/megalodon/lib for later use 
INFO[0378] Saving file sharkey/packages/backend/node_modules for later use 
INFO[0378] Saving file sharkey/packages/backend/built for later use 
INFO[0378] Saving file sharkey/packages/misskey-js/node_modules for later use 
INFO[0378] Saving file sharkey/packages/misskey-js/built for later use 
INFO[0378] Saving file sharkey/packages/misskey-reversi/built for later use 
INFO[0378] Saving file sharkey/packages/misskey-reversi/node_modules for later use 
INFO[0378] Saving file sharkey/packages/misskey-bubble-game/node_modules for later use 
INFO[0378] Saving file sharkey/packages/misskey-bubble-game/built for later use 
INFO[0378] Saving file sharkey/built for later use      
INFO[0378] Saving file sharkey/fluent-emojis for later use 
INFO[0378] Saving file sharkey/tossface-emojis/dist for later use 
INFO[0379] Saving file sharkey/sharkey-assets for later use 
INFO[0379] Deleting filesystem...                       
INFO[0396] Retrieving image manifest node:20.16.0-alpine3.20 
INFO[0396] Returning cached image manifest              
INFO[0396] Executing 0 build triggers                   
INFO[0396] Building stage 'node:20.16.0-alpine3.20' [idx: '1', base-idx: '-1'] 
INFO[0396] Unpacking rootfs as cmd RUN apk add ffmpeg tini jemalloc 	&& corepack enable 	&& addgroup -g "${GID}" sharkey 	&& adduser -D -u "${UID}" -G sharkey -h /sharkey sharkey 	&& find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /u+s -exec chmod u-s {} \; 	&& find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /g+s -exec chmod g-s {} \; requires it. 
INFO[0446] ARG UID="991"                                
INFO[0446] ARG GID="991"                                
INFO[0446] RUN apk add ffmpeg tini jemalloc 	&& corepack enable 	&& addgroup -g "${GID}" sharkey 	&& adduser -D -u "${UID}" -G sharkey -h /sharkey sharkey 	&& find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /u+s -exec chmod u-s {} \; 	&& find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /g+s -exec chmod g-s {} \; 
INFO[0446] Initializing snapshotter ...                 
INFO[0446] Taking snapshot of full filesystem...        
INFO[0447] Cmd: /bin/sh                                 
INFO[0447] Args: [-c apk add ffmpeg tini jemalloc 	&& corepack enable 	&& addgroup -g "${GID}" sharkey 	&& adduser -D -u "${UID}" -G sharkey -h /sharkey sharkey 	&& find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /u+s -exec chmod u-s {} \; 	&& find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /g+s -exec chmod g-s {} \;] 
INFO[0447] Running: [/bin/sh -c apk add ffmpeg tini jemalloc 	&& corepack enable 	&& addgroup -g "${GID}" sharkey 	&& adduser -D -u "${UID}" -G sharkey -h /sharkey sharkey 	&& find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /u+s -exec chmod u-s {} \; 	&& find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /g+s -exec chmod g-s {} \;] 
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
(1/109) Installing libSvtAv1Enc (2.0.0-r1)
(2/109) Installing aom-libs (3.9.1-r0)
(3/109) Installing libxau (1.0.11-r4)
(4/109) Installing libmd (1.1.0-r0)
(5/109) Installing libbsd (0.12.2-r0)
(6/109) Installing libxdmcp (1.1.5-r1)
(7/109) Installing libxcb (1.16.1-r0)
(8/109) Installing libx11 (1.8.9-r1)
(9/109) Installing hwdata-pci (0.382-r0)
(10/109) Installing libpciaccess (0.18.1-r0)
(11/109) Installing libdrm (2.4.120-r0)
(12/109) Installing libxext (1.3.6-r2)
(13/109) Installing libxfixes (6.0.1-r4)
(14/109) Installing libffi (3.4.6-r0)
(15/109) Installing wayland-libs-client (1.22.0-r4)
(16/109) Installing libva (2.21.0-r0)
(17/109) Installing libvdpau (1.5-r3)
(18/109) Installing onevpl-libs (2023.3.1-r2)
(19/109) Installing ffmpeg-libavutil (6.1.1-r8)
(20/109) Installing libdav1d (1.4.2-r0)
(21/109) Installing openexr-libiex (3.1.13-r1)
(22/109) Installing openexr-libilmthread (3.1.13-r1)
(23/109) Installing imath (3.1.11-r2)
(24/109) Installing openexr-libopenexr (3.1.13-r1)
(25/109) Installing brotli-libs (1.1.0-r2)
(26/109) Installing giflib (5.2.2-r0)
(27/109) Installing libhwy (1.0.7-r0)
(28/109) Installing libjpeg-turbo (3.0.3-r0)
(29/109) Installing lcms2 (2.16-r0)
(30/109) Installing libpng (1.6.43-r0)
(31/109) Installing libjxl (0.10.2-r0)
(32/109) Installing lame-libs (3.100-r5)
(33/109) Installing opus (1.5.2-r0)
(34/109) Installing rav1e-libs (0.7.1-r0)
(35/109) Installing libgomp (13.2.1_git20240309-r0)
(36/109) Installing soxr (0.1.3-r7)
(37/109) Installing ffmpeg-libswresample (6.1.1-r8)
(38/109) Installing libogg (1.3.5-r5)
(39/109) Installing libtheora (1.1.1-r18)
(40/109) Installing libvorbis (1.3.7-r2)
(41/109) Installing libvpx (1.14.1-r0)
(42/109) Installing libsharpyuv (1.3.2-r0)
(43/109) Installing libwebp (1.3.2-r0)
(44/109) Installing libwebpmux (1.3.2-r0)
(45/109) Installing x264-libs (0.164_git20231001-r0)
(46/109) Installing numactl (2.0.18-r0)
(47/109) Installing x265-libs (3.6-r0)
(48/109) Installing xvidcore (1.3.7-r2)
(49/109) Installing ffmpeg-libavcodec (6.1.1-r8)
(50/109) Installing sdl2 (2.28.5-r1)
(51/109) Installing alsa-lib (1.2.11-r0)
(52/109) Installing libexpat (2.6.2-r0)
(53/109) Installing libbz2 (1.0.8-r6)
(54/109) Installing freetype (2.13.2-r0)
(55/109) Installing fontconfig (2.15.0-r1)
(56/109) Installing fribidi (1.0.15-r0)
(57/109) Installing libintl (0.22.5-r0)
(58/109) Installing libeconf (0.6.3-r0)
(59/109) Installing libblkid (2.40.1-r1)
(60/109) Installing libmount (2.40.1-r1)
(61/109) Installing pcre2 (10.43-r0)
(62/109) Installing glib (2.80.2-r0)
(63/109) Installing graphite2 (1.3.14-r6)
(64/109) Installing harfbuzz (8.5.0-r0)
(65/109) Installing libunibreak (6.1-r0)
(66/109) Installing libass (0.17.2-r0)
(67/109) Installing libbluray (1.3.4-r1)
(68/109) Installing mpg123-libs (1.32.6-r0)
(69/109) Installing libopenmpt (0.7.7-r0)
(70/109) Installing cjson (1.7.18-r0)
(71/109) Installing mbedtls (3.6.0-r0)
(72/109) Installing librist (0.2.10-r1)
(73/109) Installing libsrt (1.5.3-r0)
(74/109) Installing libssh (0.10.6-r0)
(75/109) Installing xz-libs (5.6.2-r0)
(76/109) Installing libxml2 (2.12.7-r0)
(77/109) Installing libsodium (1.0.19-r0)
(78/109) Installing libzmq (4.3.5-r2)
(79/109) Installing ffmpeg-libavformat (6.1.1-r8)
(80/109) Installing serd-libs (0.32.2-r0)
(81/109) Installing zix-libs (0.4.2-r0)
(82/109) Installing sord-libs (0.16.16-r0)
(83/109) Installing sratom (0.6.16-r0)
(84/109) Installing lilv-libs (0.24.24-r1)
(85/109) Installing glslang-libs (1.3.261.1-r0)
(86/109) Installing libdovi (3.3.0-r0)
(87/109) Installing spirv-tools (1.3.261.1-r0)
(88/109) Installing shaderc (2024.0-r0)
(89/109) Installing vulkan-loader (1.3.261.1-r0)
(90/109) Installing libplacebo (6.338.2-r1)
(91/109) Installing ffmpeg-libpostproc (6.1.1-r8)
(92/109) Installing ffmpeg-libswscale (6.1.1-r8)
(93/109) Installing vidstab (1.1.1-r0)
(94/109) Installing zimg (3.0.5-r2)
(95/109) Installing ffmpeg-libavfilter (6.1.1-r8)
(96/109) Installing libasyncns (0.8-r3)
(97/109) Installing dbus-libs (1.14.10-r1)
(98/109) Installing libltdl (2.4.7-r3)
(99/109) Installing orc (0.4.37-r0)
(100/109) Installing libflac (1.4.3-r1)
(101/109) Installing libsndfile (1.2.2-r0)
(102/109) Installing speexdsp (1.2.1-r2)
(103/109) Installing tdb-libs (1.4.9-r1)
(104/109) Installing libpulse (17.0-r0)
(105/109) Installing v4l-utils-libs (1.24.1-r1)
(106/109) Installing ffmpeg-libavdevice (6.1.1-r8)
(107/109) Installing ffmpeg (6.1.1-r8)
(108/109) Installing jemalloc (5.3.0-r4)
(109/109) Installing tini (0.19.0-r3)
Executing busybox-1.36.1-r29.trigger
Executing glib-2.80.2-r0.trigger
OK: 133 MiB in 125 packages
INFO[0456] Taking snapshot of full filesystem...        
INFO[0458] USER sharkey                                 
INFO[0458] Cmd: USER                                    
INFO[0458] WORKDIR /sharkey                             
INFO[0458] Cmd: workdir                                 
INFO[0458] Changed working directory to /sharkey        
INFO[0458] No files changed in this command, skipping snapshotting. 
INFO[0458] COPY --chown=sharkey:sharkey ./package.json ./package.json 
INFO[0458] Taking snapshot of files...                  
INFO[0458] RUN corepack install                         
INFO[0458] Cmd: /bin/sh                                 
INFO[0458] Args: [-c corepack install]                  
INFO[0458] Util.Lookup returned: &{Uid:991 Gid:991 Username:sharkey Name:Linux User HomeDir:/sharkey} 
INFO[0458] Performing slow lookup of group ids for sharkey 
INFO[0458] Running: [/bin/sh -c corepack install]       
Adding pnpm@9.6.0 to the cache...
INFO[0459] Taking snapshot of full filesystem...        
INFO[0460] COPY --chown=sharkey:sharkey --from=build /sharkey/node_modules ./node_modules 
INFO[0475] Taking snapshot of files...                  
INFO[0486] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/backend/node_modules ./packages/backend/node_modules 
INFO[0486] Taking snapshot of files...                  
INFO[0486] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/misskey-js/node_modules ./packages/misskey-js/node_modules 
INFO[0486] Taking snapshot of files...                  
INFO[0486] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/misskey-reversi/node_modules ./packages/misskey-reversi/node_modules 
INFO[0486] Taking snapshot of files...                  
INFO[0486] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/misskey-bubble-game/node_modules ./packages/misskey-bubble-game/node_modules 
INFO[0486] Taking snapshot of files...                  
INFO[0486] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/megalodon/node_modules ./packages/megalodon/node_modules 
INFO[0486] Taking snapshot of files...                  
INFO[0486] COPY --chown=sharkey:sharkey --from=build /sharkey/built ./built 
INFO[0486] Taking snapshot of files...                  
INFO[0487] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/misskey-js/built ./packages/misskey-js/built 
INFO[0487] Taking snapshot of files...                  
INFO[0487] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/misskey-reversi/built ./packages/misskey-reversi/built 
INFO[0487] Taking snapshot of files...                  
INFO[0487] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/misskey-bubble-game/built ./packages/misskey-bubble-game/built 
INFO[0487] Taking snapshot of files...                  
INFO[0487] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/backend/built ./packages/backend/built 
INFO[0487] Taking snapshot of files...                  
INFO[0488] COPY --chown=sharkey:sharkey --from=build /sharkey/packages/megalodon/lib ./packages/megalodon/lib 
INFO[0488] Taking snapshot of files...                  
INFO[0488] COPY --chown=sharkey:sharkey --from=build /sharkey/fluent-emojis ./fluent-emojis 
INFO[0488] Taking snapshot of files...                  
INFO[0489] COPY --chown=sharkey:sharkey --from=build /sharkey/tossface-emojis/dist ./tossface-emojis/dist 
INFO[0489] Taking snapshot of files...                  
INFO[0490] COPY --chown=sharkey:sharkey --from=build /sharkey/sharkey-assets ./packages/frontend/assets 
INFO[0490] Taking snapshot of files...                  
INFO[0490] COPY --chown=sharkey:sharkey pnpm-workspace.yaml ./pnpm-workspace.yaml 
INFO[0490] Taking snapshot of files...                  
INFO[0490] COPY --chown=sharkey:sharkey packages/backend/package.json ./packages/backend/package.json 
INFO[0490] Taking snapshot of files...                  
INFO[0490] COPY --chown=sharkey:sharkey packages/backend/scripts/check_connect.js ./packages/backend/scripts/check_connect.js 
INFO[0490] Taking snapshot of files...                  
INFO[0490] COPY --chown=sharkey:sharkey packages/backend/ormconfig.js ./packages/backend/ormconfig.js 
INFO[0490] Taking snapshot of files...                  
INFO[0490] COPY --chown=sharkey:sharkey packages/backend/migration ./packages/backend/migration 
INFO[0492] Taking snapshot of files...                  
INFO[0492] COPY --chown=sharkey:sharkey packages/backend/assets ./packages/backend/assets 
INFO[0492] Taking snapshot of files...                  
INFO[0492] COPY --chown=sharkey:sharkey packages/megalodon/package.json ./packages/megalodon/package.json 
INFO[0492] Taking snapshot of files...                  
INFO[0492] COPY --chown=sharkey:sharkey packages/misskey-js/package.json ./packages/misskey-js/package.json 
INFO[0492] Taking snapshot of files...                  
INFO[0492] COPY --chown=sharkey:sharkey packages/misskey-reversi/package.json ./packages/misskey-reversi/package.json 
INFO[0492] Taking snapshot of files...                  
INFO[0492] COPY --chown=sharkey:sharkey packages/misskey-bubble-game/package.json ./packages/misskey-bubble-game/package.json 
INFO[0492] Taking snapshot of files...                  
INFO[0492] ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2     
INFO[0492] ENV NODE_ENV=production                      
INFO[0492] ENTRYPOINT ["/sbin/tini", "--"]              
INFO[0492] CMD ["pnpm", "run", "migrateandstart"]       
INFO[0492] Pushing image to registry.activitypub.software/kio/gaykey:2024.7.0-rc-amd64 
INFO[0571] Pushed registry.activitypub.software/kio/gaykey@sha256:bcc5f183bb097f17ffca729474e1eeb9fc4aace891078a54dcba28ed92fba9bc 
section_end:1724028786:step_script
section_start:1724028786:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1724028788:cleanup_file_variables
Job succeeded