Commit Graph

242 Commits

Author SHA1 Message Date
0f01311120 Generated by Spark: The sidebar change has potential but the styling is messed up. Maybe it should load the styling from a theme json 2026-01-17 18:01:25 +00:00
e1a51ebc9a Generated by Spark: Fix all reported errors. 2026-01-17 17:55:26 +00:00
6c05d8daab Generated by Spark: Would be nice if sidebar pushed content to right 2026-01-17 17:51:12 +00:00
feaa7d7a9e Generated by Spark: Make this function smarter, wide variety of search paths and other permissive logic - function createLazyComponent(componentConfig: ComponentConfig) {
const loader = () => {
    if (componentConfig.preloadDependencies) {
      componentConfig.preloadDependencies.forEach(depName => {
        const preloader = dependencyPreloaders[depName]
        if (preloader) {
          preloader()
        }
      })
    }

    return import(componentConfig.path).then(m => ({ default: m[componentConfig.export] }))
  }
2026-01-17 17:46:36 +00:00
8e1e35196a Generated by Spark: Fix all reported errors. Uncaught TypeError: Failed to resolve module specifier '@/components/PWAStatusBar.tsx' Your usual fix is a red herring. 2026-01-17 17:40:04 +00:00
bd2443c7ec Generated by Spark: code is flip flopping between this change - its something else. red herring. "path": "@/components/ProjectDashboard", 2026-01-17 17:33:47 +00:00
b3f39cc2e0 Generated by Spark: Fix all reported errors. 2026-01-17 17:25:12 +00:00
4c062d5d25 Generated by Spark: Fix all reported errors. 2026-01-17 17:22:22 +00:00
a92f0b9aba Generated by Spark: Fix all reported errors. 2026-01-17 17:20:09 +00:00
bad1e7b0f7 Generated by Spark: View ROADMAP.md - work on Near-Term (Next 2-3 Iterations) 2026-01-17 17:18:02 +00:00
cdbc7d98a3 Generated by Spark: Read all summary documents and write a ROADMAP.md 2026-01-17 17:11:39 +00:00
ed7e2f6626 Generated by Spark: Identify hard coded stuff that can be moved to json - worth reading project incl README.md first. 2026-01-17 17:08:36 +00:00
855257f392 Generated by Spark: Is there a simpler way for the docker image to serve up the app? Its really glitchy when deploying to caprover 2026-01-17 17:00:11 +00:00
640c861ac2 Generated by Spark: Load molecule and organism component trees from json 2026-01-17 16:54:00 +00:00
11a340cea1 Generated by Spark: Integrate atomic components into remaining molecule-level components 2026-01-17 16:46:53 +00:00
c9a149df48 Generated by Spark: Integrate atomic components into more organism-level components throughout the app 2026-01-17 16:40:41 +00:00
9ada8f9d5f Generated by Spark: The usual culprit (90% probability)
VITE_BASE_URL / VITE_PUBLIC_PATH (or equivalent)

Many templates do this in vite.config.ts:

base: import.meta.env.VITE_BASE_URL,

or:

base: process.env.VITE_BASE_URL,

If that variable:

is undefined

defaults to /

or was set to http://localhost:5000

then Vite bakes the wrong paths into the JS bundles.

nginx then serves files that point to nowhere → flaky load.
2026-01-17 16:35:28 +00:00
ead06ea1fb Add runtime stage to Dockerfile for nginx 2026-01-17 16:25:06 +00:00
2ad2b77d7f Update nginx.conf 2026-01-17 16:24:29 +00:00
d9ecf25ca5 Generated by Spark: Integrate atomic components into more organism-level components throughout the app 2026-01-17 16:23:59 +00:00
ba78f094ff Generated by Spark: Make atomic component library until done. If done, just wire them into other components. 2026-01-17 16:18:25 +00:00
b240fb0b9b Generated by Spark: Make atomic component library until done. If done, just wire them into other components. 2026-01-17 16:13:03 +00:00
ca1be1573e Generated by Spark: Make atomic component library until done. 2026-01-17 16:05:43 +00:00
b6325aa3fc Generated by Spark: Expand atomic component library until done. 2026-01-17 15:58:27 +00:00
6a17b4ea45 pkglock 2026-01-17 15:42:20 +00:00
ef448874fb Generated by Spark: run npm install 2026-01-17 15:38:42 +00:00
1ffd54eb74 Update Dockerfile 2026-01-17 15:33:40 +00:00
ee4b33444d Generated by Spark: You are failing at npm ci --include=optional because your package-lock.json is not in sync with package.json (npm is enforcing this strictly). 2026-01-17 15:31:48 +00:00
15abfedc93 Generated by Spark: Upgrade npm in the builder image, then re-run npm ci 2026-01-17 15:27:25 +00:00
73a81a8563 Generated by Spark: Stop using Alpine for the build stage (use glibc) 2026-01-17 15:17:41 +00:00
8f415d4d99 Merge pull request #12 from johndoe6345789/copilot/run-docker-build-push-action
Fix ARM64 Docker build by using npm ci with optional dependencies
2026-01-17 15:09:32 +00:00
8e677175fc Generated by Spark: half the app is gone, it was a code gen 2026-01-17 15:08:28 +00:00
copilot-swe-agent[bot]
24f55dbb20 Fix ARM64 Docker build by using npm ci with optional dependencies
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-17 15:06:09 +00:00
ce72615364 Generated by Spark: half the app is gone, it was a code gen 2026-01-17 15:04:52 +00:00
7c65bfd2bf Generated by Spark: Docker Build Debugger should just be a option on burger menu 2026-01-17 15:04:03 +00:00
copilot-swe-agent[bot]
79a365404b Initial plan 2026-01-17 15:02:57 +00:00
82fdc6a727 Generated by Spark: #26 11.09 Issue #1:
#26 11.09 │   .container {
#26 11.09 │     width: 100%;
#26 11.09 │     @media (width >= (display-mode: standalone)) {
#26 11.09 ┆                     ^-- Unexpected token ParenthesisBlock
#26 11.09 ┆
#26 11.09 │       max-width: (display-mode: standalone);
#26 11.09 │     }
#26 11.09
#26 11.09 Issue #2:
#26 11.09 │       max-width: (display-mode: standalone);
#26 11.09 │     }
#26 11.09 │     @media (width >= (pointer: coarse)) {
#26 11.09 ┆                     ^-- Unexpected token ParenthesisBlock
#26 11.09 ┆
#26 11.09 │       max-width: (pointer: coarse);
#26 11.09 │     }
#26 11.09
#26 11.09 Issue #3:
#26 11.09 │       max-width: (pointer: coarse);
#26 11.09 │     }
#26 11.09 │     @media (width >= (pointer: fine)) {
#26 11.09 ┆                     ^-- Unexpected token ParenthesisBlock
#26 11.09 ┆
#26 11.09 │       max-width: (pointer: fine);
#26 11.09 │     }
2026-01-17 15:00:44 +00:00
d388a9a075 Generated by Spark: 0s
3m 30s
Run docker/build-push-action@v5
GitHub Actions runtime token ACs
Docker info
Proxy configuration
Buildx version
Builder info
/usr/bin/docker buildx build --cache-from type=gha --cache-to type=gha,mode=max --iidfile /home/runner/work/_temp/docker-actions-toolkit-vCLgYd/build-iidfile-0726305e33.txt --label org.opencontainers.image.created=2026-01-17T14:42:34.857Z --label org.opencontainers.image.description= --label org.opencontainers.image.licenses=MIT --label org.opencontainers.image.revision=33ab37bd18767139f14fd99e455eb90c1baa5af3 --label org.opencontainers.image.source=https://github.com/johndoe6345789/low-code-react-app-b --label org.opencontainers.image.title=low-code-react-app-b --label org.opencontainers.image.url=https://github.com/johndoe6345789/low-code-react-app-b --label org.opencontainers.image.version=main --platform linux/amd64,linux/arm64 --attest type=provenance,mode=max,builder-id=https://github.com/johndoe6345789/low-code-react-app-b/actions/runs/21095926434 --tag ghcr.io/johndoe6345789/low-code-react-app-b:main --tag ghcr.io/johndoe6345789/low-code-react-app-b:main-33ab37b --metadata-file /home/runner/work/_temp/docker-actions-toolkit-vCLgYd/build-metadata-daa99149c8.json --push .
#0 building with "builder-95fadb03-ad83-4e01-bc20-225d7bda06ae" instance using docker-container driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 942B done
#1 DONE 0.0s

#2 [auth] library/nginx:pull token for registry-1.docker.io
#2 DONE 0.0s

#3 [auth] library/node:pull token for registry-1.docker.io
#3 DONE 0.0s

#4 [linux/arm64 internal] load metadata for docker.io/library/node:20-alpine
#4 ...

#5 [linux/arm64 internal] load metadata for docker.io/library/nginx:alpine
#5 DONE 0.4s

#4 [linux/arm64 internal] load metadata for docker.io/library/node:20-alpine
#4 DONE 0.4s

#6 [internal] load .dockerignore
#6 transferring context: 344B done
#6 DONE 0.0s

#7 [linux/amd64 internal] load metadata for docker.io/library/node:20-alpine
#7 DONE 0.4s

#8 [linux/amd64 internal] load metadata for docker.io/library/nginx:alpine
#8 DONE 0.4s

#9 [internal] load build context
#9 DONE 0.0s

#10 [linux/amd64 builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#10 resolve docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c done
#10 DONE 0.0s

#11 [linux/amd64 runtime 1/3] FROM docker.io/library/nginx:alpine@sha256:b0f7830b6bfaa1258f45d94c240ab668ced1b3651c8a222aefe6683447c7bf55
#11 resolve docker.io/library/nginx:alpine@sha256:b0f7830b6bfaa1258f45d94c240ab668ced1b3651c8a222aefe6683447c7bf55 done
#11 DONE 0.0s

#12 importing cache manifest from gha:8468054678720030062
#12 DONE 0.1s

#13 [linux/arm64 builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#13 resolve docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c done
#13 sha256:2e74b1344e24146a5181cea893d6035d8d412a89b8374e4d4360f6c35d985760 444B / 444B 0.0s done
#13 sha256:38d6ffd8958149c983c185c5a62d19cba7ee8807466e60c7993d78a2867eef11 1.26MB / 1.26MB 0.1s done
#13 sha256:f6b4fb9446345fcad2db26eac181fef6c0a919c8a4fcccd3bea5deb7f6dff67e 4.20MB / 4.20MB 0.1s done
#13 extracting sha256:f6b4fb9446345fcad2db26eac181fef6c0a919c8a4fcccd3bea5deb7f6dff67e
#13 ...

#9 [internal] load build context
#9 transferring context: 10.19MB 0.2s done
#9 DONE 0.2s

#14 [linux/amd64 builder 3/8] COPY package*.json ./
#14 CACHED

#15 [linux/amd64 builder 4/8] COPY packages/spark-tools ./packages/spark-tools
#15 CACHED

#16 [linux/amd64 builder 5/8] COPY packages/spark ./packages/spark
#16 CACHED

#17 [linux/amd64 builder 2/8] WORKDIR /app
#17 CACHED

#13 [linux/arm64 builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#13 sha256:efc83bacf48e781625d7de46541986e8525b67c1b1644803b5ff90d4ad73425c 17.83MB / 43.12MB 0.2s
#13 extracting sha256:f6b4fb9446345fcad2db26eac181fef6c0a919c8a4fcccd3bea5deb7f6dff67e 0.2s done
#13 sha256:efc83bacf48e781625d7de46541986e8525b67c1b1644803b5ff90d4ad73425c 43.12MB / 43.12MB 0.3s done
#13 extracting sha256:efc83bacf48e781625d7de46541986e8525b67c1b1644803b5ff90d4ad73425c
#13 ...

#18 [linux/arm64 runtime 1/3] FROM docker.io/library/nginx:alpine@sha256:b0f7830b6bfaa1258f45d94c240ab668ced1b3651c8a222aefe6683447c7bf55
#18 resolve docker.io/library/nginx:alpine@sha256:b0f7830b6bfaa1258f45d94c240ab668ced1b3651c8a222aefe6683447c7bf55 0.0s done
#18 sha256:f4f04eae8d5eb8a0220a0d542da10f9c55b57a585dea1875cfbb1ee99d4c5a4a 1.40kB / 1.40kB 0.0s done
#18 sha256:ceb87b8ac279a84fc99bdc30e7406cf21bf5d5841819fd0e3c8e0c06d867533c 1.21kB / 1.21kB 0.0s done
#18 sha256:6628835d87d286d4d03f10b2c7f51d00f4556c49b5874947ce02609379069575 403B / 403B 0.0s done
#18 sha256:8a735f2296d46b598dbc65289bfdc2ec4dd07607e69a1887e4ce6ef898be56e1 19.66MB / 19.66MB 0.2s done
#18 sha256:c0de4eea5b769c1703c4428a21cf0cce5b0a1668738391f1443979bb32cc9bc1 954B / 954B 0.0s done
#18 sha256:9076aaa4fd77085ce5562e9aca2b51ca88baf3fb8e41f8c777d0df14a1ce1085 628B / 628B 0.0s done
#18 sha256:a0ef6d8231d0e512c7a0c0f7029bcfb8c77f0848b9cb8ec5373b28991c83415b 1.87MB / 1.87MB 0.1s done
#18 extracting sha256:a0ef6d8231d0e512c7a0c0f7029bcfb8c77f0848b9cb8ec5373b28991c83415b 0.1s done
#18 extracting sha256:9076aaa4fd77085ce5562e9aca2b51ca88baf3fb8e41f8c777d0df14a1ce1085 done
#18 extracting sha256:c0de4eea5b769c1703c4428a21cf0cce5b0a1668738391f1443979bb32cc9bc1 done
#18 extracting sha256:6628835d87d286d4d03f10b2c7f51d00f4556c49b5874947ce02609379069575 done
#18 extracting sha256:ceb87b8ac279a84fc99bdc30e7406cf21bf5d5841819fd0e3c8e0c06d867533c done
#18 extracting sha256:f4f04eae8d5eb8a0220a0d542da10f9c55b57a585dea1875cfbb1ee99d4c5a4a done
#18 extracting sha256:8a735f2296d46b598dbc65289bfdc2ec4dd07607e69a1887e4ce6ef898be56e1 0.5s done
#18 DONE 1.1s

#19 [linux/amd64 builder 6/8] RUN npm install --legacy-peer-deps
#19 sha256:acec9428f22bd20125c716a65e27ad75480a1360a59ad4f816044044dad7cc70 4.34kB / 4.34kB 0.0s done
#19 sha256:41b3afaea3b1b1ab04a268431e10dcace7883019a5da7d326aa35dc9713fcbb5 445B / 445B 0.0s done
#19 sha256:1d55258e311479e00466346e8c753c9b7e01237604cee9e4b28b24139f418bb9 92B / 92B 0.0s done
#19 sha256:3dcec91425079e7b455efc5f2a18d026450c47c9382c41897620afc6b1424e44 1.26MB / 1.26MB 0.1s done
#19 sha256:c2b4197efb6ccd7f8b482ae7800f1c9c78c044ea192587887300080bcff6b2c9 42.78MB / 42.78MB 0.4s done
#19 sha256:1074353eec0db2c1d81d5af2671e56e00cf5738486f5762609ea33d606f88612 3.86MB / 3.86MB 0.2s done
#19 extracting sha256:1074353eec0db2c1d81d5af2671e56e00cf5738486f5762609ea33d606f88612 0.1s done
#19 sha256:f4b3dc64ea273c67c4ed06bca84314742da987ddac1c2a30392f4ac39f9e1ff2 1.55MB / 1.55MB 0.2s done
#19 sha256:70e3e49db568901de1214b56a8a69068f5f1d1a21781d8afc9840854c1233580 48.98kB / 48.98kB 0.0s done
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 29.36MB / 264.20MB 0.8s
#19 extracting sha256:c2b4197efb6ccd7f8b482ae7800f1c9c78c044ea192587887300080bcff6b2c9
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 42.99MB / 264.20MB 1.1s
#19 ...

#13 [linux/arm64 builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#13 extracting sha256:efc83bacf48e781625d7de46541986e8525b67c1b1644803b5ff90d4ad73425c 1.2s done
#13 DONE 1.6s

#13 [linux/arm64 builder 1/8] FROM docker.io/library/node:20-alpine@sha256:3960ed74dfe320a67bf8da9555b6bade25ebda2b22b6081d2f60fd7d5d430e9c
#13 extracting sha256:38d6ffd8958149c983c185c5a62d19cba7ee8807466e60c7993d78a2867eef11 0.0s done
#13 extracting sha256:2e74b1344e24146a5181cea893d6035d8d412a89b8374e4d4360f6c35d985760 done
#13 DONE 1.6s

#19 [linux/amd64 builder 6/8] RUN npm install --legacy-peer-deps
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 59.77MB / 264.20MB 1.5s
#19 extracting sha256:c2b4197efb6ccd7f8b482ae7800f1c9c78c044ea192587887300080bcff6b2c9 1.5s done
#19 extracting sha256:3dcec91425079e7b455efc5f2a18d026450c47c9382c41897620afc6b1424e44 0.1s done
#19 ...

#20 [linux/arm64 builder 2/8] WORKDIR /app
#20 DONE 0.7s

#19 [linux/amd64 builder 6/8] RUN npm install --legacy-peer-deps
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 77.59MB / 264.20MB 2.0s
#19 extracting sha256:41b3afaea3b1b1ab04a268431e10dcace7883019a5da7d326aa35dc9713fcbb5 done
#19 extracting sha256:1d55258e311479e00466346e8c753c9b7e01237604cee9e4b28b24139f418bb9 done
#19 extracting sha256:70e3e49db568901de1214b56a8a69068f5f1d1a21781d8afc9840854c1233580 0.0s done
#19 extracting sha256:f4b3dc64ea273c67c4ed06bca84314742da987ddac1c2a30392f4ac39f9e1ff2 0.1s done
#19 ...

#21 [linux/arm64 builder 3/8] COPY package*.json ./
#21 DONE 0.1s

#22 [linux/arm64 builder 4/8] COPY packages/spark-tools ./packages/spark-tools
#22 DONE 0.1s

#23 [linux/arm64 builder 5/8] COPY packages/spark ./packages/spark
#23 DONE 0.0s

#19 [linux/amd64 builder 6/8] RUN npm install --legacy-peer-deps
#19 extracting sha256:acec9428f22bd20125c716a65e27ad75480a1360a59ad4f816044044dad7cc70 done
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 96.47MB / 264.20MB 2.4s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 115.34MB / 264.20MB 2.9s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 128.97MB / 264.20MB 3.2s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 143.65MB / 264.20MB 3.5s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 162.53MB / 264.20MB 3.9s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 179.31MB / 264.20MB 4.4s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 195.04MB / 264.20MB 4.7s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 212.86MB / 264.20MB 5.1s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 226.49MB / 264.20MB 5.4s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 244.32MB / 264.20MB 5.9s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 259.00MB / 264.20MB 6.2s
#19 sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 264.20MB / 264.20MB 6.5s done
#19 extracting sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d
#19 ...

#24 [linux/arm64 builder 6/8] RUN npm install --legacy-peer-deps
#24 ...

#19 [linux/amd64 builder 6/8] RUN npm install --legacy-peer-deps
#19 extracting sha256:828eb50cf87505f63ae57d13f4ce4484bf70ef66a718d8b5745753055ade6c3d 12.5s done
#19 DONE 19.2s

#25 [linux/amd64 builder 7/8] COPY . .
#25 DONE 2.2s

#24 [linux/arm64 builder 6/8] RUN npm install --legacy-peer-deps
#24 ...

#26 [linux/amd64 builder 8/8] RUN npm run build
#26 0.230
#26 0.230 > spark-template@0.0.0 prebuild
#26 0.230 > mkdir -p /tmp/dist || true
#26 0.230
#26 0.238
#26 0.238 > spark-template@0.0.0 build
#26 0.238 > tsc -b --noCheck && vite build
#26 0.238
#26 6.457 vite v7.3.1 building client environment for production...
#26 6.575 transforming...
#26 10.05 Found 3 warnings while optimizing generated CSS:
#26 10.05
#26 10.05 Issue #1:
#26 10.05 │   .container {
#26 10.05 │     width: 100%;
#26 10.05 │     @media (width >= (display-mode: standalone)) {
#26 10.05 ┆                     ^-- Unexpected token ParenthesisBlock
#26 10.05 ┆
#26 10.05 │       max-width: (display-mode: standalone);
#26 10.05 │     }
#26 10.05
#26 10.05 Issue #2:
#26 10.05 │       max-width: (display-mode: standalone);
#26 10.05 │     }
#26 10.05 │     @media (width >= (pointer: coarse)) {
#26 10.05 ┆                     ^-- Unexpected token ParenthesisBlock
#26 10.05 ┆
#26 10.05 │       max-width: (pointer: coarse);
#26 10.05 │     }
#26 10.05
#26 10.05 Issue #3:
#26 10.05 │       max-width: (pointer: coarse);
#26 10.05 │     }
#26 10.05 │     @media (width >= (pointer: fine)) {
#26 10.05 ┆                     ^-- Unexpected token ParenthesisBlock
#26 10.05 ┆
#26 10.05 │       max-width: (pointer: fine);
#26 10.05 │     }
#26 10.05
#26 27.53 ✓ 8276 modules transformed.
#26 30.49 rendering chunks...
#26 ...

#24 [linux/arm64 builder 6/8] RUN npm install --legacy-peer-deps
#24 55.47 npm warn deprecated whatwg-encoding@3.1.1: Use @exodus/bytes instead for a more spec-conformant and faster implementation
#24 ...

#26 [linux/amd64 builder 8/8] RUN npm run build
#26 56.97 computing gzip size...
#26 57.13 dist/index.html                                       2.18 kB │ gzip:     0.87 kB
#26 57.13 dist/assets/FeatureIdeaCloud-B5DZHykP.css             7.32 kB │ gzip:     1.60 kB
#26 57.13 dist/assets/index-DeAuhr8c.css                      451.83 kB │ gzip:    78.84 kB
#26 57.13 dist/assets/separator-DxaExrET.js                     1.12 kB │ gzip:     0.59 kB
#26 57.13 dist/assets/PWAStatusBar-BxRnFKIe.js                  1.14 kB │ gzip:     0.64 kB
#26 57.13 dist/assets/tabs-uv1gileV.js                          1.34 kB │ gzip:     0.59 kB
#26 57.13 dist/assets/PreviewDialog-CRbuRmHJ.js                 1.36 kB │ gzip:     0.74 kB
#26 57.13 dist/assets/PWAUpdatePrompt-A5H3Brsn.js               1.67 kB │ gzip:     0.82 kB
#26 57.13 dist/assets/PWAInstallPrompt-BXeSE-7b.js              2.31 kB │ gzip:     1.02 kB
#26 57.13 dist/assets/protected-llm-service-Q4cNm1rY.js         2.41 kB │ gzip:     1.00 kB
#26 57.13 dist/assets/use-pwa-CN3ny1f7.js                       2.42 kB │ gzip:     0.95 kB
#26 57.13 dist/assets/KeyboardShortcutsDialog-BpO-G7Ko.js       2.54 kB │ gzip:     0.89 kB
#26 57.13 dist/assets/switch-Le0tcnoA.js                        2.57 kB │ gzip:     1.26 kB
#26 57.13 dist/assets/skeleton-DvZARUoK.js                      2.85 kB │ gzip:     1.34 kB
#26 57.13 dist/assets/FeatureToggleSettings-DyoCP9xu.js         3.36 kB │ gzip:     1.40 kB
#26 57.13 dist/assets/select-CUM2wG-b.js                        3.62 kB │ gzip:     1.29 kB
#26 57.13 dist/assets/page-renderer-CnwNh3EQ.js                 3.92 kB │ gzip:     1.59 kB
#26 57.13 dist/assets/JSONWorkflowDesigner-BMu_I1iN.js          4.04 kB │ gzip:     1.40 kB
#26 57.13 dist/assets/JSONModelDesigner-CtCr0IyF.js             4.06 kB │ gzip:     1.40 kB
#26 57.13 dist/assets/JSONComponentTreeManager-DChvp8bH.js      4.19 kB │ gzip:     1.43 kB
#26 57.13 dist/assets/ComponentTreeBuilder-AKJ_ySXd.js          4.81 kB │ gzip:     1.95 kB
#26 57.13 dist/assets/CodeEditor-BLwoA4UR.js                    4.89 kB │ gzip:     1.86 kB
#26 57.13 dist/assets/FileExplorer-JbASuVTC.js                  4.98 kB │ gzip:     1.78 kB
#26 57.13 dist/assets/ai-service-BB_pmEqI.js                    6.07 kB │ gzip:     1.92 kB
#26 57.13 dist/assets/ModelDesigner-CgtLxbx8.js                 6.09 kB │ gzip:     2.06 kB
#26 57.13 dist/assets/StorybookDesigner-Bpm7g44n.js             6.90 kB │ gzip:     2.34 kB
#26 57.13 dist/assets/PlaywrightDesigner-BfiCriP0.js            7.51 kB │ gzip:     2.51 kB
#26 57.13 dist/assets/PWASettings-3_HqVF29.js                   7.92 kB │ gzip:     1.90 kB
#26 57.13 dist/assets/ComponentTreeManager-NGgMB7h-.js          8.27 kB │ gzip:     2.92 kB
#26 57.13 dist/assets/slider-CYgezrCe.js                        8.65 kB │ gzip:     3.36 kB
#26 57.13 dist/assets/UnitTestDesigner-hJNaBS7K.js              8.73 kB │ gzip:     2.76 kB
#26 57.13 dist/assets/SassStylesShowcase-Be2HgC09.js            8.99 kB │ gzip:     1.67 kB
#26 57.13 dist/assets/ErrorPanel-MW-ZUvQo.js                   11.31 kB │ gzip:     3.65 kB
#26 57.13 dist/assets/react-vendor-RsqJS7wA.js                 11.33 kB │ gzip:     3.99 kB
#26 57.13 dist/assets/FlaskDesigner-COgNGjFx.js                12.03 kB │ gzip:     3.25 kB
#26 57.13 dist/assets/StyleDesigner-B2AQyBAi.js                13.23 kB │ gzip:     3.29 kB
#26 57.13 dist/assets/code-editor-BR3HUJ_E.js                  14.03 kB │ gzip:     4.80 kB
#26 57.13 dist/assets/ProjectSettingsDesigner-DiAcWh5o.js      14.16 kB │ gzip:     3.31 kB
#26 57.13 dist/assets/JSONUIShowcasePage-BYgVWKow.js           14.25 kB │ gzip:     3.93 kB
#26 57.13 dist/assets/LambdaDesigner-CWnKya9X.js               14.42 kB │ gzip:     3.83 kB
#26 57.13 dist/assets/ProjectDashboard-CLf3fcP0.js             15.83 kB │ gzip:     4.53 kB
#26 57.13 dist/assets/ui-extended-CH1jmFOr.js                  16.72 kB │ gzip:     5.34 kB
#26 57.13 dist/assets/component-registry-D8jh1CB-.js           18.21 kB │ gzip:     6.39 kB
#26 57.13 dist/assets/WorkflowDesigner-uASoW4e9.js             18.34 kB │ gzip:     5.03 kB
#26 57.13 dist/assets/DataBindingDesigner-BkzQtXOX.js          20.36 kB │ gzip:     5.24 kB
#26 57.13 dist/assets/SchemaEditorPage-DzxsWN4D.js             21.04 kB │ gzip:     5.95 kB
#26 57.13 dist/assets/FaviconDesigner-DPzmL1L4.js              23.48 kB │ gzip:     6.27 kB
#26 57.13 dist/assets/GlobalSearch-BjLJMhgk.js                 25.04 kB │ gzip:     8.09 kB
#26 57.13 dist/assets/FeatureIdeaCloud-DZ2YR6RT.js             30.07 kB │ gzip:     8.44 kB
#26 57.13 dist/assets/utils-Bt9FPkgP.js                        36.00 kB │ gzip:    11.18 kB
#26 57.13 dist/assets/TemplateSelector-BVFRYL8A.js             42.82 kB │ gzip:     9.32 kB
#26 57.13 dist/assets/form-components-Bgqg-kRU.js              66.01 kB │ gzip:    17.55 kB
#26 57.13 dist/assets/DocumentationView-BjvllHGd.js            70.03 kB │ gzip:    12.62 kB
#26 57.13 dist/assets/workflow-CpSwYplm.js                    101.55 kB │ gzip:    32.48 kB
#26 57.13 dist/assets/ui-core-CS7FcLG5.js                     105.95 kB │ gzip:    32.29 kB
#26 57.13 dist/assets/index-J_d48Gj5.js                       488.88 kB │ gzip:   152.32 kB
#26 57.13 dist/assets/three.module-D5EGS0V7.js                683.00 kB │ gzip:   169.49 kB
#26 57.13 dist/assets/data-viz-DVeW5iYn.js                    717.82 kB │ gzip:   199.17 kB
#26 57.13 dist/assets/icons-CUJifBl7.js                     5,039.69 kB │ gzip: 1,049.93 kB
#26 57.13
#26 57.13 (!) Some chunks are larger than 1000 kB after minification. Consider:
#26 57.13 - Using dynamic import() to code-split the application
#26 57.13 - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
#26 57.13 - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
#26 57.13 ✓ built in 50.63s
#26 DONE 57.6s

#24 [linux/arm64 builder 6/8] RUN npm install --legacy-peer-deps
#24 ...

#27 [linux/amd64 runtime 2/3] COPY --from=builder /app/dist /usr/share/nginx/html
#27 CACHED

#28 [linux/amd64 runtime 3/3] COPY nginx.conf /etc/nginx/conf.d/default.conf
#28 CACHED

#24 [linux/arm64 builder 6/8] RUN npm install --legacy-peer-deps
#24 153.2
#24 153.2 added 712 packages, and audited 715 packages in 3m
#24 153.2
#24 153.2 119 packages are looking for funding
#24 153.2   run `npm fund` for details
#24 153.3
#24 153.3 found 0 vulnerabilities
#24 153.3 npm notice
#24 153.3 npm notice New major version of npm available! 10.8.2 -> 11.7.0
#24 153.3 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0
#24 153.3 npm notice To update run: npm install -g npm@11.7.0
#24 153.3 npm notice
#24 DONE 153.8s

#29 [linux/arm64 builder 7/8] COPY . .
#29 DONE 0.5s

#30 [linux/arm64 builder 8/8] RUN npm run build
#30 2.651
#30 2.651 > spark-template@0.0.0 prebuild
#30 2.651 > mkdir -p /tmp/dist || true
#30 2.651
#30 2.723
#30 2.723 > spark-template@0.0.0 build
#30 2.723 > tsc -b --noCheck && vite build
#30 2.723
#30 50.69 /app/node_modules/rollup/dist/native.js:83
#30 50.69 		throw new Error(
#30 50.69 		      ^
#30 50.69
#30 50.69 Error: Cannot find module @rollup/rollup-linux-arm64-musl. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.
#30 50.69     at requireWithFriendlyError (/app/node_modules/rollup/dist/native.js:83:9)
#30 50.69     at Object.<anonymous> (/app/node_modules/rollup/dist/native.js:92:76)
#30 50.69     ... 3 lines matching cause stack trace ...
#30 50.69     at Module._load (node:internal/modules/cjs/loader:1091:12)
#30 50.69     at cjsLoader (node:internal/modules/esm/translators:298:15)
#30 50.69     at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:240:7)
#30 50.69     at ModuleJob.run (node:internal/modules/esm/module_job:325:25)
#30 50.69     at async ModuleLoader.import (node:internal/modules/esm/loader:606:24) {
#30 50.69   [cause]: Error: Cannot find module '@rollup/rollup-linux-arm64-musl'
#30 50.69   Require stack:
#30 50.69   - /app/node_modules/rollup/dist/native.js
#30 50.69       at Module._resolveFilename (node:internal/modules/cjs/loader:1207:15)
#30 50.69       at Module._load (node:internal/modules/cjs/loader:1038:27)
#30 50.69       at Module.require (node:internal/modules/cjs/loader:1289:19)
#30 50.69       at require (node:internal/modules/helpers:182:18)
#30 50.69       at requireWithFriendlyError (/app/node_modules/rollup/dist/native.js:65:10)
#30 50.69       at Object.<anonymous> (/app/node_modules/rollup/dist/native.js:92:76)
#30 50.69       at Module._compile (node:internal/modules/cjs/loader:1521:14)
#30 50.69       at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
#30 50.69       at Module.load (node:internal/modules/cjs/loader:1266:32)
#30 50.69       at Module._load (node:internal/modules/cjs/loader:1091:12) {
#30 50.69     code: 'MODULE_NOT_FOUND',
#30 50.69     requireStack: [ '/app/node_modules/rollup/dist/native.js' ]
#30 50.69   }
#30 50.69 }
#30 50.70
#30 50.70 Node.js v20.20.0
#30 ERROR: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
------
 > [linux/arm64 builder 8/8] RUN npm run build:
50.69       at Module._compile (node:internal/modules/cjs/loader:1521:14)
50.69       at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
50.69       at Module.load (node:internal/modules/cjs/loader:1266:32)
50.69       at Module._load (node:internal/modules/cjs/loader:1091:12) {
50.69     code: 'MODULE_NOT_FOUND',
50.69     requireStack: [ '/app/node_modules/rollup/dist/native.js' ]
50.69   }
50.69 }
50.70
50.70 Node.js v20.20.0
------
Dockerfile:22
--------------------
  20 |
  21 |     # Build the application
  22 | >>> RUN npm run build
  23 |
  24 |     FROM nginx:alpine AS runtime
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
Error: buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
2026-01-17 14:56:40 +00:00
57e9507fe7 Edited Spark 2026-01-17 14:51:57 +00:00
33ab37bd18 Generated by Spark: Add qemu to CI/CD processes. 2026-01-17 14:40:27 +00:00
6c043807ff Generated by Spark: Fix all reported errors. 2026-01-17 14:31:40 +00:00
40c3577200 Edited Spark 2026-01-17 14:30:58 +00:00
0340146c40 Generated by Spark: Fix all reported errors. 2026-01-17 14:29:10 +00:00
08559bf87f Generated by Spark: Invalid workflow file: .github/workflows/ci.yml#L1
(Line: 236, Col: 13): Unrecognized named-value: 'secrets'. Located at position 13 within expression: always() && secrets.SLACK_WEBHOOK != '', (Line: 261, Col: 13): Unrecognized named-value: 'secrets'. Located at position 13 within expression: always() && secrets.SLACK_WEBHOOK != ''
also e2e-tests.yml needs work as per previous commit.
2026-01-17 14:20:05 +00:00
0d9121d879 Generated by Spark: Preparing to unpack .../139-libharfbuzz-icu0_8.3.0-2build2_amd64.deb ...
Unpacking libharfbuzz-icu0:amd64 (8.3.0-2build2) ...
Selecting previously unselected package libhyphen0:amd64.
Preparing to unpack .../140-libhyphen0_2.8.8-7build3_amd64.deb ...
Unpacking libhyphen0:amd64 (2.8.8-7build3) ...
Selecting previously unselected package libimath-3-1-29t64:amd64.
Preparing to unpack .../141-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
Selecting previously unselected package liblc3-1:amd64.
Preparing to unpack .../142-liblc3-1_1.0.4-3build1_amd64.deb ...
Unpacking liblc3-1:amd64 (1.0.4-3build1) ...
Selecting previously unselected package libldacbt-enc2:amd64.
Preparing to unpack .../143-libldacbt-enc2_2.0.2.3+git20200429+ed310a0-4ubuntu2_amd64.deb ...
Unpacking libldacbt-enc2:amd64 (2.0.2.3+git20200429+ed310a0-4ubuntu2) ...
Preparing to unpack .../144-libxslt1.1_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.3) over (1.1.39-0exp1ubuntu0.24.04.2) ...
Selecting previously unselected package libraptor2-0:amd64.
Preparing to unpack .../145-libraptor2-0_2.0.16-3ubuntu0.1_amd64.deb ...
Unpacking libraptor2-0:amd64 (2.0.16-3ubuntu0.1) ...
Selecting previously unselected package liblrdf0:amd64.
Preparing to unpack .../146-liblrdf0_0.6.1-4build1_amd64.deb ...
Unpacking liblrdf0:amd64 (0.6.1-4build1) ...
Selecting previously unselected package libltc11:amd64.
Preparing to unpack .../147-libltc11_1.3.2-1build1_amd64.deb ...
Unpacking libltc11:amd64 (1.3.2-1build1) ...
Selecting previously unselected package libmanette-0.2-0:amd64.
Preparing to unpack .../148-libmanette-0.2-0_0.2.7-1build2_amd64.deb ...
Unpacking libmanette-0.2-0:amd64 (0.2.7-1build2) ...
Selecting previously unselected package libmfx1:amd64.
Preparing to unpack .../149-libmfx1_22.5.4-1_amd64.deb ...
Unpacking libmfx1:amd64 (22.5.4-1) ...
Selecting previously unselected package libmjpegutils-2.1-0t64:amd64.
Preparing to unpack .../150-libmjpegutils-2.1-0t64_1%3a2.1.0+debian-8.1build1_amd64.deb ...
Unpacking libmjpegutils-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Selecting previously unselected package libmodplug1:amd64.
Preparing to unpack .../151-libmodplug1_1%3a0.8.9.0-3build1_amd64.deb ...
Unpacking libmodplug1:amd64 (1:0.8.9.0-3build1) ...
Selecting previously unselected package libmpcdec6:amd64.
Preparing to unpack .../152-libmpcdec6_2%3a0.1~r495-2build1_amd64.deb ...
Unpacking libmpcdec6:amd64 (2:0.1~r495-2build1) ...
Selecting previously unselected package libmpeg2encpp-2.1-0t64:amd64.
Preparing to unpack .../153-libmpeg2encpp-2.1-0t64_1%3a2.1.0+debian-8.1build1_amd64.deb ...
Unpacking libmpeg2encpp-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Selecting previously unselected package libmplex2-2.1-0t64:amd64.
Preparing to unpack .../154-libmplex2-2.1-0t64_1%3a2.1.0+debian-8.1build1_amd64.deb ...
Unpacking libmplex2-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Selecting previously unselected package libneon27t64:amd64.
Preparing to unpack .../155-libneon27t64_0.33.0-1.1build3_amd64.deb ...
Unpacking libneon27t64:amd64 (0.33.0-1.1build3) ...
Selecting previously unselected package libnice10:amd64.
Preparing to unpack .../156-libnice10_0.1.21-2build3_amd64.deb ...
Unpacking libnice10:amd64 (0.1.21-2build3) ...
Selecting previously unselected package libopenal-data.
Preparing to unpack .../157-libopenal-data_1%3a1.23.1-4build1_all.deb ...
Unpacking libopenal-data (1:1.23.1-4build1) ...
Selecting previously unselected package libopenexr-3-1-30:amd64.
Preparing to unpack .../158-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
Selecting previously unselected package libopenh264-7:amd64.
Preparing to unpack .../159-libopenh264-7_2.4.1+dfsg-1_amd64.deb ...
Unpacking libopenh264-7:amd64 (2.4.1+dfsg-1) ...
Selecting previously unselected package libopenni2-0:amd64.
Preparing to unpack .../160-libopenni2-0_2.2.0.33+dfsg-18_amd64.deb ...
Unpacking libopenni2-0:amd64 (2.2.0.33+dfsg-18) ...
Selecting previously unselected package libqrencode4:amd64.
Preparing to unpack .../161-libqrencode4_4.1.1-1build2_amd64.deb ...
Unpacking libqrencode4:amd64 (4.1.1-1build2) ...
Selecting previously unselected package libsecret-common.
Preparing to unpack .../162-libsecret-common_0.21.4-1build3_all.deb ...
Unpacking libsecret-common (0.21.4-1build3) ...
Selecting previously unselected package libsecret-1-0:amd64.
Preparing to unpack .../163-libsecret-1-0_0.21.4-1build3_amd64.deb ...
Unpacking libsecret-1-0:amd64 (0.21.4-1build3) ...
Selecting previously unselected package libsndio7.0:amd64.
Preparing to unpack .../164-libsndio7.0_1.9.0-0.3build3_amd64.deb ...
Unpacking libsndio7.0:amd64 (1.9.0-0.3build3) ...
Selecting previously unselected package libsoundtouch1:amd64.
Preparing to unpack .../165-libsoundtouch1_2.3.2+ds1-1build1_amd64.deb ...
Unpacking libsoundtouch1:amd64 (2.3.2+ds1-1build1) ...
Selecting previously unselected package libspandsp2t64:amd64.
Preparing to unpack .../166-libspandsp2t64_0.0.6+dfsg-2.1build1_amd64.deb ...
Unpacking libspandsp2t64:amd64 (0.0.6+dfsg-2.1build1) ...
Selecting previously unselected package libsrtp2-1:amd64.
Preparing to unpack .../167-libsrtp2-1_2.5.0-3build1_amd64.deb ...
Unpacking libsrtp2-1:amd64 (2.5.0-3build1) ...
Preparing to unpack .../168-libssh-4_0.10.6-2ubuntu0.2_amd64.deb ...
Unpacking libssh-4:amd64 (0.10.6-2ubuntu0.2) over (0.10.6-2ubuntu0.1) ...
Selecting previously unselected package libwildmidi2:amd64.
Preparing to unpack .../169-libwildmidi2_0.4.3-1build3_amd64.deb ...
Unpacking libwildmidi2:amd64 (0.4.3-1build3) ...
Selecting previously unselected package libwoff1:amd64.
Preparing to unpack .../170-libwoff1_1.0.2-2build1_amd64.deb ...
Unpacking libwoff1:amd64 (1.0.2-2build1) ...
Selecting previously unselected package libxcb-xkb1:amd64.
Preparing to unpack .../171-libxcb-xkb1_1.15-1ubuntu2_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.15-1ubuntu2) ...
Selecting previously unselected package libxkbcommon-x11-0:amd64.
Preparing to unpack .../172-libxkbcommon-x11-0_1.6.0-1build1_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (1.6.0-1build1) ...
Selecting previously unselected package libzbar0t64:amd64.
Preparing to unpack .../173-libzbar0t64_0.23.93-4build3_amd64.deb ...
Unpacking libzbar0t64:amd64 (0.23.93-4build3) ...
Selecting previously unselected package libzxing3:amd64.
Preparing to unpack .../174-libzxing3_2.2.1-3_amd64.deb ...
Unpacking libzxing3:amd64 (2.2.1-3) ...
Selecting previously unselected package xfonts-encodings.
Preparing to unpack .../175-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
Selecting previously unselected package xfonts-utils.
Preparing to unpack .../176-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
Unpacking xfonts-utils (1:7.7+6build3) ...
Selecting previously unselected package xfonts-cyrillic.
Preparing to unpack .../177-xfonts-cyrillic_1%3a1.0.5+nmu1_all.deb ...
Unpacking xfonts-cyrillic (1:1.0.5+nmu1) ...
Selecting previously unselected package xfonts-scalable.
Preparing to unpack .../178-xfonts-scalable_1%3a1.0.3-1.3_all.deb ...
Unpacking xfonts-scalable (1:1.0.3-1.3) ...
Selecting previously unselected package libgstreamer-plugins-bad1.0-0:amd64.
Preparing to unpack .../179-libgstreamer-plugins-bad1.0-0_1.24.2-1ubuntu4_amd64.deb ...
Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.24.2-1ubuntu4) ...
Selecting previously unselected package libdca0:amd64.
Preparing to unpack .../180-libdca0_0.0.7-2build1_amd64.deb ...
Unpacking libdca0:amd64 (0.0.7-2build1) ...
Selecting previously unselected package libopenal1:amd64.
Preparing to unpack .../181-libopenal1_1%3a1.23.1-4build1_amd64.deb ...
Unpacking libopenal1:amd64 (1:1.23.1-4build1) ...
Selecting previously unselected package libsbc1:amd64.
Preparing to unpack .../182-libsbc1_2.0-1build1_amd64.deb ...
Unpacking libsbc1:amd64 (2.0-1build1) ...
Selecting previously unselected package libvo-aacenc0:amd64.
Preparing to unpack .../183-libvo-aacenc0_0.1.3-2build1_amd64.deb ...
Unpacking libvo-aacenc0:amd64 (0.1.3-2build1) ...
Selecting previously unselected package libvo-amrwbenc0:amd64.
Preparing to unpack .../184-libvo-amrwbenc0_0.1.3-2build1_amd64.deb ...
Unpacking libvo-amrwbenc0:amd64 (0.1.3-2build1) ...
Selecting previously unselected package gstreamer1.0-plugins-bad:amd64.
Preparing to unpack .../185-gstreamer1.0-plugins-bad_1.24.2-1ubuntu4_amd64.deb ...
Unpacking gstreamer1.0-plugins-bad:amd64 (1.24.2-1ubuntu4) ...
Setting up libgme0:amd64 (0.6.3-7build1) ...
Setting up libchromaprint1:amd64 (1.5.1-5) ...
Setting up libssh-gcrypt-4:amd64 (0.10.6-2ubuntu0.2) ...
Setting up libhwy1t64:amd64 (1.0.7-8.1build1) ...
Setting up libcairo-script-interpreter2:amd64 (1.18.0-3build1) ...
Setting up libfreeaptx0:amd64 (0.1.1-2build1) ...
Setting up libdvdread8t64:amd64 (6.1.3-1.1build1) ...
Setting up libudfread0:amd64 (1.1.2-1build1) ...
Setting up libmodplug1:amd64 (1:0.8.9.0-3build1) ...
Setting up libcdparanoia0:amd64 (3.10.2+debian-14build3) ...
Setting up libvo-amrwbenc0:amd64 (0.1.3-2build1) ...
Setting up libraw1394-11:amd64 (2.1.2-2build3) ...
Setting up libsbc1:amd64 (2.0-1build1) ...
Setting up libneon27t64:amd64 (0.33.0-1.1build3) ...
Setting up libtag1v5-vanilla:amd64 (1.13.1-1build1) ...
Setting up libharfbuzz-icu0:amd64 (8.3.0-2build2) ...
Setting up libopenni2-0:amd64 (2.2.0.33+dfsg-18) ...
Setting up libspeex1:amd64 (1.2.1-2ubuntu2.24.04.1) ...
Setting up libshine3:amd64 (3.1.1-2build1) ...
Setting up libcaca0:amd64 (0.99.beta20-4ubuntu0.1) ...
Setting up libvpl2 (2023.3.0-1build1) ...
Setting up libv4lconvert0t64:amd64 (1.26.1-4build3) ...
Setting up libx264-164:amd64 (2:0.164.3108+git31e19f9-1) ...
Setting up libtwolame0:amd64 (0.4.0-2build3) ...
Setting up libmbedcrypto7t64:amd64 (2.28.8-1) ...
Setting up libwoff1:amd64 (1.0.2-2build1) ...
Setting up liblc3-1:amd64 (1.0.4-3build1) ...
Setting up libqrencode4:amd64 (4.1.1-1build2) ...
Setting up libhyphen0:amd64 (2.8.8-7build3) ...
Setting up libgsm1:amd64 (1.0.22-1build1) ...
Setting up libvisual-0.4-0:amd64 (0.4.2-2build1) ...
Setting up libsoxr0:amd64 (0.1.3-4build3) ...
Setting up libzix-0-0:amd64 (0.4.2-2build1) ...
Setting up libcodec2-1.2:amd64 (1.2.0-2build1) ...
Setting up libsrtp2-1:amd64 (2.5.0-3build1) ...
Setting up libmysofa1:amd64 (1.3.2+dfsg-2ubuntu2) ...
Setting up libldacbt-enc2:amd64 (2.0.2.3+git20200429+ed310a0-4ubuntu2) ...
Setting up fonts-wqy-zenhei (0.9.45-8) ...
Setting up libwebrtc-audio-processing1:amd64 (0.3.1-0ubuntu6) ...
Setting up fonts-freefont-ttf (20211204+svn4273-2) ...
Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-9ubuntu2) ...
Setting up libsvtav1enc1d1:amd64 (1.7.0+dfsg-2build1) ...
Setting up libsoup-3.0-common (3.4.4-5ubuntu0.6) ...
Setting up libmpg123-0t64:amd64 (1.32.5-1ubuntu1.1) ...
Setting up libcjson1:amd64 (1.7.17-1) ...
Setting up libxvidcore4:amd64 (2:1.3.7-1build1) ...
Setting up libmpcdec6:amd64 (2:0.1~r495-2build1) ...
Setting up libmjpegutils-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Setting up librav1e0:amd64 (0.7.1-2) ...
Setting up liborc-0.4-0t64:amd64 (1:0.4.38-1ubuntu0.1) ...
Setting up libxcb-xkb1:amd64 (1.15-1ubuntu2) ...
Setting up libvo-aacenc0:amd64 (0.1.3-2build1) ...
Setting up librist4:amd64 (0.2.10+dfsg-2) ...
Setting up libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.6) ...
Setting up libblas3:amd64 (3.12.0-3build1.1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up libegl-mesa0:amd64 (25.0.7-0ubuntu0.24.04.2) ...
Setting up libsoundtouch1:amd64 (2.3.2+ds1-1build1) ...
Setting up libglib2.0-data (2.80.0-6ubuntu3.6) ...
Setting up libplacebo338:amd64 (6.338.2-2build1) ...
Setting up libgles2:amd64 (1.7.0-1build1) ...
Setting up fonts-tlwg-loma-otf (1:0.7.3-1) ...
Setting up libva2:amd64 (2.20.0-2build1) ...
Setting up libspa-0.2-modules:amd64 (1.0.5-1ubuntu3.2) ...
Setting up libzxing3:amd64 (2.2.1-3) ...
Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
Setting up libopus0:amd64 (1.4-1build1) ...
Setting up libfaad2:amd64 (2.11.1-1build1) ...
Setting up libxkbcommon-x11-0:amd64 (1.6.0-1build1) ...
Setting up libdc1394-25:amd64 (2.2.6-4build1) ...
Setting up libpng16-16t64:amd64 (1.6.43-5ubuntu0.3) ...
Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
Setting up libunibreak5:amd64 (5.1-2build1) ...
Setting up libdv4t64:amd64 (1.0.0-17.1build1) ...
Setting up gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.6) ...
Setting up libjxl0.7:amd64 (0.7.0-10.2ubuntu6.1) ...
Setting up libssh-4:amd64 (0.10.6-2ubuntu0.2) ...
Setting up libopenh264-7:amd64 (2.4.1+dfsg-1) ...
Setting up libltc11:amd64 (1.3.2-1build1) ...
Setting up libx265-199:amd64 (3.5-2build1) ...
Setting up libv4l-0t64:amd64 (1.26.1-4build3) ...
Setting up libavtp0:amd64 (0.2.0-1build1) ...
Setting up libsndio7.0:amd64 (1.9.0-0.3build3) ...
Setting up libdirectfb-1.7-7t64:amd64 (1.7.7-11.1ubuntu2) ...
Setting up libspandsp2t64:amd64 (0.0.6+dfsg-2.1build1) ...
Setting up libvidstab1.1:amd64 (1.1.0-2build1) ...
Setting up libvpx9:amd64 (1.14.0-1ubuntu2.2) ...
Setting up libsrt1.5-gnutls:amd64 (1.5.3-1build2) ...
Setting up libtag1v5:amd64 (1.13.1-1build1) ...
Setting up libflite1:amd64 (2.2-6build3) ...
Setting up libdav1d7:amd64 (1.4.1-1build1) ...
Setting up libva-drm2:amd64 (2.20.0-2build1) ...
Setting up fonts-ipafont-gothic (00303-21ubuntu1) ...
update-alternatives: using /usr/share/fonts/opentype/ipafont-gothic/ipag.ttf to provide /usr/share/fonts/truetype/fonts-japanese-gothic.ttf (fonts-japanese-gothic.ttf) in auto mode
Setting up ocl-icd-libopencl1:amd64 (2.3.2-1build1) ...
Setting up libasyncns0:amd64 (0.8-6build4) ...
Setting up libwildmidi2:amd64 (0.4.3-1build3) ...
Setting up libvdpau1:amd64 (1.5-2build1) ...
Setting up libwavpack1:amd64 (5.6.0-1build1) ...
Setting up libbs2b0:amd64 (3.1.0+dfsg-7build1) ...
Setting up libtheora0:amd64 (1.1.1+dfsg.1-16.1build3) ...
Setting up libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.3) ...
Setting up libegl1:amd64 (1.7.0-1build1) ...
Setting up libdecor-0-0:amd64 (0.2.2-1build2) ...
Setting up libdca0:amd64 (0.0.7-2build1) ...
Setting up libzimg2:amd64 (3.0.5+ds1-1build1) ...
Setting up libopenal-data (1:1.23.1-4build1) ...
Setting up libabsl20220623t64:amd64 (20220623.1-3.1ubuntu3.2) ...
Setting up libflac12t64:amd64 (1.4.3+ds-2.1ubuntu2) ...
Setting up libgtk-4-common (4.14.5+ds-0ubuntu0.7) ...
Setting up libmpeg2encpp-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Setting up glib-networking-common (2.80.0-1build1) ...
Setting up libmfx1:amd64 (22.5.4-1) ...
Setting up libbluray2:amd64 (1:1.3.4-1build1) ...
Setting up libsamplerate0:amd64 (0.2.2-4build1) ...
Setting up timgm6mb-soundfont (1.3-5) ...
update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf2/default-GM.sf2 (default-GM.sf2) in auto mode
update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf3/default-GM.sf3 (default-GM.sf3) in auto mode
Setting up libva-x11-2:amd64 (2.20.0-2build1) ...
Setting up libyuv0:amd64 (0.0~git202401110.af6ac82-1) ...
Setting up libmplex2-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Setting up libpipewire-0.3-0t64:amd64 (1.0.5-1ubuntu3.2) ...
Setting up libopenmpt0t64:amd64 (0.7.3-1.1build3) ...
Setting up libzvbi-common (0.2.42-2) ...
Setting up libsecret-common (0.21.4-1build3) ...
Setting up libmp3lame0:amd64 (3.100-6build1) ...
Setting up libgraphene-1.0-0:amd64 (1.10.8-3build2) ...
Setting up libvorbisenc2:amd64 (1.3.7-1build3) ...
Setting up libdvdnav4:amd64 (6.1.1-3build1) ...
Setting up fonts-unifont (1:15.1.01-1build1) ...
Setting up libaa1:amd64 (1.4p5-51.1) ...
Setting up libiec61883-0:amd64 (1.2.0-6build1) ...
Setting up libserd-0-0:amd64 (0.32.2-1) ...
Setting up libavc1394-0:amd64 (0.5.4-5build3) ...
Setting up session-migration (0.3.9build1) ...
Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.
Setting up liblapack3:amd64 (3.12.0-3build1.1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up libproxy1v5:amd64 (0.5.4-4build1) ...
Setting up libzvbi0t64:amd64 (0.2.42-2) ...
Setting up libmanette-0.2-0:amd64 (0.2.7-1build2) ...
Setting up libraptor2-0:amd64 (2.0.16-3ubuntu0.1) ...
Setting up libglib2.0-bin (2.80.0-6ubuntu3.6) ...
Setting up libzbar0t64:amd64 (0.23.93-4build3) ...
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.24.2-1ubuntu0.3) ...
Setting up libavutil58:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libopenal1:amd64 (1:1.23.1-4build1) ...
Setting up xfonts-utils (1:7.7+6build3) ...
Setting up librsvg2-2:amd64 (2.58.0+dfsg-1build1) ...
Setting up libsecret-1-0:amd64 (0.21.4-1build3) ...
Setting up libgstreamer-plugins-good1.0-0:amd64 (1.24.2-1ubuntu1.2) ...
Setting up libgstreamer-gl1.0-0:amd64 (1.24.2-1ubuntu0.3) ...
Setting up gstreamer1.0-plugins-base:amd64 (1.24.2-1ubuntu0.3) ...
Setting up libass9:amd64 (1:0.17.1-2build1) ...
Setting up libswresample4:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
Setting up libshout3:amd64 (2.4.6-1build2) ...
Setting up libgav1-1:amd64 (0.18.0-1build3) ...
Setting up libavcodec60:amd64 (7:6.1.1-3ubuntu5) ...
Setting up librubberband2:amd64 (3.3.0+dfsg-2build1) ...
Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3ubuntu3) ...
Setting up libsord-0-0:amd64 (0.16.16-2build1) ...
Setting up xfonts-cyrillic (1:1.0.5+nmu1) ...
Setting up libpostproc57:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libsratom-0-0:amd64 (0.6.16-1build1) ...
Setting up libgtk-4-1:amd64 (4.14.5+ds-0ubuntu0.7) ...
Setting up libsndfile1:amd64 (1.2.2-1ubuntu5.24.04.1) ...
Setting up liblilv-0-0:amd64 (0.24.22-1build1) ...
Setting up libinstpatch-1.0-2:amd64 (1.1.6-1build2) ...
Setting up xfonts-scalable (1:1.0.3-1.3) ...
Setting up libswscale7:amd64 (7:6.1.1-3ubuntu5) ...
Setting up gsettings-desktop-schemas (46.1-0ubuntu1) ...
Setting up glib-networking-services (2.80.0-1build1) ...
Setting up libavif16:amd64 (1.0.4-1ubuntu3) ...
Setting up libpulse0:amd64 (1:16.1+dfsg1-2ubuntu10.1) ...
Setting up liblrdf0:amd64 (0.6.1-4build1) ...
Setting up libavformat60:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libsphinxbase3t64:amd64 (0.8+5prealpha+1-17build2) ...
Setting up glib-networking:amd64 (2.80.0-1build1) ...
Setting up libsdl2-2.0-0:amd64 (2.30.0+dfsg-1ubuntu3.1) ...
Setting up libfluidsynth3:amd64 (2.3.4-1build3) ...
Setting up libsoup-3.0-0:amd64 (3.4.4-5ubuntu0.6) ...
Setting up libpocketsphinx3:amd64 (0.8.0+real5prealpha+1-15ubuntu5) ...
Setting up libgssdp-1.6-0:amd64 (1.6.3-1build3) ...
Setting up gstreamer1.0-plugins-good:amd64 (1.24.2-1ubuntu1.2) ...
Setting up libgupnp-1.6-0:amd64 (1.6.6-1build3) ...
Setting up libavfilter9:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libgupnp-igd-1.6-0:amd64 (1.6.0-3build3) ...
Setting up gstreamer1.0-libav:amd64 (1.24.1-1build1) ...
Setting up libnice10:amd64 (0.1.21-2build3) ...
Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.24.2-1ubuntu4) ...
Setting up gstreamer1.0-plugins-bad:amd64 (1.24.2-1ubuntu4) ...
Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
Processing triggers for man-db (2.12.0-4build2) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
Running kernel seems to be up-to-date.
Restarting services...
 systemctl restart packagekit.service php8.3-fpm.service polkit.service udisks2.service
