Use figcaption in EventView.svelte #84
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Google Cloud Build / site-preview (gleaming-terra-382106)
succeeded
Sep 21, 2023 in 3m 37s
Summary
Build Information
Trigger | site-preview |
Build | fa8fe59c-e63d-4c9a-8fbf-15c5fb3a1576 |
Start | 2023-09-20T23:35:14-07:00 |
Duration | 3m35.565s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
build image | SUCCESS | 55.723s |
push image | SUCCESS | 24.832s |
deploy revision with tag | SUCCESS | 1m39.847s |
link revision on pull request | SUCCESS | 21.878s |
clean up old images | SUCCESS | 9.257s |
Details
starting build "fa8fe59c-e63d-4c9a-8fbf-15c5fb3a1576"
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 73ac39e22ec839aadfb8821c09b53b0773d4fb43 -> FETCH_HEAD
HEAD is now at 73ac39e Use figcaption in EventView.svelte
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 422.9kB
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": 8a49fdb3b6a5: Verifying Checksum
Step #0 - "build image": 8a49fdb3b6a5: Download complete
Step #0 - "build image": f352bc07f19b: Verifying Checksum
Step #0 - "build image": f352bc07f19b: 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 d6045b2ed248
Step #0 - "build image": Removing intermediate container d6045b2ed248
Step #0 - "build image": ---> 0f094c3ff075
Step #0 - "build image": Step 3/14 : COPY ["package.json", "package-lock.json", "./"]
Step #0 - "build image": ---> 2fcaabfe615a
Step #0 - "build image": Step 4/14 : RUN npm ci
Step #0 - "build image": ---> Running in 1aedee6470dc
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": 2 moderate severity vulnerabilities
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.1.0
Step #0 - "build image": �[0m�[91mnpm�[0m�[91m �[0m�[91mnotice�[0m�[91m Changelog: <https://github.com/npm/cli/releases/tag/v10.1.0>
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 1aedee6470dc
Step #0 - "build image": ---> 2bcf80b68ad1
Step #0 - "build image": Step 5/14 : COPY . .
Step #0 - "build image": ---> e1d5b595746f
Step #0 - "build image": Step 6/14 : FROM base as development
Step #0 - "build image": ---> e1d5b595746f
Step #0 - "build image": Step 7/14 : ENV NODE_ENV=development
Step #0 - "build image": ---> Running in 1f05d2a3170c
Step #0 - "build image": Removing intermediate container 1f05d2a3170c
Step #0 - "build image": ---> af8d23dcd8b8
Step #0 - "build image": Step 8/14 : EXPOSE 5173
Step #0 - "build image": ---> Running in 2dce14557707
Step #0 - "build image": Removing intermediate container 2dce14557707
Step #0 - "build image": ---> b0dc5fa028f7
Step #0 - "build image": Step 9/14 : CMD [ "npm", "run", "dev" ]
Step #0 - "build image": ---> Running in d77c3219174c
Step #0 - "build image": Removing intermediate container d77c3219174c
Step #0 - "build image": ---> 41a930786d84
Step #0 - "build image": Step 10/14 : FROM base as production
Step #0 - "build image": ---> e1d5b595746f
Step #0 - "build image": Step 11/14 : ENV NODE_ENV=production
Step #0 - "build image": ---> Running in 3bc673c25106
Step #0 - "build image": Removing intermediate container 3bc673c25106
Step #0 - "build image": ---> f0077b0c6c55
Step #0 - "build image": Step 12/14 : RUN npm run build
Step #0 - "build image": ---> Running in 344a1021b24f
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": �[91m6:35:48 AM [vite-plugin-svelte] /src/lib/Navbar.svelte:173:8 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�[91m171:
Step #0 - "build image": 172: {#if isMobile && isMobileMenuOpen}
Step #0 - "build image": 173: <div class="nav-background" on:click={onBackgroundClick} bind:this={navBackground}></div>
Step #0 - "build image": ^
Step #0 - "build image": 174: <div class="mobile-nav" transition:fly="{{ x: 300, duration: 300 }}">
Step #0 - "build image": 175: <div class="close">
Step #0 - "build image": �[0m�[91m6:35:49 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�[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✓ 191 modules transformed.
Step #0 - "build image": 6:35:50 AM [vite-plugin-svelte] ssr compile done.
Step #0 - "build image": package files time avg
Step #0 - "build image": geo-milev-site 53 1.52s 28.7ms
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": �[91m6:35:56 AM [vite-plugin-svelte] /src/lib/Navbar.svelte:173:8 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�[91m171:
Step #0 - "build image": 172: {#if isMobile && isMobileMenuOpen}
Step #0 - "build image": 173: <div class="nav-background" on:click={onBackgroundClick} bind:this={navBackground}></div>
Step #0 - "build image": ^
Step #0 - "build image": 174: <div class="mobile-nav" transition:fly="{{ x: 300, duration: 300 }}">
Step #0 - "build image": 175: <div class="close">
Step #0 - "build image": �[0m�[91m6:35:57 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": 2: 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✓ 345 modules transformed.
Step #0 - "build image": 6:36:03 AM [vite-plugin-svelte] dom compile done.
Step #0 - "build image": package files time avg
Step #0 - "build image": geo-milev-site 53 3.11s 58.7ms
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/roboto-flex-vietnamese-opsz-normal.33d32747.woff2 23.28 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/_app/immutable/assets/roboto-flex-cyrillic-ext-opsz-normal.33c637bc.woff2 27.45 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-flex-greek-opsz-normal.86509771.woff2 28.86 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-flex-cyrillic-opsz-normal.4cc58b67.woff2 43.76 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-flex-latin-ext-opsz-normal.e53993b6.woff2 60.75 kB
Step #0 - "build image": .svelte-kit/output/client/vite-manifest.json 72.84 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/roboto-flex-latin-opsz-normal.3d092874.woff2 88.08 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/Button.93f04542.css 0.37 kB │ gzip: 0.24 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.1cbe2afc.css 0.51 kB │ gzip: 0.29 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/SecondaryButton.08886e90.css 0.64 kB │ gzip: 0.27 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/SecondarySubmit.1b3ec67d.css 0.73 kB │ gzip: 0.37 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_error.94e66266.css 0.82 kB │ gzip: 0.34 kB
Step #0 - "build image": .svelte-
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/fa8fe59c-e63d-4c9a-8fbf-15c5fb3a1576?project=818445797080.]
...
#0 - "build image": .svelte-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/roboto-flex-vietnamese-opsz-normal.33d32747.woff2 23.28 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/_app/immutable/assets/roboto-flex-cyrillic-ext-opsz-normal.33c637bc.woff2 27.45 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-greek-opsz-normal.86509771.woff2 28.86 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-cyrillic-opsz-normal.4cc58b67.woff2 43.76 kB
Step #0 - "build image": .svelte-kit/output/server/vite-manifest.json 56.63 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-latin-ext-opsz-normal.e53993b6.woff2 60.75 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/roboto-flex-latin-opsz-normal.3d092874.woff2 88.08 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.a44c8bf1.css 0.76 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/SecondaryButton.ffe27723.css 0.79 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/mapArticles.8743dbe9.css 0.89 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.a96fe365.css 1.24 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.700f84fd.css 1.51 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.8479ad9f.css 1.96 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.849f2d71.css 2.31 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.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.79a75745.css 2.68 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_page.58ba85b0.css 4.65 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.43eb2202.css 5.73 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/_layout.5b443b88.css 8.03 kB
Step #0 - "build image": .svelte-kit/output/server/_app/immutable/assets/BlockRenderer.922b1505.css 8.45 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/chunks/seoInfo.js 0.24 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/pages/news/_id_/_page.js 0.37 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/classNumberNames.js 0.38 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/chunks/urql-svelte.js 0.44 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_layout.js 0.48 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/entries/pages/news/_page.js 0.81 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/about-us/_page.js 1.00 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_page.js 1.06 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/chunks/SecondarySubmit.js 1.30 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/index2.js 1.33 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/budget/_page.js 1.40 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/student/weekly-schedule/_page.js 1.42 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/_layout.server.js 1.43 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/getAchievementsQuerу.js 1.55 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/mapArticles.js 2.47 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/SecondaryButton.js 2.58 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/organisation/budget/_page.svelte.js 2.66 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.45 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/achievements/_page.svelte.js 4.49 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/chunks/internal.js 5.13 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/news/_id_/_page.svelte.js 5.34 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/projects/_page.svelte.js 5.48 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/student/books/_page.svelte.js 5.96 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/news/_page.svelte.js 6.23 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/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.50 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_page.svelte.js 13.18 kB
Step #0 - "build image": .svelte-kit/output/server/chunks/BlockRenderer.js 25.28 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/_layout.svelte.js 31.85 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 23.01s
Step #0 - "build image": Removing intermediate container 344a1021b24f
Step #0 - "build image": ---> 48977a9d0b35
Step #0 - "build image": Step 13/14 : RUN npm prune
Step #0 - "build image": ---> Running in 54a7437026b9
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 54a7437026b9
Step #0 - "build image": ---> 830554346ab3
Step #0 - "build image": Step 14/14 : CMD [ "node", "build" ]
Step #0 - "build image": ---> Running in 0277ae4ea923
Step #0 - "build image": Removing intermediate container 0277ae4ea923
Step #0 - "build image": ---> 926f5bd78fb9
Step #0 - "build image": Successfully built 926f5bd78fb9
Step #0 - "build image": Successfully tagged europe-docker.pkg.dev/gleaming-terra-382106/site/site:84-73ac39e
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": 9be4e593bf5c: Preparing
Step #1 - "push image": ded8bddd61e9: Preparing
Step #1 - "push image": b5f2053d89af: Preparing
Step #1 - "push image": ede267e3b8a3: Preparing
Step #1 - "push image": bfdc1be3d2c5: Preparing
Step #1 - "push image": 6f6ae582108c: 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": 6f6ae582108c: Waiting
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": bfdc1be3d2c5: Pushed
Step #1 - "push image": b5f2053d89af: Pushed
Step #1 - "push image": 9be4e593bf5c: Pushed
Step #1 - "push image": ded8bddd61e9: Pushed
Step #1 - "push image": e394b5a78515: Layer already exists
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": 6f6ae582108c: Pushed
Step #1 - "push image": ede267e3b8a3: Pushed
Step #1 - "push image": 84-73ac39e: digest: sha256:972137172e7ef4c211e582bb5bf7f961c0603dc05483a0e2cca4506ef4ad6531 size: 2415
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": ddf874abf16c: Pulling fs layer
Step #2 - "deploy revision with tag": 226ace4b7ce1: Pulling fs layer
Step #2 - "deploy revision with tag": c58f6342b81e: Pulling fs layer
Step #2 - "deploy revision with tag": 5d23c517ab0d: Pulling fs layer
Step #2 - "deploy revision with tag": d3d66e94f176: Pulling fs layer
Step #2 - "deploy revision with tag": b67a6d24d52e: Pulling fs layer
Step #2 - "deploy revision with tag": 029db9662ff4: Pulling fs layer
Step #2 - "deploy revision with tag": 5d23c517ab0d: Waiting
Step #2 - "deploy revision with tag": d3d66e94f176: Waiting
Step #2 - "deploy revision with tag": b67a6d24d52e: Waiting
Step #2 - "deploy revision with tag": 029db9662ff4: Waiting
Step #2 - "deploy revision with tag": c58f6342b81e: Verifying Checksum
Step #2 - "deploy revision with tag": c58f6342b81e: Download complete
Step #2 - "deploy revision with tag": 226ace4b7ce1: Verifying Checksum
Step #2 - "deploy revision with tag": 226ace4b7ce1: Download complete
Step #2 - "deploy revision with tag": 5d23c517ab0d: Verifying Checksum
Step #2 - "deploy revision with tag": 5d23c517ab0d: Download complete
Step #2 - "deploy revision with tag": ddf874abf16c: Verifying Checksum
Step #2 - "deploy revision with tag": ddf874abf16c: Download complete
Step #2 - "deploy revision with tag": 029db9662ff4: Verifying Checksum
Step #2 - "deploy revision with tag": 029db9662ff4: Download complete
Step #2 - "deploy revision with tag": b67a6d24d52e: Verifying Checksum
Step #2 - "deploy revision with tag": b67a6d24d52e: Download complete
Step #2 - "deploy revision with tag": ddf874abf16c: Pull complete
Step #2 - "deploy revision with tag": 226ace4b7ce1: Pull complete
Step #2 - "deploy revision with tag": c58f6342b81e: Pull complete
Step #2 - "deploy revision with tag": 5d23c517ab0d: Pull complete
Step #2 - "deploy revision with tag": d3d66e94f176: Verifying Checksum
Step #2 - "deploy revision with tag": d3d66e94f176: Download complete
Step #2 - "deploy revision with tag": d3d66e94f176: Pull complete
Step #2 - "deploy revision with tag": b67a6d24d52e: Pull complete
Step #2 - "deploy revision with tag": 029db9662ff4: Pull complete
Step #2 - "deploy revision with tag": Digest: sha256:fa0225bfcebb84256a92348672620f34f855ea01b12bcca1c07e9cfb14cb7d06
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-00401-dur] 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-84---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": 2d2b01660885: Download complete
Step #3 - "link revision on pull request": 8171e1a273d7: Download complete
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": 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": f1f26f570256: Pull 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": 2d2b01660885: Pull 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": 3168e6eb75b4: Verifying Checksum
Step #3 - "link revision on pull request": 3168e6eb75b4: Download 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": 3168e6eb75b4: 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": 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 73ac39e, linking to https://pr-84---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": 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: Verifying Checksum
Step #4 - "clean up old images": 997f2c132867: Download 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-09-21T06:38:47Z 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