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

fix: misspelling in song 151 and 327 #36

Merged
merged 1 commit into from
Jul 4, 2024

Update jks.csv

9d91ca7
Select commit
Loading
Failed to load commit list.
Merged

fix: misspelling in song 151 and 327 #36

Update jks.csv
9d91ca7
Select commit
Loading
Failed to load commit list.
Google Cloud Build / on-pull-request (sb-devel) succeeded Jul 4, 2024 in 2m 18s

Summary

Build Information

Trigger on-pull-request
Build d3e6dc95-6b41-4778-a3c0-961a764e869c
Start 2024-07-04T00:05:12-07:00
Duration 2m16.565s
Status SUCCESS

Steps

Step Status Duration
gcr.io/cloud-builders/docker SUCCESS 21.926s
gcr.io/cloud-builders/docker SUCCESS 16.572s
gcr.io/google.com/cloudsdktool/cloud-sdk SUCCESS 1m21.335s

Details

starting build "d3e6dc95-6b41-4778-a3c0-961a764e869c"

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/stanislavbebej/ejks
 * branch            9d91ca7b0c6f4f86c06434003a15cd4f87b26b6b -> FETCH_HEAD
HEAD is now at 9d91ca7 Update jks.csv
BUILD
Starting Step #0
Step #0: Already have image (with digest): gcr.io/cloud-builders/docker
Step #0: Sending build context to Docker daemon  1.047MB