Service restarts being deferred:
 systemctl restart ModemManager.service
 systemctl restart networkd-dispatcher.service
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
Downloading Chromium 143.0.7499.4 (playwright build v1200) from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1200/chromium-linux.zip
|                                                                                |   0% of 164.7 MiB
|■■■■■■■■                                                                        |  10% of 164.7 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 164.7 MiB
Chromium 143.0.7499.4 (playwright build v1200) downloaded to /home/runner/.cache/ms-playwright/chromium-1200
Downloading Chromium Headless Shell 143.0.7499.4 (playwright build v1200) from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1200/chromium-headless-shell-linux.zip
|                                                                                |   0% of 109.7 MiB
|■■■■■■■■                                                                        |  10% of 109.7 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 109.7 MiB
Chromium Headless Shell 143.0.7499.4 (playwright build v1200) downloaded to /home/runner/.cache/ms-playwright/chromium_headless_shell-1200
Downloading Firefox 144.0.2 (playwright build v1497) from https://cdn.playwright.dev/dbazure/download/playwright/builds/firefox/1497/firefox-ubuntu-24.04.zip
|                                                                                |   0% of 98.4 MiB
|■■■■■■■■                                                                        |  10% of 98.4 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 98.4 MiB
Firefox 144.0.2 (playwright build v1497) downloaded to /home/runner/.cache/ms-playwright/firefox-1497
Downloading Webkit 26.0 (playwright build v2227) from https://cdn.playwright.dev/dbazure/download/playwright/builds/webkit/2227/webkit-ubuntu-24.04.zip
|                                                                                |   0% of 95.9 MiB
|■■■■■■■■                                                                        |  10% of 95.9 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 95.9 MiB
Webkit 26.0 (playwright build v2227) downloaded to /home/runner/.cache/ms-playwright/webkit-2227
Downloading FFMPEG playwright build v1011 from https://cdn.playwright.dev/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
|                                                                                |   0% of 2.3 MiB
|■■■■■■■■                                                                        |  10% of 2.3 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 2.3 MiB
FFMPEG playwright build v1011 downloaded to /home/runner/.cache/ms-playwright/ffmpeg-1011
1s
Run npm run test:e2e
> spark-template@0.0.0 test:e2e
> playwright test
sh: 1: playwright: not found
Error: Process completed with exit code 127.
2026-01-17 14:16:38 +00:00
88f1b24fb5 Generated by Spark: Preparing to unpack .../139-libharfbuzz-icu0_8.3.0-2build2_amd64.deb ...
Unpacking libharfbuzz-icu0:amd64 (8.3.0-2build2) ...
Selecting previously unselected package libhyphen0:amd64.
Preparing to unpack .../140-libhyphen0_2.8.8-7build3_amd64.deb ...
Unpacking libhyphen0:amd64 (2.8.8-7build3) ...
Selecting previously unselected package libimath-3-1-29t64:amd64.
Preparing to unpack .../141-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
Selecting previously unselected package liblc3-1:amd64.
Preparing to unpack .../142-liblc3-1_1.0.4-3build1_amd64.deb ...
Unpacking liblc3-1:amd64 (1.0.4-3build1) ...
Selecting previously unselected package libldacbt-enc2:amd64.
Preparing to unpack .../143-libldacbt-enc2_2.0.2.3+git20200429+ed310a0-4ubuntu2_amd64.deb ...
Unpacking libldacbt-enc2:amd64 (2.0.2.3+git20200429+ed310a0-4ubuntu2) ...
Preparing to unpack .../144-libxslt1.1_1.1.39-0exp1ubuntu0.24.04.3_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.3) over (1.1.39-0exp1ubuntu0.24.04.2) ...
Selecting previously unselected package libraptor2-0:amd64.
Preparing to unpack .../145-libraptor2-0_2.0.16-3ubuntu0.1_amd64.deb ...
Unpacking libraptor2-0:amd64 (2.0.16-3ubuntu0.1) ...
Selecting previously unselected package liblrdf0:amd64.
Preparing to unpack .../146-liblrdf0_0.6.1-4build1_amd64.deb ...
Unpacking liblrdf0:amd64 (0.6.1-4build1) ...
Selecting previously unselected package libltc11:amd64.
Preparing to unpack .../147-libltc11_1.3.2-1build1_amd64.deb ...
Unpacking libltc11:amd64 (1.3.2-1build1) ...
Selecting previously unselected package libmanette-0.2-0:amd64.
Preparing to unpack .../148-libmanette-0.2-0_0.2.7-1build2_amd64.deb ...
Unpacking libmanette-0.2-0:amd64 (0.2.7-1build2) ...
Selecting previously unselected package libmfx1:amd64.
Preparing to unpack .../149-libmfx1_22.5.4-1_amd64.deb ...
Unpacking libmfx1:amd64 (22.5.4-1) ...
Selecting previously unselected package libmjpegutils-2.1-0t64:amd64.
Preparing to unpack .../150-libmjpegutils-2.1-0t64_1%3a2.1.0+debian-8.1build1_amd64.deb ...
Unpacking libmjpegutils-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Selecting previously unselected package libmodplug1:amd64.
Preparing to unpack .../151-libmodplug1_1%3a0.8.9.0-3build1_amd64.deb ...
Unpacking libmodplug1:amd64 (1:0.8.9.0-3build1) ...
Selecting previously unselected package libmpcdec6:amd64.
Preparing to unpack .../152-libmpcdec6_2%3a0.1~r495-2build1_amd64.deb ...
Unpacking libmpcdec6:amd64 (2:0.1~r495-2build1) ...
Selecting previously unselected package libmpeg2encpp-2.1-0t64:amd64.
Preparing to unpack .../153-libmpeg2encpp-2.1-0t64_1%3a2.1.0+debian-8.1build1_amd64.deb ...
Unpacking libmpeg2encpp-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Selecting previously unselected package libmplex2-2.1-0t64:amd64.
Preparing to unpack .../154-libmplex2-2.1-0t64_1%3a2.1.0+debian-8.1build1_amd64.deb ...
Unpacking libmplex2-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Selecting previously unselected package libneon27t64:amd64.
Preparing to unpack .../155-libneon27t64_0.33.0-1.1build3_amd64.deb ...
Unpacking libneon27t64:amd64 (0.33.0-1.1build3) ...
Selecting previously unselected package libnice10:amd64.
Preparing to unpack .../156-libnice10_0.1.21-2build3_amd64.deb ...
Unpacking libnice10:amd64 (0.1.21-2build3) ...
Selecting previously unselected package libopenal-data.
Preparing to unpack .../157-libopenal-data_1%3a1.23.1-4build1_all.deb ...
Unpacking libopenal-data (1:1.23.1-4build1) ...
Selecting previously unselected package libopenexr-3-1-30:amd64.
Preparing to unpack .../158-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
Selecting previously unselected package libopenh264-7:amd64.
Preparing to unpack .../159-libopenh264-7_2.4.1+dfsg-1_amd64.deb ...
Unpacking libopenh264-7:amd64 (2.4.1+dfsg-1) ...
Selecting previously unselected package libopenni2-0:amd64.
Preparing to unpack .../160-libopenni2-0_2.2.0.33+dfsg-18_amd64.deb ...
Unpacking libopenni2-0:amd64 (2.2.0.33+dfsg-18) ...
Selecting previously unselected package libqrencode4:amd64.
Preparing to unpack .../161-libqrencode4_4.1.1-1build2_amd64.deb ...
Unpacking libqrencode4:amd64 (4.1.1-1build2) ...
Selecting previously unselected package libsecret-common.
Preparing to unpack .../162-libsecret-common_0.21.4-1build3_all.deb ...
Unpacking libsecret-common (0.21.4-1build3) ...
Selecting previously unselected package libsecret-1-0:amd64.
Preparing to unpack .../163-libsecret-1-0_0.21.4-1build3_amd64.deb ...
Unpacking libsecret-1-0:amd64 (0.21.4-1build3) ...
Selecting previously unselected package libsndio7.0:amd64.
Preparing to unpack .../164-libsndio7.0_1.9.0-0.3build3_amd64.deb ...
Unpacking libsndio7.0:amd64 (1.9.0-0.3build3) ...
Selecting previously unselected package libsoundtouch1:amd64.
Preparing to unpack .../165-libsoundtouch1_2.3.2+ds1-1build1_amd64.deb ...
Unpacking libsoundtouch1:amd64 (2.3.2+ds1-1build1) ...
Selecting previously unselected package libspandsp2t64:amd64.
Preparing to unpack .../166-libspandsp2t64_0.0.6+dfsg-2.1build1_amd64.deb ...
Unpacking libspandsp2t64:amd64 (0.0.6+dfsg-2.1build1) ...
Selecting previously unselected package libsrtp2-1:amd64.
Preparing to unpack .../167-libsrtp2-1_2.5.0-3build1_amd64.deb ...
Unpacking libsrtp2-1:amd64 (2.5.0-3build1) ...
Preparing to unpack .../168-libssh-4_0.10.6-2ubuntu0.2_amd64.deb ...
Unpacking libssh-4:amd64 (0.10.6-2ubuntu0.2) over (0.10.6-2ubuntu0.1) ...
Selecting previously unselected package libwildmidi2:amd64.
Preparing to unpack .../169-libwildmidi2_0.4.3-1build3_amd64.deb ...
Unpacking libwildmidi2:amd64 (0.4.3-1build3) ...
Selecting previously unselected package libwoff1:amd64.
Preparing to unpack .../170-libwoff1_1.0.2-2build1_amd64.deb ...
Unpacking libwoff1:amd64 (1.0.2-2build1) ...
Selecting previously unselected package libxcb-xkb1:amd64.
Preparing to unpack .../171-libxcb-xkb1_1.15-1ubuntu2_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.15-1ubuntu2) ...
Selecting previously unselected package libxkbcommon-x11-0:amd64.
Preparing to unpack .../172-libxkbcommon-x11-0_1.6.0-1build1_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (1.6.0-1build1) ...
Selecting previously unselected package libzbar0t64:amd64.
Preparing to unpack .../173-libzbar0t64_0.23.93-4build3_amd64.deb ...
Unpacking libzbar0t64:amd64 (0.23.93-4build3) ...
Selecting previously unselected package libzxing3:amd64.
Preparing to unpack .../174-libzxing3_2.2.1-3_amd64.deb ...
Unpacking libzxing3:amd64 (2.2.1-3) ...
Selecting previously unselected package xfonts-encodings.
Preparing to unpack .../175-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
Selecting previously unselected package xfonts-utils.
Preparing to unpack .../176-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
Unpacking xfonts-utils (1:7.7+6build3) ...
Selecting previously unselected package xfonts-cyrillic.
Preparing to unpack .../177-xfonts-cyrillic_1%3a1.0.5+nmu1_all.deb ...
Unpacking xfonts-cyrillic (1:1.0.5+nmu1) ...
Selecting previously unselected package xfonts-scalable.
Preparing to unpack .../178-xfonts-scalable_1%3a1.0.3-1.3_all.deb ...
Unpacking xfonts-scalable (1:1.0.3-1.3) ...
Selecting previously unselected package libgstreamer-plugins-bad1.0-0:amd64.
Preparing to unpack .../179-libgstreamer-plugins-bad1.0-0_1.24.2-1ubuntu4_amd64.deb ...
Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.24.2-1ubuntu4) ...
Selecting previously unselected package libdca0:amd64.
Preparing to unpack .../180-libdca0_0.0.7-2build1_amd64.deb ...
Unpacking libdca0:amd64 (0.0.7-2build1) ...
Selecting previously unselected package libopenal1:amd64.
Preparing to unpack .../181-libopenal1_1%3a1.23.1-4build1_amd64.deb ...
Unpacking libopenal1:amd64 (1:1.23.1-4build1) ...
Selecting previously unselected package libsbc1:amd64.
Preparing to unpack .../182-libsbc1_2.0-1build1_amd64.deb ...
Unpacking libsbc1:amd64 (2.0-1build1) ...
Selecting previously unselected package libvo-aacenc0:amd64.
Preparing to unpack .../183-libvo-aacenc0_0.1.3-2build1_amd64.deb ...
Unpacking libvo-aacenc0:amd64 (0.1.3-2build1) ...
Selecting previously unselected package libvo-amrwbenc0:amd64.
Preparing to unpack .../184-libvo-amrwbenc0_0.1.3-2build1_amd64.deb ...
Unpacking libvo-amrwbenc0:amd64 (0.1.3-2build1) ...
Selecting previously unselected package gstreamer1.0-plugins-bad:amd64.
Preparing to unpack .../185-gstreamer1.0-plugins-bad_1.24.2-1ubuntu4_amd64.deb ...
Unpacking gstreamer1.0-plugins-bad:amd64 (1.24.2-1ubuntu4) ...
Setting up libgme0:amd64 (0.6.3-7build1) ...
Setting up libchromaprint1:amd64 (1.5.1-5) ...
Setting up libssh-gcrypt-4:amd64 (0.10.6-2ubuntu0.2) ...
Setting up libhwy1t64:amd64 (1.0.7-8.1build1) ...
Setting up libcairo-script-interpreter2:amd64 (1.18.0-3build1) ...
Setting up libfreeaptx0:amd64 (0.1.1-2build1) ...
Setting up libdvdread8t64:amd64 (6.1.3-1.1build1) ...
Setting up libudfread0:amd64 (1.1.2-1build1) ...
Setting up libmodplug1:amd64 (1:0.8.9.0-3build1) ...
Setting up libcdparanoia0:amd64 (3.10.2+debian-14build3) ...
Setting up libvo-amrwbenc0:amd64 (0.1.3-2build1) ...
Setting up libraw1394-11:amd64 (2.1.2-2build3) ...
Setting up libsbc1:amd64 (2.0-1build1) ...
Setting up libneon27t64:amd64 (0.33.0-1.1build3) ...
Setting up libtag1v5-vanilla:amd64 (1.13.1-1build1) ...
Setting up libharfbuzz-icu0:amd64 (8.3.0-2build2) ...
Setting up libopenni2-0:amd64 (2.2.0.33+dfsg-18) ...
Setting up libspeex1:amd64 (1.2.1-2ubuntu2.24.04.1) ...
Setting up libshine3:amd64 (3.1.1-2build1) ...
Setting up libcaca0:amd64 (0.99.beta20-4ubuntu0.1) ...
Setting up libvpl2 (2023.3.0-1build1) ...
Setting up libv4lconvert0t64:amd64 (1.26.1-4build3) ...
Setting up libx264-164:amd64 (2:0.164.3108+git31e19f9-1) ...
Setting up libtwolame0:amd64 (0.4.0-2build3) ...
Setting up libmbedcrypto7t64:amd64 (2.28.8-1) ...
Setting up libwoff1:amd64 (1.0.2-2build1) ...
Setting up liblc3-1:amd64 (1.0.4-3build1) ...
Setting up libqrencode4:amd64 (4.1.1-1build2) ...
Setting up libhyphen0:amd64 (2.8.8-7build3) ...
Setting up libgsm1:amd64 (1.0.22-1build1) ...
Setting up libvisual-0.4-0:amd64 (0.4.2-2build1) ...
Setting up libsoxr0:amd64 (0.1.3-4build3) ...
Setting up libzix-0-0:amd64 (0.4.2-2build1) ...
Setting up libcodec2-1.2:amd64 (1.2.0-2build1) ...
Setting up libsrtp2-1:amd64 (2.5.0-3build1) ...
Setting up libmysofa1:amd64 (1.3.2+dfsg-2ubuntu2) ...
Setting up libldacbt-enc2:amd64 (2.0.2.3+git20200429+ed310a0-4ubuntu2) ...
Setting up fonts-wqy-zenhei (0.9.45-8) ...
Setting up libwebrtc-audio-processing1:amd64 (0.3.1-0ubuntu6) ...
Setting up fonts-freefont-ttf (20211204+svn4273-2) ...
Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-9ubuntu2) ...
Setting up libsvtav1enc1d1:amd64 (1.7.0+dfsg-2build1) ...
Setting up libsoup-3.0-common (3.4.4-5ubuntu0.6) ...
Setting up libmpg123-0t64:amd64 (1.32.5-1ubuntu1.1) ...
Setting up libcjson1:amd64 (1.7.17-1) ...
Setting up libxvidcore4:amd64 (2:1.3.7-1build1) ...
Setting up libmpcdec6:amd64 (2:0.1~r495-2build1) ...
Setting up libmjpegutils-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Setting up librav1e0:amd64 (0.7.1-2) ...
Setting up liborc-0.4-0t64:amd64 (1:0.4.38-1ubuntu0.1) ...
Setting up libxcb-xkb1:amd64 (1.15-1ubuntu2) ...
Setting up libvo-aacenc0:amd64 (0.1.3-2build1) ...
Setting up librist4:amd64 (0.2.10+dfsg-2) ...
Setting up libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.6) ...
Setting up libblas3:amd64 (3.12.0-3build1.1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up libegl-mesa0:amd64 (25.0.7-0ubuntu0.24.04.2) ...
Setting up libsoundtouch1:amd64 (2.3.2+ds1-1build1) ...
Setting up libglib2.0-data (2.80.0-6ubuntu3.6) ...
Setting up libplacebo338:amd64 (6.338.2-2build1) ...
Setting up libgles2:amd64 (1.7.0-1build1) ...
Setting up fonts-tlwg-loma-otf (1:0.7.3-1) ...
Setting up libva2:amd64 (2.20.0-2build1) ...
Setting up libspa-0.2-modules:amd64 (1.0.5-1ubuntu3.2) ...
Setting up libzxing3:amd64 (2.2.1-3) ...
Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
Setting up libopus0:amd64 (1.4-1build1) ...
Setting up libfaad2:amd64 (2.11.1-1build1) ...
Setting up libxkbcommon-x11-0:amd64 (1.6.0-1build1) ...
Setting up libdc1394-25:amd64 (2.2.6-4build1) ...
Setting up libpng16-16t64:amd64 (1.6.43-5ubuntu0.3) ...
Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
Setting up libunibreak5:amd64 (5.1-2build1) ...
Setting up libdv4t64:amd64 (1.0.0-17.1build1) ...
Setting up gir1.2-glib-2.0:amd64 (2.80.0-6ubuntu3.6) ...
Setting up libjxl0.7:amd64 (0.7.0-10.2ubuntu6.1) ...
Setting up libssh-4:amd64 (0.10.6-2ubuntu0.2) ...
Setting up libopenh264-7:amd64 (2.4.1+dfsg-1) ...
Setting up libltc11:amd64 (1.3.2-1build1) ...
Setting up libx265-199:amd64 (3.5-2build1) ...
Setting up libv4l-0t64:amd64 (1.26.1-4build3) ...
Setting up libavtp0:amd64 (0.2.0-1build1) ...
Setting up libsndio7.0:amd64 (1.9.0-0.3build3) ...
Setting up libdirectfb-1.7-7t64:amd64 (1.7.7-11.1ubuntu2) ...
Setting up libspandsp2t64:amd64 (0.0.6+dfsg-2.1build1) ...
Setting up libvidstab1.1:amd64 (1.1.0-2build1) ...
Setting up libvpx9:amd64 (1.14.0-1ubuntu2.2) ...
Setting up libsrt1.5-gnutls:amd64 (1.5.3-1build2) ...
Setting up libtag1v5:amd64 (1.13.1-1build1) ...
Setting up libflite1:amd64 (2.2-6build3) ...
Setting up libdav1d7:amd64 (1.4.1-1build1) ...
Setting up libva-drm2:amd64 (2.20.0-2build1) ...
Setting up fonts-ipafont-gothic (00303-21ubuntu1) ...
update-alternatives: using /usr/share/fonts/opentype/ipafont-gothic/ipag.ttf to provide /usr/share/fonts/truetype/fonts-japanese-gothic.ttf (fonts-japanese-gothic.ttf) in auto mode
Setting up ocl-icd-libopencl1:amd64 (2.3.2-1build1) ...
Setting up libasyncns0:amd64 (0.8-6build4) ...
Setting up libwildmidi2:amd64 (0.4.3-1build3) ...
Setting up libvdpau1:amd64 (1.5-2build1) ...
Setting up libwavpack1:amd64 (5.6.0-1build1) ...
Setting up libbs2b0:amd64 (3.1.0+dfsg-7build1) ...
Setting up libtheora0:amd64 (1.1.1+dfsg.1-16.1build3) ...
Setting up libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.3) ...
Setting up libegl1:amd64 (1.7.0-1build1) ...
Setting up libdecor-0-0:amd64 (0.2.2-1build2) ...
Setting up libdca0:amd64 (0.0.7-2build1) ...
Setting up libzimg2:amd64 (3.0.5+ds1-1build1) ...
Setting up libopenal-data (1:1.23.1-4build1) ...
Setting up libabsl20220623t64:amd64 (20220623.1-3.1ubuntu3.2) ...
Setting up libflac12t64:amd64 (1.4.3+ds-2.1ubuntu2) ...
Setting up libgtk-4-common (4.14.5+ds-0ubuntu0.7) ...
Setting up libmpeg2encpp-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Setting up glib-networking-common (2.80.0-1build1) ...
Setting up libmfx1:amd64 (22.5.4-1) ...
Setting up libbluray2:amd64 (1:1.3.4-1build1) ...
Setting up libsamplerate0:amd64 (0.2.2-4build1) ...
Setting up timgm6mb-soundfont (1.3-5) ...
update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf2/default-GM.sf2 (default-GM.sf2) in auto mode
update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf3/default-GM.sf3 (default-GM.sf3) in auto mode
Setting up libva-x11-2:amd64 (2.20.0-2build1) ...
Setting up libyuv0:amd64 (0.0~git202401110.af6ac82-1) ...
Setting up libmplex2-2.1-0t64:amd64 (1:2.1.0+debian-8.1build1) ...
Setting up libpipewire-0.3-0t64:amd64 (1.0.5-1ubuntu3.2) ...
Setting up libopenmpt0t64:amd64 (0.7.3-1.1build3) ...
Setting up libzvbi-common (0.2.42-2) ...
Setting up libsecret-common (0.21.4-1build3) ...
Setting up libmp3lame0:amd64 (3.100-6build1) ...
Setting up libgraphene-1.0-0:amd64 (1.10.8-3build2) ...
Setting up libvorbisenc2:amd64 (1.3.7-1build3) ...
Setting up libdvdnav4:amd64 (6.1.1-3build1) ...
Setting up fonts-unifont (1:15.1.01-1build1) ...
Setting up libaa1:amd64 (1.4p5-51.1) ...
Setting up libiec61883-0:amd64 (1.2.0-6build1) ...
Setting up libserd-0-0:amd64 (0.32.2-1) ...
Setting up libavc1394-0:amd64 (0.5.4-5build3) ...
Setting up session-migration (0.3.9build1) ...
Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.
Setting up liblapack3:amd64 (3.12.0-3build1.1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up libproxy1v5:amd64 (0.5.4-4build1) ...
Setting up libzvbi0t64:amd64 (0.2.42-2) ...
Setting up libmanette-0.2-0:amd64 (0.2.7-1build2) ...
Setting up libraptor2-0:amd64 (2.0.16-3ubuntu0.1) ...
Setting up libglib2.0-bin (2.80.0-6ubuntu3.6) ...
Setting up libzbar0t64:amd64 (0.23.93-4build3) ...
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.24.2-1ubuntu0.3) ...
Setting up libavutil58:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libopenal1:amd64 (1:1.23.1-4build1) ...
Setting up xfonts-utils (1:7.7+6build3) ...
Setting up librsvg2-2:amd64 (2.58.0+dfsg-1build1) ...
Setting up libsecret-1-0:amd64 (0.21.4-1build3) ...
Setting up libgstreamer-plugins-good1.0-0:amd64 (1.24.2-1ubuntu1.2) ...
Setting up libgstreamer-gl1.0-0:amd64 (1.24.2-1ubuntu0.3) ...
Setting up gstreamer1.0-plugins-base:amd64 (1.24.2-1ubuntu0.3) ...
Setting up libass9:amd64 (1:0.17.1-2build1) ...
Setting up libswresample4:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
Setting up libshout3:amd64 (2.4.6-1build2) ...
Setting up libgav1-1:amd64 (0.18.0-1build3) ...
Setting up libavcodec60:amd64 (7:6.1.1-3ubuntu5) ...
Setting up librubberband2:amd64 (3.3.0+dfsg-2build1) ...
Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3ubuntu3) ...
Setting up libsord-0-0:amd64 (0.16.16-2build1) ...
Setting up xfonts-cyrillic (1:1.0.5+nmu1) ...
Setting up libpostproc57:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libsratom-0-0:amd64 (0.6.16-1build1) ...
Setting up libgtk-4-1:amd64 (4.14.5+ds-0ubuntu0.7) ...
Setting up libsndfile1:amd64 (1.2.2-1ubuntu5.24.04.1) ...
Setting up liblilv-0-0:amd64 (0.24.22-1build1) ...
Setting up libinstpatch-1.0-2:amd64 (1.1.6-1build2) ...
Setting up xfonts-scalable (1:1.0.3-1.3) ...
Setting up libswscale7:amd64 (7:6.1.1-3ubuntu5) ...
Setting up gsettings-desktop-schemas (46.1-0ubuntu1) ...
Setting up glib-networking-services (2.80.0-1build1) ...
Setting up libavif16:amd64 (1.0.4-1ubuntu3) ...
Setting up libpulse0:amd64 (1:16.1+dfsg1-2ubuntu10.1) ...
Setting up liblrdf0:amd64 (0.6.1-4build1) ...
Setting up libavformat60:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libsphinxbase3t64:amd64 (0.8+5prealpha+1-17build2) ...
Setting up glib-networking:amd64 (2.80.0-1build1) ...
Setting up libsdl2-2.0-0:amd64 (2.30.0+dfsg-1ubuntu3.1) ...
Setting up libfluidsynth3:amd64 (2.3.4-1build3) ...
Setting up libsoup-3.0-0:amd64 (3.4.4-5ubuntu0.6) ...
Setting up libpocketsphinx3:amd64 (0.8.0+real5prealpha+1-15ubuntu5) ...
Setting up libgssdp-1.6-0:amd64 (1.6.3-1build3) ...
Setting up gstreamer1.0-plugins-good:amd64 (1.24.2-1ubuntu1.2) ...
Setting up libgupnp-1.6-0:amd64 (1.6.6-1build3) ...
Setting up libavfilter9:amd64 (7:6.1.1-3ubuntu5) ...
Setting up libgupnp-igd-1.6-0:amd64 (1.6.0-3build3) ...
Setting up gstreamer1.0-libav:amd64 (1.24.1-1build1) ...
Setting up libnice10:amd64 (0.1.21-2build3) ...
Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.24.2-1ubuntu4) ...
Setting up gstreamer1.0-plugins-bad:amd64 (1.24.2-1ubuntu4) ...
Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
Processing triggers for man-db (2.12.0-4build2) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
Running kernel seems to be up-to-date.
Restarting services...
 systemctl restart packagekit.service php8.3-fpm.service polkit.service udisks2.service
