Author:
Hash:
Timestamp:
+521 -416 +/-8 browse
Kevin Schoon [me@kevinschoon.com]
9410366d7409cda62f07dda7976faa6da5c78af9
Sat, 12 Apr 2025 15:17:33 +0000 (6 months ago)
| 1 | diff --git a/Cargo.lock b/Cargo.lock |
| 2 | index 956e53f..b9422bb 100644 |
| 3 | --- a/Cargo.lock |
| 4 | +++ b/Cargo.lock |
| 5 | @@ -125,12 +125,27 @@ dependencies = [ |
| 6 | ] |
| 7 | |
| 8 | [[package]] |
| 9 | + name = "base16ct" |
| 10 | + version = "0.2.0" |
| 11 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 12 | + checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" |
| 13 | + |
| 14 | + [[package]] |
| 15 | name = "bitflags" |
| 16 | version = "2.9.0" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" |
| 19 | |
| 20 | [[package]] |
| 21 | + name = "block-buffer" |
| 22 | + version = "0.10.4" |
| 23 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | + checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 25 | + dependencies = [ |
| 26 | + "generic-array", |
| 27 | + ] |
| 28 | + |
| 29 | + [[package]] |
| 30 | name = "bytes" |
| 31 | version = "1.10.1" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | @@ -143,6 +158,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 34 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 35 | |
| 36 | [[package]] |
| 37 | + name = "cpufeatures" |
| 38 | + version = "0.2.17" |
| 39 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 40 | + checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 41 | + dependencies = [ |
| 42 | + "libc", |
| 43 | + ] |
| 44 | + |
| 45 | + [[package]] |
| 46 | + name = "crypto-common" |
| 47 | + version = "0.1.6" |
| 48 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 49 | + checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 50 | + dependencies = [ |
| 51 | + "generic-array", |
| 52 | + "typenum", |
| 53 | + ] |
| 54 | + |
| 55 | + [[package]] |
| 56 | name = "darling" |
| 57 | version = "0.20.10" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | @@ -209,6 +243,16 @@ dependencies = [ |
| 60 | ] |
| 61 | |
| 62 | [[package]] |
| 63 | + name = "digest" |
| 64 | + version = "0.10.7" |
| 65 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | + checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 67 | + dependencies = [ |
| 68 | + "block-buffer", |
| 69 | + "crypto-common", |
| 70 | + ] |
| 71 | + |
| 72 | + [[package]] |
| 73 | name = "fnv" |
| 74 | version = "1.0.7" |
| 75 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 76 | @@ -313,6 +357,16 @@ dependencies = [ |
| 77 | ] |
| 78 | |
| 79 | [[package]] |
| 80 | + name = "generic-array" |
| 81 | + version = "0.14.7" |
| 82 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | + checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 84 | + dependencies = [ |
| 85 | + "typenum", |
| 86 | + "version_check", |
| 87 | + ] |
| 88 | + |
| 89 | + [[package]] |
| 90 | name = "getrandom" |
| 91 | version = "0.3.1" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | @@ -349,6 +403,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 95 | |
| 96 | [[package]] |
| 97 | + name = "hex-literal" |
| 98 | + version = "1.0.0" |
| 99 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 100 | + checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" |
| 101 | + |
| 102 | + [[package]] |
| 103 | name = "http" |
| 104 | version = "1.3.1" |
| 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 106 | @@ -560,14 +620,17 @@ version = "0.1.0" |
| 107 | dependencies = [ |
| 108 | "async-trait", |
| 109 | "axum", |
| 110 | + "base16ct", |
| 111 | "bytes", |
| 112 | "futures", |
| 113 | + "hex-literal", |
| 114 | "http", |
| 115 | "oci-spec", |
| 116 | "regex", |
| 117 | "relative-path", |
| 118 | "serde", |
| 119 | "serde_json", |
| 120 | + "sha2", |
| 121 | "thiserror", |
| 122 | "tokio", |
| 123 | "tokio-util", |
| 124 | @@ -782,6 +845,17 @@ dependencies = [ |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
| 128 | + name = "sha2" |
| 129 | + version = "0.10.8" |
| 130 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | + checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
| 132 | + dependencies = [ |
| 133 | + "cfg-if", |
| 134 | + "cpufeatures", |
| 135 | + "digest", |
| 136 | + ] |
| 137 | + |
| 138 | + [[package]] |
| 139 | name = "sharded-slab" |
| 140 | version = "0.1.7" |
| 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 142 | @@ -1041,6 +1115,12 @@ dependencies = [ |
| 143 | ] |
| 144 | |
| 145 | [[package]] |
| 146 | + name = "typenum" |
| 147 | + version = "1.18.0" |
| 148 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 | + checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
| 150 | + |
| 151 | + [[package]] |
| 152 | name = "unicode-ident" |
| 153 | version = "1.0.18" |
| 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 155 | @@ -1062,6 +1142,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 157 | |
| 158 | [[package]] |
| 159 | + name = "version_check" |
| 160 | + version = "0.9.5" |
| 161 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
| 162 | + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 163 | + |
| 164 | + [[package]] |
| 165 | name = "wasi" |
| 166 | version = "0.11.0+wasi-snapshot-preview1" |
| 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 | diff --git a/Cargo.toml b/Cargo.toml |
| 169 | index af0944c..893f2dc 100644 |
| 170 | --- a/Cargo.toml |
| 171 | +++ b/Cargo.toml |
| 172 | @@ -22,6 +22,9 @@ futures = "0.3.31" |
| 173 | uuid = { version = "1.16.0", features = ["v4"] } |
| 174 | bytes = "1.10.1" |
| 175 | relative-path = "1.9.3" |
| 176 | + sha2 = "0.10.8" |
| 177 | + hex-literal = "1.0.0" |
| 178 | + base16ct = { version = "0.2.0", features = ["alloc"] } |
| 179 | |
| 180 | [dev-dependencies] |
| 181 | tokio = { version = "1.44.1", features = ["full"] } |
| 182 | diff --git a/manifest.json b/manifest.json |
| 183 | new file mode 100644 |
| 184 | index 0000000..9061278 |
| 185 | --- /dev/null |
| 186 | +++ b/manifest.json |
| 187 | @@ -0,0 +1,19 @@ |
| 188 | + { |
| 189 | + "schemaVersion": 2, |
| 190 | + "mediaType": "application/vnd.oci.image.manifest.v1+json", |
| 191 | + "config": { |
| 192 | + "mediaType": "application/vnd.oci.image.config.v1+json", |
| 193 | + "digest": "sha256:04d09c568ab48c342d9c33fbd598bfeb0fb4fcdb16527154ea8a23f7685f35d1", |
| 194 | + "size": 129, |
| 195 | + "data": "ewoJImF1dGhvciI6ICJ4VmFlQWc0V05jOENTZ2NJIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9", |
| 196 | + "newUnspecifiedField": "aGVsbG8gd29ybGQ=" |
| 197 | + }, |
| 198 | + "layers": [ |
| 199 | + { |
| 200 | + "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", |
| 201 | + "digest": "sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183", |
| 202 | + "size": 168, |
| 203 | + "newUnspecifiedField": null |
| 204 | + } |
| 205 | + ] |
| 206 | + } |
| 207 | \ No newline at end of file |
| 208 | diff --git a/results/junit.xml b/results/junit.xml |
| 209 | index 40dec4c..6464ab6 100644 |
| 210 | --- a/results/junit.xml |
| 211 | +++ b/results/junit.xml |
| 212 | @@ -1,12 +1,12 @@ |
| 213 | <?xml version="1.0" encoding="UTF-8"?> |
| 214 | - <testsuites tests="80" disabled="56" errors="0" failures="4" time="0.072325501"> |
| 215 | - <testsuite name="conformance tests" package="/results" tests="80" disabled="0" skipped="56" errors="0" failures="4" time="0.072325501" timestamp="2025-04-12T14:01:11"> |
| 216 | + <testsuites tests="80" disabled="56" errors="0" failures="2" time="0.077270199"> |
| 217 | + <testsuite name="conformance tests" package="/results" tests="80" disabled="0" skipped="56" errors="0" failures="2" time="0.077270199" timestamp="2025-04-12T15:16:01"> |
| 218 | <properties> |
| 219 | <property name="SuiteSucceeded" value="false"></property> |
| 220 | <property name="SuiteHasProgrammaticFocus" value="false"></property> |
| 221 | <property name="SpecialSuiteFailureReason" value=""></property> |
| 222 | <property name="SuiteLabels" value="[]"></property> |
| 223 | - <property name="RandomSeed" value="1744466471"></property> |
| 224 | + <property name="RandomSeed" value="1744470961"></property> |
| 225 | <property name="RandomizeAllSpecs" value="false"></property> |
| 226 | <property name="LabelFilter" value=""></property> |
| 227 | <property name="FocusStrings" value=""></property> |
| 228 | @@ -20,305 +20,303 @@ |
| 229 | <property name="ParallelTotal" value="1"></property> |
| 230 | <property name="OutputInterceptorMode" value=""></property> |
| 231 | </properties> |
| 232 | - <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.002446711"> |
| 233 | - <system-err>> Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:18 @ 04/12/25 14:01:11.737
< Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:18 @ 04/12/25 14:01:11.74 (2ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.74
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.74 (0s)
</system-err> |
| 234 | + <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.002300096"> |
| 235 | + <system-err>> Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:18 @ 04/12/25 15:16:01.03
< Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:18 @ 04/12/25 15:16:01.032 (2ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.032
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.032 (0s)
</system-err> |
| 236 | </testcase> |
| 237 | - <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.00143465"> |
| 238 | - <system-err>> Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:36 @ 04/12/25 14:01:11.74
< Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:36 @ 04/12/25 14:01:11.741 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.741
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.741 (0s)
</system-err> |
| 239 | + <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.001389889"> |
| 240 | + <system-err>> Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:36 @ 04/12/25 15:16:01.032
< Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:36 @ 04/12/25 15:16:01.033 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.033
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.033 (0s)
</system-err> |
| 241 | </testcase> |
| 242 | - <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test layer" classname="conformance tests" status="passed" time="0.001454458"> |
| 243 | - <system-err>> Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:54 @ 04/12/25 14:01:11.741
< Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:54 @ 04/12/25 14:01:11.742 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.742
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.742 (0s)
</system-err> |
| 244 | + <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test layer" classname="conformance tests" status="passed" time="0.001377164"> |
| 245 | + <system-err>> Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:54 @ 04/12/25 15:16:01.033
< Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:54 @ 04/12/25 15:16:01.035 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.035
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.035 (0s)
</system-err> |
| 246 | </testcase> |
| 247 | - <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test manifest" classname="conformance tests" status="passed" time="0.001575623"> |
| 248 | - <system-err>> Enter [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:72 @ 04/12/25 14:01:11.743
< Exit [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:72 @ 04/12/25 14:01:11.744 (2ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.744
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.744 (0s)
</system-err> |
| 249 | + <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test manifest" classname="conformance tests" status="passed" time="0.001606204"> |
| 250 | + <system-err>> Enter [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:72 @ 04/12/25 15:16:01.035
< Exit [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:72 @ 04/12/25 15:16:01.036 (2ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.036
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.036 (0s)
</system-err> |
| 251 | </testcase> |
| 252 | - <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test manifest" classname="conformance tests" status="passed" time="0.001600989"> |
| 253 | - <system-err>> Enter [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:87 @ 04/12/25 14:01:11.744
< Exit [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:87 @ 04/12/25 14:01:11.746 (2ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.746
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.746 (0s)
</system-err> |
| 254 | + <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test manifest" classname="conformance tests" status="passed" time="0.001519126"> |
| 255 | + <system-err>> Enter [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:87 @ 04/12/25 15:16:01.036
< Exit [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:87 @ 04/12/25 15:16:01.038 (2ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.038
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.038 (0s)
</system-err> |
| 256 | </testcase> |
| 257 | - <testcase name="OCI Distribution Conformance Tests Pull Setup Get tag name from environment" classname="conformance tests" status="skipped" time="0.000108344"> |
| 258 | + <testcase name="OCI Distribution Conformance Tests Pull Setup Get tag name from environment" classname="conformance tests" status="skipped" time="9.6749e-05"> |
| 259 | <skipped message="skipped - you have skipped this test."></skipped> |
| 260 | - <system-err>> Enter [It] Get tag name from environment - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:101 @ 04/12/25 14:01:11.746
[SKIPPED] you have skipped this test.
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:591 @ 04/12/25 14:01:11.746
< Exit [It] Get tag name from environment - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:101 @ 04/12/25 14:01:11.746 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.746
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.746 (0s)
</system-err> |
| 261 | + <system-err>> Enter [It] Get tag name from environment - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:101 @ 04/12/25 15:16:01.038
[SKIPPED] you have skipped this test.
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:591 @ 04/12/25 15:16:01.038
< Exit [It] Get tag name from environment - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:101 @ 04/12/25 15:16:01.038 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.038
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.038 (0s)
</system-err> |
| 262 | </testcase> |
| 263 | - <testcase name="OCI Distribution Conformance Tests Pull Pull blobs HEAD request to nonexistent blob should result in 404 response" classname="conformance tests" status="passed" time="0.00081542"> |
| 264 | - <system-err>> Enter [It] HEAD request to nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:112 @ 04/12/25 14:01:11.746
< Exit [It] HEAD request to nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:112 @ 04/12/25 14:01:11.747 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.747
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.747 (0s)
</system-err> |
| 265 | + <testcase name="OCI Distribution Conformance Tests Pull Pull blobs HEAD request to nonexistent blob should result in 404 response" classname="conformance tests" status="passed" time="0.000833545"> |
| 266 | + <system-err>> Enter [It] HEAD request to nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:112 @ 04/12/25 15:16:01.038
< Exit [It] HEAD request to nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:112 @ 04/12/25 15:16:01.039 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.039
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.039 (0s)
</system-err> |
| 267 | </testcase> |
| 268 | - <testcase name="OCI Distribution Conformance Tests Pull Pull blobs HEAD request to existing blob should yield 200" classname="conformance tests" status="passed" time="0.000833495"> |
| 269 | - <system-err>> Enter [It] HEAD request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:121 @ 04/12/25 14:01:11.747
< Exit [It] HEAD request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:121 @ 04/12/25 14:01:11.748 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.748
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.748 (0s)
</system-err> |
| 270 | + <testcase name="OCI Distribution Conformance Tests Pull Pull blobs HEAD request to existing blob should yield 200" classname="conformance tests" status="passed" time="0.000815102"> |
| 271 | + <system-err>> Enter [It] HEAD request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:121 @ 04/12/25 15:16:01.039
< Exit [It] HEAD request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:121 @ 04/12/25 15:16:01.04 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.04
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.04 (0s)
</system-err> |
| 272 | </testcase> |
| 273 | - <testcase name="OCI Distribution Conformance Tests Pull Pull blobs GET nonexistent blob should result in 404 response" classname="conformance tests" status="passed" time="0.000831605"> |
| 274 | - <system-err>> Enter [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:133 @ 04/12/25 14:01:11.748
< Exit [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:133 @ 04/12/25 14:01:11.748 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.748
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.748 (0s)
</system-err> |
| 275 | + <testcase name="OCI Distribution Conformance Tests Pull Pull blobs GET nonexistent blob should result in 404 response" classname="conformance tests" status="passed" time="0.000955545"> |
| 276 | + <system-err>> Enter [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:133 @ 04/12/25 15:16:01.04
< Exit [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:133 @ 04/12/25 15:16:01.041 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.041
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.041 (0s)
</system-err> |
| 277 | </testcase> |
| 278 | - <testcase name="OCI Distribution Conformance Tests Pull Pull blobs GET request to existing blob URL should yield 200" classname="conformance tests" status="passed" time="0.041710464"> |
| 279 | - <system-err>> Enter [It] GET request to existing blob URL should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:142 @ 04/12/25 14:01:11.748
< Exit [It] GET request to existing blob URL should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:142 @ 04/12/25 14:01:11.79 (42ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.79
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.79 (0s)
</system-err> |
| 280 | + <testcase name="OCI Distribution Conformance Tests Pull Pull blobs GET request to existing blob URL should yield 200" classname="conformance tests" status="passed" time="0.042396282"> |
| 281 | + <system-err>> Enter [It] GET request to existing blob URL should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:142 @ 04/12/25 15:16:01.041
< Exit [It] GET request to existing blob URL should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:142 @ 04/12/25 15:16:01.083 (42ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.083
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.083 (0s)
</system-err> |
| 282 | </testcase> |
| 283 | - <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to nonexistent manifest should return 404" classname="conformance tests" status="passed" time="0.001138787"> |
| 284 | - <system-err>> Enter [It] HEAD request to nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:152 @ 04/12/25 14:01:11.79
< Exit [It] HEAD request to nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:152 @ 04/12/25 14:01:11.791 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.791
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.791 (0s)
</system-err> |
| 285 | + <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to nonexistent manifest should return 404" classname="conformance tests" status="passed" time="0.00541964"> |
| 286 | + <system-err>> Enter [It] HEAD request to nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:152 @ 04/12/25 15:16:01.083
< Exit [It] HEAD request to nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:152 @ 04/12/25 15:16:01.089 (5ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.089
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.089 (0s)
</system-err> |
| 287 | </testcase> |
| 288 | - <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to manifest[0] path (digest) should yield 200 response" classname="conformance tests" status="failed" time="0.001051333"> |
| 289 | - <failure message="Expected
 <int>: 404
to equal
 <int>: 200" type="failed">[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:167 @ 04/12/25 14:01:11.792
</failure> |
| 290 | - <system-err>> Enter [It] HEAD request to manifest[0] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:161 @ 04/12/25 14:01:11.791
[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:167 @ 04/12/25 14:01:11.792
< Exit [It] HEAD request to manifest[0] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:161 @ 04/12/25 14:01:11.792 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.792
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.792 (0s)
</system-err> |
| 291 | + <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to manifest[0] path (digest) should yield 200 response" classname="conformance tests" status="failed" time="0.001428839"> |
| 292 | + <failure message="Expected
 <int>: 404
to equal
 <int>: 200" type="failed">[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:167 @ 04/12/25 15:16:01.09
</failure> |
| 293 | + <system-err>> Enter [It] HEAD request to manifest[0] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:161 @ 04/12/25 15:16:01.089
[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:167 @ 04/12/25 15:16:01.09
< Exit [It] HEAD request to manifest[0] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:161 @ 04/12/25 15:16:01.09 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.09
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.09 (0s)
</system-err> |
| 294 | </testcase> |
| 295 | - <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to manifest[1] path (digest) should yield 200 response" classname="conformance tests" status="failed" time="0.000960045"> |
| 296 | - <failure message="Expected
 <int>: 404
to equal
 <int>: 200" type="failed">[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:179 @ 04/12/25 14:01:11.793
</failure> |
| 297 | - <system-err>> Enter [It] HEAD request to manifest[1] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:173 @ 04/12/25 14:01:11.792
[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:179 @ 04/12/25 14:01:11.793
< Exit [It] HEAD request to manifest[1] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:173 @ 04/12/25 14:01:11.793 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.793
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.793 (0s)
</system-err> |
| 298 | + <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to manifest[1] path (digest) should yield 200 response" classname="conformance tests" status="passed" time="0.001154963"> |
| 299 | + <system-err>> Enter [It] HEAD request to manifest[1] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:173 @ 04/12/25 15:16:01.09
< Exit [It] HEAD request to manifest[1] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:173 @ 04/12/25 15:16:01.092 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.092
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.092 (0s)
</system-err> |
| 300 | </testcase> |
| 301 | - <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to manifest path (tag) should yield 200 response" classname="conformance tests" status="passed" time="0.00096198"> |
| 302 | - <system-err>> Enter [It] HEAD request to manifest path (tag) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:185 @ 04/12/25 14:01:11.793
< Exit [It] HEAD request to manifest path (tag) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:185 @ 04/12/25 14:01:11.794 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.794
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.794 (0s)
</system-err> |
| 303 | + <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to manifest path (tag) should yield 200 response" classname="conformance tests" status="passed" time="0.001048935"> |
| 304 | + <system-err>> Enter [It] HEAD request to manifest path (tag) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:185 @ 04/12/25 15:16:01.092
< Exit [It] HEAD request to manifest path (tag) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:185 @ 04/12/25 15:16:01.093 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.093
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.093 (0s)
</system-err> |
| 305 | </testcase> |
| 306 | - <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET nonexistent manifest should return 404" classname="conformance tests" status="passed" time="0.000861602"> |
| 307 | - <system-err>> Enter [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:198 @ 04/12/25 14:01:11.794
< Exit [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:198 @ 04/12/25 14:01:11.795 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.795
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.795 (0s)
</system-err> |
| 308 | + <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET nonexistent manifest should return 404" classname="conformance tests" status="passed" time="0.00088612"> |
| 309 | + <system-err>> Enter [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:198 @ 04/12/25 15:16:01.093
< Exit [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:198 @ 04/12/25 15:16:01.094 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.094
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.094 (0s)
</system-err> |
| 310 | </testcase> |
| 311 | - <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET request to manifest[0] path (digest) should yield 200 response" classname="conformance tests" status="failed" time="0.00131444"> |
| 312 | - <failure message="Expected
 <int>: 404
to equal
 <int>: 200" type="failed">[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:213 @ 04/12/25 14:01:11.797
</failure> |
| 313 | - <system-err>> Enter [It] GET request to manifest[0] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:207 @ 04/12/25 14:01:11.795
[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:213 @ 04/12/25 14:01:11.797
< Exit [It] GET request to manifest[0] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:207 @ 04/12/25 14:01:11.797 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.797
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.797 (0s)
</system-err> |
| 314 | + <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET request to manifest[0] path (digest) should yield 200 response" classname="conformance tests" status="failed" time="0.001100525"> |
| 315 | + <failure message="Expected
 <int>: 404
to equal
 <int>: 200" type="failed">[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:213 @ 04/12/25 15:16:01.095
</failure> |
| 316 | + <system-err>> Enter [It] GET request to manifest[0] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:207 @ 04/12/25 15:16:01.094
[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:213 @ 04/12/25 15:16:01.095
< Exit [It] GET request to manifest[0] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:207 @ 04/12/25 15:16:01.095 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.095
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.095 (0s)
</system-err> |
| 317 | </testcase> |
| 318 | - <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET request to manifest[1] path (digest) should yield 200 response" classname="conformance tests" status="failed" time="0.000940619"> |
| 319 | - <failure message="Expected
 <int>: 404
to equal
 <int>: 200" type="failed">[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:222 @ 04/12/25 14:01:11.798
</failure> |
| 320 | - <system-err>> Enter [It] GET request to manifest[1] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:216 @ 04/12/25 14:01:11.797
[FAILED] Expected
 <int>: 404
to equal
 <int>: 200
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:222 @ 04/12/25 14:01:11.798
< Exit [It] GET request to manifest[1] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:216 @ 04/12/25 14:01:11.798 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.798
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.798 (0s)
</system-err> |
| 321 | + <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET request to manifest[1] path (digest) should yield 200 response" classname="conformance tests" status="passed" time="0.00114531"> |
| 322 | + <system-err>> Enter [It] GET request to manifest[1] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:216 @ 04/12/25 15:16:01.095
< Exit [It] GET request to manifest[1] path (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:216 @ 04/12/25 15:16:01.096 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.096
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.096 (0s)
</system-err> |
| 323 | </testcase> |
| 324 | - <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET request to manifest path (tag) should yield 200 response" classname="conformance tests" status="passed" time="0.001084068"> |
| 325 | - <system-err>> Enter [It] GET request to manifest path (tag) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:225 @ 04/12/25 14:01:11.798
< Exit [It] GET request to manifest path (tag) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:225 @ 04/12/25 14:01:11.799 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.799
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.799 (0s)
</system-err> |
| 326 | + <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET request to manifest path (tag) should yield 200 response" classname="conformance tests" status="passed" time="0.001156194"> |
| 327 | + <system-err>> Enter [It] GET request to manifest path (tag) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:225 @ 04/12/25 15:16:01.096
< Exit [It] GET request to manifest path (tag) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:225 @ 04/12/25 15:16:01.097 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.097
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.097 (0s)
</system-err> |
| 328 | </testcase> |
| 329 | - <testcase name="OCI Distribution Conformance Tests Pull Error codes 400 response body should contain OCI-conforming JSON message" classname="conformance tests" status="passed" time="0.000858478"> |
| 330 | - <system-err>> Enter [It] 400 response body should contain OCI-conforming JSON message - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:237 @ 04/12/25 14:01:11.799
< Exit [It] 400 response body should contain OCI-conforming JSON message - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:237 @ 04/12/25 14:01:11.8 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.8
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.8 (0s)
</system-err> |
| 331 | + <testcase name="OCI Distribution Conformance Tests Pull Error codes 400 response body should contain OCI-conforming JSON message" classname="conformance tests" status="passed" time="0.000870013"> |
| 332 | + <system-err>> Enter [It] 400 response body should contain OCI-conforming JSON message - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:237 @ 04/12/25 15:16:01.097
< Exit [It] 400 response body should contain OCI-conforming JSON message - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:237 @ 04/12/25 15:16:01.098 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.098
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.098 (0s)
</system-err> |
| 333 | </testcase> |
| 334 | - <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete config[0] blob created in setup" classname="conformance tests" status="passed" time="0.000798164"> |
| 335 | - <system-err>> Enter [It] Delete config[0] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:290 @ 04/12/25 14:01:11.8
< Exit [It] Delete config[0] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:290 @ 04/12/25 14:01:11.8 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.8
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.8 (0s)
</system-err> |
| 336 | + <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete config[0] blob created in setup" classname="conformance tests" status="passed" time="0.000778054"> |
| 337 | + <system-err>> Enter [It] Delete config[0] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:290 @ 04/12/25 15:16:01.098
< Exit [It] Delete config[0] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:290 @ 04/12/25 15:16:01.099 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.099
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.099 (0s)
</system-err> |
| 338 | </testcase> |
| 339 | - <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete config[1] blob created in setup" classname="conformance tests" status="passed" time="0.000783724"> |
| 340 | - <system-err>> Enter [It] Delete config[1] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:305 @ 04/12/25 14:01:11.8
< Exit [It] Delete config[1] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:305 @ 04/12/25 14:01:11.801 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.801
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.801 (0s)
</system-err> |
| 341 | + <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete config[1] blob created in setup" classname="conformance tests" status="passed" time="0.00074732"> |
| 342 | + <system-err>> Enter [It] Delete config[1] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:305 @ 04/12/25 15:16:01.099
< Exit [It] Delete config[1] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:305 @ 04/12/25 15:16:01.099 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.1
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.1 (0s)
</system-err> |
| 343 | </testcase> |
| 344 | - <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete layer blob created in setup" classname="conformance tests" status="passed" time="0.000824812"> |
| 345 | - <system-err>> Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:321 @ 04/12/25 14:01:11.801
< Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:321 @ 04/12/25 14:01:11.802 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.802
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.802 (0s)
</system-err> |
| 346 | + <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete layer blob created in setup" classname="conformance tests" status="passed" time="0.000735094"> |
| 347 | + <system-err>> Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:321 @ 04/12/25 15:16:01.1
< Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:321 @ 04/12/25 15:16:01.1 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.1
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.1 (0s)
</system-err> |
| 348 | </testcase> |
| 349 | - <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete manifest[0] created in setup" classname="conformance tests" status="passed" time="0.000772242"> |
| 350 | - <system-err>> Enter [It] Delete manifest[0] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:338 @ 04/12/25 14:01:11.802
< Exit [It] Delete manifest[0] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:338 @ 04/12/25 14:01:11.803 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.803
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.803 (0s)
</system-err> |
| 351 | + <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete manifest[0] created in setup" classname="conformance tests" status="passed" time="0.000728035"> |
| 352 | + <system-err>> Enter [It] Delete manifest[0] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:338 @ 04/12/25 15:16:01.1
< Exit [It] Delete manifest[0] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:338 @ 04/12/25 15:16:01.101 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.101
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.101 (0s)
</system-err> |
| 353 | </testcase> |
| 354 | - <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete manifest[1] created in setup" classname="conformance tests" status="passed" time="0.000770799"> |
| 355 | - <system-err>> Enter [It] Delete manifest[1] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:352 @ 04/12/25 14:01:11.803
< Exit [It] Delete manifest[1] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:352 @ 04/12/25 14:01:11.804 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 356 | + <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete manifest[1] created in setup" classname="conformance tests" status="passed" time="0.000731773"> |
| 357 | + <system-err>> Enter [It] Delete manifest[1] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:352 @ 04/12/25 15:16:01.101
< Exit [It] Delete manifest[1] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:352 @ 04/12/25 15:16:01.102 (1ms)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102 (0s)
</system-err> |
| 358 | </testcase> |
| 359 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Streamed PATCH request with blob in body should yield 202 response" classname="conformance tests" status="skipped" time="9.2635e-05"> |
| 360 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 361 | - <system-err>> Enter [It] PATCH request with blob in body should yield 202 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:25 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.804
< Exit [It] PATCH request with blob in body should yield 202 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:25 @ 04/12/25 14:01:11.804 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 362 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Streamed PATCH request with blob in body should yield 202 response" classname="conformance tests" status="skipped" time="0.000102106"> |
| 363 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 364 | + <system-err>> Enter [It] PATCH request with blob in body should yield 202 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:25 @ 04/12/25 15:16:01.102
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.102
< Exit [It] PATCH request with blob in body should yield 202 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:25 @ 04/12/25 15:16:01.102 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102 (0s)
</system-err> |
| 365 | </testcase> |
| 366 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Streamed PUT request to session URL with digest should yield 201 response" classname="conformance tests" status="skipped" time="9.7262e-05"> |
| 367 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 368 | - <system-err>> Enter [It] PUT request to session URL with digest should yield 201 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:42 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.804
< Exit [It] PUT request to session URL with digest should yield 201 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:42 @ 04/12/25 14:01:11.804 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 369 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Streamed PUT request to session URL with digest should yield 201 response" classname="conformance tests" status="skipped" time="7.9849e-05"> |
| 370 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 371 | + <system-err>> Enter [It] PUT request to session URL with digest should yield 201 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:42 @ 04/12/25 15:16:01.102
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.102
< Exit [It] PUT request to session URL with digest should yield 201 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:42 @ 04/12/25 15:16:01.102 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102 (0s)
</system-err> |
| 372 | </testcase> |
| 373 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic GET nonexistent blob should result in 404 response" classname="conformance tests" status="skipped" time="8.6394e-05"> |
| 374 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic GET nonexistent blob should result in 404 response" classname="conformance tests" status="skipped" time="7.7562e-05"> |
| 375 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 376 | - <system-err>> Enter [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:58 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.804
< Exit [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:58 @ 04/12/25 14:01:11.804 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 377 | + <system-err>> Enter [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:58 @ 04/12/25 15:16:01.102
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.102
< Exit [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:58 @ 04/12/25 15:16:01.102 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102 (0s)
</system-err> |
| 378 | </testcase> |
| 379 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic POST request with digest and blob should yield a 201 or 202" classname="conformance tests" status="skipped" time="7.8085e-05"> |
| 380 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic POST request with digest and blob should yield a 201 or 202" classname="conformance tests" status="skipped" time="7.937e-05"> |
| 381 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 382 | - <system-err>> Enter [It] POST request with digest and blob should yield a 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:67 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.804
< Exit [It] POST request with digest and blob should yield a 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:67 @ 04/12/25 14:01:11.804 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 383 | + <system-err>> Enter [It] POST request with digest and blob should yield a 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:67 @ 04/12/25 15:16:01.102
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.102
< Exit [It] POST request with digest and blob should yield a 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:67 @ 04/12/25 15:16:01.102 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102 (0s)
</system-err> |
| 384 | </testcase> |
| 385 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic GET request to blob URL from prior request should yield 200 or 404 based on response code" classname="conformance tests" status="skipped" time="8.2046e-05"> |
| 386 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic GET request to blob URL from prior request should yield 200 or 404 based on response code" classname="conformance tests" status="skipped" time="9.0425e-05"> |
| 387 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 388 | - <system-err>> Enter [It] GET request to blob URL from prior request should yield 200 or 404 based on response code - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:85 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.804
< Exit [It] GET request to blob URL from prior request should yield 200 or 404 based on response code - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:85 @ 04/12/25 14:01:11.804 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 389 | + <system-err>> Enter [It] GET request to blob URL from prior request should yield 200 or 404 based on response code - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:85 @ 04/12/25 15:16:01.102
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.102
< Exit [It] GET request to blob URL from prior request should yield 200 or 404 based on response code - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:85 @ 04/12/25 15:16:01.102 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102 (0s)
</system-err> |
| 390 | </testcase> |
| 391 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic POST request should yield a session ID" classname="conformance tests" status="skipped" time="7.7026e-05"> |
| 392 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 393 | - <system-err>> Enter [It] POST request should yield a session ID - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:98 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.804
< Exit [It] POST request should yield a session ID - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:98 @ 04/12/25 14:01:11.804 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 394 | - </testcase> |
| 395 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic PUT upload of a blob should yield a 201 Response" classname="conformance tests" status="skipped" time="8.2266e-05"> |
| 396 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic POST request should yield a session ID" classname="conformance tests" status="skipped" time="7.8865e-05"> |
| 397 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 398 | - <system-err>> Enter [It] PUT upload of a blob should yield a 201 Response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:107 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.804
< Exit [It] PUT upload of a blob should yield a 201 Response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:107 @ 04/12/25 14:01:11.804 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 399 | + <system-err>> Enter [It] POST request should yield a session ID - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:98 @ 04/12/25 15:16:01.102
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.102
< Exit [It] POST request should yield a session ID - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:98 @ 04/12/25 15:16:01.102 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102 (0s)
</system-err> |
| 400 | </testcase> |
| 401 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic GET request to existing blob should yield 200 response" classname="conformance tests" status="skipped" time="7.9604e-05"> |
| 402 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 403 | - <system-err>> Enter [It] GET request to existing blob should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:121 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.804
< Exit [It] GET request to existing blob should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:121 @ 04/12/25 14:01:11.804 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.804 (0s)
</system-err> |
| 404 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic PUT upload of a blob should yield a 201 Response" classname="conformance tests" status="skipped" time="8.2297e-05"> |
| 405 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 406 | + <system-err>> Enter [It] PUT upload of a blob should yield a 201 Response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:107 @ 04/12/25 15:16:01.102
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.102
< Exit [It] PUT upload of a blob should yield a 201 Response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:107 @ 04/12/25 15:16:01.102 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.102 (0s)
</system-err> |
| 407 | </testcase> |
| 408 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic PUT upload of a layer blob should yield a 201 Response" classname="conformance tests" status="skipped" time="8.3931e-05"> |
| 409 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic GET request to existing blob should yield 200 response" classname="conformance tests" status="skipped" time="8.3498e-05"> |
| 410 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 411 | - <system-err>> Enter [It] PUT upload of a layer blob should yield a 201 Response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:129 @ 04/12/25 14:01:11.804
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] PUT upload of a layer blob should yield a 201 Response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:129 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 412 | + <system-err>> Enter [It] GET request to existing blob should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:121 @ 04/12/25 15:16:01.102
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.103
< Exit [It] GET request to existing blob should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:121 @ 04/12/25 15:16:01.103 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103 (0s)
</system-err> |
| 413 | </testcase> |
| 414 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic GET request to existing layer should yield 200 response" classname="conformance tests" status="skipped" time="8.3048e-05"> |
| 415 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic PUT upload of a layer blob should yield a 201 Response" classname="conformance tests" status="skipped" time="7.5546e-05"> |
| 416 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 417 | - <system-err>> Enter [It] GET request to existing layer should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:146 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] GET request to existing layer should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:146 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 418 | + <system-err>> Enter [It] PUT upload of a layer blob should yield a 201 Response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:129 @ 04/12/25 15:16:01.103
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.103
< Exit [It] PUT upload of a layer blob should yield a 201 Response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:129 @ 04/12/25 15:16:01.103 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103 (0s)
</system-err> |
| 419 | </testcase> |
| 420 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Out-of-order blob upload should return 416" classname="conformance tests" status="skipped" time="8.2303e-05"> |
| 421 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 422 | - <system-err>> Enter [It] Out-of-order blob upload should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:156 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] Out-of-order blob upload should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:156 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 423 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic GET request to existing layer should yield 200 response" classname="conformance tests" status="skipped" time="8.4423e-05"> |
| 424 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 425 | + <system-err>> Enter [It] GET request to existing layer should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:146 @ 04/12/25 15:16:01.103
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.103
< Exit [It] GET request to existing layer should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:146 @ 04/12/25 15:16:01.103 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103 (0s)
</system-err> |
| 426 | </testcase> |
| 427 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PATCH request with first chunk should return 202" classname="conformance tests" status="skipped" time="7.5679e-05"> |
| 428 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Out-of-order blob upload should return 416" classname="conformance tests" status="skipped" time="8.3657e-05"> |
| 429 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 430 | - <system-err>> Enter [It] PATCH request with first chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:185 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] PATCH request with first chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:185 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 431 | + <system-err>> Enter [It] Out-of-order blob upload should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:156 @ 04/12/25 15:16:01.103
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.103
< Exit [It] Out-of-order blob upload should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:156 @ 04/12/25 15:16:01.103 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103 (0s)
</system-err> |
| 432 | </testcase> |
| 433 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Retry previous blob chunk should return 416" classname="conformance tests" status="skipped" time="8.366e-05"> |
| 434 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PATCH request with first chunk should return 202" classname="conformance tests" status="skipped" time="8.4977e-05"> |
| 435 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 436 | - <system-err>> Enter [It] Retry previous blob chunk should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:206 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] Retry previous blob chunk should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:206 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 437 | + <system-err>> Enter [It] PATCH request with first chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:185 @ 04/12/25 15:16:01.103
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.103
< Exit [It] PATCH request with first chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:185 @ 04/12/25 15:16:01.103 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103 (0s)
</system-err> |
| 438 | </testcase> |
| 439 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Get on stale blob upload should return 204 with a range and location" classname="conformance tests" status="skipped" time="7.8329e-05"> |
| 440 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Retry previous blob chunk should return 416" classname="conformance tests" status="skipped" time="8.0641e-05"> |
| 441 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 442 | - <system-err>> Enter [It] Get on stale blob upload should return 204 with a range and location - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:218 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] Get on stale blob upload should return 204 with a range and location - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:218 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 443 | - </testcase> |
| 444 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PATCH request with second chunk should return 202" classname="conformance tests" status="skipped" time="7.4602e-05"> |
| 445 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 446 | - <system-err>> Enter [It] PATCH request with second chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:229 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] PATCH request with second chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:229 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 447 | - </testcase> |
| 448 | - <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PUT request with digest should return 201" classname="conformance tests" status="skipped" time="7.5729e-05"> |
| 449 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 450 | - <system-err>> Enter [It] PUT request with digest should return 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:244 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] PUT request with digest should return 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:244 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 451 | + <system-err>> Enter [It] Retry previous blob chunk should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:206 @ 04/12/25 15:16:01.103
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.103
< Exit [It] Retry previous blob chunk should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:206 @ 04/12/25 15:16:01.103 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103 (0s)
</system-err> |
| 452 | </testcase> |
| 453 | - <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount Cross-mounting of a blob without the from argument should yield session id" classname="conformance tests" status="skipped" time="7.5095e-05"> |
| 454 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Get on stale blob upload should return 204 with a range and location" classname="conformance tests" status="skipped" time="0.000226613"> |
| 455 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 456 | - <system-err>> Enter [It] Cross-mounting of a blob without the from argument should yield session id - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:259 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.805
< Exit [It] Cross-mounting of a blob without the from argument should yield session id - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:259 @ 04/12/25 14:01:11.805 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.805 (0s)
</system-err> |
| 457 | - </testcase> |
| 458 | - <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount POST request to mount another repository's blob should return 201 or 202" classname="conformance tests" status="skipped" time="0.000166639"> |
| 459 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 460 | - <system-err>> Enter [It] POST request to mount another repository's blob should return 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:270 @ 04/12/25 14:01:11.805
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] POST request to mount another repository's blob should return 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:270 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 461 | + <system-err>> Enter [It] Get on stale blob upload should return 204 with a range and location - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:218 @ 04/12/25 15:16:01.103
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.103
< Exit [It] Get on stale blob upload should return 204 with a range and location - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:218 @ 04/12/25 15:16:01.103 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103 (0s)
</system-err> |
| 462 | </testcase> |
| 463 | - <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount GET request to test digest within cross-mount namespace should return 200" classname="conformance tests" status="skipped" time="0.000166431"> |
| 464 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 465 | - <system-err>> Enter [It] GET request to test digest within cross-mount namespace should return 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:285 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] GET request to test digest within cross-mount namespace should return 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:285 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 466 | - </testcase> |
| 467 | - <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount Cross-mounting of nonexistent blob should yield session id" classname="conformance tests" status="skipped" time="7.1584e-05"> |
| 468 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PATCH request with second chunk should return 202" classname="conformance tests" status="skipped" time="0.000110678"> |
| 469 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 470 | - <system-err>> Enter [It] Cross-mounting of nonexistent blob should yield session id - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:295 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] Cross-mounting of nonexistent blob should yield session id - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:295 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 471 | + <system-err>> Enter [It] PATCH request with second chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:229 @ 04/12/25 15:16:01.103
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.103
< Exit [It] PATCH request with second chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:229 @ 04/12/25 15:16:01.103 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.103 (0s)
</system-err> |
| 472 | </testcase> |
| 473 | - <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount Cross-mounting without from, and automatic content discovery enabled should return a 201" classname="conformance tests" status="skipped" time="7.24e-05"> |
| 474 | + <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PUT request with digest should return 201" classname="conformance tests" status="skipped" time="7.0156e-05"> |
| 475 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 476 | - <system-err>> Enter [It] Cross-mounting without from, and automatic content discovery enabled should return a 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:301 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] Cross-mounting without from, and automatic content discovery enabled should return a 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:301 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 477 | + <system-err>> Enter [It] PUT request with digest should return 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:244 @ 04/12/25 15:16:01.103
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] PUT request with digest should return 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:244 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 478 | </testcase> |
| 479 | - <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount Cross-mounting without from, and automatic content discovery disabled should return a 202" classname="conformance tests" status="skipped" time="7.3325e-05"> |
| 480 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 481 | - <system-err>> Enter [It] Cross-mounting without from, and automatic content discovery disabled should return a 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:314 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] Cross-mounting without from, and automatic content discovery disabled should return a 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:314 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 482 | + <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount Cross-mounting of a blob without the from argument should yield session id" classname="conformance tests" status="skipped" time="6.8951e-05"> |
| 483 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 484 | + <system-err>> Enter [It] Cross-mounting of a blob without the from argument should yield session id - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:259 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] Cross-mounting of a blob without the from argument should yield session id - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:259 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 485 | </testcase> |
| 486 | - <testcase name="OCI Distribution Conformance Tests Push Manifest Upload GET nonexistent manifest should return 404" classname="conformance tests" status="skipped" time="8.8054e-05"> |
| 487 | + <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount POST request to mount another repository's blob should return 201 or 202" classname="conformance tests" status="skipped" time="7.5825e-05"> |
| 488 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 489 | - <system-err>> Enter [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:329 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:329 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 490 | + <system-err>> Enter [It] POST request to mount another repository's blob should return 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:270 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] POST request to mount another repository's blob should return 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:270 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 491 | </testcase> |
| 492 | - <testcase name="OCI Distribution Conformance Tests Push Manifest Upload PUT should accept a manifest upload" classname="conformance tests" status="skipped" time="7.0545e-05"> |
| 493 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 494 | - <system-err>> Enter [It] PUT should accept a manifest upload - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:338 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] PUT should accept a manifest upload - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:338 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 495 | + <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount GET request to test digest within cross-mount namespace should return 200" classname="conformance tests" status="skipped" time="6.9405e-05"> |
| 496 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 497 | + <system-err>> Enter [It] GET request to test digest within cross-mount namespace should return 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:285 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] GET request to test digest within cross-mount namespace should return 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:285 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 498 | </testcase> |
| 499 | - <testcase name="OCI Distribution Conformance Tests Push Manifest Upload Registry should accept a manifest upload with no layers" classname="conformance tests" status="skipped" time="6.7231e-05"> |
| 500 | + <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount Cross-mounting of nonexistent blob should yield session id" classname="conformance tests" status="skipped" time="7.3238e-05"> |
| 501 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 502 | - <system-err>> Enter [It] Registry should accept a manifest upload with no layers - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:354 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] Registry should accept a manifest upload with no layers - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:354 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 503 | + <system-err>> Enter [It] Cross-mounting of nonexistent blob should yield session id - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:295 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] Cross-mounting of nonexistent blob should yield session id - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:295 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 504 | </testcase> |
| 505 | - <testcase name="OCI Distribution Conformance Tests Push Manifest Upload GET request to manifest URL (digest) should yield 200 response" classname="conformance tests" status="skipped" time="6.5049e-05"> |
| 506 | + <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount Cross-mounting without from, and automatic content discovery enabled should return a 201" classname="conformance tests" status="skipped" time="6.5588e-05"> |
| 507 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 508 | - <system-err>> Enter [It] GET request to manifest URL (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:372 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] GET request to manifest URL (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:372 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 509 | + <system-err>> Enter [It] Cross-mounting without from, and automatic content discovery enabled should return a 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:301 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] Cross-mounting without from, and automatic content discovery enabled should return a 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:301 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 510 | </testcase> |
| 511 | - <testcase name="OCI Distribution Conformance Tests Push Teardown Delete config blob created in tests" classname="conformance tests" status="skipped" time="6.7432e-05"> |
| 512 | + <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount Cross-mounting without from, and automatic content discovery disabled should return a 202" classname="conformance tests" status="skipped" time="7.0281e-05"> |
| 513 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 514 | - <system-err>> Enter [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:412 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.806
< Exit [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:412 @ 04/12/25 14:01:11.806 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.806 (0s)
</system-err> |
| 515 | + <system-err>> Enter [It] Cross-mounting without from, and automatic content discovery disabled should return a 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:314 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] Cross-mounting without from, and automatic content discovery disabled should return a 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:314 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 516 | </testcase> |
| 517 | - <testcase name="OCI Distribution Conformance Tests Push Teardown Delete layer blob created in setup" classname="conformance tests" status="skipped" time="7.5726e-05"> |
| 518 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 519 | - <system-err>> Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:428 @ 04/12/25 14:01:11.806
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:428 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 520 | + <testcase name="OCI Distribution Conformance Tests Push Manifest Upload GET nonexistent manifest should return 404" classname="conformance tests" status="skipped" time="7.7594e-05"> |
| 521 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 522 | + <system-err>> Enter [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:329 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:329 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 523 | </testcase> |
| 524 | - <testcase name="OCI Distribution Conformance Tests Push Teardown Delete manifest created in tests" classname="conformance tests" status="skipped" time="7.1821e-05"> |
| 525 | + <testcase name="OCI Distribution Conformance Tests Push Manifest Upload PUT should accept a manifest upload" classname="conformance tests" status="skipped" time="6.6888e-05"> |
| 526 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 527 | - <system-err>> Enter [It] Delete manifest created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:445 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] Delete manifest created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:445 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 528 | + <system-err>> Enter [It] PUT should accept a manifest upload - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:338 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] PUT should accept a manifest upload - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:338 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 529 | </testcase> |
| 530 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test blob" classname="conformance tests" status="skipped" time="6.9583e-05"> |
| 531 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 532 | - <system-err>> Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:24 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:24 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 533 | + <testcase name="OCI Distribution Conformance Tests Push Manifest Upload Registry should accept a manifest upload with no layers" classname="conformance tests" status="skipped" time="7.044e-05"> |
| 534 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 535 | + <system-err>> Enter [It] Registry should accept a manifest upload with no layers - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:354 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] Registry should accept a manifest upload with no layers - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:354 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 536 | </testcase> |
| 537 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test layer" classname="conformance tests" status="skipped" time="7.4464e-05"> |
| 538 | + <testcase name="OCI Distribution Conformance Tests Push Manifest Upload GET request to manifest URL (digest) should yield 200 response" classname="conformance tests" status="skipped" time="6.9035e-05"> |
| 539 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 540 | - <system-err>> Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:42 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:42 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 541 | + <system-err>> Enter [It] GET request to manifest URL (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:372 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] GET request to manifest URL (digest) should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:372 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 542 | </testcase> |
| 543 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test tags" classname="conformance tests" status="skipped" time="7.2268e-05"> |
| 544 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 545 | - <system-err>> Enter [It] Populate registry with test tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:60 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] Populate registry with test tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:60 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 546 | + <testcase name="OCI Distribution Conformance Tests Push Teardown Delete config blob created in tests" classname="conformance tests" status="skipped" time="7.3628e-05"> |
| 547 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 548 | + <system-err>> Enter [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:412 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.104
< Exit [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:412 @ 04/12/25 15:16:01.104 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.104 (0s)
</system-err> |
| 549 | </testcase> |
| 550 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test tags (no push)" classname="conformance tests" status="skipped" time="7.462e-05"> |
| 551 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 552 | - <system-err>> Enter [It] Populate registry with test tags (no push) - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:82 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] Populate registry with test tags (no push) - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:82 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 553 | + <testcase name="OCI Distribution Conformance Tests Push Teardown Delete layer blob created in setup" classname="conformance tests" status="skipped" time="6.8842e-05"> |
| 554 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 555 | + <system-err>> Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:428 @ 04/12/25 15:16:01.104
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:428 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 556 | </testcase> |
| 557 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Setup References setup" classname="conformance tests" status="skipped" time="6.6926e-05"> |
| 558 | + <testcase name="OCI Distribution Conformance Tests Push Teardown Delete manifest created in tests" classname="conformance tests" status="skipped" time="6.601e-05"> |
| 559 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 560 | + <system-err>> Enter [It] Delete manifest created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:445 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] Delete manifest created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:445 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 561 | + </testcase> |
| 562 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test blob" classname="conformance tests" status="skipped" time="6.6091e-05"> |
| 563 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 564 | - <system-err>> Enter [It] References setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:88 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] References setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:88 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 565 | + <system-err>> Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:24 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:24 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 566 | </testcase> |
| 567 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing tags) GET request to list tags should yield 200 response" classname="conformance tests" status="skipped" time="7.1619e-05"> |
| 568 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test layer" classname="conformance tests" status="skipped" time="7.0314e-05"> |
| 569 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 570 | + <system-err>> Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:42 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:42 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 571 | + </testcase> |
| 572 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test tags" classname="conformance tests" status="skipped" time="7.1254e-05"> |
| 573 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 574 | - <system-err>> Enter [It] GET request to list tags should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:256 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] GET request to list tags should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:256 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 575 | + <system-err>> Enter [It] Populate registry with test tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:60 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] Populate registry with test tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:60 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 576 | </testcase> |
| 577 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing tags) GET number of tags should be limitable by `n` query parameter" classname="conformance tests" status="skipped" time="6.8771e-05"> |
| 578 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test tags (no push)" classname="conformance tests" status="skipped" time="7.4703e-05"> |
| 579 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 580 | - <system-err>> Enter [It] GET number of tags should be limitable by `n` query parameter - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:266 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] GET number of tags should be limitable by `n` query parameter - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:266 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 581 | + <system-err>> Enter [It] Populate registry with test tags (no push) - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:82 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] Populate registry with test tags (no push) - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:82 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 582 | + </testcase> |
| 583 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Setup References setup" classname="conformance tests" status="skipped" time="6.3419e-05"> |
| 584 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 585 | + <system-err>> Enter [It] References setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:88 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] References setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:88 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 586 | </testcase> |
| 587 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing tags) GET start of tag is set by `last` query parameter" classname="conformance tests" status="skipped" time="6.5491e-05"> |
| 588 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing tags) GET request to list tags should yield 200 response" classname="conformance tests" status="skipped" time="6.9187e-05"> |
| 589 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 590 | - <system-err>> Enter [It] GET start of tag is set by `last` query parameter - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:279 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] GET start of tag is set by `last` query parameter - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:279 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 591 | + <system-err>> Enter [It] GET request to list tags should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:256 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] GET request to list tags should yield 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:256 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 592 | </testcase> |
| 593 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing references) GET request to nonexistent blob should result in empty 200 response" classname="conformance tests" status="skipped" time="6.61e-05"> |
| 594 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing tags) GET number of tags should be limitable by `n` query parameter" classname="conformance tests" status="skipped" time="6.7439e-05"> |
| 595 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 596 | - <system-err>> Enter [It] GET request to nonexistent blob should result in empty 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:300 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] GET request to nonexistent blob should result in empty 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:300 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 597 | + <system-err>> Enter [It] GET number of tags should be limitable by `n` query parameter - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:266 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] GET number of tags should be limitable by `n` query parameter - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:266 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 598 | </testcase> |
| 599 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing references) GET request to existing blob should yield 200" classname="conformance tests" status="skipped" time="6.5142e-05"> |
| 600 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing tags) GET start of tag is set by `last` query parameter" classname="conformance tests" status="skipped" time="7.0669e-05"> |
| 601 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 602 | - <system-err>> Enter [It] GET request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:315 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.807
< Exit [It] GET request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:315 @ 04/12/25 14:01:11.807 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.807 (0s)
</system-err> |
| 603 | + <system-err>> Enter [It] GET start of tag is set by `last` query parameter - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:279 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] GET start of tag is set by `last` query parameter - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:279 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 604 | </testcase> |
| 605 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing references) GET request to existing blob with filter should yield 200" classname="conformance tests" status="skipped" time="6.6001e-05"> |
| 606 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing references) GET request to nonexistent blob should result in empty 200 response" classname="conformance tests" status="skipped" time="6.6454e-05"> |
| 607 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 608 | - <system-err>> Enter [It] GET request to existing blob with filter should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:335 @ 04/12/25 14:01:11.807
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] GET request to existing blob with filter should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:335 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 609 | + <system-err>> Enter [It] GET request to nonexistent blob should result in empty 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:300 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] GET request to nonexistent blob should result in empty 200 response - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:300 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 610 | </testcase> |
| 611 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing references) GET request to missing manifest should yield 200" classname="conformance tests" status="skipped" time="7.4612e-05"> |
| 612 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing references) GET request to existing blob should yield 200" classname="conformance tests" status="skipped" time="6.5706e-05"> |
| 613 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 614 | - <system-err>> Enter [It] GET request to missing manifest should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:367 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] GET request to missing manifest should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:367 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 615 | + <system-err>> Enter [It] GET request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:315 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.105
< Exit [It] GET request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:315 @ 04/12/25 15:16:01.105 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.105 (0s)
</system-err> |
| 616 | </testcase> |
| 617 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete config blob created in tests" classname="conformance tests" status="skipped" time="6.5836e-05"> |
| 618 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 619 | - <system-err>> Enter [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:415 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:415 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 620 | - </testcase> |
| 621 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete layer blob created in setup" classname="conformance tests" status="skipped" time="6.4283e-05"> |
| 622 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 623 | - <system-err>> Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:431 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:431 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 624 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing references) GET request to existing blob with filter should yield 200" classname="conformance tests" status="skipped" time="6.421e-05"> |
| 625 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 626 | + <system-err>> Enter [It] GET request to existing blob with filter should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:335 @ 04/12/25 15:16:01.105
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] GET request to existing blob with filter should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:335 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 627 | </testcase> |
| 628 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete created manifest & associated tags" classname="conformance tests" status="skipped" time="6.4278e-05"> |
| 629 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 630 | - <system-err>> Enter [It] Delete created manifest & associated tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:448 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] Delete created manifest & associated tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:448 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 631 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Test content discovery endpoints (listing references) GET request to missing manifest should yield 200" classname="conformance tests" status="skipped" time="6.9428e-05"> |
| 632 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 633 | + <system-err>> Enter [It] GET request to missing manifest should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:367 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] GET request to missing manifest should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:367 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 634 | </testcase> |
| 635 | - <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown References teardown" classname="conformance tests" status="skipped" time="7.6612e-05"> |
| 636 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete config blob created in tests" classname="conformance tests" status="skipped" time="6.5755e-05"> |
| 637 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 638 | - <system-err>> Enter [It] References teardown - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:477 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] References teardown - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:477 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 639 | + <system-err>> Enter [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:415 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:415 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 640 | </testcase> |
| 641 | - <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test config blob" classname="conformance tests" status="skipped" time="6.5865e-05"> |
| 642 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 643 | - <system-err>> Enter [It] Populate registry with test config blob - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:21 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] Populate registry with test config blob - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:21 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 644 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete layer blob created in setup" classname="conformance tests" status="skipped" time="6.5413e-05"> |
| 645 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 646 | + <system-err>> Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:431 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:431 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 647 | + </testcase> |
| 648 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete created manifest & associated tags" classname="conformance tests" status="skipped" time="6.8438e-05"> |
| 649 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 650 | + <system-err>> Enter [It] Delete created manifest & associated tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:448 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] Delete created manifest & associated tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:448 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 651 | </testcase> |
| 652 | - <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test layer" classname="conformance tests" status="skipped" time="6.578e-05"> |
| 653 | + <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown References teardown" classname="conformance tests" status="skipped" time="6.5976e-05"> |
| 654 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 655 | - <system-err>> Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:39 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:39 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 656 | + <system-err>> Enter [It] References teardown - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:477 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] References teardown - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:477 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 657 | </testcase> |
| 658 | - <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test tag" classname="conformance tests" status="skipped" time="6.4216e-05"> |
| 659 | + <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test config blob" classname="conformance tests" status="skipped" time="6.6731e-05"> |
| 660 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 661 | - <system-err>> Enter [It] Populate registry with test tag - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:57 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] Populate registry with test tag - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:57 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 662 | + <system-err>> Enter [It] Populate registry with test config blob - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:21 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] Populate registry with test config blob - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:21 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 663 | </testcase> |
| 664 | - <testcase name="OCI Distribution Conformance Tests Content Management Setup Check how many tags there are before anything gets deleted" classname="conformance tests" status="skipped" time="6.593e-05"> |
| 665 | + <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test layer" classname="conformance tests" status="skipped" time="6.6292e-05"> |
| 666 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 667 | - <system-err>> Enter [It] Check how many tags there are before anything gets deleted - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:72 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] Check how many tags there are before anything gets deleted - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:72 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 668 | + <system-err>> Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:39 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:39 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 669 | </testcase> |
| 670 | - <testcase name="OCI Distribution Conformance Tests Content Management Manifest delete DELETE request to manifest tag should return 202, unless tag deletion is disallowed (400/405)" classname="conformance tests" status="skipped" time="6.8654e-05"> |
| 671 | + <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test tag" classname="conformance tests" status="skipped" time="7.326e-05"> |
| 672 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 673 | - <system-err>> Enter [It] DELETE request to manifest tag should return 202, unless tag deletion is disallowed (400/405) - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:88 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] DELETE request to manifest tag should return 202, unless tag deletion is disallowed (400/405) - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:88 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 674 | + <system-err>> Enter [It] Populate registry with test tag - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:57 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] Populate registry with test tag - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:57 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 675 | </testcase> |
| 676 | - <testcase name="OCI Distribution Conformance Tests Content Management Manifest delete DELETE request to manifest (digest) should yield 202 response unless already deleted" classname="conformance tests" status="skipped" time="6.6048e-05"> |
| 677 | + <testcase name="OCI Distribution Conformance Tests Content Management Setup Check how many tags there are before anything gets deleted" classname="conformance tests" status="skipped" time="6.5654e-05"> |
| 678 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 679 | - <system-err>> Enter [It] DELETE request to manifest (digest) should yield 202 response unless already deleted - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:106 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] DELETE request to manifest (digest) should yield 202 response unless already deleted - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:106 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 680 | + <system-err>> Enter [It] Check how many tags there are before anything gets deleted - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:72 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] Check how many tags there are before anything gets deleted - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:72 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 681 | </testcase> |
| 682 | - <testcase name="OCI Distribution Conformance Tests Content Management Manifest delete GET request to deleted manifest URL should yield 404 response, unless delete is disallowed" classname="conformance tests" status="skipped" time="6.5798e-05"> |
| 683 | - <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 684 | - <system-err>> Enter [It] GET request to deleted manifest URL should yield 404 response, unless delete is disallowed - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:118 @ 04/12/25 14:01:11.808
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.808
< Exit [It] GET request to deleted manifest URL should yield 404 response, unless delete is disallowed - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:118 @ 04/12/25 14:01:11.808 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.808 (0s)
</system-err> |
| 685 | + <testcase name="OCI Distribution Conformance Tests Content Management Manifest delete DELETE request to manifest tag should return 202, unless tag deletion is disallowed (400/405)" classname="conformance tests" status="skipped" time="6.5932e-05"> |
| 686 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
"></skipped> |
| 687 | + <system-err>> Enter [It] DELETE request to manifest tag should return 202, unless tag deletion is disallowed (400/405) - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:88 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] DELETE request to manifest tag should return 202, unless tag deletion is disallowed (400/405) - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:88 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 688 | </testcase> |
| 689 | - <testcase name="OCI Distribution Conformance Tests Content Management Manifest delete GET request to tags list should reflect manifest deletion" classname="conformance tests" status="skipped" time="7.5178e-05"> |
| 690 | + <testcase name="OCI Distribution Conformance Tests Content Management Manifest delete DELETE request to manifest (digest) should yield 202 response unless already deleted" classname="conformance tests" status="skipped" time="6.844e-05"> |
| 691 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 692 | - <system-err>> Enter [It] GET request to tags list should reflect manifest deletion - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:129 @ 04/12/25 14:01:11.809
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.809
< Exit [It] GET request to tags list should reflect manifest deletion - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:129 @ 04/12/25 14:01:11.809 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.809
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.809 (0s)
</system-err> |
| 693 | + <system-err>> Enter [It] DELETE request to manifest (digest) should yield 202 response unless already deleted - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:106 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.106
< Exit [It] DELETE request to manifest (digest) should yield 202 response unless already deleted - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:106 @ 04/12/25 15:16:01.106 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.106 (0s)
</system-err> |
| 694 | + </testcase> |
| 695 | + <testcase name="OCI Distribution Conformance Tests Content Management Manifest delete GET request to deleted manifest URL should yield 404 response, unless delete is disallowed" classname="conformance tests" status="skipped" time="7.1882e-05"> |
| 696 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 697 | + <system-err>> Enter [It] GET request to deleted manifest URL should yield 404 response, unless delete is disallowed - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:118 @ 04/12/25 15:16:01.106
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.107
< Exit [It] GET request to deleted manifest URL should yield 404 response, unless delete is disallowed - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:118 @ 04/12/25 15:16:01.107 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.107
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.107 (0s)
</system-err> |
| 698 | </testcase> |
| 699 | - <testcase name="OCI Distribution Conformance Tests Content Management Blob delete DELETE request to blob URL should yield 202 response" classname="conformance tests" status="skipped" time="6.8345e-05"> |
| 700 | + <testcase name="OCI Distribution Conformance Tests Content Management Manifest delete GET request to tags list should reflect manifest deletion" classname="conformance tests" status="skipped" time="6.7778e-05"> |
| 701 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
"></skipped> |
| 702 | - <system-err>> Enter [It] DELETE request to blob URL should yield 202 response - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:153 @ 04/12/25 14:01:11.809
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.809
< Exit [It] DELETE request to blob URL should yield 202 response - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:153 @ 04/12/25 14:01:11.809 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.809
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.809 (0s)
</system-err> |
| 703 | + <system-err>> Enter [It] GET request to tags list should reflect manifest deletion - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:129 @ 04/12/25 15:16:01.107
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.107
< Exit [It] GET request to tags list should reflect manifest deletion - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:129 @ 04/12/25 15:16:01.107 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.107
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.107 (0s)
</system-err> |
| 704 | + </testcase> |
| 705 | + <testcase name="OCI Distribution Conformance Tests Content Management Blob delete DELETE request to blob URL should yield 202 response" classname="conformance tests" status="skipped" time="6.5299e-05"> |
| 706 | + <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
"></skipped> |
| 707 | + <system-err>> Enter [It] DELETE request to blob URL should yield 202 response - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:153 @ 04/12/25 15:16:01.107
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
	OCI_TEST_PULL=1
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.107
< Exit [It] DELETE request to blob URL should yield 202 response - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:153 @ 04/12/25 15:16:01.107 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.107
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.107 (0s)
</system-err> |
| 708 | </testcase> |
| 709 | - <testcase name="OCI Distribution Conformance Tests Content Management Blob delete GET request to deleted blob URL should yield 404 response" classname="conformance tests" status="skipped" time="6.7051e-05"> |
| 710 | + <testcase name="OCI Distribution Conformance Tests Content Management Blob delete GET request to deleted blob URL should yield 404 response" classname="conformance tests" status="skipped" time="6.5519e-05"> |
| 711 | <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
"></skipped> |
| 712 | - <system-err>> Enter [It] GET request to deleted blob URL should yield 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:180 @ 04/12/25 14:01:11.809
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 14:01:11.809
< Exit [It] GET request to deleted blob URL should yield 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:180 @ 04/12/25 14:01:11.809 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.809
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 14:01:11.809 (0s)
</system-err> |
| 713 | + <system-err>> Enter [It] GET request to deleted blob URL should yield 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:180 @ 04/12/25 15:16:01.107
[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:
	OCI_TEST_PULL=1
	OCI_TEST_PUSH=0
	OCI_TEST_CONTENT_DISCOVERY=0
	OCI_TEST_CONTENT_MANAGEMENT=0
In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/12/25 15:16:01.107
< Exit [It] GET request to deleted blob URL should yield 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:180 @ 04/12/25 15:16:01.107 (0s)
> Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.107
< Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/12/25 15:16:01.107 (0s)
</system-err> |
| 714 | </testcase> |
| 715 | - <testcase name="html custom reporter" classname="conformance tests" status="passed" time="0.004855469"> |
| 716 | - <system-err>> Enter [ReportAfterSuite] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:24 @ 04/12/25 14:01:11.809
< Exit [ReportAfterSuite] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:24 @ 04/12/25 14:01:11.814 (5ms)
</system-err> |
| 717 | + <testcase name="html custom reporter" classname="conformance tests" status="passed" time="0.004933854"> |
| 718 | + <system-err>> Enter [ReportAfterSuite] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:24 @ 04/12/25 15:16:01.107
< Exit [ReportAfterSuite] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:24 @ 04/12/25 15:16:01.112 (5ms)
</system-err> |
| 719 | </testcase> |
| 720 | </testsuite> |
| 721 | </testsuites> |
| 722 | \ No newline at end of file |
| 723 | diff --git a/results/report.html b/results/report.html |
| 724 | index 45c3d0d..2516215 100644 |
| 725 | --- a/results/report.html |
| 726 | +++ b/results/report.html |
| 727 | @@ -135,12 +135,12 @@ |
| 728 | .meter-green { |
| 729 | height: 100%; |
| 730 | background: green; |
| 731 | - width: 24%; |
| 732 | + width: 27%; |
| 733 | } |
| 734 | .meter-red { |
| 735 | height: 100%; |
| 736 | background: red; |
| 737 | - width: 5%; |
| 738 | + width: 3%; |
| 739 | } |
| 740 | .meter-grey { |
| 741 | height: 100%; |
| 742 | @@ -183,7 +183,7 @@ |
| 743 | <tr> |
| 744 | <td class="bullet-left">Summary</td> |
| 745 | <td> |
| 746 | - <div class="quick-summary"><span class="darkgreen">19 passed</span><span class="darkred">4 failed</span><span class="darkgrey">56 skipped</span><div class="meter"> |
| 747 | + <div class="quick-summary"><span class="darkgreen">21 passed</span><span class="darkred">2 failed</span><span class="darkgrey">56 skipped</span><div class="meter"> |
| 748 | <div class="meter-green"></div> |
| 749 | <div class="meter-red"></div> |
| 750 | <div class="meter-grey"></div> |
| 751 | @@ -193,15 +193,15 @@ |
| 752 | </tr> |
| 753 | <tr> |
| 754 | <td class="bullet-left">Start Time</td> |
| 755 | - <td>Apr 12 14:01:11.736 +0000 UTC</td> |
| 756 | + <td>Apr 12 15:16:01.028 +0000 UTC</td> |
| 757 | </tr> |
| 758 | <tr> |
| 759 | <td class="bullet-left">End Time</td> |
| 760 | - <td>Apr 12 14:01:11.809 +0000 UTC</td> |
| 761 | + <td>Apr 12 15:16:01.107 +0000 UTC</td> |
| 762 | </tr> |
| 763 | <tr> |
| 764 | <td class="bullet-left">Time Elapsed</td> |
| 765 | - <td>72.840702ms</td> |
| 766 | + <td>78.371441ms</td> |
| 767 | </tr> |
| 768 | <tr> |
| 769 | <td class="bullet-left">Test Version</td> |
| 770 | @@ -271,12 +271,12 @@ BODY : |
| 771 | ~~~ RESPONSE ~~~ |
| 772 | STATUS : 202 Accepted |
| 773 | PROTO : HTTP/1.1 |
| 774 | - RECEIVED AT : 2025-04-12T14:01:11.74082867Z |
| 775 | - TIME DURATION: 720.331µs |
| 776 | + RECEIVED AT : 2025-04-12T15:16:01.033172811Z |
| 777 | + TIME DURATION: 708.357µs |
| 778 | HEADERS : |
| 779 | Content-Length: 0 |
| 780 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 781 | - Location: /v2/upload/4f1279de-a2f1-4ef6-b14d-7261fa7a1802 |
| 782 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 783 | + Location: /v2/upload/feadcfb1-f011-466c-a8b9-456abc6f1bcc |
| 784 | Oci-Chunk-Min-Length: 10000000 |
| 785 | BODY : |
| 786 | |
| 787 | @@ -285,7 +285,7 @@ BODY : |
| 788 | DEBUG |
| 789 | ============================================================================== |
| 790 | ~~~ REQUEST ~~~ |
| 791 | - PUT /v2/upload/4f1279de-a2f1-4ef6-b14d-7261fa7a1802?digest=sha256%3Abe8ef098edad2c2428b4e2b7ddf06a95185b6f93470fda18e8bedc7f42cd2446 HTTP/1.1 |
| 792 | + PUT /v2/upload/feadcfb1-f011-466c-a8b9-456abc6f1bcc?digest=sha256%3A10859be385c4bda13a1060764a309ab55f5d504fcaaa7d1f19898704510c2cb6 HTTP/1.1 |
| 793 | HOST : localhost:8700 |
| 794 | HEADERS: |
| 795 | Content-Length: 129 |
| 796 | @@ -297,11 +297,11 @@ BODY : |
| 797 | ~~~ RESPONSE ~~~ |
| 798 | STATUS : 201 Created |
| 799 | PROTO : HTTP/1.1 |
| 800 | - RECEIVED AT : 2025-04-12T14:01:11.741408799Z |
| 801 | - TIME DURATION: 463.633µs |
| 802 | + RECEIVED AT : 2025-04-12T15:16:01.033723162Z |
| 803 | + TIME DURATION: 431.351µs |
| 804 | HEADERS : |
| 805 | Content-Length: 0 |
| 806 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 807 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 808 | BODY : |
| 809 | |
| 810 | ============================================================================== |
| 811 | @@ -331,12 +331,12 @@ BODY : |
| 812 | ~~~ RESPONSE ~~~ |
| 813 | STATUS : 202 Accepted |
| 814 | PROTO : HTTP/1.1 |
| 815 | - RECEIVED AT : 2025-04-12T14:01:11.74082867Z |
| 816 | - TIME DURATION: 720.331µs |
| 817 | + RECEIVED AT : 2025-04-12T15:16:01.033172811Z |
| 818 | + TIME DURATION: 708.357µs |
| 819 | HEADERS : |
| 820 | Content-Length: 0 |
| 821 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 822 | - Location: /v2/upload/4f1279de-a2f1-4ef6-b14d-7261fa7a1802 |
| 823 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 824 | + Location: /v2/upload/feadcfb1-f011-466c-a8b9-456abc6f1bcc |
| 825 | Oci-Chunk-Min-Length: 10000000 |
| 826 | BODY : |
| 827 | |
| 828 | @@ -345,7 +345,7 @@ BODY : |
| 829 | DEBUG |
| 830 | ============================================================================== |
| 831 | ~~~ REQUEST ~~~ |
| 832 | - PUT /v2/upload/4f1279de-a2f1-4ef6-b14d-7261fa7a1802?digest=sha256%3Abe8ef098edad2c2428b4e2b7ddf06a95185b6f93470fda18e8bedc7f42cd2446 HTTP/1.1 |
| 833 | + PUT /v2/upload/feadcfb1-f011-466c-a8b9-456abc6f1bcc?digest=sha256%3A10859be385c4bda13a1060764a309ab55f5d504fcaaa7d1f19898704510c2cb6 HTTP/1.1 |
| 834 | HOST : localhost:8700 |
| 835 | HEADERS: |
| 836 | Content-Length: 129 |
| 837 | @@ -357,11 +357,11 @@ BODY : |
| 838 | ~~~ RESPONSE ~~~ |
| 839 | STATUS : 201 Created |
| 840 | PROTO : HTTP/1.1 |
| 841 | - RECEIVED AT : 2025-04-12T14:01:11.741408799Z |
| 842 | - TIME DURATION: 463.633µs |
| 843 | + RECEIVED AT : 2025-04-12T15:16:01.033723162Z |
| 844 | + TIME DURATION: 431.351µs |
| 845 | HEADERS : |
| 846 | Content-Length: 0 |
| 847 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 848 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 849 | BODY : |
| 850 | |
| 851 | ============================================================================== |
| 852 | @@ -391,12 +391,12 @@ BODY : |
| 853 | ~~~ RESPONSE ~~~ |
| 854 | STATUS : 202 Accepted |
| 855 | PROTO : HTTP/1.1 |
| 856 | - RECEIVED AT : 2025-04-12T14:01:11.742269663Z |
| 857 | - TIME DURATION: 704.882µs |
| 858 | + RECEIVED AT : 2025-04-12T15:16:01.034572608Z |
| 859 | + TIME DURATION: 697.546µs |
| 860 | HEADERS : |
| 861 | Content-Length: 0 |
| 862 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 863 | - Location: /v2/upload/5ba47810-b97d-4abf-bdc4-f0823e7bffa5 |
| 864 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 865 | + Location: /v2/upload/2b4b5531-9ade-4a52-8475-ede85fbd6a03 |
| 866 | Oci-Chunk-Min-Length: 10000000 |
| 867 | BODY : |
| 868 | |
| 869 | @@ -405,7 +405,7 @@ BODY : |
| 870 | DEBUG |
| 871 | ============================================================================== |
| 872 | ~~~ REQUEST ~~~ |
| 873 | - PUT /v2/upload/5ba47810-b97d-4abf-bdc4-f0823e7bffa5?digest=sha256%3A48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183 HTTP/1.1 |
| 874 | + PUT /v2/upload/2b4b5531-9ade-4a52-8475-ede85fbd6a03?digest=sha256%3A48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183 HTTP/1.1 |
| 875 | HOST : localhost:8700 |
| 876 | HEADERS: |
| 877 | Content-Length: 168 |
| 878 | @@ -417,11 +417,11 @@ BODY : |
| 879 | ~~~ RESPONSE ~~~ |
| 880 | STATUS : 201 Created |
| 881 | PROTO : HTTP/1.1 |
| 882 | - RECEIVED AT : 2025-04-12T14:01:11.742885862Z |
| 883 | - TIME DURATION: 473.483µs |
| 884 | + RECEIVED AT : 2025-04-12T15:16:01.035122278Z |
| 885 | + TIME DURATION: 438.473µs |
| 886 | HEADERS : |
| 887 | Content-Length: 0 |
| 888 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 889 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 890 | BODY : |
| 891 | |
| 892 | ============================================================================== |
| 893 | @@ -441,22 +441,22 @@ BODY : |
| 894 | <pre class="pre-box">DEBUG |
| 895 | ============================================================================== |
| 896 | ~~~ REQUEST ~~~ |
| 897 | - PUT /v2/myorg/myrepo/a/manifests/sha256:841008551233a58d6eea14fc98f53494c4f39f9020ca8cb13d4c1192a07cffd6 HTTP/1.1 |
| 898 | + PUT /v2/myorg/myrepo/a/manifests/sha256:a1f3d3a34a5e6aea0b8a7f583a4bc8e9f402bc9b0b9e12a56f186e7b8a27f855 HTTP/1.1 |
| 899 | HOST : localhost:8700 |
| 900 | HEADERS: |
| 901 | Content-Type: application/vnd.oci.image.manifest.v1+json |
| 902 | User-Agent: distribution-spec-conformance-tests |
| 903 | BODY : |
| 904 | - "ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmJlOGVmMDk4ZWRhZDJjMjQyOGI0ZTJiN2RkZjA2YTk1MTg1YjZmOTM0NzBmZGExOGU4YmVkYzdmNDJjZDI0NDYiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0l3Tm5kVmJqZEhOV3R3U25KQ2VsY3hJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9" |
| 905 | + "ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjEwODU5YmUzODVjNGJkYTEzYTEwNjA3NjRhMzA5YWI1NWY1ZDUwNGZjYWFhN2QxZjE5ODk4NzA0NTEwYzJjYjYiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pRTWtKUGJEazRNMmxLWjAxdmNURkJJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9" |
| 906 | ------------------------------------------------------------------------------ |
| 907 | ~~~ RESPONSE ~~~ |
| 908 | STATUS : 200 OK |
| 909 | PROTO : HTTP/1.1 |
| 910 | - RECEIVED AT : 2025-04-12T14:01:11.746009535Z |
| 911 | - TIME DURATION: 1.344178ms |
| 912 | + RECEIVED AT : 2025-04-12T15:16:01.038210291Z |
| 913 | + TIME DURATION: 1.284657ms |
| 914 | HEADERS : |
| 915 | Content-Length: 0 |
| 916 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 917 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 918 | BODY : |
| 919 | |
| 920 | ============================================================================== |
| 921 | @@ -476,22 +476,22 @@ BODY : |
| 922 | <pre class="pre-box">DEBUG |
| 923 | ============================================================================== |
| 924 | ~~~ REQUEST ~~~ |
| 925 | - PUT /v2/myorg/myrepo/a/manifests/sha256:841008551233a58d6eea14fc98f53494c4f39f9020ca8cb13d4c1192a07cffd6 HTTP/1.1 |
| 926 | + PUT /v2/myorg/myrepo/a/manifests/sha256:a1f3d3a34a5e6aea0b8a7f583a4bc8e9f402bc9b0b9e12a56f186e7b8a27f855 HTTP/1.1 |
| 927 | HOST : localhost:8700 |
| 928 | HEADERS: |
| 929 | Content-Type: application/vnd.oci.image.manifest.v1+json |
| 930 | User-Agent: distribution-spec-conformance-tests |
| 931 | BODY : |
| 932 | - "ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmJlOGVmMDk4ZWRhZDJjMjQyOGI0ZTJiN2RkZjA2YTk1MTg1YjZmOTM0NzBmZGExOGU4YmVkYzdmNDJjZDI0NDYiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0l3Tm5kVmJqZEhOV3R3U25KQ2VsY3hJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9" |
| 933 | + "ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjEwODU5YmUzODVjNGJkYTEzYTEwNjA3NjRhMzA5YWI1NWY1ZDUwNGZjYWFhN2QxZjE5ODk4NzA0NTEwYzJjYjYiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pRTWtKUGJEazRNMmxLWjAxdmNURkJJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9" |
| 934 | ------------------------------------------------------------------------------ |
| 935 | ~~~ RESPONSE ~~~ |
| 936 | STATUS : 200 OK |
| 937 | PROTO : HTTP/1.1 |
| 938 | - RECEIVED AT : 2025-04-12T14:01:11.746009535Z |
| 939 | - TIME DURATION: 1.344178ms |
| 940 | + RECEIVED AT : 2025-04-12T15:16:01.038210291Z |
| 941 | + TIME DURATION: 1.284657ms |
| 942 | HEADERS : |
| 943 | Content-Length: 0 |
| 944 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 945 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 946 | BODY : |
| 947 | |
| 948 | ============================================================================== |
| 949 | @@ -540,12 +540,12 @@ BODY : |
| 950 | ~~~ RESPONSE ~~~ |
| 951 | STATUS : 404 Not Found |
| 952 | PROTO : HTTP/1.1 |
| 953 | - RECEIVED AT : 2025-04-12T14:01:11.747078794Z |
| 954 | - TIME DURATION: 662.131µs |
| 955 | + RECEIVED AT : 2025-04-12T15:16:01.039250686Z |
| 956 | + TIME DURATION: 685.955µs |
| 957 | HEADERS : |
| 958 | Content-Length: 74 |
| 959 | Content-Type: application/json |
| 960 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 961 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 962 | BODY : |
| 963 | *** Error: Unable to format response body - "unexpected end of JSON input" *** |
| 964 | |
| 965 | @@ -568,7 +568,7 @@ Log Body as-is: |
| 966 | <pre class="pre-box">DEBUG |
| 967 | ============================================================================== |
| 968 | ~~~ REQUEST ~~~ |
| 969 | - HEAD /v2/myorg/myrepo/a/blobs/sha256:25f8f38abff43ea89087e6733bc53f84186c07c1e29be37b0920494fb0c111e9 HTTP/1.1 |
| 970 | + HEAD /v2/myorg/myrepo/a/blobs/sha256:baa28f63497eb740041a440b66a8d119a74f8d5df70567f6d51434c51fbf9ea1 HTTP/1.1 |
| 971 | HOST : localhost:8700 |
| 972 | HEADERS: |
| 973 | User-Agent: distribution-spec-conformance-tests |
| 974 | @@ -578,11 +578,11 @@ BODY : |
| 975 | ~~~ RESPONSE ~~~ |
| 976 | STATUS : 200 OK |
| 977 | PROTO : HTTP/1.1 |
| 978 | - RECEIVED AT : 2025-04-12T14:01:11.747953986Z |
| 979 | - TIME DURATION: 719.446µs |
| 980 | + RECEIVED AT : 2025-04-12T15:16:01.040092Z |
| 981 | + TIME DURATION: 678.829µs |
| 982 | HEADERS : |
| 983 | Content-Length: 0 |
| 984 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 985 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 986 | BODY : |
| 987 | |
| 988 | ============================================================================== |
| 989 | @@ -612,12 +612,12 @@ BODY : |
| 990 | ~~~ RESPONSE ~~~ |
| 991 | STATUS : 404 Not Found |
| 992 | PROTO : HTTP/1.1 |
| 993 | - RECEIVED AT : 2025-04-12T14:01:11.748766127Z |
| 994 | - TIME DURATION: 683.061µs |
| 995 | + RECEIVED AT : 2025-04-12T15:16:01.041064384Z |
| 996 | + TIME DURATION: 704.167µs |
| 997 | HEADERS : |
| 998 | Content-Length: 170 |
| 999 | Content-Type: application/json |
| 1000 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1001 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1002 | BODY : |
| 1003 | { |
| 1004 | "code": "BLOB_UNKNOWN", |
| 1005 | @@ -641,7 +641,7 @@ BODY : |
| 1006 | <pre class="pre-box">DEBUG |
| 1007 | ============================================================================== |
| 1008 | ~~~ REQUEST ~~~ |
| 1009 | - GET /v2/myorg/myrepo/a/blobs/sha256:25f8f38abff43ea89087e6733bc53f84186c07c1e29be37b0920494fb0c111e9 HTTP/1.1 |
| 1010 | + GET /v2/myorg/myrepo/a/blobs/sha256:baa28f63497eb740041a440b66a8d119a74f8d5df70567f6d51434c51fbf9ea1 HTTP/1.1 |
| 1011 | HOST : localhost:8700 |
| 1012 | HEADERS: |
| 1013 | User-Agent: distribution-spec-conformance-tests |
| 1014 | @@ -651,29 +651,19 @@ BODY : |
| 1015 | ~~~ RESPONSE ~~~ |
| 1016 | STATUS : 200 OK |
| 1017 | PROTO : HTTP/1.1 |
| 1018 | - RECEIVED AT : 2025-04-12T14:01:11.790454233Z |
| 1019 | - TIME DURATION: 41.510404ms |
| 1020 | + RECEIVED AT : 2025-04-12T15:16:01.082593834Z |
| 1021 | + TIME DURATION: 41.350259ms |
| 1022 | HEADERS : |
| 1023 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1024 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1025 | BODY : |
| 1026 | { |
| 1027 | - "schemaVersion": 2, |
| 1028 | - "mediaType": "application/vnd.oci.image.manifest.v1+json", |
| 1029 | - "config": { |
| 1030 | - "mediaType": "application/vnd.oci.image.config.v1+json", |
| 1031 | - "digest": "sha256:25f8f38abff43ea89087e6733bc53f84186c07c1e29be37b0920494fb0c111e9", |
| 1032 | - "size": 129, |
| 1033 | - "data": "ewoJImF1dGhvciI6ICJZSXcyeXdTM3Z0YmtDZ2U5IiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9", |
| 1034 | - "newUnspecifiedField": "aGVsbG8gd29ybGQ=" |
| 1035 | - }, |
| 1036 | - "layers": [ |
| 1037 | - { |
| 1038 | - "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", |
| 1039 | - "digest": "sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183", |
| 1040 | - "size": 168, |
| 1041 | - "newUnspecifiedField": null |
| 1042 | - } |
| 1043 | - ] |
| 1044 | + "author": "bhXr0-mr0ih43lov", |
| 1045 | + "architecture": "amd64", |
| 1046 | + "os": "linux", |
| 1047 | + "rootfs": { |
| 1048 | + "type": "layers", |
| 1049 | + "diff_ids": [] |
| 1050 | + } |
| 1051 | } |
| 1052 | ============================================================================== |
| 1053 | |
| 1054 | @@ -709,12 +699,12 @@ BODY : |
| 1055 | ~~~ RESPONSE ~~~ |
| 1056 | STATUS : 404 Not Found |
| 1057 | PROTO : HTTP/1.1 |
| 1058 | - RECEIVED AT : 2025-04-12T14:01:11.79167251Z |
| 1059 | - TIME DURATION: 978.774µs |
| 1060 | + RECEIVED AT : 2025-04-12T15:16:01.088593201Z |
| 1061 | + TIME DURATION: 4.573128ms |
| 1062 | HEADERS : |
| 1063 | Content-Length: 106 |
| 1064 | Content-Type: application/json |
| 1065 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1066 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1067 | BODY : |
| 1068 | *** Error: Unable to format response body - "unexpected end of JSON input" *** |
| 1069 | |
| 1070 | @@ -738,7 +728,7 @@ Log Body as-is: |
| 1071 | <pre class="pre-box">DEBUG |
| 1072 | ============================================================================== |
| 1073 | ~~~ REQUEST ~~~ |
| 1074 | - HEAD /v2/myorg/myrepo/a/manifests/sha256:e7fc333eab79aeb8036b26a78be1a5ee1f71b306c9cec33ec22262ea8810ea4e HTTP/1.1 |
| 1075 | + HEAD /v2/myorg/myrepo/a/manifests/sha256:f0b9329ca0b9cd17d4767fcd25b09f10621546762095e0ba85272b191eb2289b HTTP/1.1 |
| 1076 | HOST : localhost:8700 |
| 1077 | HEADERS: |
| 1078 | Accept: application/vnd.oci.image.manifest.v1+json |
| 1079 | @@ -749,12 +739,12 @@ BODY : |
| 1080 | ~~~ RESPONSE ~~~ |
| 1081 | STATUS : 404 Not Found |
| 1082 | PROTO : HTTP/1.1 |
| 1083 | - RECEIVED AT : 2025-04-12T14:01:11.79266891Z |
| 1084 | - TIME DURATION: 811.27µs |
| 1085 | + RECEIVED AT : 2025-04-12T15:16:01.090298791Z |
| 1086 | + TIME DURATION: 781.307µs |
| 1087 | HEADERS : |
| 1088 | Content-Length: 106 |
| 1089 | Content-Type: application/json |
| 1090 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1091 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1092 | BODY : |
| 1093 | *** Error: Unable to format response body - "unexpected end of JSON input" *** |
| 1094 | |
| 1095 | @@ -775,16 +765,15 @@ to equal |
| 1096 | |
| 1097 | |
| 1098 | |
| 1099 | - <div class="result red"> |
| 1100 | + <div class="result green"> |
| 1101 | <div id="output-box-12-button" class="toggle" onclick="javascript:toggleOutput('output-box-12')">+</div> |
| 1102 | <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-12')">HEAD request to manifest[1] path (digest) should yield 200 response</h4> |
| 1103 | <br> |
| 1104 | - <div> |
| 1105 | - <div id="output-box-12" style="display: none;"> |
| 1106 | - <pre class="pre-box">DEBUG |
| 1107 | + <div id="output-box-12" style="display: none;"> |
| 1108 | + <pre class="pre-box">DEBUG |
| 1109 | ============================================================================== |
| 1110 | ~~~ REQUEST ~~~ |
| 1111 | - HEAD /v2/myorg/myrepo/a/manifests/sha256:841008551233a58d6eea14fc98f53494c4f39f9020ca8cb13d4c1192a07cffd6 HTTP/1.1 |
| 1112 | + HEAD /v2/myorg/myrepo/a/manifests/sha256:a1f3d3a34a5e6aea0b8a7f583a4bc8e9f402bc9b0b9e12a56f186e7b8a27f855 HTTP/1.1 |
| 1113 | HOST : localhost:8700 |
| 1114 | HEADERS: |
| 1115 | Accept: application/vnd.oci.image.manifest.v1+json |
| 1116 | @@ -793,29 +782,19 @@ BODY : |
| 1117 | ***** NO CONTENT ***** |
| 1118 | ------------------------------------------------------------------------------ |
| 1119 | ~~~ RESPONSE ~~~ |
| 1120 | - STATUS : 404 Not Found |
| 1121 | + STATUS : 200 OK |
| 1122 | PROTO : HTTP/1.1 |
| 1123 | - RECEIVED AT : 2025-04-12T14:01:11.793689766Z |
| 1124 | - TIME DURATION: 737.294µs |
| 1125 | + RECEIVED AT : 2025-04-12T15:16:01.091970814Z |
| 1126 | + TIME DURATION: 1.001778ms |
| 1127 | HEADERS : |
| 1128 | - Content-Length: 106 |
| 1129 | - Content-Type: application/json |
| 1130 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1131 | + Content-Length: 0 |
| 1132 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1133 | BODY : |
| 1134 | - *** Error: Unable to format response body - "unexpected end of JSON input" *** |
| 1135 | - |
| 1136 | - Log Body as-is: |
| 1137 | |
| 1138 | ============================================================================== |
| 1139 | |
| 1140 | </pre> |
| 1141 | - </div> |
| 1142 | </div> |
| 1143 | - <pre class="fail-message">Expected |
| 1144 | - <int>: 404 |
| 1145 | - to equal |
| 1146 | - <int>: 200</pre> |
| 1147 | - <br> |
| 1148 | </div> |
| 1149 | |
| 1150 | |
| 1151 | @@ -840,11 +819,11 @@ BODY : |
| 1152 | ~~~ RESPONSE ~~~ |
| 1153 | STATUS : 200 OK |
| 1154 | PROTO : HTTP/1.1 |
| 1155 | - RECEIVED AT : 2025-04-12T14:01:11.794812623Z |
| 1156 | - TIME DURATION: 840.161µs |
| 1157 | + RECEIVED AT : 2025-04-12T15:16:01.093050869Z |
| 1158 | + TIME DURATION: 929.481µs |
| 1159 | HEADERS : |
| 1160 | Content-Length: 0 |
| 1161 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1162 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1163 | BODY : |
| 1164 | |
| 1165 | ============================================================================== |
| 1166 | @@ -874,12 +853,12 @@ BODY : |
| 1167 | ~~~ RESPONSE ~~~ |
| 1168 | STATUS : 404 Not Found |
| 1169 | PROTO : HTTP/1.1 |
| 1170 | - RECEIVED AT : 2025-04-12T14:01:11.795660867Z |
| 1171 | - TIME DURATION: 719.883µs |
| 1172 | + RECEIVED AT : 2025-04-12T15:16:01.093944363Z |
| 1173 | + TIME DURATION: 744.976µs |
| 1174 | HEADERS : |
| 1175 | Content-Length: 82 |
| 1176 | Content-Type: application/json |
| 1177 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1178 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1179 | BODY : |
| 1180 | { |
| 1181 | "code": "MANIFEST_UNKNOWN", |
| 1182 | @@ -904,7 +883,7 @@ BODY : |
| 1183 | <pre class="pre-box">DEBUG |
| 1184 | ============================================================================== |
| 1185 | ~~~ REQUEST ~~~ |
| 1186 | - GET /v2/myorg/myrepo/a/manifests/sha256:e7fc333eab79aeb8036b26a78be1a5ee1f71b306c9cec33ec22262ea8810ea4e HTTP/1.1 |
| 1187 | + GET /v2/myorg/myrepo/a/manifests/sha256:f0b9329ca0b9cd17d4767fcd25b09f10621546762095e0ba85272b191eb2289b HTTP/1.1 |
| 1188 | HOST : localhost:8700 |
| 1189 | HEADERS: |
| 1190 | Accept: application/vnd.oci.image.manifest.v1+json |
| 1191 | @@ -915,12 +894,12 @@ BODY : |
| 1192 | ~~~ RESPONSE ~~~ |
| 1193 | STATUS : 404 Not Found |
| 1194 | PROTO : HTTP/1.1 |
| 1195 | - RECEIVED AT : 2025-04-12T14:01:11.79660989Z |
| 1196 | - TIME DURATION: 763.93µs |
| 1197 | + RECEIVED AT : 2025-04-12T15:16:01.094969106Z |
| 1198 | + TIME DURATION: 873.63µs |
| 1199 | HEADERS : |
| 1200 | Content-Length: 82 |
| 1201 | Content-Type: application/json |
| 1202 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1203 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1204 | BODY : |
| 1205 | { |
| 1206 | "code": "MANIFEST_UNKNOWN", |
| 1207 | @@ -942,16 +921,15 @@ to equal |
| 1208 | |
| 1209 | |
| 1210 | |
| 1211 | - <div class="result red"> |
| 1212 | + <div class="result green"> |
| 1213 | <div id="output-box-16-button" class="toggle" onclick="javascript:toggleOutput('output-box-16')">+</div> |
| 1214 | <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-16')">GET request to manifest[1] path (digest) should yield 200 response</h4> |
| 1215 | <br> |
| 1216 | - <div> |
| 1217 | - <div id="output-box-16" style="display: none;"> |
| 1218 | - <pre class="pre-box">DEBUG |
| 1219 | + <div id="output-box-16" style="display: none;"> |
| 1220 | + <pre class="pre-box">DEBUG |
| 1221 | ============================================================================== |
| 1222 | ~~~ REQUEST ~~~ |
| 1223 | - GET /v2/myorg/myrepo/a/manifests/sha256:841008551233a58d6eea14fc98f53494c4f39f9020ca8cb13d4c1192a07cffd6 HTTP/1.1 |
| 1224 | + GET /v2/myorg/myrepo/a/manifests/sha256:a1f3d3a34a5e6aea0b8a7f583a4bc8e9f402bc9b0b9e12a56f186e7b8a27f855 HTTP/1.1 |
| 1225 | HOST : localhost:8700 |
| 1226 | HEADERS: |
| 1227 | Accept: application/vnd.oci.image.manifest.v1+json |
| 1228 | @@ -960,30 +938,36 @@ BODY : |
| 1229 | ***** NO CONTENT ***** |
| 1230 | ------------------------------------------------------------------------------ |
| 1231 | ~~~ RESPONSE ~~~ |
| 1232 | - STATUS : 404 Not Found |
| 1233 | + STATUS : 200 OK |
| 1234 | PROTO : HTTP/1.1 |
| 1235 | - RECEIVED AT : 2025-04-12T14:01:11.797925659Z |
| 1236 | - TIME DURATION: 711.273µs |
| 1237 | + RECEIVED AT : 2025-04-12T15:16:01.096182384Z |
| 1238 | + TIME DURATION: 935.404µs |
| 1239 | HEADERS : |
| 1240 | - Content-Length: 82 |
| 1241 | + Content-Length: 583 |
| 1242 | Content-Type: application/json |
| 1243 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1244 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1245 | BODY : |
| 1246 | { |
| 1247 | - "code": "MANIFEST_UNKNOWN", |
| 1248 | - "message": "manifest unknown to registry", |
| 1249 | - "detail": null |
| 1250 | + "schemaVersion": 2, |
| 1251 | + "mediaType": "application/vnd.oci.image.manifest.v1+json", |
| 1252 | + "config": { |
| 1253 | + "mediaType": "application/vnd.oci.image.config.v1+json", |
| 1254 | + "digest": "sha256:10859be385c4bda13a1060764a309ab55f5d504fcaaa7d1f19898704510c2cb6", |
| 1255 | + "size": 129, |
| 1256 | + "data": "ewoJImF1dGhvciI6ICJQMkJPbDk4M2lKZ01vcTFBIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9" |
| 1257 | + }, |
| 1258 | + "layers": [ |
| 1259 | + { |
| 1260 | + "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip", |
| 1261 | + "digest": "sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183", |
| 1262 | + "size": 168 |
| 1263 | + } |
| 1264 | + ] |
| 1265 | } |
| 1266 | ============================================================================== |
| 1267 | |
| 1268 | </pre> |
| 1269 | - </div> |
| 1270 | </div> |
| 1271 | - <pre class="fail-message">Expected |
| 1272 | - <int>: 404 |
| 1273 | - to equal |
| 1274 | - <int>: 200</pre> |
| 1275 | - <br> |
| 1276 | </div> |
| 1277 | |
| 1278 | |
| 1279 | @@ -1008,21 +992,21 @@ BODY : |
| 1280 | ~~~ RESPONSE ~~~ |
| 1281 | STATUS : 200 OK |
| 1282 | PROTO : HTTP/1.1 |
| 1283 | - RECEIVED AT : 2025-04-12T14:01:11.799091817Z |
| 1284 | - TIME DURATION: 875.047µs |
| 1285 | + RECEIVED AT : 2025-04-12T15:16:01.097379506Z |
| 1286 | + TIME DURATION: 963.836µs |
| 1287 | HEADERS : |
| 1288 | Content-Length: 583 |
| 1289 | Content-Type: application/json |
| 1290 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1291 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1292 | BODY : |
| 1293 | { |
| 1294 | "schemaVersion": 2, |
| 1295 | "mediaType": "application/vnd.oci.image.manifest.v1+json", |
| 1296 | "config": { |
| 1297 | "mediaType": "application/vnd.oci.image.config.v1+json", |
| 1298 | - "digest": "sha256:25f8f38abff43ea89087e6733bc53f84186c07c1e29be37b0920494fb0c111e9", |
| 1299 | + "digest": "sha256:baa28f63497eb740041a440b66a8d119a74f8d5df70567f6d51434c51fbf9ea1", |
| 1300 | "size": 129, |
| 1301 | - "data": "ewoJImF1dGhvciI6ICJZSXcyeXdTM3Z0YmtDZ2U5IiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9" |
| 1302 | + "data": "ewoJImF1dGhvciI6ICJiaFhyMC1tcjBpaDQzbG92IiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9" |
| 1303 | }, |
| 1304 | "layers": [ |
| 1305 | { |
| 1306 | @@ -1067,12 +1051,12 @@ BODY : |
| 1307 | ~~~ RESPONSE ~~~ |
| 1308 | STATUS : 404 Not Found |
| 1309 | PROTO : HTTP/1.1 |
| 1310 | - RECEIVED AT : 2025-04-12T14:01:11.800030141Z |
| 1311 | - TIME DURATION: 714.271µs |
| 1312 | + RECEIVED AT : 2025-04-12T15:16:01.09832018Z |
| 1313 | + TIME DURATION: 715.944µs |
| 1314 | HEADERS : |
| 1315 | Content-Length: 82 |
| 1316 | Content-Type: application/json |
| 1317 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1318 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1319 | BODY : |
| 1320 | { |
| 1321 | "code": "MANIFEST_UNKNOWN", |
| 1322 | @@ -1103,7 +1087,7 @@ BODY : |
| 1323 | <pre class="pre-box">DEBUG |
| 1324 | ============================================================================== |
| 1325 | ~~~ REQUEST ~~~ |
| 1326 | - DELETE /v2/myorg/myrepo/a/blobs/sha256:25f8f38abff43ea89087e6733bc53f84186c07c1e29be37b0920494fb0c111e9 HTTP/1.1 |
| 1327 | + DELETE /v2/myorg/myrepo/a/blobs/sha256:baa28f63497eb740041a440b66a8d119a74f8d5df70567f6d51434c51fbf9ea1 HTTP/1.1 |
| 1328 | HOST : localhost:8700 |
| 1329 | HEADERS: |
| 1330 | User-Agent: distribution-spec-conformance-tests |
| 1331 | @@ -1113,12 +1097,12 @@ BODY : |
| 1332 | ~~~ RESPONSE ~~~ |
| 1333 | STATUS : 405 Method Not Allowed |
| 1334 | PROTO : HTTP/1.1 |
| 1335 | - RECEIVED AT : 2025-04-12T14:01:11.80087238Z |
| 1336 | - TIME DURATION: 662.733µs |
| 1337 | + RECEIVED AT : 2025-04-12T15:16:01.099091791Z |
| 1338 | + TIME DURATION: 612.445µs |
| 1339 | HEADERS : |
| 1340 | Allow: HEAD,GET,HEAD |
| 1341 | Content-Length: 0 |
| 1342 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1343 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1344 | BODY : |
| 1345 | |
| 1346 | ============================================================================== |
| 1347 | @@ -1138,7 +1122,7 @@ BODY : |
| 1348 | <pre class="pre-box">DEBUG |
| 1349 | ============================================================================== |
| 1350 | ~~~ REQUEST ~~~ |
| 1351 | - DELETE /v2/myorg/myrepo/a/blobs/sha256:be8ef098edad2c2428b4e2b7ddf06a95185b6f93470fda18e8bedc7f42cd2446 HTTP/1.1 |
| 1352 | + DELETE /v2/myorg/myrepo/a/blobs/sha256:10859be385c4bda13a1060764a309ab55f5d504fcaaa7d1f19898704510c2cb6 HTTP/1.1 |
| 1353 | HOST : localhost:8700 |
| 1354 | HEADERS: |
| 1355 | User-Agent: distribution-spec-conformance-tests |
| 1356 | @@ -1148,12 +1132,12 @@ BODY : |
| 1357 | ~~~ RESPONSE ~~~ |
| 1358 | STATUS : 405 Method Not Allowed |
| 1359 | PROTO : HTTP/1.1 |
| 1360 | - RECEIVED AT : 2025-04-12T14:01:11.801681289Z |
| 1361 | - TIME DURATION: 662.142µs |
| 1362 | + RECEIVED AT : 2025-04-12T15:16:01.099913563Z |
| 1363 | + TIME DURATION: 616.379µs |
| 1364 | HEADERS : |
| 1365 | Allow: HEAD,GET,HEAD |
| 1366 | Content-Length: 0 |
| 1367 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1368 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1369 | BODY : |
| 1370 | |
| 1371 | ============================================================================== |
| 1372 | @@ -1183,12 +1167,12 @@ BODY : |
| 1373 | ~~~ RESPONSE ~~~ |
| 1374 | STATUS : 405 Method Not Allowed |
| 1375 | PROTO : HTTP/1.1 |
| 1376 | - RECEIVED AT : 2025-04-12T14:01:11.802526858Z |
| 1377 | - TIME DURATION: 685.456µs |
| 1378 | + RECEIVED AT : 2025-04-12T15:16:01.100664576Z |
| 1379 | + TIME DURATION: 606.306µs |
| 1380 | HEADERS : |
| 1381 | Allow: HEAD,GET,HEAD |
| 1382 | Content-Length: 0 |
| 1383 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1384 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1385 | BODY : |
| 1386 | |
| 1387 | ============================================================================== |
| 1388 | @@ -1208,7 +1192,7 @@ BODY : |
| 1389 | <pre class="pre-box">DEBUG |
| 1390 | ============================================================================== |
| 1391 | ~~~ REQUEST ~~~ |
| 1392 | - DELETE /v2/myorg/myrepo/a/manifests/sha256:e7fc333eab79aeb8036b26a78be1a5ee1f71b306c9cec33ec22262ea8810ea4e HTTP/1.1 |
| 1393 | + DELETE /v2/myorg/myrepo/a/manifests/sha256:f0b9329ca0b9cd17d4767fcd25b09f10621546762095e0ba85272b191eb2289b HTTP/1.1 |
| 1394 | HOST : localhost:8700 |
| 1395 | HEADERS: |
| 1396 | User-Agent: distribution-spec-conformance-tests |
| 1397 | @@ -1218,12 +1202,12 @@ BODY : |
| 1398 | ~~~ RESPONSE ~~~ |
| 1399 | STATUS : 405 Method Not Allowed |
| 1400 | PROTO : HTTP/1.1 |
| 1401 | - RECEIVED AT : 2025-04-12T14:01:11.803315862Z |
| 1402 | - TIME DURATION: 648.681µs |
| 1403 | + RECEIVED AT : 2025-04-12T15:16:01.101408592Z |
| 1404 | + TIME DURATION: 610.092µs |
| 1405 | HEADERS : |
| 1406 | Allow: PUT,GET,HEAD,HEAD |
| 1407 | Content-Length: 0 |
| 1408 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1409 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1410 | BODY : |
| 1411 | |
| 1412 | ============================================================================== |
| 1413 | @@ -1243,7 +1227,7 @@ BODY : |
| 1414 | <pre class="pre-box">DEBUG |
| 1415 | ============================================================================== |
| 1416 | ~~~ REQUEST ~~~ |
| 1417 | - DELETE /v2/myorg/myrepo/a/manifests/sha256:841008551233a58d6eea14fc98f53494c4f39f9020ca8cb13d4c1192a07cffd6 HTTP/1.1 |
| 1418 | + DELETE /v2/myorg/myrepo/a/manifests/sha256:a1f3d3a34a5e6aea0b8a7f583a4bc8e9f402bc9b0b9e12a56f186e7b8a27f855 HTTP/1.1 |
| 1419 | HOST : localhost:8700 |
| 1420 | HEADERS: |
| 1421 | User-Agent: distribution-spec-conformance-tests |
| 1422 | @@ -1253,12 +1237,12 @@ BODY : |
| 1423 | ~~~ RESPONSE ~~~ |
| 1424 | STATUS : 405 Method Not Allowed |
| 1425 | PROTO : HTTP/1.1 |
| 1426 | - RECEIVED AT : 2025-04-12T14:01:11.804105834Z |
| 1427 | - TIME DURATION: 643.845µs |
| 1428 | + RECEIVED AT : 2025-04-12T15:16:01.10216047Z |
| 1429 | + TIME DURATION: 609.912µs |
| 1430 | HEADERS : |
| 1431 | Allow: PUT,GET,HEAD,HEAD |
| 1432 | Content-Length: 0 |
| 1433 | - Date: Sat, 12 Apr 2025 14:01:11 GMT |
| 1434 | + Date: Sat, 12 Apr 2025 15:16:01 GMT |
| 1435 | BODY : |
| 1436 | |
| 1437 | ============================================================================== |
| 1438 | @@ -1294,10 +1278,10 @@ BODY : |
| 1439 | <br> |
| 1440 | <div id="output-box-24" style="display: none;"> |
| 1441 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1442 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1443 | OCI_TEST_PULL=1 |
| 1444 | OCI_TEST_PUSH=0 |
| 1445 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1446 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1447 | </pre> |
| 1448 | </div> |
| 1449 | </div> |
| 1450 | @@ -1311,10 +1295,10 @@ BODY : |
| 1451 | <br> |
| 1452 | <div id="output-box-25" style="display: none;"> |
| 1453 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1454 | - OCI_TEST_PUSH=0 |
| 1455 | - OCI_TEST_CONTENT_DISCOVERY=0 |
| 1456 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1457 | OCI_TEST_PULL=1 |
| 1458 | + OCI_TEST_PUSH=0 |
| 1459 | + OCI_TEST_CONTENT_DISCOVERY=0 |
| 1460 | </pre> |
| 1461 | </div> |
| 1462 | </div> |
| 1463 | @@ -1386,10 +1370,10 @@ BODY : |
| 1464 | <br> |
| 1465 | <div id="output-box-29" style="display: none;"> |
| 1466 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1467 | + OCI_TEST_CONTENT_DISCOVERY=0 |
| 1468 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1469 | OCI_TEST_PULL=1 |
| 1470 | OCI_TEST_PUSH=0 |
| 1471 | - OCI_TEST_CONTENT_DISCOVERY=0 |
| 1472 | </pre> |
| 1473 | </div> |
| 1474 | </div> |
| 1475 | @@ -1403,10 +1387,10 @@ BODY : |
| 1476 | <br> |
| 1477 | <div id="output-box-30" style="display: none;"> |
| 1478 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1479 | - OCI_TEST_CONTENT_DISCOVERY=0 |
| 1480 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1481 | OCI_TEST_PULL=1 |
| 1482 | OCI_TEST_PUSH=0 |
| 1483 | + OCI_TEST_CONTENT_DISCOVERY=0 |
| 1484 | </pre> |
| 1485 | </div> |
| 1486 | </div> |
| 1487 | @@ -1478,10 +1462,10 @@ BODY : |
| 1488 | <br> |
| 1489 | <div id="output-box-34" style="display: none;"> |
| 1490 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1491 | - OCI_TEST_CONTENT_DISCOVERY=0 |
| 1492 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1493 | OCI_TEST_PULL=1 |
| 1494 | OCI_TEST_PUSH=0 |
| 1495 | + OCI_TEST_CONTENT_DISCOVERY=0 |
| 1496 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1497 | </pre> |
| 1498 | </div> |
| 1499 | </div> |
| 1500 | @@ -1495,10 +1479,10 @@ BODY : |
| 1501 | <br> |
| 1502 | <div id="output-box-35" style="display: none;"> |
| 1503 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1504 | - OCI_TEST_PULL=1 |
| 1505 | OCI_TEST_PUSH=0 |
| 1506 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1507 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1508 | + OCI_TEST_PULL=1 |
| 1509 | </pre> |
| 1510 | </div> |
| 1511 | </div> |
| 1512 | @@ -1512,10 +1496,10 @@ BODY : |
| 1513 | <br> |
| 1514 | <div id="output-box-36" style="display: none;"> |
| 1515 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1516 | + OCI_TEST_PULL=1 |
| 1517 | OCI_TEST_PUSH=0 |
| 1518 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1519 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1520 | - OCI_TEST_PULL=1 |
| 1521 | </pre> |
| 1522 | </div> |
| 1523 | </div> |
| 1524 | @@ -1563,10 +1547,10 @@ BODY : |
| 1525 | <br> |
| 1526 | <div id="output-box-39" style="display: none;"> |
| 1527 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1528 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1529 | OCI_TEST_PULL=1 |
| 1530 | OCI_TEST_PUSH=0 |
| 1531 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1532 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1533 | </pre> |
| 1534 | </div> |
| 1535 | </div> |
| 1536 | @@ -1587,10 +1571,10 @@ BODY : |
| 1537 | <br> |
| 1538 | <div id="output-box-40" style="display: none;"> |
| 1539 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1540 | - OCI_TEST_PULL=1 |
| 1541 | OCI_TEST_PUSH=0 |
| 1542 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1543 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1544 | + OCI_TEST_PULL=1 |
| 1545 | </pre> |
| 1546 | </div> |
| 1547 | </div> |
| 1548 | @@ -1604,10 +1588,10 @@ BODY : |
| 1549 | <br> |
| 1550 | <div id="output-box-41" style="display: none;"> |
| 1551 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1552 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1553 | OCI_TEST_PULL=1 |
| 1554 | OCI_TEST_PUSH=0 |
| 1555 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1556 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1557 | </pre> |
| 1558 | </div> |
| 1559 | </div> |
| 1560 | @@ -1621,10 +1605,10 @@ BODY : |
| 1561 | <br> |
| 1562 | <div id="output-box-42" style="display: none;"> |
| 1563 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1564 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1565 | - OCI_TEST_PULL=1 |
| 1566 | OCI_TEST_PUSH=0 |
| 1567 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1568 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1569 | + OCI_TEST_PULL=1 |
| 1570 | </pre> |
| 1571 | </div> |
| 1572 | </div> |
| 1573 | @@ -1672,10 +1656,10 @@ BODY : |
| 1574 | <br> |
| 1575 | <div id="output-box-45" style="display: none;"> |
| 1576 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1577 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1578 | OCI_TEST_PULL=1 |
| 1579 | OCI_TEST_PUSH=0 |
| 1580 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1581 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1582 | </pre> |
| 1583 | </div> |
| 1584 | </div> |
| 1585 | @@ -1696,10 +1680,10 @@ BODY : |
| 1586 | <br> |
| 1587 | <div id="output-box-46" style="display: none;"> |
| 1588 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1589 | - OCI_TEST_PULL=1 |
| 1590 | - OCI_TEST_PUSH=0 |
| 1591 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1592 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1593 | + OCI_TEST_PULL=1 |
| 1594 | + OCI_TEST_PUSH=0 |
| 1595 | </pre> |
| 1596 | </div> |
| 1597 | </div> |
| 1598 | @@ -1730,10 +1714,10 @@ BODY : |
| 1599 | <br> |
| 1600 | <div id="output-box-48" style="display: none;"> |
| 1601 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1602 | - OCI_TEST_PULL=1 |
| 1603 | OCI_TEST_PUSH=0 |
| 1604 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1605 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1606 | + OCI_TEST_PULL=1 |
| 1607 | </pre> |
| 1608 | </div> |
| 1609 | </div> |
| 1610 | @@ -1747,10 +1731,10 @@ BODY : |
| 1611 | <br> |
| 1612 | <div id="output-box-49" style="display: none;"> |
| 1613 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1614 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1615 | OCI_TEST_PULL=1 |
| 1616 | OCI_TEST_PUSH=0 |
| 1617 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1618 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1619 | </pre> |
| 1620 | </div> |
| 1621 | </div> |
| 1622 | @@ -1771,10 +1755,10 @@ BODY : |
| 1623 | <br> |
| 1624 | <div id="output-box-50" style="display: none;"> |
| 1625 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1626 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1627 | - OCI_TEST_PULL=1 |
| 1628 | OCI_TEST_PUSH=0 |
| 1629 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1630 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1631 | + OCI_TEST_PULL=1 |
| 1632 | </pre> |
| 1633 | </div> |
| 1634 | </div> |
| 1635 | @@ -1805,10 +1789,10 @@ BODY : |
| 1636 | <br> |
| 1637 | <div id="output-box-52" style="display: none;"> |
| 1638 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1639 | - OCI_TEST_PULL=1 |
| 1640 | OCI_TEST_PUSH=0 |
| 1641 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1642 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1643 | + OCI_TEST_PULL=1 |
| 1644 | </pre> |
| 1645 | </div> |
| 1646 | </div> |
| 1647 | @@ -1840,10 +1824,10 @@ BODY : |
| 1648 | <br> |
| 1649 | <div id="output-box-53" style="display: none;"> |
| 1650 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1651 | - OCI_TEST_CONTENT_DISCOVERY=0 |
| 1652 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1653 | OCI_TEST_PULL=1 |
| 1654 | OCI_TEST_PUSH=0 |
| 1655 | + OCI_TEST_CONTENT_DISCOVERY=0 |
| 1656 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1657 | </pre> |
| 1658 | </div> |
| 1659 | </div> |
| 1660 | @@ -1857,10 +1841,10 @@ BODY : |
| 1661 | <br> |
| 1662 | <div id="output-box-54" style="display: none;"> |
| 1663 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1664 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1665 | OCI_TEST_PULL=1 |
| 1666 | OCI_TEST_PUSH=0 |
| 1667 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1668 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1669 | </pre> |
| 1670 | </div> |
| 1671 | </div> |
| 1672 | @@ -1874,10 +1858,10 @@ BODY : |
| 1673 | <br> |
| 1674 | <div id="output-box-55" style="display: none;"> |
| 1675 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1676 | - OCI_TEST_CONTENT_DISCOVERY=0 |
| 1677 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1678 | OCI_TEST_PULL=1 |
| 1679 | OCI_TEST_PUSH=0 |
| 1680 | + OCI_TEST_CONTENT_DISCOVERY=0 |
| 1681 | </pre> |
| 1682 | </div> |
| 1683 | </div> |
| 1684 | @@ -1891,10 +1875,10 @@ BODY : |
| 1685 | <br> |
| 1686 | <div id="output-box-56" style="display: none;"> |
| 1687 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1688 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1689 | OCI_TEST_PULL=1 |
| 1690 | OCI_TEST_PUSH=0 |
| 1691 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1692 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1693 | </pre> |
| 1694 | </div> |
| 1695 | </div> |
| 1696 | @@ -1908,10 +1892,10 @@ BODY : |
| 1697 | <br> |
| 1698 | <div id="output-box-57" style="display: none;"> |
| 1699 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1700 | - OCI_TEST_PULL=1 |
| 1701 | - OCI_TEST_PUSH=0 |
| 1702 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1703 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1704 | + OCI_TEST_PULL=1 |
| 1705 | + OCI_TEST_PUSH=0 |
| 1706 | </pre> |
| 1707 | </div> |
| 1708 | </div> |
| 1709 | @@ -1932,10 +1916,10 @@ BODY : |
| 1710 | <br> |
| 1711 | <div id="output-box-58" style="display: none;"> |
| 1712 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1713 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1714 | - OCI_TEST_PULL=1 |
| 1715 | OCI_TEST_PUSH=0 |
| 1716 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1717 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1718 | + OCI_TEST_PULL=1 |
| 1719 | </pre> |
| 1720 | </div> |
| 1721 | </div> |
| 1722 | @@ -1966,10 +1950,10 @@ BODY : |
| 1723 | <br> |
| 1724 | <div id="output-box-60" style="display: none;"> |
| 1725 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1726 | + OCI_TEST_PULL=1 |
| 1727 | OCI_TEST_PUSH=0 |
| 1728 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1729 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1730 | - OCI_TEST_PULL=1 |
| 1731 | </pre> |
| 1732 | </div> |
| 1733 | </div> |
| 1734 | @@ -2065,10 +2049,10 @@ BODY : |
| 1735 | <br> |
| 1736 | <div id="output-box-65" style="display: none;"> |
| 1737 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1738 | + OCI_TEST_PULL=1 |
| 1739 | OCI_TEST_PUSH=0 |
| 1740 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1741 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1742 | - OCI_TEST_PULL=1 |
| 1743 | </pre> |
| 1744 | </div> |
| 1745 | </div> |
| 1746 | @@ -2082,10 +2066,10 @@ BODY : |
| 1747 | <br> |
| 1748 | <div id="output-box-66" style="display: none;"> |
| 1749 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1750 | - OCI_TEST_CONTENT_DISCOVERY=0 |
| 1751 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1752 | OCI_TEST_PULL=1 |
| 1753 | OCI_TEST_PUSH=0 |
| 1754 | + OCI_TEST_CONTENT_DISCOVERY=0 |
| 1755 | </pre> |
| 1756 | </div> |
| 1757 | </div> |
| 1758 | @@ -2099,10 +2083,10 @@ BODY : |
| 1759 | <br> |
| 1760 | <div id="output-box-67" style="display: none;"> |
| 1761 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1762 | + OCI_TEST_PULL=1 |
| 1763 | OCI_TEST_PUSH=0 |
| 1764 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1765 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1766 | - OCI_TEST_PULL=1 |
| 1767 | </pre> |
| 1768 | </div> |
| 1769 | </div> |
| 1770 | @@ -2116,10 +2100,10 @@ BODY : |
| 1771 | <br> |
| 1772 | <div id="output-box-68" style="display: none;"> |
| 1773 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1774 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1775 | OCI_TEST_PULL=1 |
| 1776 | OCI_TEST_PUSH=0 |
| 1777 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1778 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1779 | </pre> |
| 1780 | </div> |
| 1781 | </div> |
| 1782 | @@ -2151,10 +2135,10 @@ BODY : |
| 1783 | <br> |
| 1784 | <div id="output-box-69" style="display: none;"> |
| 1785 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1786 | + OCI_TEST_PULL=1 |
| 1787 | OCI_TEST_PUSH=0 |
| 1788 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1789 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1790 | - OCI_TEST_PULL=1 |
| 1791 | </pre> |
| 1792 | </div> |
| 1793 | </div> |
| 1794 | @@ -2168,10 +2152,10 @@ BODY : |
| 1795 | <br> |
| 1796 | <div id="output-box-70" style="display: none;"> |
| 1797 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1798 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1799 | OCI_TEST_PULL=1 |
| 1800 | OCI_TEST_PUSH=0 |
| 1801 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1802 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1803 | </pre> |
| 1804 | </div> |
| 1805 | </div> |
| 1806 | @@ -2226,10 +2210,10 @@ BODY : |
| 1807 | <br> |
| 1808 | <div id="output-box-73" style="display: none;"> |
| 1809 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1810 | - OCI_TEST_PULL=1 |
| 1811 | - OCI_TEST_PUSH=0 |
| 1812 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1813 | OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1814 | + OCI_TEST_PULL=1 |
| 1815 | + OCI_TEST_PUSH=0 |
| 1816 | </pre> |
| 1817 | </div> |
| 1818 | </div> |
| 1819 | @@ -2277,10 +2261,10 @@ BODY : |
| 1820 | <br> |
| 1821 | <div id="output-box-76" style="display: none;"> |
| 1822 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1823 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1824 | OCI_TEST_PULL=1 |
| 1825 | OCI_TEST_PUSH=0 |
| 1826 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1827 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1828 | </pre> |
| 1829 | </div> |
| 1830 | </div> |
| 1831 | @@ -2301,10 +2285,10 @@ BODY : |
| 1832 | <br> |
| 1833 | <div id="output-box-77" style="display: none;"> |
| 1834 | <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings: |
| 1835 | - OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1836 | - OCI_TEST_PULL=1 |
| 1837 | OCI_TEST_PUSH=0 |
| 1838 | OCI_TEST_CONTENT_DISCOVERY=0 |
| 1839 | + OCI_TEST_CONTENT_MANAGEMENT=0 |
| 1840 | + OCI_TEST_PULL=1 |
| 1841 | </pre> |
| 1842 | </div> |
| 1843 | </div> |
| 1844 | diff --git a/src/axum/handlers_manifest.rs b/src/axum/handlers_manifest.rs |
| 1845 | index 39c0f9b..2753560 100644 |
| 1846 | --- a/src/axum/handlers_manifest.rs |
| 1847 | +++ b/src/axum/handlers_manifest.rs |
| 1848 | @@ -77,13 +77,12 @@ pub async fn read( |
| 1849 | pub async fn write( |
| 1850 | Extension(namespace): Extension<Namespace>, |
| 1851 | State(state): State<Arc<AppState>>, |
| 1852 | - Path(reference): Path<String>, |
| 1853 | + TagPath(tag_or_digest): TagPath, |
| 1854 | ManifestExtractor((manifest_bytes, manifest)): ManifestExtractor, |
| 1855 | ) -> Result<StatusCode, Error> { |
| 1856 | - let digest = manifest.config().digest(); |
| 1857 | state |
| 1858 | .oci |
| 1859 | - .write_manifest(&namespace, digest, &reference, &manifest, &manifest_bytes) |
| 1860 | + .write_manifest(&namespace, &tag_or_digest, &manifest, &manifest_bytes) |
| 1861 | .await?; |
| 1862 | Ok(StatusCode::OK) |
| 1863 | } |
| 1864 | diff --git a/src/axum/paths.rs b/src/axum/paths.rs |
| 1865 | index e3c7252..33e0d12 100644 |
| 1866 | --- a/src/axum/paths.rs |
| 1867 | +++ b/src/axum/paths.rs |
| 1868 | @@ -34,6 +34,7 @@ where |
| 1869 | async fn from_request_parts(parts: &mut Parts, state: &S) -> Result<Self, Self::Rejection> { |
| 1870 | match axum::extract::Path::<String>::from_request_parts(parts, state).await { |
| 1871 | Ok(value) => { |
| 1872 | + println!("PARSING: {:?}", value); |
| 1873 | if let Ok(digest) = Digest::from_str(&value.0) { |
| 1874 | Ok(Self(TagOrDigest::Digest(digest))) |
| 1875 | } else { |
| 1876 | diff --git a/src/oci_interface.rs b/src/oci_interface.rs |
| 1877 | index c453ccb..2d5ee5e 100644 |
| 1878 | --- a/src/oci_interface.rs |
| 1879 | +++ b/src/oci_interface.rs |
| 1880 | @@ -6,6 +6,7 @@ use oci_spec::{ |
| 1881 | distribution::TagList, |
| 1882 | image::{Digest, ImageManifest}, |
| 1883 | }; |
| 1884 | + use sha2::{Digest as HashDigest, Sha256}; |
| 1885 | use uuid::Uuid; |
| 1886 | |
| 1887 | use crate::{ |
| 1888 | @@ -84,8 +85,7 @@ impl OciInterface { |
| 1889 | pub async fn write_manifest( |
| 1890 | &self, |
| 1891 | namespace: &Namespace, |
| 1892 | - digest: &Digest, |
| 1893 | - tag: &str, |
| 1894 | + tag_or_digest: &TagOrDigest, |
| 1895 | manifest: &ImageManifest, |
| 1896 | manifest_bytes: &Bytes, |
| 1897 | ) -> Result<(), Error> { |
| 1898 | @@ -96,12 +96,17 @@ impl OciInterface { |
| 1899 | .write_all(&tmp_blob_addr, manifest_bytes.to_vec().as_slice()) |
| 1900 | .await |
| 1901 | .map_err(Error::Storage)?; |
| 1902 | - let blob_address = &Blob::from(digest); |
| 1903 | + // TODO: Generalize in storage.rs |
| 1904 | + let hashed = Sha256::digest(manifest_bytes); |
| 1905 | + let hash_str = base16ct::lower::encode_string(&hashed); |
| 1906 | + let digest = Digest::from_str(&format!("sha256:{}", hash_str)).unwrap(); |
| 1907 | + let blob_address = &Blob::from(&digest); |
| 1908 | self.store() |
| 1909 | .mv(&tmp_blob_addr, blob_address) |
| 1910 | .await |
| 1911 | .map_err(Error::Storage)?; |
| 1912 | for layer in manifest.layers() { |
| 1913 | + // FIXME: iirc each blob needs to be resolved |
| 1914 | let digest = layer.digest(); |
| 1915 | let digest_str = digest.to_string(); |
| 1916 | let digest_bytes = digest_str.as_bytes(); |
| 1917 | @@ -112,23 +117,23 @@ impl OciInterface { |
| 1918 | .await |
| 1919 | .map_err(Error::Storage)?; |
| 1920 | } |
| 1921 | - self.store() |
| 1922 | - .write_all( |
| 1923 | - &Tag { |
| 1924 | - namespace, |
| 1925 | - name: tag, |
| 1926 | - }, |
| 1927 | - digest.to_string().as_bytes(), |
| 1928 | - ) |
| 1929 | - .await |
| 1930 | - .map_err(Error::Storage)?; |
| 1931 | - self.store() |
| 1932 | - .write_all( |
| 1933 | - &Reference { namespace, digest }, |
| 1934 | - digest.to_string().as_bytes(), |
| 1935 | - ) |
| 1936 | - .await |
| 1937 | - .map_err(Error::Storage)?; |
| 1938 | + match tag_or_digest { |
| 1939 | + TagOrDigest::Tag(name) => { |
| 1940 | + self.store() |
| 1941 | + .write_all(&Tag { namespace, name }, digest.to_string().as_bytes()) |
| 1942 | + .await |
| 1943 | + .map_err(Error::Storage)?; |
| 1944 | + } |
| 1945 | + TagOrDigest::Digest(digest) => { |
| 1946 | + self.store() |
| 1947 | + .write_all( |
| 1948 | + &Reference { namespace, digest }, |
| 1949 | + digest.to_string().as_bytes(), |
| 1950 | + ) |
| 1951 | + .await |
| 1952 | + .map_err(Error::Storage)?; |
| 1953 | + } |
| 1954 | + } |
| 1955 | Ok(()) |
| 1956 | } |
| 1957 | |
| 1958 | @@ -156,17 +161,27 @@ impl OciInterface { |
| 1959 | |
| 1960 | pub async fn has_blob(&self, digest: &Digest) -> Result<bool, Error> { |
| 1961 | let blob_addr = Blob::from(digest); |
| 1962 | - self.store().exists(&blob_addr).await.map_err(Error::Storage) |
| 1963 | + self.store() |
| 1964 | + .exists(&blob_addr) |
| 1965 | + .await |
| 1966 | + .map_err(Error::Storage) |
| 1967 | } |
| 1968 | |
| 1969 | - pub async fn has_manifest(&self, namespace: &Namespace, tag_or_digest: &TagOrDigest) -> Result<bool, Error> { |
| 1970 | + pub async fn has_manifest( |
| 1971 | + &self, |
| 1972 | + namespace: &Namespace, |
| 1973 | + tag_or_digest: &TagOrDigest, |
| 1974 | + ) -> Result<bool, Error> { |
| 1975 | let blob_addr = match tag_or_digest { |
| 1976 | TagOrDigest::Tag(name) => self.resolve_link(&Tag { namespace, name }).await?, |
| 1977 | TagOrDigest::Digest(digest) => { |
| 1978 | self.resolve_link(&Reference { namespace, digest }).await? |
| 1979 | } |
| 1980 | }; |
| 1981 | - self.store().exists(&blob_addr).await.map_err(Error::Storage) |
| 1982 | + self.store() |
| 1983 | + .exists(&blob_addr) |
| 1984 | + .await |
| 1985 | + .map_err(Error::Storage) |
| 1986 | } |
| 1987 | |
| 1988 | pub async fn read_blob(&self, digest: &Digest) -> Result<InnerStream, Error> { |