ci #2029
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: schedule
minimal
25s
git-context
23s
git-context-secret
22s
path-context
19s
example
32s
error
5s
error-buildx
21s
docker-driver
22s
export-docker
10s
secret
14s
secret-envs
14s
network
16s
shm-size
14s
ulimit
21s
cgroup-parent
16s
add-hosts
14s
no-cache-filters
15s
registry-cache
24s
github-cache
22s
local-cache
18s
standalone
23s
named-context-pin
13s
named-context-docker
20s
named-context-container
21s
docker-config-malformed
10s
proxy-docker-config
29s
proxy-buildkitd
28s
annotations
21s
multi-output
30s
load-and-push
20s
summary-disable
19s
summary-disable-deprecated
18s
summary-not-supported
12s
record-upload-disable
17s
annotations-disabled
15s
call-check
10s
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Annotations
3 errors and 71 warnings
|
error
buildx failed with: ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
|
|
call-check
Check complete, 7 warnings have been found!
|
|
error-buildx
buildx failed with: ERROR: failed to solve: failed to push localhost:5000/name/app:latest: failed to do request: Head "http://localhost:5000/v2/name/app/blobs/sha256:bbddb9ce706bdb1e2708d96ab0d299beba8ac27ba39c7bf27421d0cdbe4d9f3f": dial tcp [::1]:5000: connect: connection refused
|
|
error
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
export-docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
add-hosts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
docker-config-malformed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 139
|
|
named-context-pin
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
shm-size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
call-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
secret-envs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
secret-envs
INVALID_SECRET= is not a valid secret
|
|
network
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
secret
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
secret
INVALID_SECRET= is not a valid secret
|
|
digest (docker, false, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
no-cache-filters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
cgroup-parent
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
summary-not-supported
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
annotations-disabled
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
digest (docker, true, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
local-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
checks (latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Multiple instructions of the same type should not be used in the same stage:
test/lint.Dockerfile#L10
MultipleInstructionsDisallowed: Multiple CMD instructions should not be used in the same stage because only the last one will be used
More info: https://docs.docker.com/go/dockerfile/rule/multiple-instructions-disallowed/
|
|
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals:
test/lint.Dockerfile#L12
JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals
More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
|
|
The MAINTAINER instruction is deprecated, use a label instead to define an image author:
test/lint.Dockerfile#L5
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label
More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
test/lint.Dockerfile#L1
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
test/lint.Dockerfile#L2
ConsistentInstructionCasing: Command 'cOpy' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
test/lint.Dockerfile#L4
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
|
All commands within the Dockerfile should use the same casing (either upper or lower):
test/lint.Dockerfile#L6
ConsistentInstructionCasing: Command 'COPy' should match the case of the command majority (uppercase)
More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
|
|
checks (v0.14.1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
digest (docker-container, true, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
digest (docker-container, false, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
path-context
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
digest (docker-container, false, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
git-context-secret
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
error-buildx
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
multi (multi-sudo)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
record-upload-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
named-context-docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
summary-disable-deprecated
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
summary-disable-deprecated
DOCKER_BUILD_NO_SUMMARY is deprecated. Set DOCKER_BUILD_SUMMARY to false instead.
|
|
docker-driver
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
attests-compat (v0.9.1, moby/buildkit:buildx-stable-1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
attests-compat (v0.9.1, moby/buildkit:buildx-stable-1)
Attestations are only supported by buildx >= 0.10.0; the inputs 'attests', 'provenance' and 'sbom' are ignored.
|
|
named-context-container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
git-context
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
github-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
load-and-push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
summary-disable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
digest (docker, false, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
multi (multi)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
annotations
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
ulimit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
registry-cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
minimal
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
standalone
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
standalone
Docker is required to export a build record
|
|
provenance (image, type=image,name=localhost:5000/name/app:latest,push=true, mode=max)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
attests-compat (latest, moby/buildkit:v0.10.6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
attests-compat (latest, moby/buildkit:v0.10.6)
Process "docker run" closed with code 1
|
|
record-retention-days (0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
proxy-buildkitd
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
example
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
proxy-docker-config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
multi-output
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
sbom (image, type=image,name=localhost:5000/name/app:latest,push=true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
record-retention-days (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
sbom (binary, /tmp/buildx-build)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
attests-compat (latest, moby/buildkit:buildx-stable-1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
provenance (binary, /tmp/buildx-build)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
provenance (binary, /tmp/buildx-build, mode=max)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
provenance (image, type=image,name=localhost:5000/name/app:latest,push=true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
docker~build-push-action~07IHG1.dockerbuild
Expired
|
16.7 KB |
sha256:e04983c7b98e318b3000ff791d1ff3c2dfdfb62e422298f47db8a6bdd102a81f
|
|
|
docker~build-push-action~1AHYVB.dockerbuild
Expired
|
43.2 KB |
sha256:d30fbf3cb4d49d55e22a3c4563f13cc91d8453a983676899d319e807b8a0c6d9
|
|
|
docker~build-push-action~2Z5D09.dockerbuild
Expired
|
24.2 KB |
sha256:1d24556ba6248974f4331c6d3305fb5e7cd1ed932e02946e43d223a60b722f86
|
|
|
docker~build-push-action~53D23O.dockerbuild
Expired
|
14.7 KB |
sha256:d7e278cedfd72915c012dde22db92a58af0fad9bd6b3f07ec7e6c243f7bb49dc
|
|
|
docker~build-push-action~58L33Q.dockerbuild
Expired
|
23.5 KB |
sha256:b9d622a7fd352607bf7e553ba8f3c86463b934c6c9ee0ff4b33ca62acdd17446
|
|
|
docker~build-push-action~5ME9HJ.dockerbuild
Expired
|
23.9 KB |
sha256:903996db93d8247d6be1f9bd9c438a8c645c5e89f16483eb7b5a51445a9099a5
|
|
|
docker~build-push-action~6PZZRR.dockerbuild
Expired
|
45.2 KB |
sha256:6cfa7e618fea72587c6c16a4a8d6fa7d34161340712f462eed8fafb8255e26be
|
|
|
docker~build-push-action~6QKJCA.dockerbuild
Expired
|
40.3 KB |
sha256:5a0f2202ce5ec7a72bfb987e4b47dd75fa76e476ec7d20bfc77aa06f9e822e78
|
|
|
docker~build-push-action~755O81.dockerbuild
Expired
|
18.4 KB |
sha256:9ef04ee302e37d7b8394423eac38d366ab23ab6d7791c5bc41159d9992298864
|
|
|
docker~build-push-action~8BAUO0.dockerbuild
Expired
|
18.3 KB |
sha256:6aa297b0de9db4093a100ec3faf3506303705d54c4da623cbbb166ca825b527a
|
|
|
docker~build-push-action~8BNJO1.dockerbuild
Expired
|
39.6 KB |
sha256:f5ec8944973c488f4bdc6fdd5d373aebae34efac402c0c9a17c6472a0a4e6cdb
|
|
|
docker~build-push-action~C27Z3V.dockerbuild
Expired
|
24.8 KB |
sha256:a1499dac754a3610328e1154d23396e4707d894b5e1eb671fec951bbaab1b08d
|
|
|
docker~build-push-action~DHUHV0.dockerbuild
Expired
|
25.4 KB |
sha256:6a9c04819d61939b3746e6762fb6dec622a61cf510d75f54b3e87c3aaa8fef4c
|
|
|
docker~build-push-action~DKBEZX.dockerbuild
Expired
|
17.7 KB |
sha256:bf14304551665f7cf8993897b874fd6451bf148c5e828fa1f1b99f804687cc58
|
|
|
docker~build-push-action~DUH7OJ.dockerbuild
Expired
|
17.1 KB |
sha256:b012ce345fcbd30b7b10d1c23ac3bc6309e0a0ebf32709d355dae725d33f3ac7
|
|
|
docker~build-push-action~EJUK5M.dockerbuild
Expired
|
14.2 KB |
sha256:33e4140719f5a5182b03418c829bb0d2b49634c34aa4c1e2d2a77c824ab6c463
|
|
|
docker~build-push-action~G4GEWQ.dockerbuild
Expired
|
46.4 KB |
sha256:b5118f8a1a4e735cf7f1042b620fb9f61cf2492bf6b3ab571beecec491552a7f
|
|
|
docker~build-push-action~GQIUCM.dockerbuild
Expired
|
42.3 KB |
sha256:81ca2f2cd340704a9f30245b7304348104881523b3d981df94610da487dce2a3
|
|
|
docker~build-push-action~HZMR2S.dockerbuild
Expired
|
17.3 KB |
sha256:3faa191bc5b3807b9f19f8f83c6923f7e0d7a43b2bb3403a5ece38d3a2a8cf33
|
|
|
docker~build-push-action~IVHTME.dockerbuild
Expired
|
16.9 KB |
sha256:5b5aa6d38aa3492b04220282fa2db9dc46d5fca94fb938a4c8b331e314acb883
|
|
|
docker~build-push-action~J7LIUB.dockerbuild
Expired
|
15.8 KB |
sha256:e23a0cfe73491b7b27be2a88b50168482fb02bfd353cb8beb7bfb08b39afc3e2
|
|
|
docker~build-push-action~JEV8RM.dockerbuild
Expired
|
28.2 KB |
sha256:2cafd9b0818dc9ddf8ac949bcdb6e3e626b84437159266b725fc95300e221f15
|
|
|
docker~build-push-action~JOJES3.dockerbuild
Expired
|
45.6 KB |
sha256:54ab896da1def9912de18771580b127c029a5c0a4f950bb13a73a8c08820a497
|
|
|
docker~build-push-action~JR9RRT.dockerbuild
Expired
|
17.4 KB |
sha256:70cd31271f00345639c4d50c1379599dc46cf23edf70528f9ee32f9e12dd04a2
|
|
|
docker~build-push-action~KW3AZ2.dockerbuild
Expired
|
37.9 KB |
sha256:04d11584f4df33befc94ab95378be91d304e46d8473ea16cc8a07c416af102a4
|
|
|
docker~build-push-action~LAZ6NR.dockerbuild
Expired
|
23.8 KB |
sha256:c0aa5e4b688c8d037a55f6720f130f9ff3f7cf2191befb9b8077f8238f369938
|
|
|
docker~build-push-action~MDHK9C.dockerbuild
Expired
|
36.2 KB |
sha256:69ffcdfb9b78837a782c330b9c0dfaa27278b8005759c29d83800372ab97666c
|
|
|
docker~build-push-action~MGOI19.dockerbuild
Expired
|
25.2 KB |
sha256:6b8533789607cce8e92c2754ea81051c47116a39c1217282d16c40b990375776
|
|
|
docker~build-push-action~MS9EUJ.dockerbuild
Expired
|
18.4 KB |
sha256:648a7bf069134cdc6eba15c5b6c9d4a34cf0b2476b541c6096410868ad93c1b5
|
|
|
docker~build-push-action~NWK52N.dockerbuild
Expired
|
23.2 KB |
sha256:5221bf7d87167facd4ea80da63557f45e8b26c21001be1f19a85b673c66c180c
|
|
|
docker~build-push-action~NZ0AIA.dockerbuild
Expired
|
22.4 KB |
sha256:6322b6c5579c2fe323430b8ae6c9bb8844baf57c9dbbde92a38f9205ea59688e
|
|
|
docker~build-push-action~OAL816.dockerbuild
Expired
|
17.3 KB |
sha256:2a6940a60438d5a930e97e997eef576e57f52195c228e190dd0fc544ce810b49
|
|
|
docker~build-push-action~OCN640.dockerbuild
Expired
|
16.9 KB |
sha256:d51867b43f447657e3f0d69bb68916576cd460bf2d137dd0667d52cfd416a4c3
|
|
|
docker~build-push-action~Q60MUO.dockerbuild
Expired
|
26 KB |
sha256:a6ced23df8466cd96ea531e7cf317c62124474c9470cbbba41b9e80913996950
|
|
|
docker~build-push-action~QHFVZ6.dockerbuild
Expired
|
16.9 KB |
sha256:05cd7cb49f3eedfce73ae0812b297cc9193c8d82b8cd7d40851a0154c37eeb39
|
|
|
docker~build-push-action~QOU5X5.dockerbuild
Expired
|
18.4 KB |
sha256:4e59608191962d13e0b5db42fcdf0baf130304b23d45a8e4f36981b431c980eb
|
|
|
docker~build-push-action~QRD6PZ.dockerbuild
Expired
|
17.3 KB |
sha256:ef9f5351d9d59c738521238b1304af73d08ce6af4fa9a8997f6e01a835f7fa24
|
|
|
docker~build-push-action~T7MXG2.dockerbuild
Expired
|
11.1 KB |
sha256:99ff5714e604cd90ff5ecc5d13cbec3fe822d5ad747e79f7e143432ddcdab348
|
|
|
docker~build-push-action~TZ9530.dockerbuild
Expired
|
17.3 KB |
sha256:fc8f75ce56eeb9dbeb0ce6f1a9a29e43f95597b581dd894bb3814a565c6c7a32
|
|
|
docker~build-push-action~UI73N1.dockerbuild
Expired
|
17.2 KB |
sha256:741746343f209b32ff7eada38b4e22348eb79493182562538531e8a4ed1dfe7d
|
|
|
docker~build-push-action~UOUNRS.dockerbuild
Expired
|
17.1 KB |
sha256:51fc536ff8010b9832d5170482caf33af60593f2cea6f2f222019d5596c822f7
|
|
|
docker~build-push-action~UR3IKT.dockerbuild
Expired
|
35.1 KB |
sha256:ea989f5745f92ed9ce7d1d8c91be4b1d013ce1a59d87784a8dfc2f04add2f240
|
|
|
docker~build-push-action~VJK1F6.dockerbuild
Expired
|
35.7 KB |
sha256:336f646a8c68a653a5d9380bc4bad225f0412e82c7b7230cbbfcd451ea9adc7d
|
|
|
docker~build-push-action~VLH6IB.dockerbuild
Expired
|
28.8 KB |
sha256:8a795638d02b0fa8a8fa5fce201f6f3586f17fc256e01c716a8f2ea36565b417
|
|
|
docker~build-push-action~VZ01JB.dockerbuild
Expired
|
16.7 KB |
sha256:f7d537f661c209e63ba6065f39429a38b8091719ac96fdac07723fd7f615924a
|
|
|
docker~build-push-action~X9H0LW.dockerbuild
Expired
|
16.6 KB |
sha256:bdca330bf404a18bc714cfe02bb886b7a349acb71fbfc885f2c2b67a5174354f
|
|
|
docker~build-push-action~XP4MNX.dockerbuild
Expired
|
27.9 KB |
sha256:07934f949536cea6481ccb0c355ced681e5b9ca5090cc46c64db7a6a62271acf
|
|
|
docker~build-push-action~Y9M1Z2.dockerbuild
Expired
|
13.8 KB |
sha256:dd3acd356b611bff11ba2112c26e479eb05cfb4e118616f3796f8104ba0b4c6a
|
|
|
docker~build-push-action~YLDLLV.dockerbuild
Expired
|
17 KB |
sha256:ed66cbadc58d8dc9c638b731842a9f4c20c3df75b05a6525d5cd2086f9da2878
|
|
|
docker~build-push-action~Z2A3D6.dockerbuild
Expired
|
14.8 KB |
sha256:be4698de298c0e33882a61303640421d97443930accb628e1ee229845cbed8b3
|
|
|
docker~build-push-action~ZE92Q4.dockerbuild
Expired
|
16.5 KB |
sha256:5c150f42543226b6e18b29efd8ae325f1ad059a195700c6a5ff8be9ee06075b0
|
|