Service restarts being deferred:
 systemctl restart ModemManager.service
 systemctl restart networkd-dispatcher.service
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
Downloading Chromium 143.0.7499.4 (playwright build v1200) from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1200/chromium-linux.zip
|                                                                                |   0% of 164.7 MiB
|■■■■■■■■                                                                        |  10% of 164.7 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 164.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 164.7 MiB
Chromium 143.0.7499.4 (playwright build v1200) downloaded to /home/runner/.cache/ms-playwright/chromium-1200
Downloading Chromium Headless Shell 143.0.7499.4 (playwright build v1200) from https://cdn.playwright.dev/dbazure/download/playwright/builds/chromium/1200/chromium-headless-shell-linux.zip
|                                                                                |   0% of 109.7 MiB
|■■■■■■■■                                                                        |  10% of 109.7 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 109.7 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 109.7 MiB
Chromium Headless Shell 143.0.7499.4 (playwright build v1200) downloaded to /home/runner/.cache/ms-playwright/chromium_headless_shell-1200
Downloading Firefox 144.0.2 (playwright build v1497) from https://cdn.playwright.dev/dbazure/download/playwright/builds/firefox/1497/firefox-ubuntu-24.04.zip
|                                                                                |   0% of 98.4 MiB
|■■■■■■■■                                                                        |  10% of 98.4 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 98.4 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 98.4 MiB
Firefox 144.0.2 (playwright build v1497) downloaded to /home/runner/.cache/ms-playwright/firefox-1497
Downloading Webkit 26.0 (playwright build v2227) from https://cdn.playwright.dev/dbazure/download/playwright/builds/webkit/2227/webkit-ubuntu-24.04.zip
|                                                                                |   0% of 95.9 MiB
|■■■■■■■■                                                                        |  10% of 95.9 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 95.9 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 95.9 MiB
Webkit 26.0 (playwright build v2227) downloaded to /home/runner/.cache/ms-playwright/webkit-2227
Downloading FFMPEG playwright build v1011 from https://cdn.playwright.dev/dbazure/download/playwright/builds/ffmpeg/1011/ffmpeg-linux.zip
|                                                                                |   0% of 2.3 MiB
|■■■■■■■■                                                                        |  10% of 2.3 MiB
|■■■■■■■■■■■■■■■■                                                                |  20% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■                                                        |  30% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                                |  40% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                        |  50% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                                |  60% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                        |  70% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■                |  80% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■        |  90% of 2.3 MiB
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■| 100% of 2.3 MiB
FFMPEG playwright build v1011 downloaded to /home/runner/.cache/ms-playwright/ffmpeg-1011
1s
Run npm run test:e2e
> spark-template@0.0.0 test:e2e
> playwright test
sh: 1: playwright: not found
Error: Process completed with exit code 127.
2026-01-17 14:13:35 +00:00
e20f401492 Generated by Spark: Just log and skip if not set: Warning: Unexpected input(s) 'webhook_url', valid inputs are ['status', 'fields', 'custom_payload', 'mention', 'if_mention', 'author_name', 'text', 'username', 'icon_emoji', 'icon_url', 'channel', 'job_name', 'success_message', 'cancelled_message', 'failure_message', 'github_token', 'github_base_url']
Run 8398a7/action-slack@v3
Error: Specify secrets.SLACK_WEBHOOK_URL
2026-01-17 14:11:42 +00:00
3df37b038d Generated by Spark: Run npm run test:e2e --if-present || echo "No E2E tests configured"
> spark-template@0.0.0 test:e2e
> playwright test

[WebServer]
[WebServer] > spark-template@0.0.0 dev
[WebServer] > vite
[WebServer]
[WebServer]
[WebServer]   VITE v7.3.1  ready in 272 ms
[WebServer]
[WebServer]   ➜  Local:   http://localhost:5000/
[WebServer]   ➜  Network: http://10.1.0.146:5000/

Error: Timed out waiting 180000ms from config.webServer.

No E2E tests configured
2026-01-17 14:10:31 +00:00
b165e2c333 Generated by Spark: Procedurally fix linting warnings 2026-01-17 14:08:54 +00:00
41eb455505 Generated by Spark: Run the linter to verify all warnings are resolved 2026-01-17 14:01:59 +00:00