Step #0: Step 1/12 : FROM php:8.3.8-cli-alpine3.19 AS builder
Step #0: 8.3.8-cli-alpine3.19: Pulling from library/php
Step #0: b84a74cde5af: Already exists
Step #0: 523087b9c271: Pulling fs layer
Step #0: 4d060ecc216f: Pulling fs layer
Step #0: 0597315652e0: Pulling fs layer
Step #0: 0a185a3f27c6: Pulling fs layer
Step #0: fb8feb3d98a7: Pulling fs layer
Step #0: 2c481329f4ca: Pulling fs layer
Step #0: 63ffe161840b: Pulling fs layer
Step #0: e9253a7e920e: Pulling fs layer
Step #0: fb8feb3d98a7: Waiting
Step #0: 2c481329f4ca: Waiting
Step #0: 63ffe161840b: Waiting
Step #0: e9253a7e920e: Waiting
Step #0: 0a185a3f27c6: Waiting
Step #0: 0597315652e0: Verifying Checksum
Step #0: 0597315652e0: Download complete
Step #0: 4d060ecc216f: Download complete
Step #0: fb8feb3d98a7: Download complete
Step #0: 523087b9c271: Verifying Checksum
Step #0: 523087b9c271: Download complete
Step #0: 523087b9c271: Pull complete
Step #0: 4d060ecc216f: Pull complete
Step #0: 63ffe161840b: Verifying Checksum
Step #0: 63ffe161840b: Download complete
Step #0: 0597315652e0: Pull complete
Step #0: 0a185a3f27c6: Verifying Checksum
Step #0: 0a185a3f27c6: Download complete
Step #0: e9253a7e920e: Verifying Checksum
Step #0: e9253a7e920e: Download complete
Step #0: 0a185a3f27c6: Pull complete
Step #0: fb8feb3d98a7: Pull complete
Step #0: 2c481329f4ca: Verifying Checksum
Step #0: 2c481329f4ca: Download complete
Step #0: 2c481329f4ca: Pull complete
Step #0: 63ffe161840b: Pull complete
Step #0: e9253a7e920e: Pull complete
Step #0: Digest: sha256:23854fe20586212892c0c85c269a84dddb46e52e430226bc14e3d9f1ebe49e41
Step #0: Status: Downloaded newer image for php:8.3.8-cli-alpine3.19
Step #0:  ---> 0356c270f8e9
Step #0: Step 2/12 : RUN apk --no-cache add sqlite     && wget https://github.com/tdewolff/minify/releases/download/v2.20.10/minify_linux_amd64.tar.gz     && tar -zxf minify_linux_amd64.tar.gz -C /usr/local/bin minify
Step #0:  ---> Running in 40fecffde27f
Step #0: fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
Step #0: fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
Step #0: (1/1) Installing sqlite (3.44.2-r0)
Step #0: Executing busybox-1.36.1-r19.trigger
Step #0: OK: 21 MiB in 39 packages
Step #0: �[91mConnecting to github.com (140.82.116.4:443)
Step #0: �[0m�[91mConnecting to objects.githubusercontent.com (185.199.109.133:443)
Step #0: �[0m�[91msaving to 'minify_linux_amd64.tar.gz'
Step #0: �[0m�[91mminify_linux_amd64.t �[0m�[91m100% �[0m�[91m|********************************| �[0m�[91m1760k�[0m�[91m  0:00:00 ETA�[0m�[91m
Step #0: �[0m�[91m'minify_linux_amd64.tar.gz' saved
Step #0: �[0mRemoving intermediate container 40fecffde27f
Step #0:  ---> 9e40df568ef6
Step #0: Step 3/12 : COPY src/ .
Step #0:  ---> 83a768a3df7e
Step #0: Step 4/12 : COPY db/ .
Step #0:  ---> e80d3ac765cb
Step #0: Step 5/12 : RUN echo .quit | sqlite3 -init init.sql jks.db
Step #0:  ---> Running in e7b5ca0e69e1
Step #0: Removing intermediate container e7b5ca0e69e1
Step #0:  ---> 3e6abb1b4515
Step #0: Step 6/12 : RUN mkdir /ejks     && php index.php | minify --type html | tr -d '\n' > /ejks/index.html     && php info.php  | minify --type html | tr -d '\n' > /ejks/info.html     && echo "SELECT cislo FROM jks WHERE strofa = 0 ORDER BY cislo" | sqlite3 jks.db > piesen.list     && for i in $(cat piesen.list); do php-cgi -q jks.php id=$i | minify --type html | tr -d '\n' > /ejks/$i.html; done
Step #0:  ---> Running in 7c0d69409842
Step #0: Removing intermediate container 7c0d69409842
Step #0:  ---> 38d17f852fb7
Step #0: Step 7/12 : RUN find /ejks -type f -name '*.html' | sed 's#/ejks#https://ejks.sk#g' | sort -u > /ejks/sitemap.txt
Step #0:  ---> Running in af0cd5ad7412
Step #0: Removing intermediate container af0cd5ad7412
Step #0:  ---> 3e62aa9f67e2
Step #0: Step 8/12 : FROM nginx:1.27.0-alpine-slim
Step #0: 1.27.0-alpine-slim: Pulling from library/nginx
Step #0: b84a74cde5af: Already exists
Step #0: ec939b2456d7: Pulling fs layer
Step #0: 4838760d22df: Pulling fs layer
Step #0: 6b549263cbbd: Pulling fs layer
Step #0: 8311a42582b3: Pulling fs layer
Step #0: 56051d5ceced: Pulling fs layer
Step #0: 86c35ade2ef3: Pulling fs layer
Step #0: 8311a42582b3: Waiting
Step #0: 56051d5ceced: Waiting
Step #0: 86c35ade2ef3: Waiting
Step #0: 4838760d22df: Verifying Checksum
Step #0: 4838760d22df: Download complete
Step #0: 6b549263cbbd: Verifying Checksum
Step #0: 6b549263cbbd: Download complete
Step #0: ec939b2456d7: Verifying Checksum
Step #0: ec939b2456d7: Download complete
Step #0: 8311a42582b3: Verifying Checksum
Step #0: 8311a42582b3: Download complete
Step #0: 56051d5ceced: Verifying Checksum
Step #0: 56051d5ceced: Download complete
Step #0: ec939b2456d7: Pull complete
Step #0: 86c35ade2ef3: Verifying Checksum
Step #0: 86c35ade2ef3: Download complete
Step #0: 4838760d22df: Pull complete
Step #0: 6b549263cbbd: Pull complete
Step #0: 8311a42582b3: Pull complete
Step #0: 56051d5ceced: Pull complete
Step #0: 86c35ade2ef3: Pull complete
Step #0: Digest: sha256:66943ac4a1ca7f111097d3c656939dfe8ae2bc8314bb45d6d80419c5fb25e304
Step #0: Status: Downloaded newer image for nginx:1.27.0-alpine-slim
Step #0:  ---> 314d79aff333
Step #0: Step 9/12 : COPY nginx-default-server.conf /etc/nginx/conf.d/default.conf
Step #0:  ---> ac5e3354cb81
Step #0: Step 10/12 : COPY --from=builder /ejks /usr/share/nginx/html
Step #0:  ---> d37d72f33cad
Step #0: Step 11/12 : COPY src/favicon.ico src/googlee78c4ec223f14545.html /usr/share/nginx/html/
Step #0:  ---> c5747da2adb6
Step #0: Step 12/12 : COPY src/ico /usr/share/nginx/html/ico
Step #0:  ---> 12e181dce899
Step #0: Successfully built 12e181dce899
Step #0: Successfully tagged europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:9d91ca7
Step #0: Successfully tagged europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:latest
Finished Step #0
Starting Step #1
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker
Step #1: The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
Step #1: efb94e75d633: Preparing
Step #1: 257b8c78be7d: Preparing
Step #1: ad2f911223c2: Preparing
Step #1: c35ea9d39c40: Preparing
Step #1: b7486fe26981: Preparing
Step #1: 320c8baef084: Preparing
Step #1: d2cef4a1b224: Preparing
Step #1: 4275164ce225: Preparing
Step #1: 6e92270dbfe6: Preparing
Step #1: b5d2e1fcf1ad: Preparing
Step #1: af9a70194aa4: Preparing
Step #1: 320c8baef084: Waiting
Step #1: d2cef4a1b224: Waiting
Step #1: 4275164ce225: Waiting
Step #1: 6e92270dbfe6: Waiting
Step #1: b5d2e1fcf1ad: Waiting
Step #1: af9a70194aa4: Waiting
Step #1: b7486fe26981: Layer already exists
Step #1: 320c8baef084: Layer already exists
Step #1: d2cef4a1b224: Layer already exists
Step #1: 4275164ce225: Layer already exists
Step #1: 6e92270dbfe6: Layer already exists
Step #1: 257b8c78be7d: Pushed
Step #1: b5d2e1fcf1ad: Layer already exists
Step #1: efb94e75d633: Pushed
Step #1: ad2f911223c2: Pushed
Step #1: af9a70194aa4: Layer already exists
Step #1: c35ea9d39c40: Pushed
Step #1: 9d91ca7: digest: sha256:7cde492ede25b09708a0c5f3d481659d69bcc9b07c201dbf14ac99181c223991 size: 2610
Finished Step #1
Starting Step #2
Step #2: Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk
Step #2: Using default tag: latest
Step #2: latest: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2: c1c1a7d83fb1: Pulling fs layer
Step #2: 8b7006917919: Pulling fs layer
Step #2: 9912d6c6e409: Pulling fs layer
Step #2: 70bafb3b1508: Pulling fs layer
Step #2: 40c87df25080: Pulling fs layer
Step #2: 93a8c54af0a6: Pulling fs layer
Step #2: f6c43e473606: Pulling fs layer
Step #2: 70bafb3b1508: Waiting
Step #2: 40c87df25080: Waiting
Step #2: 93a8c54af0a6: Waiting
Step #2: f6c43e473606: Waiting
Step #2: 8b7006917919: Verifying Checksum
Step #2: 8b7006917919: Download complete
Step #2: 9912d6c6e409: Verifying Checksum
Step #2: 9912d6c6e409: Download complete
Step #2: 70bafb3b1508: Verifying Checksum
Step #2: 70bafb3b1508: Download complete
Step #2: c1c1a7d83fb1: Verifying Checksum
Step #2: c1c1a7d83fb1: Download complete
Step #2: f6c43e473606: Verifying Checksum
Step #2: f6c43e473606: Download complete
Step #2: 93a8c54af0a6: Download complete
Step #2: c1c1a7d83fb1: Pull complete
Step #2: 8b7006917919: Pull complete
Step #2: 9912d6c6e409: Pull complete
Step #2: 70bafb3b1508: Pull complete
Step #2: 40c87df25080: Verifying Checksum
Step #2: 40c87df25080: Download complete
Step #2: 40c87df25080: Pull complete
Step #2: 93a8c54af0a6: Pull complete
Step #2: f6c43e473606: Pull complete
Step #2: Digest: sha256:38a7fcadf21b384eeece952cf77fa8843255cdc4a811b95b9fa702001407c9bb
Step #2: Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:latest
Step #2: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
Step #2: Deploying container to Cloud Run service [ejks-sk] in project [sb-devel] region [europe-west1]
Step #2: Deploying...
Step #2: Creating Revision...................................................................................................done
Step #2: Routing traffic.....done
Step #2: Done.
Step #2: Service [ejks-sk] revision [ejks-sk-00017-d2g] has been deployed and is serving 100 percent of traffic.
Step #2: Service URL: https://ejks-sk-2eqtiwxg2q-ew.a.run.app
Finished Step #2
PUSH
Pushing europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:9d91ca7
The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
efb94e75d633: Preparing
257b8c78be7d: Preparing
ad2f911223c2: Preparing
c35ea9d39c40: Preparing
b7486fe26981: Preparing
320c8baef084: Preparing
d2cef4a1b224: Preparing
4275164ce225: Preparing
6e92270dbfe6: Preparing
b5d2e1fcf1ad: Preparing
af9a70194aa4: Preparing
320c8baef084: Waiting
d2cef4a1b224: Waiting
4275164ce225: Waiting
6e92270dbfe6: Waiting
b5d2e1fcf1ad: Waiting
af9a70194aa4: Waiting
ad2f911223c2: Layer already exists
b7486fe26981: Layer already exists
c35ea9d39c40: Layer already exists
257b8c78be7d: Layer already exists
efb94e75d633: Layer already exists
320c8baef084: Layer already exists
4275164ce225: Layer already exists
6e92270dbfe6: Layer already exists
d2cef4a1b224: Layer already exists
b5d2e1fcf1ad: Layer already exists
af9a70194aa4: Layer already exists
9d91ca7: digest: sha256:7cde492ede25b09708a0c5f3d481659d69bcc9b07c201dbf14ac99181c223991 size: 2610
Pushing europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image:latest
The push refers to repository [europe-west1-docker.pkg.dev/sb-devel/binary-store/ejks-image]
efb94e75d633: Preparing
257b8c78be7d: Preparing
ad2f911223c2: Preparing
c35ea9d39c40: Preparing
b7486fe26981: Preparing
320c8baef084: Preparing
d2cef4a1b224: Preparing
4275164ce225: Preparing
6e92270dbfe6: Preparing
b5d2e1fcf1ad: Preparing
af9a70194aa4: Preparing
320c8baef084: Waiting
d2cef4a1b224: Waiting
4275164ce225: Waiting
6e92270dbfe6: Waiting
b5d2e1fcf1ad: Waiting
af9a70194aa4: Waiting
ad2f911223c2: Layer already exists
efb94e75d633: Layer already exists
c35ea9d39c40: Layer already exists
257b8c78be7d: Layer already exists
b7486fe26981: Layer already exists
b5d2e1fcf1ad: Layer already exists
320c8baef084: Layer already exists
6e92270dbfe6: Layer already exists
d2cef4a1b224: Layer already exists
4275164ce225: Layer already exists
af9a70194aa4: Layer already exists
latest: digest: sha256:7cde492ede25b09708a0c5f3d481659d69bcc9b07c201dbf14ac99181c223991 size: 2610
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/d3e6dc95-6b41-4778-a3c0-961a764e869c?project=364736373373