General bug fixes #100
Merged
General bug fixes #100
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Google Cloud Build / site-preview (gleaming-terra-382106)
succeeded
Nov 9, 2023 in 3m 27s
Summary
Build Information
Trigger | site-preview |
Build | fa0d55ea-904a-49a7-a0a2-21bec2e7ac32 |
Start | 2023-11-09T02:03:32-08:00 |
Duration | 3m24.958s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
build image | SUCCESS | 53.816s |
push image | SUCCESS | 20.032s |
deploy revision with tag | SUCCESS | 1m46.053s |
link revision on pull request | SUCCESS | 14.754s |
clean up old images | SUCCESS | 6.919s |
Details
starting build "fa0d55ea-904a-49a7-a0a2-21bec2e7ac32"
FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/geo-milev/site
* branch 40065c45d62b85dd6b3db239381c62d8881271e1 -> FETCH_HEAD
HEAD is now at 40065c4 Fix hiding drafts issues
BUILD
Starting Step #0 - "build image"
Step #0 - "build image": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "build image": Sending build context to Docker daemon 434.2kB
Step #0 - "build image": Step 1/14 : FROM node:19-alpine AS base
Step #0 - "build image": 19-alpine: Pulling from library/node
Step #0 - "build image": 8a49fdb3b6a5: Pulling fs layer
Step #0 - "build image": 1197750296b3: Pulling fs layer
Step #0 - "build image": f352bc07f19b: Pulling fs layer
Step #0 - "build image": 47be83a79857: Pulling fs layer
Step #0 - "build image": 47be83a79857: Waiting
Step #0 - "build image": f352bc07f19b: Verifying Checksum
Step #0 - "build image": f352bc07f19b: Download complete
Step #0 - "build image": 8a49fdb3b6a5: Verifying Checksum
Step #0 - "build image": 8a49fdb3b6a5: Download complete
Step #0 - "build image": 47be83a79857: Verifying Checksum
Step #0 - "build image": 47be83a79857: Download complete
Step #0 - "build image": 8a49fdb3b6a5: Pull complete
Step #0 - "build image": 1197750296b3: Verifying Checksum
Step #0 - "build image": 1197750296b3: Download complete
Step #0 - "build image": 1197750296b3: Pull complete
Step #0 - "build image": f352bc07f19b: Pull complete
Step #0 - "build image": 47be83a79857: Pull complete
Step #0 - "build image": Digest: sha256:8ec543d4795e2e85af924a24f8acb039792ae9fe8a42ad5b4bf4c277ab34b62e
Step #0 - "build image": Status: Downloaded newer image for node:19-alpine
Step #0 - "build image": ---> e2a8cc97f817
Step #0 - "build image": Step 2/14 : WORKDIR /app
Step #0 - "build image": ---> Running in 369ba97211b6
Step #0 - "build image": Removing intermediate container 369ba97211b6
Step #0 - "build image": ---> c0df9cd98be0
Step #0 - "build image": Step 3/14 : COPY ["package.json", "package-lock.json", "./"]
Step #0 - "build image": ---> 7e6d0b2a9e05
Step #0 - "build image": Step 4/14 : RUN npm ci
Step #0 - "build image": ---> Running in 76a33d753a42
Step #0 - "build image":
Step #0 - "build image": added 264 packages, and audited 265 packages in 10s
Step #0 - "build image":
Step #0 - "build image": 54 packages are looking for funding
Step #0 - "build image": run `npm fund` for details
Step #0 - "build image":
Step #0 - "build image": 5 vulnerabilities (2 low, 2 moderate, 1 high)
Step #0 - "build image":
Step #0 - "build image": To address all issues, run:
Step #0 - "build image": npm audit fix
Step #0 - "build image":
Step #0 - "build image": Run `npm audit` for details.
Step #0 - "build image": �[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m
Step #0 - "build image": �[0m�[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m New major version of npm available! 9.6.3 -> 10.2.3
Step #0 - "build image": npm�[0m�[91m �[0m�[91mnotice�[0m�[91m Changelog: <https://github.com/npm/cli/releases/tag/v10.2.3>
Step #0 - "build image": �[0m�[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m Run `npm install -g [email protected]` to update!
Step #0 - "build image": �[0m�[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m
Step #0 - "build image": �[0mRemoving intermediate container 76a33d753a42
Step #0 - "build image": ---> 931c6c7715a0
Step #0 - "build image": Step 5/14 : COPY . .
Step #0 - "build image": ---> d00efbdcb6d4
Step #0 - "build image": Step 6/14 : FROM base as development
Step #0 - "build image": ---> d00efbdcb6d4
Step #0 - "build image": Step 7/14 : ENV NODE_ENV=development
Step #0 - "build image": ---> Running in 4be3b4ad5660
Step #0 - "build image": Removing intermediate container 4be3b4ad5660
Step #0 - "build image": ---> d780eea1dd9d
Step #0 - "build image": Step 8/14 : EXPOSE 5173
Step #0 - "build image": ---> Running in 586d41382b83
Step #0 - "build image": Removing intermediate container 586d41382b83
Step #0 - "build image": ---> a9a6f1ea243d
Step #0 - "build image": Step 9/14 : CMD [ "npm", "run", "dev" ]
Step #0 - "build image": ---> Running in 74b3a3f0811f
Step #0 - "build image": Removing intermediate container 74b3a3f0811f
Step #0 - "build image": ---> 92019eb10ff8
Step #0 - "build image": Step 10/14 : FROM base as production
Step #0 - "build image": ---> d00efbdcb6d4
Step #0 - "build image": Step 11/14 : ENV NODE_ENV=production
Step #0 - "build image": ---> Running in 4a81c44a0882
Step #0 - "build image": Removing intermediate container 4a81c44a0882
Step #0 - "build image": ---> 796ad5bba36c
Step #0 - "build image": Step 12/14 : RUN npm run build
Step #0 - "build image": ---> Running in 91a297c54177
Step #0 - "build image":
Step #0 - "build image": > [email protected] build
Step #0 - "build image": > vite build --mode build
Step #0 - "build image":
Step #0 - "build image": �[91m▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
Step #0 - "build image":
Step #0 - "build image": tsconfig.json:2:13:
Step #0 - "build image": 2 │ "extends": "./.svelte-kit/tsconfig.json",
Step #0 - "build image": ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Step #0 - "build image":
Step #0 - "build image": �[0m�[91m
Step #0 - "build image": �[0mvite v4.2.3 building SSR bundle for build...
Step #0 - "build image": transforming...
Step #0 - "build image": �[91m10:04:05 AM [vite-plugin-svelte] /src/lib/MobileNav.svelte:30:1 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
Step #0 - "build image": 28:
Step #0 - "build image": 29: {#if isMobileMenuOpen}
Step #0 - "build image": 30: <div class="nav-background" on:click={onBackgroundClick} bind:this={navBackground}></div>
Step #0 - "build image": ^
Step #0 - "build image": 31: <div class="mobile-nav" transition:fly="{{ x: 300, duration: 300 }}">
Step #0 - "build image": 32: <div class="close">
Step #0 - "build image": �[0m�[91m10:04:05 AM [vite-plugin-svelte] /src/lib/Button.svelte:4:11 Button has unused export property 'target'. If it is for external reference only, please consider using `export const target`
Step #0 - "build image": �[0m�[91m2: export let action = void 0;
Step #0 - "build image": 3: export let text;
Step #0 - "build image": 4: export let target = void 0;
Step #0 - "build image": ^
Step #0 - "build image": 5: </script>
Step #0 - "build image": 6:
Step #0 - "build image": �[0m�[91m10:04:06 AM [vite-plugin-svelte] /src/lib/Gallery.svelte:73:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
Step #0 - "build image": 71: <Close />
Step #0 - "build image": 72: </button>
Step #0 - "build image": 73: <figure on:click={(e) => e.stopPropagation()}>
Step #0 - "build image": ^
Step #0 - "build image": 74: <img class="current-image" loading="lazy"
Step #0 - "build image": 75: src="{env.PUBLIC_SERVER_URL + images[selectedImageIndex].image.url}"
Step #0 - "build image": �[0m�[91m"Handle" is not exported by "node_modules/@sveltejs/kit/src/exports/index.js", imported by "src/hooks.server.ts".
Step #0 - "build image": �[0m✓ 199 modules transformed.
Step #0 - "build image": 10:04:07 AM [vite-plugin-svelte] ssr compile done.
Step #0 - "build image": package files time avg
Step #0 - "build image": geo-milev-site 56 1.49s 26.6ms
Step #0 - "build image": rendering chunks...
Step #0 - "build image": �[91m
Step #0 - "build image": �[0mvite v4.2.3 building for build...
Step #0 - "build image": transforming...
Step #0 - "build image": �[91m10:04:13 AM [vite-plugin-svelte] /src/lib/Button.svelte:4:11 Button has unused export property 'target'. If it is for external reference only, please consider using `export const target`
Step #0 - "build image": �[0m�[91m2: export let action = void 0;
Step #0 - "build image": 3: export let text;
Step #0 - "build image": 4: export let target = void 0;
Step #0 - "build image": ^
Step #0 - "build image": 5: </script>
Step #0 - "build image": 6:
Step #0 - "build image": �[0m�[91m10:04:14 AM [vite-plugin-svelte] /src/lib/MobileNav.svelte:30:1 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
Step #0 - "build image": �[0m�[91m28:
Step #0 - "build image": 29: {#if isMobileMenuOpen}
Step #0 - "build image": 30: <div class="nav-background" on:click={onBackgroundClick} bind:this={navBackground}></div>
Step #0 - "build image": ^
Step #0 - "build image": 31: <div class="mobile-nav" transition:fly="{{ x: 300, duration: 300 }}">
Step #0 - "build image": 32: <div class="close">
Step #0 - "build image": �[0m�[91m10:04:14 AM [vite-plugin-svelte] /src/lib/Gallery.svelte:73:2 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event.
Step #0 - "build image": �[0m�[91m71: <Close />
Step #0 - "build image": 72: </button>
Step #0 - "build image": 73: <figure on:click={(e) => e.stopPropagation()}>
Step #0 - "build image": ^
Step #0 - "build image": 74: <img class="current-image" loading="lazy"
Step #0 - "build image": 75: src="{env.PUBLIC_SERVER_URL + images[selectedImageIndex].image.url}"
Step #0 - "build image": �[0m✓ 352 modules transformed.
Step #0 - "build image": 10:04:19 AM [vite-plugin-svelte] dom compile done.
Step #0 - "build image": package files time avg
Step #0 - "build image": geo-milev-site 56 3.24s 57.8ms
Step #0 - "build image": rendering chunks...
Step #0 - "build image": computing gzip size...
Step #0 - "build image": .svelte-kit/output/client/_app/version.json 0.03 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-100-normal.900bd675.woff 4.66 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-500-normal.7899e6a5.woff 4.73 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-400-normal.d2390f1a.woff 4.75 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-300-normal.7747ef64.woff 4.77 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-vietnamese-400-normal.3021092b.woff2 4.87 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-vietnamese-700-normal.83173feb.woff2 5.11 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-vietnamese-500-normal.14b8ccbc.woff2 5.11 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-100-italic.beea3a6f.woff 5.11 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-400-italic.87f8e631.woff 5.19 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-500-italic.16c514e8.woff 5.20 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-300-italic.0ea07a42.woff 5.26 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-100-normal.ca7eea0c.woff2 5.39 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-300-normal.51f3f418.woff2 5.47 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-400-normal.77b24796.woff2 5.56 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-500-normal.0948409a.woff2 5.60 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-100-italic.7b63598d.woff2 5.76 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-300-italic.e3371633.woff2 5.93 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-400-italic.0b68e863.woff2 5.93 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-vietnamese-500-italic.2e10480d.woff2 5.93 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-500-normal.93181eb7.woff 6.32 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-400-normal.076b9dc1.woff 6.35 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-vietnamese-400-normal.10297f74.woff 6.40 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-100-normal.a4022948.woff 6.43 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-300-normal.6bb1ef10.woff 6.44 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-vietnamese-500-normal.e2054d9a.woff 6.62 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-vietnamese-700-normal.175951ff.woff 6.62 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-500-italic.932a36d5.woff 6.96 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-ext-400-normal.9fb11394.woff2 6.98 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-100-normal.8c3798e3.woff2 7.01 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-500-normal.713780d8.woff2 7.02 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-100-italic.25002b65.woff 7.06 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-400-italic.cce6d553.woff 7.07 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-300-italic.3ba538ec.woff 7.11 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-400-normal.daf51ab5.woff2 7.11 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-300-normal.455c2c1a.woff2 7.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-ext-500-normal.5ba1b049.woff2 7.16 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-ext-700-normal.f32a8951.woff2 7.33 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-100-italic.daf12b5f.woff2 7.54 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-500-italic.e56cc9fb.woff2 7.61 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-300-italic.21953b99.woff2 7.70 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-greek-400-italic.2ea7a97b.woff2 7.70 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-400-normal.121cf1ef.woff2 8.07 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-100-normal.c66effb1.woff 8.22 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-500-normal.35500709.woff2 8.38 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-400-normal.adba67d2.woff 8.39 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-300-normal.c07952fe.woff 8.43 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-700-normal.d04394cc.woff2 8.48 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-500-normal.4bc088e9.woff 8.70 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-100-normal.638764dc.woff2 9.18 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-100-italic.e0dca83d.woff 9.23 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-ext-400-normal.97cdb487.woff 9.26 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-400-italic.3a765dfe.woff 9.34 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-ext-500-normal.a5110ca1.woff 9.38 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-300-italic.da9e2ab9.woff 9.41 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-ext-700-normal.fd2cd190.woff 9.49 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-500-italic.fe976a86.woff 9.55 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-300-normal.47aa3bfa.woff2 9.58 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-400-normal.495d38d4.woff2 9.63 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-500-normal.3728fbdd.woff2 9.84 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-400-normal.f6742afe.woff 9.89 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-100-italic.b57a5ada.woff2 9.96 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-100-normal.ceee6016.woff 10.18 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-500-normal.a303676a.woff 10.18 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-400-normal.c2b94086.woff 10.21 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-500-normal.01d9599a.woff 10.24 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-greek-700-normal.502d184e.woff 10.28 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-400-italic.a6933e67.woff2 10.29 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-300-normal.35da7ccd.woff 10.36 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-300-italic.76945c74.woff2 10.43 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-500-italic.6deb2030.woff2 10.64 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-ext-400-normal.59bc3716.woff2 10.75 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-100-italic.3785ac72.woff 11.22 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-500-italic.57f4385c.woff 11.31 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-400-italic.a6cd580c.woff 11.34 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-300-italic.c415272b.woff 11.48 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-ext-700-normal.964c6780.woff2 11.49 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-ext-500-normal.ab401e2d.woff2 11.50 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-300-normal.b076e863.woff2 11.80 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-500-normal.7f1c829b.woff2 11.80 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-100-normal.10b31f4c.woff2 11.80 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-400-normal.3c23eb02.woff2 11.87 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-400-normal.67227a2b.woff2 12.11 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-100-italic.64a6b4e9.woff2 12.57 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-400-italic.9582ced8.woff2 12.70 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-500-normal.6236f998.woff2 12.76 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-700-normal.ca635342.woff2 12.81 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-500-italic.7af61b23.woff2 12.85 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-ext-300-italic.f53f3b5a.woff2 12.86 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-ext-400-normal.3137cf53.woff 12.95 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-100-normal.4037eed1.woff 13.21 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-500-normal.57138788.woff 13.45 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-400-normal.0a32035a.woff 13.47 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-300-normal.5e06c977.woff 13.55 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-ext-700-normal.bbc82f2b.woff 13.62 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-ext-500-normal.0e2b8e29.woff 13.67 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-100-normal.090d448c.woff 14.34 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-400-normal.a9fdbefa.woff 14.38 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-400-normal.57764df9.woff 14.41 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-500-normal.3ac31048.woff 14.42 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-300-normal.ddb5c61d.woff 14.59 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-100-normal.8e48cf20.woff2 14.69 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-500-normal.aeed0e51.woff2 14.97 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-300-normal.435e4b7f.woff2 15.00 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-100-italic.ba4ae004.woff 15.00 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-700-normal.31623f5b.woff 15.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-cyrillic-500-normal.50c9521e.woff 15.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-500-italic.49cc286d.woff 15.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-400-italic.506f3f50.woff 15.23 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-400-normal.b7ef2cd1.woff2 15.34 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-300-italic.51e61b30.woff 15.35 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-300-normal.f7591131.woff2 15.74 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-400-normal.f6734f81.woff2 15.74 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-100-normal.0f303f31.woff2 15.76 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-500-normal.b0195382.woff2 15.92 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-100-italic.89739f29.woff 16.01 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-100-italic.0ec3cc19.woff2 16.16 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-500-italic.2a7e02e9.woff 16.17 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-400-italic.9c5428a2.woff 16.18 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-300-italic.897c627a.woff 16.38 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-ext-400-normal.23605ec6.woff2 16.45 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-500-italic.4c815fdc.woff2 16.61 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-400-italic.a6caf7b9.woff2 16.68 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-cyrillic-ext-300-italic.e704ef18.woff2 16.70 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-100-italic.b19ac4e5.woff2 17.06 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-500-italic.661d4b20.woff2 17.34 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-400-italic.db0424fb.woff2 17.37 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-latin-300-italic.bb800722.woff2 17.51 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-ext-500-normal.d43b77d1.woff2 17.81 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-ext-700-normal.94b74cc6.woff2 17.93 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-400-normal.55ade23e.woff2 20.90 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-ext-400-normal.a7131744.woff 22.11 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-500-normal.4709467d.woff2 22.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-700-normal.1dcf313b.woff2 22.23 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-ext-500-normal.605b3406.woff 23.69 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-ext-700-normal.622b7f3a.woff 23.91 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-400-normal.2288238d.woff 25.74 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-500-normal.23933062.woff 27.04 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/alegreya-latin-700-normal.1a7d45d5.woff 27.13 kB
Step #0 - "build image": .svelte-kit/output/client/vite-manifest.json 73.23 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-flex-vietnamese-full-normal.371a068e.woff2 84.58 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-flex-cyrillic-ext-full-normal.7ce5b188.woff2 111.28 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-flex-greek-full-normal.ff1b2f72.woff2 117.38 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-flex-cyrillic-full-normal.c6f7d911.woff2
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/fa0d55ea-904a-49a7-a0a2-21bec2e7ac32?project=818445797080.]
...
-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-300-normal.5e06c977.woff 13.55 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-cyrillic-ext-700-normal.bbc82f2b.woff 13.62 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-cyrillic-ext-500-normal.0e2b8e29.woff 13.67 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-100-normal.090d448c.woff 14.34 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-400-normal.a9fdbefa.woff 14.38 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-cyrillic-400-normal.57764df9.woff 14.41 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-500-normal.3ac31048.woff 14.42 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-300-normal.ddb5c61d.woff 14.59 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-100-normal.8e48cf20.woff2 14.69 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-500-normal.aeed0e51.woff2 14.97 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-300-normal.435e4b7f.woff2 15.00 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-100-italic.ba4ae004.woff 15.00 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-cyrillic-700-normal.31623f5b.woff 15.13 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-cyrillic-500-normal.50c9521e.woff 15.14 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-500-italic.49cc286d.woff 15.14 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-400-italic.506f3f50.woff 15.23 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-400-normal.b7ef2cd1.woff2 15.34 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-300-italic.51e61b30.woff 15.35 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-300-normal.f7591131.woff2 15.74 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-400-normal.f6734f81.woff2 15.74 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-100-normal.0f303f31.woff2 15.76 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-500-normal.b0195382.woff2 15.92 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-100-italic.89739f29.woff 16.01 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-100-italic.0ec3cc19.woff2 16.16 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-500-italic.2a7e02e9.woff 16.17 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-400-italic.9c5428a2.woff 16.18 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-300-italic.897c627a.woff 16.38 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-ext-400-normal.23605ec6.woff2 16.45 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-500-italic.4c815fdc.woff2 16.61 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-400-italic.a6caf7b9.woff2 16.68 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-cyrillic-ext-300-italic.e704ef18.woff2 16.70 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-100-italic.b19ac4e5.woff2 17.06 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-500-italic.661d4b20.woff2 17.34 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-400-italic.db0424fb.woff2 17.37 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-latin-300-italic.bb800722.woff2 17.51 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-ext-500-normal.d43b77d1.woff2 17.81 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-ext-700-normal.94b74cc6.woff2 17.93 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-400-normal.55ade23e.woff2 20.90 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-ext-400-normal.a7131744.woff 22.11 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-500-normal.4709467d.woff2 22.13 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-700-normal.1dcf313b.woff2 22.23 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-ext-500-normal.605b3406.woff 23.69 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-ext-700-normal.622b7f3a.woff 23.91 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-400-normal.2288238d.woff 25.74 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-500-normal.23933062.woff 27.04 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/alegreya-latin-700-normal.1a7d45d5.woff 27.13 kB
Step #0 - "build image": .svelte-kit/output/server/vite-manifest.json 56.84 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-vietnamese-full-normal.371a068e.woff2 84.58 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-cyrillic-ext-full-normal.7ce5b188.woff2 111.28 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-greek-full-normal.ff1b2f72.woff2 117.38 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-cyrillic-full-normal.c6f7d911.woff2 175.85 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-latin-ext-full-normal.762fbccc.woff2 228.70 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-latin-full-normal.ece511ac.woff2 313.52 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/Button.6902467a.css 0.38 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.4064bc67.css 0.53 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/SecondarySubmit.68c279f4.css 0.77 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/SecondaryButton.0cef7bf2.css 0.81 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_error.196c7c34.css 0.84 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/ArticlePreview.8743dbe9.css 0.89 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.a07710a0.css 1.25 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/Carousel.d07b4ba9.css 1.31 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.4fb5d373.css 1.42 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.9fead64c.css 1.53 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.01a1c891.css 1.87 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.28f57479.css 2.01 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/DocumentViewer.47574fb6.css 2.36 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.d33ce0c1.css 2.43 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.aff495ba.css 2.62 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.91311036.css 2.62 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.4ddf0858.css 2.69 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.026c5480.css 4.69 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.62bb790e.css 4.79 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.629086b0.css 5.78 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_layout.e3ab89fb.css 7.97 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/BlockRenderer.82b1add4.css 9.99 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/hooks.server.js 0.20 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/shared-server.js 0.21 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/admission/_page.js 0.23 kB
Step #0 - "build image": .svelte-kit/output/server/internal.js 0.24 kB
Step #0 - "build image": .svelte-kit/output/server/entries/endpoints/media/_id_/_server.js 0.26 kB
Step #0 - "build image": .svelte-kit/output/server/entries/endpoints/robots.txt/_server.js 0.26 kB
Step #0 - "build image": .svelte-kit/output/server/entries/endpoints/news/feed/_server.js 0.39 kB
Step #0 - "build image": .svelte-kit/output/server/entries/endpoints/sitemap.xml/_server.js 0.39 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/news/_id_/_page.js 0.41 kB
Step #0 - "build image": .svelte-kit/output/server/entries/endpoints/favicon.ico/_server.js 0.42 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/urql-svelte.js 0.44 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_layout.js 0.53 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/setLayout.js 0.60 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/stores.js 0.60 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/student/books/_page.js 0.72 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/admission/exercises/_page.js 0.73 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/documents/_page.js 0.73 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/forms/_page.js 0.73 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/student/newspaper/_page.js 0.73 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/schedules/_page.js 0.73 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/administrative-services/_page.js 0.74 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/contacts/_page.server.js 0.76 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/selectedClass.js 0.77 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/achievements/_category_/_page.js 0.82 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/projects/_page.js 0.83 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/achievements/_page.js 0.83 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/news/_page.js 0.85 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/about-us/_page.js 1.00 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/contacts/_page.js 1.10 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_page.js 1.11 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/budget/_page.js 1.25 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/SecondarySubmit.js 1.31 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/index2.js 1.33 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/Button.js 1.43 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/student/weekly-schedule/_page.js 1.45 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_layout.server.js 1.60 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/getAchievementsQuerу.js 1.61 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/student/newspaper/_page.svelte.js 2.01 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/admission/exercises/_page.svelte.js 2.01 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_error.svelte.js 2.05 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/index.js 2.15 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/forms/_page.svelte.js 2.18 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/documents/_page.svelte.js 2.18 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/schedules/_page.svelte.js 2.21 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/administrative-services/_page.svelte.js 2.30 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/SecondaryButton.js 2.59 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/ArticlePreview.js 2.67 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/budget/_page.svelte.js 2.73 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/index4.js 2.80 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/ArrowRight.js 3.15 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/achievements/_category_/_page.svelte.js 3.42 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/achievements/_page.svelte.js 4.43 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/index3.js 4.49 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/Carousel.js 4.87 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/news/_id_/_page.svelte.js 5.07 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/internal.js 5.13 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/admission/_page.svelte.js 5.58 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/projects/_page.svelte.js 5.69 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/student/books/_page.svelte.js 5.97 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/contacts/_page.svelte.js 6.75 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/news/_page.svelte.js 6.88 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/DocumentViewer.js 7.22 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/about-us/_page.svelte.js 9.43 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/student/weekly-schedule/_page.svelte.js 9.72 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_page.svelte.js 13.20 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_layout.svelte.js 17.84 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/BlockRenderer.js 30.05 kB
Step #0 - "build image": .svelte-kit/output/server/index.js 82.13 kB
Step #0 - "build image":
Step #0 - "build image": Run npm run preview to preview your production build locally.
Step #0 - "build image":
Step #0 - "build image": > Using @sveltejs/adapter-node
Step #0 - "build image": ✔ done
Step #0 - "build image": ✓ built in 22.19s
Step #0 - "build image": Removing intermediate container 91a297c54177
Step #0 - "build image": ---> 2a431fae18af
Step #0 - "build image": Step 13/14 : RUN npm prune
Step #0 - "build image": ---> Running in 43d2d25c289a
Step #0 - "build image":
Step #0 - "build image": up to date, audited 27 packages in 1s
Step #0 - "build image":
Step #0 - "build image": 9 packages are looking for funding
Step #0 - "build image": run `npm fund` for details
Step #0 - "build image":
Step #0 - "build image": found 0 vulnerabilities
Step #0 - "build image": Removing intermediate container 43d2d25c289a
Step #0 - "build image": ---> 7986d328983b
Step #0 - "build image": Step 14/14 : CMD [ "node", "build" ]
Step #0 - "build image": ---> Running in cdcd8cb4c9a2
Step #0 - "build image": Removing intermediate container cdcd8cb4c9a2
Step #0 - "build image": ---> 4c07c19164dd
Step #0 - "build image": Successfully built 4c07c19164dd
Step #0 - "build image": Successfully tagged europe-docker.pkg.dev/gleaming-terra-382106/site/site:100-40065c4
Finished Step #0 - "build image"
Starting Step #1 - "push image"
Step #1 - "push image": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "push image": The push refers to repository [europe-docker.pkg.dev/gleaming-terra-382106/site/site]
Step #1 - "push image": 709f3bee867d: Preparing
Step #1 - "push image": 5aa916b66da2: Preparing
Step #1 - "push image": 085650b1e728: Preparing
Step #1 - "push image": 704cf575a75b: Preparing
Step #1 - "push image": 2cf7332fd543: Preparing
Step #1 - "push image": 588c59f0d0db: Preparing
Step #1 - "push image": e394b5a78515: Preparing
Step #1 - "push image": 9b2d5af7f709: Preparing
Step #1 - "push image": b240fe81adaa: Preparing
Step #1 - "push image": bb01bd7e32b5: Preparing
Step #1 - "push image": e394b5a78515: Waiting
Step #1 - "push image": 9b2d5af7f709: Waiting
Step #1 - "push image": b240fe81adaa: Waiting
Step #1 - "push image": bb01bd7e32b5: Waiting
Step #1 - "push image": 588c59f0d0db: Waiting
Step #1 - "push image": 709f3bee867d: Pushed
Step #1 - "push image": 085650b1e728: Pushed
Step #1 - "push image": 2cf7332fd543: Pushed
Step #1 - "push image": e394b5a78515: Layer already exists
Step #1 - "push image": 5aa916b66da2: Pushed
Step #1 - "push image": 9b2d5af7f709: Layer already exists
Step #1 - "push image": b240fe81adaa: Layer already exists
Step #1 - "push image": bb01bd7e32b5: Layer already exists
Step #1 - "push image": 588c59f0d0db: Pushed
Step #1 - "push image": 704cf575a75b: Pushed
Step #1 - "push image": 100-40065c4: digest: sha256:9674ff291b67c19b2361ba5623623ac51dc1843120af9439e7f4652802079037 size: 2417
Finished Step #1 - "push image"
Starting Step #2 - "deploy revision with tag"
Step #2 - "deploy revision with tag": Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk
Step #2 - "deploy revision with tag": Using default tag: latest
Step #2 - "deploy revision with tag": latest: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2 - "deploy revision with tag": 2f088d622efd: Already exists
Step #2 - "deploy revision with tag": 92028931a012: Pulling fs layer
Step #2 - "deploy revision with tag": 3db5d8bda968: Pulling fs layer
Step #2 - "deploy revision with tag": ab5df60a949a: Pulling fs layer
Step #2 - "deploy revision with tag": 8655229fcbe6: Pulling fs layer
Step #2 - "deploy revision with tag": 9cf371141135: Pulling fs layer
Step #2 - "deploy revision with tag": e68b0bf41f5e: Pulling fs layer
Step #2 - "deploy revision with tag": 8655229fcbe6: Waiting
Step #2 - "deploy revision with tag": 9cf371141135: Waiting
Step #2 - "deploy revision with tag": e68b0bf41f5e: Waiting
Step #2 - "deploy revision with tag": ab5df60a949a: Verifying Checksum
Step #2 - "deploy revision with tag": ab5df60a949a: Download complete
Step #2 - "deploy revision with tag": 92028931a012: Verifying Checksum
Step #2 - "deploy revision with tag": 92028931a012: Download complete
Step #2 - "deploy revision with tag": 3db5d8bda968: Verifying Checksum
Step #2 - "deploy revision with tag": 3db5d8bda968: Download complete
Step #2 - "deploy revision with tag": e68b0bf41f5e: Verifying Checksum
Step #2 - "deploy revision with tag": e68b0bf41f5e: Download complete
Step #2 - "deploy revision with tag": 9cf371141135: Verifying Checksum
Step #2 - "deploy revision with tag": 9cf371141135: Download complete
Step #2 - "deploy revision with tag": 92028931a012: Pull complete
Step #2 - "deploy revision with tag": 3db5d8bda968: Pull complete
Step #2 - "deploy revision with tag": ab5df60a949a: Pull complete
Step #2 - "deploy revision with tag": 8655229fcbe6: Verifying Checksum
Step #2 - "deploy revision with tag": 8655229fcbe6: Download complete
Step #2 - "deploy revision with tag": 8655229fcbe6: Pull complete
Step #2 - "deploy revision with tag": 9cf371141135: Pull complete
Step #2 - "deploy revision with tag": e68b0bf41f5e: Pull complete
Step #2 - "deploy revision with tag": Digest: sha256:d59988dd64a6c4da188d5ff55199b6f8bf5131580284fdff70dd99f35b141dcd
Step #2 - "deploy revision with tag": Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:latest
Step #2 - "deploy revision with tag": gcr.io/google.com/cloudsdktool/cloud-sdk:latest
Step #2 - "deploy revision with tag": Deploying container to Cloud Run service [site] in project [gleaming-terra-382106] region [europe-central2]
Step #2 - "deploy revision with tag": Deploying...
Step #2 - "deploy revision with tag": Creating Revision...............done
Step #2 - "deploy revision with tag": Done.
Step #2 - "deploy revision with tag": Service [site] revision [site-00462-xin] has been deployed and is serving 0 percent of traffic.
Step #2 - "deploy revision with tag": The revision can be reached directly at https://pr-101---site-chxtdpdgda-lm.a.run.app
Finished Step #2 - "deploy revision with tag"
Starting Step #3 - "link revision on pull request"
Step #3 - "link revision on pull request": Pulling image: europe-docker.pkg.dev/gleaming-terra-382106/utilities/deployment-preview
Step #3 - "link revision on pull request": Using default tag: latest
Step #3 - "link revision on pull request": latest: Pulling from gleaming-terra-382106/utilities/deployment-preview
Step #3 - "link revision on pull request": f1f26f570256: Pulling fs layer
Step #3 - "link revision on pull request": 2d2b01660885: Pulling fs layer
Step #3 - "link revision on pull request": b0e67886e6a0: Pulling fs layer
Step #3 - "link revision on pull request": 8171e1a273d7: Pulling fs layer
Step #3 - "link revision on pull request": ac3600f134ee: Pulling fs layer
Step #3 - "link revision on pull request": 2737f5b12364: Pulling fs layer
Step #3 - "link revision on pull request": 712a503a8d0f: Pulling fs layer
Step #3 - "link revision on pull request": 3168e6eb75b4: Pulling fs layer
Step #3 - "link revision on pull request": 35e3f2600406: Pulling fs layer
Step #3 - "link revision on pull request": 8171e1a273d7: Waiting
Step #3 - "link revision on pull request": ac3600f134ee: Waiting
Step #3 - "link revision on pull request": 2737f5b12364: Waiting
Step #3 - "link revision on pull request": 712a503a8d0f: Waiting
Step #3 - "link revision on pull request": 3168e6eb75b4: Waiting
Step #3 - "link revision on pull request": 35e3f2600406: Waiting
Step #3 - "link revision on pull request": b0e67886e6a0: Verifying Checksum
Step #3 - "link revision on pull request": b0e67886e6a0: Download complete
Step #3 - "link revision on pull request": f1f26f570256: Verifying Checksum
Step #3 - "link revision on pull request": f1f26f570256: Download complete
Step #3 - "link revision on pull request": 2d2b01660885: Verifying Checksum
Step #3 - "link revision on pull request": 2d2b01660885: Download complete
Step #3 - "link revision on pull request": 8171e1a273d7: Verifying Checksum
Step #3 - "link revision on pull request": 8171e1a273d7: Download complete
Step #3 - "link revision on pull request": 2737f5b12364: Verifying Checksum
Step #3 - "link revision on pull request": 2737f5b12364: Download complete
Step #3 - "link revision on pull request": ac3600f134ee: Verifying Checksum
Step #3 - "link revision on pull request": ac3600f134ee: Download complete
Step #3 - "link revision on pull request": 712a503a8d0f: Verifying Checksum
Step #3 - "link revision on pull request": 712a503a8d0f: Download complete
Step #3 - "link revision on pull request": f1f26f570256: Pull complete
Step #3 - "link revision on pull request": 2d2b01660885: Pull complete
Step #3 - "link revision on pull request": 3168e6eb75b4: Verifying Checksum
Step #3 - "link revision on pull request": 3168e6eb75b4: Download complete
Step #3 - "link revision on pull request": b0e67886e6a0: Pull complete
Step #3 - "link revision on pull request": 8171e1a273d7: Pull complete
Step #3 - "link revision on pull request": ac3600f134ee: Pull complete
Step #3 - "link revision on pull request": 2737f5b12364: Pull complete
Step #3 - "link revision on pull request": 712a503a8d0f: Pull complete
Step #3 - "link revision on pull request": 35e3f2600406: Verifying Checksum
Step #3 - "link revision on pull request": 35e3f2600406: Download complete
Step #3 - "link revision on pull request": 3168e6eb75b4: Pull complete
Step #3 - "link revision on pull request": 35e3f2600406: Pull complete
Step #3 - "link revision on pull request": Digest: sha256:4b9c9fb12e6bc0af6dda3ff4ef603619324aaaddaa049b07955a2624cabdc83d
Step #3 - "link revision on pull request": Status: Downloaded newer image for europe-docker.pkg.dev/gleaming-terra-382106/utilities/deployment-preview:latest
Step #3 - "link revision on pull request": europe-docker.pkg.dev/gleaming-terra-382106/utilities/deployment-preview:latest
Step #3 - "link revision on pull request": Success: Status created on geo-milev/site, commit 40065c4, linking to https://pr-100---site-chxtdpdgda-lm.a.run.app on service site
Finished Step #3 - "link revision on pull request"
Starting Step #4 - "clean up old images"
Step #4 - "clean up old images": Pulling image: europe-docker.pkg.dev/gcr-cleaner/gcr-cleaner/gcr-cleaner-cli:latest
Step #4 - "clean up old images": latest: Pulling from gcr-cleaner/gcr-cleaner/gcr-cleaner-cli
Step #4 - "clean up old images": 7ec6b3231e22: Pulling fs layer
Step #4 - "clean up old images": 997f2c132867: Pulling fs layer
Step #4 - "clean up old images": 997f2c132867: Verifying Checksum
Step #4 - "clean up old images": 997f2c132867: Download complete
Step #4 - "clean up old images": 7ec6b3231e22: Verifying Checksum
Step #4 - "clean up old images": 7ec6b3231e22: Download complete
Step #4 - "clean up old images": 7ec6b3231e22: Pull complete
Step #4 - "clean up old images": 997f2c132867: Pull complete
Step #4 - "clean up old images": Digest: sha256:3d6f185789060f42f0fb90def71cba059294e1fb5d2dba736051683d702d70e3
Step #4 - "clean up old images": Status: Downloaded newer image for europe-docker.pkg.dev/gcr-cleaner/gcr-cleaner/gcr-cleaner-cli:latest
Step #4 - "clean up old images": europe-docker.pkg.dev/gcr-cleaner/gcr-cleaner/gcr-cleaner-cli:latest
Step #4 - "clean up old images": Deleting refs older than 2023-11-09T10:06:55Z on 1 repo(s)...
Step #4 - "clean up old images":
Step #4 - "clean up old images": europe-docker.pkg.dev/gleaming-terra-382106/site/site
Step #4 - "clean up old images": ✗ no refs were deleted
Finished Step #4 - "clean up old images"
PUSH
DONE
Loading