Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark html language as bg #79

Merged
merged 1 commit into from
Sep 20, 2023

Mark html language as bg

39b364d
Select commit
Loading
Failed to load commit list.
Merged

Mark html language as bg #79

Mark html language as bg
39b364d
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Google Cloud Build / site-preview (gleaming-terra-382106) failed Sep 19, 2023 in 3m 53s

Summary

Build Information

Trigger site-preview
Build 62189c4b-d2f0-40b5-857b-edc8bc447f0f
Start 2023-09-19T01:29:21-07:00
Duration 3m52.211s
Status FAILURE

Steps

Step Status Duration
build image SUCCESS 1m4.435s
push image SUCCESS 23.126s
deploy revision with tag SUCCESS 2m0.451s
link revision on pull request FAILURE 20.267s
clean up old images QUEUED 0s

Details

starting build "62189c4b-d2f0-40b5-857b-edc8bc447f0f"

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            39b364d8546f5dae0b7c577e1df664924798b056 -> FETCH_HEAD
HEAD is now at 39b364d Mark html language as bg
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  421.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": 47be83a79857: Verifying Checksum
Step #0 - "build image": 47be83a79857: Download complete
Step #0 - "build image": f352bc07f19b: Verifying Checksum
Step #0 - "build image": f352bc07f19b: 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 c414e7e97657
Step #0 - "build image": Removing intermediate container c414e7e97657
Step #0 - "build image":  ---> b3c14ca65045
Step #0 - "build image": Step 3/14 : COPY ["package.json", "package-lock.json", "./"]
Step #0 - "build image":  ---> 63d366e04df8
Step #0 - "build image": Step 4/14 : RUN npm ci
Step #0 - "build image":  ---> Running in 79d014088fe4
Step #0 - "build image": 
Step #0 - "build image": added 261 packages, and audited 262 packages in 11s
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 notice�[0m�[91m 
Step #0 - "build image": npm notice New major version of npm available! 9.6.3 -> 10.1.0
Step #0 - "build image": npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.1.0>
Step #0 - "build image": npm notice�[0m�[91m Run `npm install -g [email protected]` to update!
Step #0 - "build image": npm notice 
Step #0 - "build image": �[0mRemoving intermediate container 79d014088fe4
Step #0 - "build image":  ---> dc98ac46d07a
Step #0 - "build image": Step 5/14 : COPY . .
Step #0 - "build image":  ---> 74d66cc970a6
Step #0 - "build image": Step 6/14 : FROM base as development
Step #0 - "build image":  ---> 74d66cc970a6
Step #0 - "build image": Step 7/14 : ENV NODE_ENV=development
Step #0 - "build image":  ---> Running in 925ce7458274
Step #0 - "build image": Removing intermediate container 925ce7458274
Step #0 - "build image":  ---> 5ee1ec2c3b34
Step #0 - "build image": Step 8/14 : EXPOSE 5173
Step #0 - "build image":  ---> Running in f6fba1f2c8f7
Step #0 - "build image": Removing intermediate container f6fba1f2c8f7
Step #0 - "build image":  ---> 82648278355e
Step #0 - "build image": Step 9/14 : CMD [ "npm", "run", "dev" ]
Step #0 - "build image":  ---> Running in f757db4acaef
Step #0 - "build image": Removing intermediate container f757db4acaef
Step #0 - "build image":  ---> 7cf9a50ab767
Step #0 - "build image": Step 10/14 : FROM base as production
Step #0 - "build image":  ---> 74d66cc970a6
Step #0 - "build image": Step 11/14 : ENV NODE_ENV=production
Step #0 - "build image":  ---> Running in 2986851192fb
Step #0 - "build image": Removing intermediate container 2986851192fb
Step #0 - "build image":  ---> d9ce09074a9d
Step #0 - "build image": Step 12/14 : RUN npm run build
Step #0 - "build image":  ---> Running in 76d21f8ce090
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": �[91m8:30:00 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�[91m8:30:01 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✓ 179 modules transformed.
Step #0 - "build image": 8:30:03 AM [vite-plugin-svelte] ssr compile done.
Step #0 - "build image": package       	files	 time	   avg
Step #0 - "build image": geo-milev-site	   53	1.67s	31.4ms
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": �[91m8:30:09 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�[91m8:30:11 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✓ 333 modules transformed.
Step #0 - "build image": 8:30:17 AM [vite-plugin-svelte] dom compile done.
Step #0 - "build image": package       	files	 time	   avg
Step #0 - "build image": geo-milev-site	   53	3.60s	67.9ms
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/vite-manifest.json                                                                  34.77 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-kit/output/client/_app/immutable/assets/mapArticles.3416888a.css                                       0.87 kB │ gzip:  0.38 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.0590d7ac.css                                             1.21 kB │ gzip:  0.48 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/Carousel.93e6086b.css                                          1.30 kB │ gzip:  0.52 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.20d77bda.css                                             1.36 kB │ gzip:  0.47 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.46f04d6c.css                                             1.50 kB │ gzip:  0.56 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.60578944.css                                             1.83 kB │ gzip:  0.53 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.f5845ccc.css                                             1.92 kB │ gzip:  0.65 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.7310b5ea.css                                             2.25 kB │ gzip:  0.62 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/DocumentViewer.792e8893.css                                    2.34 kB │ gzip:  0.67 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.09f6e9be.css                                             2.56 kB │ gzip:  0.62 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.410e7809.css                                             2.59 kB │ gzip:  0.76 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.0b898336.css                                             2.60 kB │ gzip:  0.74 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.9d16912c.css                                             4.26 kB │ gzip:  1.08 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.f1860f7b.css                                             4.56 kB │ gzip:  0.85 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_page.b39d4c6d.css                                             5.64 kB │ gzip:  1.38 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/_layout.bdd89676.css                                           7.79 kB │ gzip:  1.64 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/assets/BlockRenderer.6c573c87.css                                     8.32 kB │ gzip:  1.65 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/public.719aa92d.js                                             0.05 kB │ gzip:  0.07 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/1.feaaed11.js                                                  0.09 kB │ gzip:  0.10 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/admission-page.js.1434a9ed.js                                   0.10 kB │ gzip:  0.10 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/_layout.js.5555c83c.js                                          0.10 kB │ gzip:  0.10 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/index.2defaa64.js                                              0.11 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/urql-svelte.3c625e89.js                                        0.12 kB │ gzip:  0.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/2.8186b118.js                                                  0.14 kB │ gzip:  0.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/news-_id_-page.js.937d544f.js                                   0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/0.e310299f.js                                                  0.14 kB │ gzip:  0.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/9.94a1d588.js                                                  0.14 kB │ gzip:  0.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/_page.js.d1a4d2b6.js                                            0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/about-us-page.js.43f1d158.js                                    0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/admission-exercises-page.js.bad26625.js                         0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/contacts-page.js.be684143.js                                    0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/news-page.js.4e134adb.js                                        0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-administrative-services-page.js.c16fedf7.js        0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-budget-page.js.fa96b784.js                         0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-documents-page.js.0d9091ce.js                      0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-forms-page.js.1289ed44.js                          0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-schedules-page.js.ccee2a5f.js                      0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/projects-page.js.02f8bbfe.js                                    0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/student-weekly-schedule-page.js.28c09bdb.js                     0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/student-newspaper-page.js.0b4f294a.js                           0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/student-books-page.js.40576d57.js                               0.14 kB │ gzip:  0.12 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/3.54105b34.js                                                  0.15 kB │ gzip:  0.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/8.13b87c4d.js                                                  0.15 kB │ gzip:  0.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/16.0f2376be.js                                                 0.15 kB │ gzip:  0.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/6.8f7547ce.js                                                  0.15 kB │ gzip:  0.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/10.2c3d0527.js                                                 0.15 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/4.639f9702.js                                                  0.15 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/17.72b53435.js                                                 0.15 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/18.aad23808.js                                                 0.16 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/14.f0d33bca.js                                                 0.16 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/7.5272809f.js                                                  0.16 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/12.777c9875.js                                                 0.16 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/15.dfd8a594.js                                                 0.16 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/13.7e274eab.js                                                 0.16 kB │ gzip:  0.14 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/5.db64a428.js                                                  0.16 kB │ gzip:  0.15 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/19.45fd134f.js                                                 0.16 kB │ gzip:  0.15 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/classNumberNames.97b23c94.js                                   0.17 kB │ gzip:  0.17 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/seoInfo.39354215.js                                            0.18 kB │ gzip:  0.15 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/11.f95f2b77.js                                                 0.18 kB │ gzip:  0.15 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/achievements-page.js.54b1181d.js                                0.20 kB │ gzip:  0.15 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/navigation.b8dbb5f9.js                                         0.21 kB │ gzip:  0.16 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/achievements-_category_-page.js.5d0bdf26.js                     0.23 kB │ gzip:  0.16 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/control.e7f5239e.js                                            0.26 kB │ gzip:  0.18 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.da58d9b0.js                                              0.27 kB │ gzip:  0.24 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/stores.943a708c.js                                             0.30 kB │ gzip:  0.18 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.065a6b8b.js                                              0.36 kB │ gzip:  0.30 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/setLayout.f2c02dd8.js                                          0.36 kB │ gzip:  0.20 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_layout.1644e8cb.js                                            0.40 kB │ gzip:  0.33 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/index.411944a2.js                                              0.45 kB │ gzip:  0.32 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/SecondarySubmit.cc9335c4.js                                    0.50 kB │ gzip:  0.36 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/index.c9d33f7a.js                                              0.59 kB │ gzip:  0.34 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.9ae160d7.js                                              0.59 kB │ gzip:  0.43 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.8759b3aa.js                                              0.59 kB │ gzip:  0.40 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.605c2bd5.js                                              0.68 kB │ gzip:  0.41 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.c2d93dc0.js                                              0.68 kB │ gzip:  0.39 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.3476f92c.js                                              0.68 kB │ gzip:  0.40 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.ca961888.js                                              0.68 kB │ gzip:  0.40 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.dbeb9567.js                                              0.68 kB │ gzip:  0.40 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.54d057be.js                                              0.69 kB │ gzip:  0.40 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.1f1c86cb.js                                              0.70 kB │ gzip:  0.41 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/preload-helper.41c905a7.js                                     0.76 kB │ gzip:  0.48 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.56c8239f.js                                              0.77 kB │ gzip:  0.43 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.f5618caf.js                                              0.79 kB │ gzip:  0.42 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.2ac446b6.js                                              0.97 kB │ gzip:  0.42 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.1f67fa83.js                                              1.01 kB │ gzip:  0.53 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/getAchievementsQuerу.f8326d88.js                               1.02 kB │ gzip:  0.41 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.5b0e5b6c.js                                              1.04 kB │ gzip:  0.52 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/parse.d12b0d5b.js                                              1.32 kB │ gzip:  0.65 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/index.e7f8fa00.js                                              1.33 kB │ gzip:  0.73 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.67646734.js                                              1.36 kB │ gzip:  0.44 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/_page.502b7b65.js                                              1.38 kB │ gzip:  0.53 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/Button.2c540e31.js                                             1.45 kB │ gzip:  0.74 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/SecondaryButton.99f47b10.js                                    1.48 kB │ gzip:  0.76 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/student-newspaper-page.svelte.97c529ab.js                       1.69 kB │ gzip:  0.91 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/admission-exercises-page.svelte.23b9145b.js                     1.70 kB │ gzip:  0.91 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-forms-page.svelte.8c7ec001.js                      1.78 kB │ gzip:  0.93 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-documents-page.svelte.7fd6a217.js                  1.79 kB │ gzip:  0.94 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-schedules-page.svelte.61323d53.js                  1.82 kB │ gzip:  0.95 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/_error.svelte.1cbabe0a.js                                       1.88 kB │ gzip:  1.02 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-administrative-services-page.svelte.4130ef02.js    1.93 kB │ gzip:  0.98 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/mapArticles.92ed48b8.js                                        2.11 kB │ gzip:  1.08 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/singletons.77ea728d.js                                         2.43 kB │ gzip:  1.25 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/achievements-page.svelte.a284ae0d.js                            3.52 kB │ gzip:  1.54 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/ArrowRight.9b34f7d7.js                                         3.63 kB │ gzip:  1.50 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/achievements-_category_-page.svelte.2c0fa413.js                 3.73 kB │ gzip:  1.78 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/admission-page.svelte.fdb7aa54.js                               5.34 kB │ gzip:  2.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/projects-page.svelte.2765354a.js                                5.68 kB │ gzip:  2.39 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/organisation-budget-page.svelte.98784798.js                     7.12 kB │ gzip:  2.66 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/news-page.svelte.3ba5b333.js                                    7.48 kB │ gzip:  3.08 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/DocumentViewer.0b61a9f2.js                                     7.52 kB │ gzip:  3.21 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/news-_id_-page.svelte.bc717c37.js                               7.66 kB │ gzip:  3.24 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/Carousel.01015dab.js                                           8.09 kB │ gzip:  3.19 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/student-books-page.svelte.2d899a04.js                           8.39 kB │ gzip:  3.13 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/about-us-page.svelte.8aa29cc2.js                                9.23 kB │ gzip:  3.43 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/contacts-page.svelte.682b3ab2.js                                9.70 kB │ gzip:  3.88 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/student-weekly-schedule-page.svelte.6dccf4bb.js                12.74 kB │ gzip:  4.55 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/_page.svelte.df653baa.js                                       13.11 kB │ gzip:  4.81 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/index.11849c23.js                                             15.24 kB │ gzip:  6.39 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/fuse.esm.7d6937a9.js                                          15.80 kB │ gzip:  5.41 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/app.5d383841.js                                                16.51 kB │ gzip:  3.50 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/start.67202e01.js                                              21.91 kB │ gzip:  8.76 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/urql-core.52c4a669.js                                         24.21 kB │ gzip:  8.74 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/index.dd662abf.js                                             25.72 kB │ gzip:  7.78 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/entry/_layout.svelte.595cb621.js                                     40.46 kB │ gzip: 13.36 kB
Step #0 - "build image": .svelte-kit/output/client/_app/immutable/chunks/BlockRenderer.e254920b.js                                    194.56 kB │ gzip: 71.54 kB
Step #0 - "build image": ✓ built in 14.18s
Step #0 - "build image": .svelte-kit/output/server/vite-manifest.json                                                  20.63 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.d602ca75.css                             4.32 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.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/admission/exercises/_page.svelte.js                    2.01 kB
Step #0 - "build image": .svelte-kit/output/server/entries/pages/student/newspaper/_page.svelte.js                      2.02 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.05 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.99 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 26.07s
Step #0 - "build image": Removing intermediate container 76d21f8ce090
Step #0 - "build image":  ---> b3ac84507945
Step #0 - "build image": Step 13/14 : RUN npm prune
Step #0 - "build image":  ---> Running in a405e44cde92
Step #0 - "build image": 
Step #0 - "build image": up to date, audited 24 packages in 2s
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 a405e44cde92
Step #0 - "build image":  ---> 8c070035a37e
Step #0 - "build image": Step 14/14 : CMD [ "node", "build" ]
Step #0 - "build image":  ---> Running in 3675fc1b33d7
Step #0 - "build image": Removing intermediate container 3675fc1b33d7
Step #0 - "build image":  ---> 6a1ec4ff96ce
Step #0 - "build image": Successfully built 6a1ec4ff96ce
Step #0 - "build image": Successfully tagged europe-docker.pkg.dev/gleaming-terra-382106/site/site:79-39b364d
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": 0e7275a3f31d: Preparing
Step #1 - "push image": a1fb14d24878: Preparing
Step #1 - "push image": 15610268a68f: Preparing
Step #1 - "push image": f1d5d367ffc8: Preparing
Step #1 - "push image": 343445e99e6e: Preparing
Step #1 - "push image": d302753b78f6: 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": d302753b78f6: 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": 343445e99e6e: Pushed
Step #1 - "push image": 0e7275a3f31d: Pushed
Step #1 - "push image": 15610268a68f: Pushed
Step #1 - "push image": a1fb14d24878: 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": d302753b78f6: Pushed
Step #1 - "push image": f1d5d367ffc8: Pushed
Step #1 - "push image": 79-39b364d: digest: sha256:43836664d0b47bcbd68038fad944355b992d13a338e90872328f7a6a0493b85c size: 2414
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": 5dea071bb978: Already exists
Step #2 - "deploy revision with tag": d24ec13eee8a: Pulling fs layer
Step #2 - "deploy revision with tag": 66ff80704231: Pulling fs layer
Step #2 - "deploy revision with tag": 7d65ac145f05: Pulling fs layer
Step #2 - "deploy revision with tag": 702e4bd39352: Pulling fs layer
Step #2 - "deploy revision with tag": a7bc2aa4dbbe: Pulling fs layer
Step #2 - "deploy revision with tag": 5db1215e5d8b: Pulling fs layer
Step #2 - "deploy revision with tag": 702e4bd39352: Waiting
Step #2 - "deploy revision with tag": a7bc2aa4dbbe: Waiting
Step #2 - "deploy revision with tag": 5db1215e5d8b: Waiting
Step #2 - "deploy revision with tag": 7d65ac145f05: Verifying Checksum
Step #2 - "deploy revision with tag": 7d65ac145f05: Download complete
Step #2 - "deploy revision with tag": 66ff80704231: Download complete
Step #2 - "deploy revision with tag": d24ec13eee8a: Verifying Checksum
Step #2 - "deploy revision with tag": d24ec13eee8a: Download complete
Step #2 - "deploy revision with tag": 5db1215e5d8b: Verifying Checksum
Step #2 - "deploy revision with tag": 5db1215e5d8b: Download complete
Step #2 - "deploy revision with tag": a7bc2aa4dbbe: Verifying Checksum
Step #2 - "deploy revision with tag": a7bc2aa4dbbe: Download complete
Step #2 - "deploy revision with tag": d24ec13eee8a: Pull complete
Step #2 - "deploy revision with tag": 66ff80704231: Pull complete
Step #2 - "deploy revision with tag": 7d65ac145f05: Pull complete
Step #2 - "deploy revision with tag": 702e4bd39352: Verifying Checksum
Step #2 - "deploy revision with tag": 702e4bd39352: Download complete
Step #2 - "deploy revision with tag": 702e4bd39352: Pull complete
Step #2 - "deploy revision with tag": a7bc2aa4dbbe: Pull complete
Step #2 - "deploy revision with tag": 5db1215e5d8b: Pull complete
Step #2 - "deploy revision with tag": Digest: sha256:ee0bc10a8b6fb9989503d95cdda512e8f1999612509fb5ab38a74a2a3b007720
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": Routing traffic......................................................................................................................done
Step #2 - "deploy revision with tag": Done.
Step #2 - "deploy revision with tag": Service [site] revision [site-00389-tov] 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-79---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: 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": 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": 712a503a8d0f: Verifying Checksum
Step #3 - "link revision on pull request": 712a503a8d0f: Download 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": f1f26f570256: Pull 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": ac3600f134ee: 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": 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: 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": Error finding repo geo-milev/site. Is it a private repo, and does your token have the correct permissions?: Bad credentials
Finished Step #3 - "link revision on pull request"
ERROR
ERROR: build step 3 "europe-docker.pkg.dev/gleaming-terra-382106/utilities/deployment-preview" failed: step exited with non-zero status: 1

Build Log: https://console.cloud.google.com/cloud-build/builds/62189c4b-d2f0-40b5-857b-edc8bc447f0f?project=818445797080