Commit

Author:

Hash:

Timestamp:

+444 -2938 +/-4 browse

Kevin Schoon [me@kevinschoon.com]

481e1d57b6338c1b195e541e3b9a654ed9ab811c

Tue, 22 Apr 2025 15:50:59 +0000 (1 month ago)

update results, rm a few files
1diff --git a/framework b/framework
2deleted file mode 100644
3index acdd265..0000000
4--- a/framework
5+++ /dev/null
6 @@ -1,2475 +0,0 @@
7- <html>
8- <head>
9- <title>OCI Distribution Conformance Tests</title>
10- <style>
11- body {
12- padding: 10px 20px 10px 20px;
13- font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
14- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2Pce7zwv7NlPyMDFMAZGAIwlRgqAFydCAVv5m4UAAAAAElFTkSuQmCC") repeat;
15-
16- }
17- table {
18- border-collapse: collapse;
19- width: 100%;
20- background-color: white;
21- }
22- th, td {
23- padding: 12px;
24- text-align: left;
25- border-bottom: 1px solid #ddd;
26- }
27- tr:hover {
28- background-color: #ffe39b;
29- }
30- .result {
31- padding: 1.25em 0 .25em 0.8em;
32- border: 1px solid #e1e1e1;
33- border-radius: 5px;
34- margin-top: 10px;
35- }
36- .red {
37- background: #ffc8c8;
38- }
39- pre.fail-message {
40- background: #f9a5a5;
41- padding: 20px;
42- margin-right: 10px;
43- display: inline-block;
44- border-radius: 4px;
45- font-size: 1.25em;
46- width: 94%;
47- overflow-x: auto;
48- max-width: 85%;
49- }
50- .green {
51- background: #c8ffc8;
52- padding: 1.25em 0 1.25em 0.8em;
53- }
54- .grey {
55- background: lightgrey;
56- padding: 1.25em 0 1.25em 0.8em;
57- }
58- .toggle {
59- border: 2px solid #3e3e3e;
60- cursor: pointer;
61- width: 1em;
62- text-align: center;
63- font-weight: bold;
64- display: inline;
65- font-family: monospace;
66- padding: 0 .25em 0 .25em;
67- margin: 1em 1em 1em 0;
68- font-size: 12pt;
69- color: #3e3e3e;
70- border-radius: 3px;
71- }
72- pre.pre-box {
73- background: #343a40;
74- color: #fff;
75- padding: 10px;
76- border: 1px solid gray;
77- display: inline-block;
78- border-radius: 4px;
79- width: 97%;
80- font-size: 1.25em;
81- overflow-x: auto;
82- max-height: 60em;
83- overflow-y: auto;
84- max-width: 85%;
85- }
86- .summary {
87- width: 100%;
88- height: auto;
89- padding: 0 0 .5em 0;
90- border-radius: 6px;
91- border: 1px solid #cccddd;
92- background: white;
93- }
94- .summary-bullet {
95- width: 100%;
96- height: auto;
97- display: flex;
98- flex-wrap: wrap;
99- padding: .5em .1em .1em .5em;
100- }
101- .bullet-left {
102- width: 25%;
103- font-weight: bold;
104- font-size: 100%;
105- }
106- .bullet-right {
107- width: auto;
108- font-family: monospace;
109- font-size: 110%;
110- }
111- .quick-summary {
112- width: 70%;
113- display: flex;
114- margin: 0 auto 0 0;
115- font-weight: bold;
116- font-size: 1.2em;
117- }
118- .darkgreen {
119- color: green;
120- }
121- .darkred {
122- color: red;
123- padding: 0 0 0 2em;
124- }
125- .darkgrey {
126- color: grey;
127- padding: 0 0 0 2em;
128- }
129- .meter {
130- border: 1px solid black;
131- margin: 0 .5em 0 auto;
132- display: flex;
133- height: 25px;
134- width: 45%;
135- }
136- @media only screen and (max-width: 600px) {
137- .meter {
138- display: none;
139- }
140- }
141- .meter-green {
142- height: 100%;
143- background: green;
144- width: 28%;
145- }
146- .meter-red {
147- height: 100%;
148- background: red;
149- width: 1%;
150- }
151- .meter-grey {
152- height: 100%;
153- background: grey;
154- width: 71%;
155- }
156- .subcategory {
157- background: white;
158- padding: 0px 20px 20px 20px;
159- border: 1px solid #cccddd;
160- border-radius: 6px;
161- }
162- h2 {
163- margin-top: 45px;
164- }
165- h4 {
166- vertical-align: bottom;
167- cursor: pointer;
168- }
169- </style>
170- <script>
171- function toggleOutput(id) {
172- var elem = document.getElementById(id);
173- var button = document.getElementById(id + "-button");
174- if (elem.style['display'] === 'block') {
175- button.innerHTML = "+";
176- elem.style['display'] = 'none';
177- } else {
178- button.innerHTML = "-";
179- elem.style['display'] = 'block';
180- }
181- }
182- </script>
183- </head>
184- <body>
185- <h1>OCI Distribution Conformance Tests</h1>
186- <table>
187- <tr>
188- </tr>
189- <tr>
190- <td class="bullet-left">Summary</td>
191- <td>
192- <div class="quick-summary"><span class="darkgreen">22 passed</span><span class="darkred">1 failed</span><span class="darkgrey">56 skipped</span><div class="meter">
193- <div class="meter-green"></div>
194- <div class="meter-red"></div>
195- <div class="meter-grey"></div>
196- </div>
197- </div>
198- </td>
199- </tr>
200- <tr>
201- <td class="bullet-left">Start Time</td>
202- <td>Apr 13 10:49:52.799 &#43;0000 UTC</td>
203- </tr>
204- <tr>
205- <td class="bullet-left">End Time</td>
206- <td>Apr 13 10:49:52.968 &#43;0000 UTC</td>
207- </tr>
208- <tr>
209- <td class="bullet-left">Time Elapsed</td>
210- <td>168.404009ms</td>
211- </tr>
212- <tr>
213- <td class="bullet-left">Test Version</td>
214- <td>unknown</td>
215- </tr>
216- <tr>
217- <td class="bullet-left">Configuration</td>
218- <td><div class="bullet-right">
219-
220- OCI_ROOT_URL=http://localhost:5000<br />
221-
222- OCI_NAMESPACE=myorg/myrepo/a<br />
223-
224- OCI_USERNAME=*****<br />
225-
226- OCI_PASSWORD=*****<br />
227-
228- OCI_DEBUG=0<br />
229-
230- OCI_TEST_PULL=1<br />
231-
232- OCI_TEST_PUSH=0<br />
233-
234- OCI_TEST_CONTENT_DISCOVERY=0<br />
235-
236- OCI_TEST_CONTENT_MANAGEMENT=0<br />
237-
238- OCI_HIDE_SKIPPED_WORKFLOWS=0<br />
239-
240- </div></td>
241- </tr>
242- </table>
243-
244- <div>
245-
246-
247-
248-
249-
250-
251- <h2>Pull</h2>
252- <div class="subcategory">
253-
254-
255- <h3>Setup</h3>
256-
257-
258-
259-
260-
261-
262- <div class="result green">
263- <div id="output-box-1-button" class="toggle" onclick="javascript:toggleOutput('output-box-1')">+</div>
264- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-1')">Populate registry with test blob</h4>
265- <br>
266- <div id="output-box-1" style="display: none;">
267- <pre class="pre-box">DEBUG
268- ==============================================================================
269- ~~~ REQUEST ~~~
270- POST /v2/myorg/myrepo/a/blobs/uploads/ HTTP/1.1
271- HOST : localhost:5000
272- HEADERS:
273- User-Agent: distribution-spec-conformance-tests
274- BODY :
275- ***** NO CONTENT *****
276- ------------------------------------------------------------------------------
277- ~~~ RESPONSE ~~~
278- STATUS : 202 Accepted
279- PROTO : HTTP/1.1
280- RECEIVED AT : 2025-04-13T10:49:52.857954489Z
281- TIME DURATION: 12.910389ms
282- HEADERS :
283- Content-Length: 0
284- Date: Sun, 13 Apr 2025 10:49:52 GMT
285- Docker-Distribution-Api-Version: registry/2.0
286- Docker-Upload-Uuid: 8fc0b397-8d2e-44f5-924f-c841ea801c14
287- Location: http://localhost:5000/v2/myorg/myrepo/a/blobs/uploads/8fc0b397-8d2e-44f5-924f-c841ea801c14?_state=*****
288- Range: 0-0
289- X-Content-Type-Options: nosniff
290- BODY :
291-
292- ==============================================================================
293-
294- DEBUG
295- ==============================================================================
296- ~~~ REQUEST ~~~
297- PUT /v2/myorg/myrepo/a/blobs/uploads/8fc0b397-8d2e-44f5-924f-c841ea801c14?_state=*****&amp;digest=sha256%3Ab3a6fe88600709014374f837673294ff2b0890d8ce591f77c2c2824a3391e1bf HTTP/1.1
298- HOST : localhost:5000
299- HEADERS:
300- Content-Length: 129
301- Content-Type: application/octet-stream
302- User-Agent: distribution-spec-conformance-tests
303- BODY :
304- ***** BODY IS byte(s) (size - 129) *****
305- ------------------------------------------------------------------------------
306- ~~~ RESPONSE ~~~
307- STATUS : 201 Created
308- PROTO : HTTP/1.1
309- RECEIVED AT : 2025-04-13T10:49:52.877569064Z
310- TIME DURATION: 19.457485ms
311- HEADERS :
312- Content-Length: 0
313- Date: Sun, 13 Apr 2025 10:49:52 GMT
314- Docker-Content-Digest: sha256:b3a6fe88600709014374f837673294ff2b0890d8ce591f77c2c2824a3391e1bf
315- Docker-Distribution-Api-Version: registry/2.0
316- Location: http://localhost:5000/v2/myorg/myrepo/a/blobs/sha256:b3a6fe88600709014374f837673294ff2b0890d8ce591f77c2c2824a3391e1bf
317- X-Content-Type-Options: nosniff
318- BODY :
319-
320- ==============================================================================
321-
322- </pre>
323- </div>
324- </div>
325-
326-
327-
328-
329- <div class="result green">
330- <div id="output-box-1-button" class="toggle" onclick="javascript:toggleOutput('output-box-1')">+</div>
331- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-1')">Populate registry with test blob</h4>
332- <br>
333- <div id="output-box-1" style="display: none;">
334- <pre class="pre-box">DEBUG
335- ==============================================================================
336- ~~~ REQUEST ~~~
337- POST /v2/myorg/myrepo/a/blobs/uploads/ HTTP/1.1
338- HOST : localhost:5000
339- HEADERS:
340- User-Agent: distribution-spec-conformance-tests
341- BODY :
342- ***** NO CONTENT *****
343- ------------------------------------------------------------------------------
344- ~~~ RESPONSE ~~~
345- STATUS : 202 Accepted
346- PROTO : HTTP/1.1
347- RECEIVED AT : 2025-04-13T10:49:52.857954489Z
348- TIME DURATION: 12.910389ms
349- HEADERS :
350- Content-Length: 0
351- Date: Sun, 13 Apr 2025 10:49:52 GMT
352- Docker-Distribution-Api-Version: registry/2.0
353- Docker-Upload-Uuid: 8fc0b397-8d2e-44f5-924f-c841ea801c14
354- Location: http://localhost:5000/v2/myorg/myrepo/a/blobs/uploads/8fc0b397-8d2e-44f5-924f-c841ea801c14?_state=*****
355- Range: 0-0
356- X-Content-Type-Options: nosniff
357- BODY :
358-
359- ==============================================================================
360-
361- DEBUG
362- ==============================================================================
363- ~~~ REQUEST ~~~
364- PUT /v2/myorg/myrepo/a/blobs/uploads/8fc0b397-8d2e-44f5-924f-c841ea801c14?_state=*****&amp;digest=sha256%3Ab3a6fe88600709014374f837673294ff2b0890d8ce591f77c2c2824a3391e1bf HTTP/1.1
365- HOST : localhost:5000
366- HEADERS:
367- Content-Length: 129
368- Content-Type: application/octet-stream
369- User-Agent: distribution-spec-conformance-tests
370- BODY :
371- ***** BODY IS byte(s) (size - 129) *****
372- ------------------------------------------------------------------------------
373- ~~~ RESPONSE ~~~
374- STATUS : 201 Created
375- PROTO : HTTP/1.1
376- RECEIVED AT : 2025-04-13T10:49:52.877569064Z
377- TIME DURATION: 19.457485ms
378- HEADERS :
379- Content-Length: 0
380- Date: Sun, 13 Apr 2025 10:49:52 GMT
381- Docker-Content-Digest: sha256:b3a6fe88600709014374f837673294ff2b0890d8ce591f77c2c2824a3391e1bf
382- Docker-Distribution-Api-Version: registry/2.0
383- Location: http://localhost:5000/v2/myorg/myrepo/a/blobs/sha256:b3a6fe88600709014374f837673294ff2b0890d8ce591f77c2c2824a3391e1bf
384- X-Content-Type-Options: nosniff
385- BODY :
386-
387- ==============================================================================
388-
389- </pre>
390- </div>
391- </div>
392-
393-
394-
395-
396- <div class="result green">
397- <div id="output-box-2-button" class="toggle" onclick="javascript:toggleOutput('output-box-2')">+</div>
398- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-2')">Populate registry with test layer</h4>
399- <br>
400- <div id="output-box-2" style="display: none;">
401- <pre class="pre-box">DEBUG
402- ==============================================================================
403- ~~~ REQUEST ~~~
404- POST /v2/myorg/myrepo/a/blobs/uploads/ HTTP/1.1
405- HOST : localhost:5000
406- HEADERS:
407- User-Agent: distribution-spec-conformance-tests
408- BODY :
409- ***** NO CONTENT *****
410- ------------------------------------------------------------------------------
411- ~~~ RESPONSE ~~~
412- STATUS : 202 Accepted
413- PROTO : HTTP/1.1
414- RECEIVED AT : 2025-04-13T10:49:52.89087901Z
415- TIME DURATION: 12.98874ms
416- HEADERS :
417- Content-Length: 0
418- Date: Sun, 13 Apr 2025 10:49:52 GMT
419- Docker-Distribution-Api-Version: registry/2.0
420- Docker-Upload-Uuid: 4a5b6be7-6c6d-47f7-9c4b-4242723e9540
421- Location: http://localhost:5000/v2/myorg/myrepo/a/blobs/uploads/4a5b6be7-6c6d-47f7-9c4b-4242723e9540?_state=*****
422- Range: 0-0
423- X-Content-Type-Options: nosniff
424- BODY :
425-
426- ==============================================================================
427-
428- DEBUG
429- ==============================================================================
430- ~~~ REQUEST ~~~
431- PUT /v2/myorg/myrepo/a/blobs/uploads/4a5b6be7-6c6d-47f7-9c4b-4242723e9540?_state=*****&amp;digest=sha256%3A48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183 HTTP/1.1
432- HOST : localhost:5000
433- HEADERS:
434- Content-Length: 168
435- Content-Type: application/octet-stream
436- User-Agent: distribution-spec-conformance-tests
437- BODY :
438- ***** BODY IS byte(s) (size - 168) *****
439- ------------------------------------------------------------------------------
440- ~~~ RESPONSE ~~~
441- STATUS : 201 Created
442- PROTO : HTTP/1.1
443- RECEIVED AT : 2025-04-13T10:49:52.910012408Z
444- TIME DURATION: 18.985691ms
445- HEADERS :
446- Content-Length: 0
447- Date: Sun, 13 Apr 2025 10:49:52 GMT
448- Docker-Content-Digest: sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183
449- Docker-Distribution-Api-Version: registry/2.0
450- Location: http://localhost:5000/v2/myorg/myrepo/a/blobs/sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183
451- X-Content-Type-Options: nosniff
452- BODY :
453-
454- ==============================================================================
455-
456- </pre>
457- </div>
458- </div>
459-
460-
461-
462-
463- <div class="result green">
464- <div id="output-box-4-button" class="toggle" onclick="javascript:toggleOutput('output-box-4')">+</div>
465- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-4')">Populate registry with test manifest</h4>
466- <br>
467- <div id="output-box-4" style="display: none;">
468- <pre class="pre-box">DEBUG
469- ==============================================================================
470- ~~~ REQUEST ~~~
471- PUT /v2/myorg/myrepo/a/manifests/sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0 HTTP/1.1
472- HOST : localhost:5000
473- HEADERS:
474- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
475- User-Agent: distribution-spec-conformance-tests
476- BODY :
477- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmIzYTZmZTg4NjAwNzA5MDE0Mzc0ZjgzNzY3MzI5NGZmMmIwODkwZDhjZTU5MWY3N2MyYzI4MjRhMzM5MWUxYmYiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0p2UkhsWFEyOWlNVWRvU1VjM1VIYzBJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
478- ------------------------------------------------------------------------------
479- ~~~ RESPONSE ~~~
480- STATUS : 201 Created
481- PROTO : HTTP/1.1
482- RECEIVED AT : 2025-04-13T10:49:52.94799338Z
483- TIME DURATION: 12.786291ms
484- HEADERS :
485- Content-Length: 0
486- Date: Sun, 13 Apr 2025 10:49:52 GMT
487- Docker-Content-Digest: sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0
488- Docker-Distribution-Api-Version: registry/2.0
489- Location: http://localhost:5000/v2/myorg/myrepo/a/manifests/sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0
490- X-Content-Type-Options: nosniff
491- BODY :
492-
493- ==============================================================================
494-
495- </pre>
496- </div>
497- </div>
498-
499-
500-
501-
502- <div class="result green">
503- <div id="output-box-4-button" class="toggle" onclick="javascript:toggleOutput('output-box-4')">+</div>
504- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-4')">Populate registry with test manifest</h4>
505- <br>
506- <div id="output-box-4" style="display: none;">
507- <pre class="pre-box">DEBUG
508- ==============================================================================
509- ~~~ REQUEST ~~~
510- PUT /v2/myorg/myrepo/a/manifests/sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0 HTTP/1.1
511- HOST : localhost:5000
512- HEADERS:
513- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
514- User-Agent: distribution-spec-conformance-tests
515- BODY :
516- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmIzYTZmZTg4NjAwNzA5MDE0Mzc0ZjgzNzY3MzI5NGZmMmIwODkwZDhjZTU5MWY3N2MyYzI4MjRhMzM5MWUxYmYiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0p2UkhsWFEyOWlNVWRvU1VjM1VIYzBJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
517- ------------------------------------------------------------------------------
518- ~~~ RESPONSE ~~~
519- STATUS : 201 Created
520- PROTO : HTTP/1.1
521- RECEIVED AT : 2025-04-13T10:49:52.94799338Z
522- TIME DURATION: 12.786291ms
523- HEADERS :
524- Content-Length: 0
525- Date: Sun, 13 Apr 2025 10:49:52 GMT
526- Docker-Content-Digest: sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0
527- Docker-Distribution-Api-Version: registry/2.0
528- Location: http://localhost:5000/v2/myorg/myrepo/a/manifests/sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0
529- X-Content-Type-Options: nosniff
530- BODY :
531-
532- ==============================================================================
533-
534- </pre>
535- </div>
536- </div>
537-
538-
539-
540-
541- <div class="result grey">
542- <div id="output-box-5-button" class="toggle" onclick="javascript:toggleOutput('output-box-5')">+</div>
543- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-5')">Get tag name from environment</h4>
544- <br>
545- <div id="output-box-5" style="display: none;">
546- <pre class="pre-box">you have skipped this test.</pre>
547- </div>
548- </div>
549-
550- <br>
551-
552-
553- <h3>Pull blobs</h3>
554-
555-
556-
557-
558-
559-
560- <div class="result green">
561- <div id="output-box-6-button" class="toggle" onclick="javascript:toggleOutput('output-box-6')">+</div>
562- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-6')">HEAD request to nonexistent blob should result in 404 response</h4>
563- <br>
564- <div id="output-box-6" style="display: none;">
565- <pre class="pre-box">DEBUG
566- ==============================================================================
567- ~~~ REQUEST ~~~
568- HEAD /v2/myorg/myrepo/a/blobs/sha256:b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 HTTP/1.1
569- HOST : localhost:5000
570- HEADERS:
571- User-Agent: distribution-spec-conformance-tests
572- BODY :
573- ***** NO CONTENT *****
574- ------------------------------------------------------------------------------
575- ~~~ RESPONSE ~~~
576- STATUS : 404 Not Found
577- PROTO : HTTP/1.1
578- RECEIVED AT : 2025-04-13T10:49:52.949403031Z
579- TIME DURATION: 1.007217ms
580- HEADERS :
581- Content-Length: 157
582- Content-Type: application/json; charset=utf-8
583- Date: Sun, 13 Apr 2025 10:49:52 GMT
584- Docker-Distribution-Api-Version: registry/2.0
585- X-Content-Type-Options: nosniff
586- BODY :
587- *** Error: Unable to format response body - &#34;unexpected end of JSON input&#34; ***
588-
589- Log Body as-is:
590-
591- ==============================================================================
592-
593- </pre>
594- </div>
595- </div>
596-
597-
598-
599-
600- <div class="result green">
601- <div id="output-box-7-button" class="toggle" onclick="javascript:toggleOutput('output-box-7')">+</div>
602- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-7')">HEAD request to existing blob should yield 200</h4>
603- <br>
604- <div id="output-box-7" style="display: none;">
605- <pre class="pre-box">DEBUG
606- ==============================================================================
607- ~~~ REQUEST ~~~
608- HEAD /v2/myorg/myrepo/a/blobs/sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b HTTP/1.1
609- HOST : localhost:5000
610- HEADERS:
611- User-Agent: distribution-spec-conformance-tests
612- BODY :
613- ***** NO CONTENT *****
614- ------------------------------------------------------------------------------
615- ~~~ RESPONSE ~~~
616- STATUS : 200 OK
617- PROTO : HTTP/1.1
618- RECEIVED AT : 2025-04-13T10:49:52.950143361Z
619- TIME DURATION: 567.386µs
620- HEADERS :
621- Accept-Ranges: bytes
622- Cache-Control: max-age=31536000
623- Content-Length: 129
624- Content-Type: application/octet-stream
625- Date: Sun, 13 Apr 2025 10:49:52 GMT
626- Docker-Content-Digest: sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b
627- Docker-Distribution-Api-Version: registry/2.0
628- Etag: &#34;sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b&#34;
629- X-Content-Type-Options: nosniff
630- BODY :
631-
632- ==============================================================================
633-
634- </pre>
635- </div>
636- </div>
637-
638-
639-
640-
641- <div class="result green">
642- <div id="output-box-8-button" class="toggle" onclick="javascript:toggleOutput('output-box-8')">+</div>
643- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-8')">GET nonexistent blob should result in 404 response</h4>
644- <br>
645- <div id="output-box-8" style="display: none;">
646- <pre class="pre-box">DEBUG
647- ==============================================================================
648- ~~~ REQUEST ~~~
649- GET /v2/myorg/myrepo/a/blobs/sha256:b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 HTTP/1.1
650- HOST : localhost:5000
651- HEADERS:
652- User-Agent: distribution-spec-conformance-tests
653- BODY :
654- ***** NO CONTENT *****
655- ------------------------------------------------------------------------------
656- ~~~ RESPONSE ~~~
657- STATUS : 404 Not Found
658- PROTO : HTTP/1.1
659- RECEIVED AT : 2025-04-13T10:49:52.950889669Z
660- TIME DURATION: 552.541µs
661- HEADERS :
662- Content-Length: 157
663- Content-Type: application/json; charset=utf-8
664- Date: Sun, 13 Apr 2025 10:49:52 GMT
665- Docker-Distribution-Api-Version: registry/2.0
666- X-Content-Type-Options: nosniff
667- BODY :
668- {
669- &#34;errors&#34;: [
670- {
671- &#34;code&#34;: &#34;BLOB_UNKNOWN&#34;,
672- &#34;message&#34;: &#34;blob unknown to registry&#34;,
673- &#34;detail&#34;: &#34;sha256:b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9&#34;
674- }
675- ]
676- }
677-
678- ==============================================================================
679-
680- </pre>
681- </div>
682- </div>
683-
684-
685-
686-
687- <div class="result green">
688- <div id="output-box-9-button" class="toggle" onclick="javascript:toggleOutput('output-box-9')">+</div>
689- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-9')">GET request to existing blob URL should yield 200</h4>
690- <br>
691- <div id="output-box-9" style="display: none;">
692- <pre class="pre-box">DEBUG
693- ==============================================================================
694- ~~~ REQUEST ~~~
695- GET /v2/myorg/myrepo/a/blobs/sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b HTTP/1.1
696- HOST : localhost:5000
697- HEADERS:
698- User-Agent: distribution-spec-conformance-tests
699- BODY :
700- ***** NO CONTENT *****
701- ------------------------------------------------------------------------------
702- ~~~ RESPONSE ~~~
703- STATUS : 200 OK
704- PROTO : HTTP/1.1
705- RECEIVED AT : 2025-04-13T10:49:52.952908912Z
706- TIME DURATION: 1.424852ms
707- HEADERS :
708- Accept-Ranges: bytes
709- Cache-Control: max-age=31536000
710- Content-Length: 129
711- Content-Type: application/octet-stream
712- Date: Sun, 13 Apr 2025 10:49:52 GMT
713- Docker-Content-Digest: sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b
714- Docker-Distribution-Api-Version: registry/2.0
715- Etag: &#34;sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b&#34;
716- X-Content-Type-Options: nosniff
717- BODY :
718- {
719- &#34;author&#34;: &#34;XsgewaAE1n-nuS1n&#34;,
720- &#34;architecture&#34;: &#34;amd64&#34;,
721- &#34;os&#34;: &#34;linux&#34;,
722- &#34;rootfs&#34;: {
723- &#34;type&#34;: &#34;layers&#34;,
724- &#34;diff_ids&#34;: []
725- }
726- }
727- ==============================================================================
728-
729- </pre>
730- </div>
731- </div>
732-
733- <br>
734-
735-
736- <h3>Pull manifests</h3>
737-
738-
739-
740-
741-
742-
743- <div class="result green">
744- <div id="output-box-10-button" class="toggle" onclick="javascript:toggleOutput('output-box-10')">+</div>
745- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-10')">HEAD request to nonexistent manifest should return 404</h4>
746- <br>
747- <div id="output-box-10" style="display: none;">
748- <pre class="pre-box">DEBUG
749- ==============================================================================
750- ~~~ REQUEST ~~~
751- HEAD /v2/myorg/myrepo/a/manifests/.INVALID_MANIFEST_NAME HTTP/1.1
752- HOST : localhost:5000
753- HEADERS:
754- User-Agent: distribution-spec-conformance-tests
755- BODY :
756- ***** NO CONTENT *****
757- ------------------------------------------------------------------------------
758- ~~~ RESPONSE ~~~
759- STATUS : 404 Not Found
760- PROTO : HTTP/1.1
761- RECEIVED AT : 2025-04-13T10:49:52.953307301Z
762- TIME DURATION: 134.056µs
763- HEADERS :
764- Content-Length: 19
765- Content-Type: text/plain; charset=utf-8
766- Date: Sun, 13 Apr 2025 10:49:52 GMT
767- Docker-Distribution-Api-Version: registry/2.0
768- X-Content-Type-Options: nosniff
769- BODY :
770-
771- ==============================================================================
772-
773- </pre>
774- </div>
775- </div>
776-
777-
778-
779-
780- <div class="result green">
781- <div id="output-box-11-button" class="toggle" onclick="javascript:toggleOutput('output-box-11')">+</div>
782- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-11')">HEAD request to manifest[0] path (digest) should yield 200 response</h4>
783- <br>
784- <div id="output-box-11" style="display: none;">
785- <pre class="pre-box">DEBUG
786- ==============================================================================
787- ~~~ REQUEST ~~~
788- HEAD /v2/myorg/myrepo/a/manifests/sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896 HTTP/1.1
789- HOST : localhost:5000
790- HEADERS:
791- Accept: application/vnd.oci.image.manifest.v1&#43;json
792- User-Agent: distribution-spec-conformance-tests
793- BODY :
794- ***** NO CONTENT *****
795- ------------------------------------------------------------------------------
796- ~~~ RESPONSE ~~~
797- STATUS : 200 OK
798- PROTO : HTTP/1.1
799- RECEIVED AT : 2025-04-13T10:49:52.954106123Z
800- TIME DURATION: 620.998µs
801- HEADERS :
802- Content-Length: 714
803- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
804- Date: Sun, 13 Apr 2025 10:49:52 GMT
805- Docker-Content-Digest: sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896
806- Docker-Distribution-Api-Version: registry/2.0
807- Etag: &#34;sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896&#34;
808- X-Content-Type-Options: nosniff
809- BODY :
810- *** Error: Unable to format response body - &#34;unexpected end of JSON input&#34; ***
811-
812- Log Body as-is:
813-
814- ==============================================================================
815-
816- </pre>
817- </div>
818- </div>
819-
820-
821-
822-
823- <div class="result green">
824- <div id="output-box-12-button" class="toggle" onclick="javascript:toggleOutput('output-box-12')">+</div>
825- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-12')">HEAD request to manifest[1] path (digest) should yield 200 response</h4>
826- <br>
827- <div id="output-box-12" style="display: none;">
828- <pre class="pre-box">DEBUG
829- ==============================================================================
830- ~~~ REQUEST ~~~
831- HEAD /v2/myorg/myrepo/a/manifests/sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0 HTTP/1.1
832- HOST : localhost:5000
833- HEADERS:
834- Accept: application/vnd.oci.image.manifest.v1&#43;json
835- User-Agent: distribution-spec-conformance-tests
836- BODY :
837- ***** NO CONTENT *****
838- ------------------------------------------------------------------------------
839- ~~~ RESPONSE ~~~
840- STATUS : 200 OK
841- PROTO : HTTP/1.1
842- RECEIVED AT : 2025-04-13T10:49:52.95487287Z
843- TIME DURATION: 576.497µs
844- HEADERS :
845- Content-Length: 714
846- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
847- Date: Sun, 13 Apr 2025 10:49:52 GMT
848- Docker-Content-Digest: sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0
849- Docker-Distribution-Api-Version: registry/2.0
850- Etag: &#34;sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0&#34;
851- X-Content-Type-Options: nosniff
852- BODY :
853- *** Error: Unable to format response body - &#34;unexpected end of JSON input&#34; ***
854-
855- Log Body as-is:
856-
857- ==============================================================================
858-
859- </pre>
860- </div>
861- </div>
862-
863-
864-
865-
866- <div class="result green">
867- <div id="output-box-13-button" class="toggle" onclick="javascript:toggleOutput('output-box-13')">+</div>
868- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-13')">HEAD request to manifest path (tag) should yield 200 response</h4>
869- <br>
870- <div id="output-box-13" style="display: none;">
871- <pre class="pre-box">DEBUG
872- ==============================================================================
873- ~~~ REQUEST ~~~
874- HEAD /v2/myorg/myrepo/a/manifests/tagtest0 HTTP/1.1
875- HOST : localhost:5000
876- HEADERS:
877- Accept: application/vnd.oci.image.manifest.v1&#43;json
878- User-Agent: distribution-spec-conformance-tests
879- BODY :
880- ***** NO CONTENT *****
881- ------------------------------------------------------------------------------
882- ~~~ RESPONSE ~~~
883- STATUS : 200 OK
884- PROTO : HTTP/1.1
885- RECEIVED AT : 2025-04-13T10:49:52.95567204Z
886- TIME DURATION: 615.656µs
887- HEADERS :
888- Content-Length: 714
889- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
890- Date: Sun, 13 Apr 2025 10:49:52 GMT
891- Docker-Content-Digest: sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896
892- Docker-Distribution-Api-Version: registry/2.0
893- Etag: &#34;sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896&#34;
894- X-Content-Type-Options: nosniff
895- BODY :
896- *** Error: Unable to format response body - &#34;unexpected end of JSON input&#34; ***
897-
898- Log Body as-is:
899-
900- ==============================================================================
901-
902- </pre>
903- </div>
904- </div>
905-
906-
907-
908-
909- <div class="result green">
910- <div id="output-box-14-button" class="toggle" onclick="javascript:toggleOutput('output-box-14')">+</div>
911- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-14')">GET nonexistent manifest should return 404</h4>
912- <br>
913- <div id="output-box-14" style="display: none;">
914- <pre class="pre-box">DEBUG
915- ==============================================================================
916- ~~~ REQUEST ~~~
917- GET /v2/myorg/myrepo/a/manifests/.INVALID_MANIFEST_NAME HTTP/1.1
918- HOST : localhost:5000
919- HEADERS:
920- User-Agent: distribution-spec-conformance-tests
921- BODY :
922- ***** NO CONTENT *****
923- ------------------------------------------------------------------------------
924- ~~~ RESPONSE ~~~
925- STATUS : 404 Not Found
926- PROTO : HTTP/1.1
927- RECEIVED AT : 2025-04-13T10:49:52.955981367Z
928- TIME DURATION: 121.869µs
929- HEADERS :
930- Content-Length: 19
931- Content-Type: text/plain; charset=utf-8
932- Date: Sun, 13 Apr 2025 10:49:52 GMT
933- Docker-Distribution-Api-Version: registry/2.0
934- X-Content-Type-Options: nosniff
935- BODY :
936- 404 page not found
937- ==============================================================================
938-
939- </pre>
940- </div>
941- </div>
942-
943-
944-
945-
946- <div class="result green">
947- <div id="output-box-15-button" class="toggle" onclick="javascript:toggleOutput('output-box-15')">+</div>
948- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-15')">GET request to manifest[0] path (digest) should yield 200 response</h4>
949- <br>
950- <div id="output-box-15" style="display: none;">
951- <pre class="pre-box">DEBUG
952- ==============================================================================
953- ~~~ REQUEST ~~~
954- GET /v2/myorg/myrepo/a/manifests/sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896 HTTP/1.1
955- HOST : localhost:5000
956- HEADERS:
957- Accept: application/vnd.oci.image.manifest.v1&#43;json
958- User-Agent: distribution-spec-conformance-tests
959- BODY :
960- ***** NO CONTENT *****
961- ------------------------------------------------------------------------------
962- ~~~ RESPONSE ~~~
963- STATUS : 200 OK
964- PROTO : HTTP/1.1
965- RECEIVED AT : 2025-04-13T10:49:52.956748392Z
966- TIME DURATION: 607.981µs
967- HEADERS :
968- Content-Length: 714
969- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
970- Date: Sun, 13 Apr 2025 10:49:52 GMT
971- Docker-Content-Digest: sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896
972- Docker-Distribution-Api-Version: registry/2.0
973- Etag: &#34;sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896&#34;
974- X-Content-Type-Options: nosniff
975- BODY :
976- {
977- &#34;schemaVersion&#34;: 2,
978- &#34;mediaType&#34;: &#34;application/vnd.oci.image.manifest.v1&#43;json&#34;,
979- &#34;config&#34;: {
980- &#34;mediaType&#34;: &#34;application/vnd.oci.image.config.v1&#43;json&#34;,
981- &#34;digest&#34;: &#34;sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b&#34;,
982- &#34;size&#34;: 129,
983- &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJYc2dld2FBRTFuLW51UzFuIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;,
984- &#34;newUnspecifiedField&#34;: &#34;aGVsbG8gd29ybGQ=&#34;
985- },
986- &#34;layers&#34;: [
987- {
988- &#34;mediaType&#34;: &#34;application/vnd.oci.image.layer.v1.tar&#43;gzip&#34;,
989- &#34;digest&#34;: &#34;sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183&#34;,
990- &#34;size&#34;: 168,
991- &#34;newUnspecifiedField&#34;: null
992- }
993- ]
994- }
995- ==============================================================================
996-
997- </pre>
998- </div>
999- </div>
1000-
1001-
1002-
1003-
1004- <div class="result green">
1005- <div id="output-box-16-button" class="toggle" onclick="javascript:toggleOutput('output-box-16')">+</div>
1006- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-16')">GET request to manifest[1] path (digest) should yield 200 response</h4>
1007- <br>
1008- <div id="output-box-16" style="display: none;">
1009- <pre class="pre-box">DEBUG
1010- ==============================================================================
1011- ~~~ REQUEST ~~~
1012- GET /v2/myorg/myrepo/a/manifests/sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0 HTTP/1.1
1013- HOST : localhost:5000
1014- HEADERS:
1015- Accept: application/vnd.oci.image.manifest.v1&#43;json
1016- User-Agent: distribution-spec-conformance-tests
1017- BODY :
1018- ***** NO CONTENT *****
1019- ------------------------------------------------------------------------------
1020- ~~~ RESPONSE ~~~
1021- STATUS : 200 OK
1022- PROTO : HTTP/1.1
1023- RECEIVED AT : 2025-04-13T10:49:52.957666304Z
1024- TIME DURATION: 618.218µs
1025- HEADERS :
1026- Content-Length: 714
1027- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
1028- Date: Sun, 13 Apr 2025 10:49:52 GMT
1029- Docker-Content-Digest: sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0
1030- Docker-Distribution-Api-Version: registry/2.0
1031- Etag: &#34;sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0&#34;
1032- X-Content-Type-Options: nosniff
1033- BODY :
1034- {
1035- &#34;schemaVersion&#34;: 2,
1036- &#34;mediaType&#34;: &#34;application/vnd.oci.image.manifest.v1&#43;json&#34;,
1037- &#34;config&#34;: {
1038- &#34;mediaType&#34;: &#34;application/vnd.oci.image.config.v1&#43;json&#34;,
1039- &#34;digest&#34;: &#34;sha256:b3a6fe88600709014374f837673294ff2b0890d8ce591f77c2c2824a3391e1bf&#34;,
1040- &#34;size&#34;: 129,
1041- &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJvRHlXQ29iMUdoSUc3UHc0IiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;,
1042- &#34;newUnspecifiedField&#34;: &#34;aGVsbG8gd29ybGQ=&#34;
1043- },
1044- &#34;layers&#34;: [
1045- {
1046- &#34;mediaType&#34;: &#34;application/vnd.oci.image.layer.v1.tar&#43;gzip&#34;,
1047- &#34;digest&#34;: &#34;sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183&#34;,
1048- &#34;size&#34;: 168,
1049- &#34;newUnspecifiedField&#34;: null
1050- }
1051- ]
1052- }
1053- ==============================================================================
1054-
1055- </pre>
1056- </div>
1057- </div>
1058-
1059-
1060-
1061-
1062- <div class="result green">
1063- <div id="output-box-17-button" class="toggle" onclick="javascript:toggleOutput('output-box-17')">+</div>
1064- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-17')">GET request to manifest path (tag) should yield 200 response</h4>
1065- <br>
1066- <div id="output-box-17" style="display: none;">
1067- <pre class="pre-box">DEBUG
1068- ==============================================================================
1069- ~~~ REQUEST ~~~
1070- GET /v2/myorg/myrepo/a/manifests/tagtest0 HTTP/1.1
1071- HOST : localhost:5000
1072- HEADERS:
1073- Accept: application/vnd.oci.image.manifest.v1&#43;json
1074- User-Agent: distribution-spec-conformance-tests
1075- BODY :
1076- ***** NO CONTENT *****
1077- ------------------------------------------------------------------------------
1078- ~~~ RESPONSE ~~~
1079- STATUS : 200 OK
1080- PROTO : HTTP/1.1
1081- RECEIVED AT : 2025-04-13T10:49:52.958468578Z
1082- TIME DURATION: 537.533µs
1083- HEADERS :
1084- Content-Length: 714
1085- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
1086- Date: Sun, 13 Apr 2025 10:49:52 GMT
1087- Docker-Content-Digest: sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896
1088- Docker-Distribution-Api-Version: registry/2.0
1089- Etag: &#34;sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896&#34;
1090- X-Content-Type-Options: nosniff
1091- BODY :
1092- {
1093- &#34;schemaVersion&#34;: 2,
1094- &#34;mediaType&#34;: &#34;application/vnd.oci.image.manifest.v1&#43;json&#34;,
1095- &#34;config&#34;: {
1096- &#34;mediaType&#34;: &#34;application/vnd.oci.image.config.v1&#43;json&#34;,
1097- &#34;digest&#34;: &#34;sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b&#34;,
1098- &#34;size&#34;: 129,
1099- &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJYc2dld2FBRTFuLW51UzFuIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;,
1100- &#34;newUnspecifiedField&#34;: &#34;aGVsbG8gd29ybGQ=&#34;
1101- },
1102- &#34;layers&#34;: [
1103- {
1104- &#34;mediaType&#34;: &#34;application/vnd.oci.image.layer.v1.tar&#43;gzip&#34;,
1105- &#34;digest&#34;: &#34;sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183&#34;,
1106- &#34;size&#34;: 168,
1107- &#34;newUnspecifiedField&#34;: null
1108- }
1109- ]
1110- }
1111- ==============================================================================
1112-
1113- </pre>
1114- </div>
1115- </div>
1116-
1117- <br>
1118-
1119-
1120- <h3>Error codes</h3>
1121-
1122-
1123-
1124-
1125-
1126-
1127- <div class="result red">
1128- <div id="output-box-18-button" class="toggle" onclick="javascript:toggleOutput('output-box-18')">+</div>
1129- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-18')">400 response body should contain OCI-conforming JSON message</h4>
1130- <br>
1131- <div>
1132- <div id="output-box-18" style="display: none;">
1133- <pre class="pre-box">DEBUG
1134- ==============================================================================
1135- ~~~ REQUEST ~~~
1136- GET /v2/myorg/myrepo/a/manifests/sha256:totallywrong HTTP/1.1
1137- HOST : localhost:5000
1138- HEADERS:
1139- Content-Type: application/vnd.oci.image.manifest.v1&#43;json
1140- User-Agent: distribution-spec-conformance-tests
1141- BODY :
1142- ***** NO CONTENT *****
1143- ------------------------------------------------------------------------------
1144- ~~~ RESPONSE ~~~
1145- STATUS : 500 Internal Server Error
1146- PROTO : HTTP/1.1
1147- RECEIVED AT : 2025-04-13T10:49:52.959279296Z
1148- TIME DURATION: 545.865µs
1149- HEADERS :
1150- Content-Length: 201
1151- Content-Type: application/json; charset=utf-8
1152- Date: Sun, 13 Apr 2025 10:49:52 GMT
1153- Docker-Distribution-Api-Version: registry/2.0
1154- X-Content-Type-Options: nosniff
1155- BODY :
1156- {
1157- &#34;errors&#34;: [
1158- {
1159- &#34;code&#34;: &#34;UNKNOWN&#34;,
1160- &#34;message&#34;: &#34;unknown error&#34;,
1161- &#34;detail&#34;: {
1162- &#34;Path&#34;: &#34;/docker/registry/v2/repositories/myorg/myrepo/a/_manifests/tags/sha256:totallywrong/current/link&#34;,
1163- &#34;DriverName&#34;: &#34;filesystem&#34;
1164- }
1165- }
1166- ]
1167- }
1168-
1169- ==============================================================================
1170-
1171- </pre>
1172- </div>
1173- </div>
1174- <pre class="fail-message">Expected
1175- &lt;int&gt;: 500
1176- To satisfy at least one of these matchers: [%!s(*matchers.EqualMatcher=&amp;{400}) %!s(*matchers.EqualMatcher=&amp;{404})]</pre>
1177- <br>
1178- </div>
1179-
1180- <br>
1181-
1182-
1183- <h3>Teardown</h3>
1184-
1185-
1186-
1187-
1188-
1189-
1190- <div class="result green">
1191- <div id="output-box-19-button" class="toggle" onclick="javascript:toggleOutput('output-box-19')">+</div>
1192- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-19')">Delete config[0] blob created in setup</h4>
1193- <br>
1194- <div id="output-box-19" style="display: none;">
1195- <pre class="pre-box">DEBUG
1196- ==============================================================================
1197- ~~~ REQUEST ~~~
1198- DELETE /v2/myorg/myrepo/a/blobs/sha256:13b7ad8050af00074dc5511427cced4f3ca332c05d6a14044a8be80966c6148b HTTP/1.1
1199- HOST : localhost:5000
1200- HEADERS:
1201- User-Agent: distribution-spec-conformance-tests
1202- BODY :
1203- ***** NO CONTENT *****
1204- ------------------------------------------------------------------------------
1205- ~~~ RESPONSE ~~~
1206- STATUS : 405 Method Not Allowed
1207- PROTO : HTTP/1.1
1208- RECEIVED AT : 2025-04-13T10:49:52.960047618Z
1209- TIME DURATION: 439.82µs
1210- HEADERS :
1211- Content-Length: 78
1212- Content-Type: application/json; charset=utf-8
1213- Date: Sun, 13 Apr 2025 10:49:52 GMT
1214- Docker-Distribution-Api-Version: registry/2.0
1215- X-Content-Type-Options: nosniff
1216- BODY :
1217- {
1218- &#34;errors&#34;: [
1219- {
1220- &#34;code&#34;: &#34;UNSUPPORTED&#34;,
1221- &#34;message&#34;: &#34;The operation is unsupported.&#34;
1222- }
1223- ]
1224- }
1225-
1226- ==============================================================================
1227-
1228- </pre>
1229- </div>
1230- </div>
1231-
1232-
1233-
1234-
1235- <div class="result green">
1236- <div id="output-box-20-button" class="toggle" onclick="javascript:toggleOutput('output-box-20')">+</div>
1237- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-20')">Delete config[1] blob created in setup</h4>
1238- <br>
1239- <div id="output-box-20" style="display: none;">
1240- <pre class="pre-box">DEBUG
1241- ==============================================================================
1242- ~~~ REQUEST ~~~
1243- DELETE /v2/myorg/myrepo/a/blobs/sha256:b3a6fe88600709014374f837673294ff2b0890d8ce591f77c2c2824a3391e1bf HTTP/1.1
1244- HOST : localhost:5000
1245- HEADERS:
1246- User-Agent: distribution-spec-conformance-tests
1247- BODY :
1248- ***** NO CONTENT *****
1249- ------------------------------------------------------------------------------
1250- ~~~ RESPONSE ~~~
1251- STATUS : 405 Method Not Allowed
1252- PROTO : HTTP/1.1
1253- RECEIVED AT : 2025-04-13T10:49:52.960663143Z
1254- TIME DURATION: 446.135µs
1255- HEADERS :
1256- Content-Length: 78
1257- Content-Type: application/json; charset=utf-8
1258- Date: Sun, 13 Apr 2025 10:49:52 GMT
1259- Docker-Distribution-Api-Version: registry/2.0
1260- X-Content-Type-Options: nosniff
1261- BODY :
1262- {
1263- &#34;errors&#34;: [
1264- {
1265- &#34;code&#34;: &#34;UNSUPPORTED&#34;,
1266- &#34;message&#34;: &#34;The operation is unsupported.&#34;
1267- }
1268- ]
1269- }
1270-
1271- ==============================================================================
1272-
1273- </pre>
1274- </div>
1275- </div>
1276-
1277-
1278-
1279-
1280- <div class="result green">
1281- <div id="output-box-21-button" class="toggle" onclick="javascript:toggleOutput('output-box-21')">+</div>
1282- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-21')">Delete layer blob created in setup</h4>
1283- <br>
1284- <div id="output-box-21" style="display: none;">
1285- <pre class="pre-box">DEBUG
1286- ==============================================================================
1287- ~~~ REQUEST ~~~
1288- DELETE /v2/myorg/myrepo/a/blobs/sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183 HTTP/1.1
1289- HOST : localhost:5000
1290- HEADERS:
1291- User-Agent: distribution-spec-conformance-tests
1292- BODY :
1293- ***** NO CONTENT *****
1294- ------------------------------------------------------------------------------
1295- ~~~ RESPONSE ~~~
1296- STATUS : 405 Method Not Allowed
1297- PROTO : HTTP/1.1
1298- RECEIVED AT : 2025-04-13T10:49:52.961605544Z
1299- TIME DURATION: 784.721µs
1300- HEADERS :
1301- Content-Length: 78
1302- Content-Type: application/json; charset=utf-8
1303- Date: Sun, 13 Apr 2025 10:49:52 GMT
1304- Docker-Distribution-Api-Version: registry/2.0
1305- X-Content-Type-Options: nosniff
1306- BODY :
1307- {
1308- &#34;errors&#34;: [
1309- {
1310- &#34;code&#34;: &#34;UNSUPPORTED&#34;,
1311- &#34;message&#34;: &#34;The operation is unsupported.&#34;
1312- }
1313- ]
1314- }
1315-
1316- ==============================================================================
1317-
1318- </pre>
1319- </div>
1320- </div>
1321-
1322-
1323-
1324-
1325- <div class="result green">
1326- <div id="output-box-22-button" class="toggle" onclick="javascript:toggleOutput('output-box-22')">+</div>
1327- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-22')">Delete manifest[0] created in setup</h4>
1328- <br>
1329- <div id="output-box-22" style="display: none;">
1330- <pre class="pre-box">DEBUG
1331- ==============================================================================
1332- ~~~ REQUEST ~~~
1333- DELETE /v2/myorg/myrepo/a/manifests/sha256:0d3190494f1b2b9db0a27d31e1a7a9cfd5cfd24e1c99ecb373b0306082e29896 HTTP/1.1
1334- HOST : localhost:5000
1335- HEADERS:
1336- User-Agent: distribution-spec-conformance-tests
1337- BODY :
1338- ***** NO CONTENT *****
1339- ------------------------------------------------------------------------------
1340- ~~~ RESPONSE ~~~
1341- STATUS : 405 Method Not Allowed
1342- PROTO : HTTP/1.1
1343- RECEIVED AT : 2025-04-13T10:49:52.962271415Z
1344- TIME DURATION: 479.065µs
1345- HEADERS :
1346- Content-Length: 78
1347- Content-Type: application/json; charset=utf-8
1348- Date: Sun, 13 Apr 2025 10:49:52 GMT
1349- Docker-Distribution-Api-Version: registry/2.0
1350- X-Content-Type-Options: nosniff
1351- BODY :
1352- {
1353- &#34;errors&#34;: [
1354- {
1355- &#34;code&#34;: &#34;UNSUPPORTED&#34;,
1356- &#34;message&#34;: &#34;The operation is unsupported.&#34;
1357- }
1358- ]
1359- }
1360-
1361- ==============================================================================
1362-
1363- </pre>
1364- </div>
1365- </div>
1366-
1367-
1368-
1369-
1370- <div class="result green">
1371- <div id="output-box-23-button" class="toggle" onclick="javascript:toggleOutput('output-box-23')">+</div>
1372- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-23')">Delete manifest[1] created in setup</h4>
1373- <br>
1374- <div id="output-box-23" style="display: none;">
1375- <pre class="pre-box">DEBUG
1376- ==============================================================================
1377- ~~~ REQUEST ~~~
1378- DELETE /v2/myorg/myrepo/a/manifests/sha256:34baedb2fd45ee2a83db57722eaece9be6f5b02c61e3fbc2d2812128d080bfc0 HTTP/1.1
1379- HOST : localhost:5000
1380- HEADERS:
1381- User-Agent: distribution-spec-conformance-tests
1382- BODY :
1383- ***** NO CONTENT *****
1384- ------------------------------------------------------------------------------
1385- ~~~ RESPONSE ~~~
1386- STATUS : 405 Method Not Allowed
1387- PROTO : HTTP/1.1
1388- RECEIVED AT : 2025-04-13T10:49:52.962899073Z
1389- TIME DURATION: 443.018µs
1390- HEADERS :
1391- Content-Length: 78
1392- Content-Type: application/json; charset=utf-8
1393- Date: Sun, 13 Apr 2025 10:49:52 GMT
1394- Docker-Distribution-Api-Version: registry/2.0
1395- X-Content-Type-Options: nosniff
1396- BODY :
1397- {
1398- &#34;errors&#34;: [
1399- {
1400- &#34;code&#34;: &#34;UNSUPPORTED&#34;,
1401- &#34;message&#34;: &#34;The operation is unsupported.&#34;
1402- }
1403- ]
1404- }
1405-
1406- ==============================================================================
1407-
1408- </pre>
1409- </div>
1410- </div>
1411-
1412- <br>
1413-
1414-
1415-
1416-
1417- </div>
1418-
1419-
1420-
1421-
1422- <h2>Push</h2>
1423- <div class="subcategory">
1424-
1425-
1426- <h3>Blob Upload Streamed</h3>
1427-
1428-
1429-
1430-
1431-
1432-
1433- <div class="result grey">
1434- <div id="output-box-24-button" class="toggle" onclick="javascript:toggleOutput('output-box-24')">+</div>
1435- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-24')">PATCH request with blob in body should yield 202 response</h4>
1436- <br>
1437- <div id="output-box-24" style="display: none;">
1438- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1439- OCI_TEST_PUSH=0
1440- OCI_TEST_CONTENT_DISCOVERY=0
1441- OCI_TEST_CONTENT_MANAGEMENT=0
1442- OCI_TEST_PULL=1
1443- </pre>
1444- </div>
1445- </div>
1446-
1447-
1448-
1449-
1450- <div class="result grey">
1451- <div id="output-box-25-button" class="toggle" onclick="javascript:toggleOutput('output-box-25')">+</div>
1452- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-25')">PUT request to session URL with digest should yield 201 response</h4>
1453- <br>
1454- <div id="output-box-25" style="display: none;">
1455- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1456- OCI_TEST_PULL=1
1457- OCI_TEST_PUSH=0
1458- OCI_TEST_CONTENT_DISCOVERY=0
1459- OCI_TEST_CONTENT_MANAGEMENT=0
1460- </pre>
1461- </div>
1462- </div>
1463-
1464- <br>
1465-
1466-
1467- <h3>Blob Upload Monolithic</h3>
1468-
1469-
1470-
1471-
1472-
1473-
1474- <div class="result grey">
1475- <div id="output-box-26-button" class="toggle" onclick="javascript:toggleOutput('output-box-26')">+</div>
1476- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-26')">GET nonexistent blob should result in 404 response</h4>
1477- <br>
1478- <div id="output-box-26" style="display: none;">
1479- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1480- OCI_TEST_PUSH=0
1481- OCI_TEST_CONTENT_DISCOVERY=0
1482- OCI_TEST_CONTENT_MANAGEMENT=0
1483- OCI_TEST_PULL=1
1484- </pre>
1485- </div>
1486- </div>
1487-
1488-
1489-
1490-
1491- <div class="result grey">
1492- <div id="output-box-27-button" class="toggle" onclick="javascript:toggleOutput('output-box-27')">+</div>
1493- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-27')">POST request with digest and blob should yield a 201 or 202</h4>
1494- <br>
1495- <div id="output-box-27" style="display: none;">
1496- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1497- OCI_TEST_CONTENT_MANAGEMENT=0
1498- OCI_TEST_PULL=1
1499- OCI_TEST_PUSH=0
1500- OCI_TEST_CONTENT_DISCOVERY=0
1501- </pre>
1502- </div>
1503- </div>
1504-
1505-
1506-
1507-
1508- <div class="result grey">
1509- <div id="output-box-28-button" class="toggle" onclick="javascript:toggleOutput('output-box-28')">+</div>
1510- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-28')">GET request to blob URL from prior request should yield 200 or 404 based on response code</h4>
1511- <br>
1512- <div id="output-box-28" style="display: none;">
1513- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1514- OCI_TEST_PULL=1
1515- OCI_TEST_PUSH=0
1516- OCI_TEST_CONTENT_DISCOVERY=0
1517- OCI_TEST_CONTENT_MANAGEMENT=0
1518- </pre>
1519- </div>
1520- </div>
1521-
1522-
1523-
1524-
1525- <div class="result grey">
1526- <div id="output-box-29-button" class="toggle" onclick="javascript:toggleOutput('output-box-29')">+</div>
1527- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-29')">POST request should yield a session ID</h4>
1528- <br>
1529- <div id="output-box-29" style="display: none;">
1530- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1531- OCI_TEST_PUSH=0
1532- OCI_TEST_CONTENT_DISCOVERY=0
1533- OCI_TEST_CONTENT_MANAGEMENT=0
1534- OCI_TEST_PULL=1
1535- </pre>
1536- </div>
1537- </div>
1538-
1539-
1540-
1541-
1542- <div class="result grey">
1543- <div id="output-box-30-button" class="toggle" onclick="javascript:toggleOutput('output-box-30')">+</div>
1544- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-30')">PUT upload of a blob should yield a 201 Response</h4>
1545- <br>
1546- <div id="output-box-30" style="display: none;">
1547- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1548- OCI_TEST_PULL=1
1549- OCI_TEST_PUSH=0
1550- OCI_TEST_CONTENT_DISCOVERY=0
1551- OCI_TEST_CONTENT_MANAGEMENT=0
1552- </pre>
1553- </div>
1554- </div>
1555-
1556-
1557-
1558-
1559- <div class="result grey">
1560- <div id="output-box-31-button" class="toggle" onclick="javascript:toggleOutput('output-box-31')">+</div>
1561- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-31')">GET request to existing blob should yield 200 response</h4>
1562- <br>
1563- <div id="output-box-31" style="display: none;">
1564- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1565- OCI_TEST_PULL=1
1566- OCI_TEST_PUSH=0
1567- OCI_TEST_CONTENT_DISCOVERY=0
1568- OCI_TEST_CONTENT_MANAGEMENT=0
1569- </pre>
1570- </div>
1571- </div>
1572-
1573-
1574-
1575-
1576- <div class="result grey">
1577- <div id="output-box-32-button" class="toggle" onclick="javascript:toggleOutput('output-box-32')">+</div>
1578- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-32')">PUT upload of a layer blob should yield a 201 Response</h4>
1579- <br>
1580- <div id="output-box-32" style="display: none;">
1581- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1582- OCI_TEST_CONTENT_MANAGEMENT=0
1583- OCI_TEST_PULL=1
1584- OCI_TEST_PUSH=0
1585- OCI_TEST_CONTENT_DISCOVERY=0
1586- </pre>
1587- </div>
1588- </div>
1589-
1590-
1591-
1592-
1593- <div class="result grey">
1594- <div id="output-box-33-button" class="toggle" onclick="javascript:toggleOutput('output-box-33')">+</div>
1595- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-33')">GET request to existing layer should yield 200 response</h4>
1596- <br>
1597- <div id="output-box-33" style="display: none;">
1598- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1599- OCI_TEST_CONTENT_MANAGEMENT=0
1600- OCI_TEST_PULL=1
1601- OCI_TEST_PUSH=0
1602- OCI_TEST_CONTENT_DISCOVERY=0
1603- </pre>
1604- </div>
1605- </div>
1606-
1607- <br>
1608-
1609-
1610- <h3>Blob Upload Chunked</h3>
1611-
1612-
1613-
1614-
1615-
1616-
1617- <div class="result grey">
1618- <div id="output-box-34-button" class="toggle" onclick="javascript:toggleOutput('output-box-34')">+</div>
1619- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-34')">Out-of-order blob upload should return 416</h4>
1620- <br>
1621- <div id="output-box-34" style="display: none;">
1622- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1623- OCI_TEST_PULL=1
1624- OCI_TEST_PUSH=0
1625- OCI_TEST_CONTENT_DISCOVERY=0
1626- OCI_TEST_CONTENT_MANAGEMENT=0
1627- </pre>
1628- </div>
1629- </div>
1630-
1631-
1632-
1633-
1634- <div class="result grey">
1635- <div id="output-box-35-button" class="toggle" onclick="javascript:toggleOutput('output-box-35')">+</div>
1636- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-35')">PATCH request with first chunk should return 202</h4>
1637- <br>
1638- <div id="output-box-35" style="display: none;">
1639- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1640- OCI_TEST_PULL=1
1641- OCI_TEST_PUSH=0
1642- OCI_TEST_CONTENT_DISCOVERY=0
1643- OCI_TEST_CONTENT_MANAGEMENT=0
1644- </pre>
1645- </div>
1646- </div>
1647-
1648-
1649-
1650-
1651- <div class="result grey">
1652- <div id="output-box-36-button" class="toggle" onclick="javascript:toggleOutput('output-box-36')">+</div>
1653- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-36')">Retry previous blob chunk should return 416</h4>
1654- <br>
1655- <div id="output-box-36" style="display: none;">
1656- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1657- OCI_TEST_PULL=1
1658- OCI_TEST_PUSH=0
1659- OCI_TEST_CONTENT_DISCOVERY=0
1660- OCI_TEST_CONTENT_MANAGEMENT=0
1661- </pre>
1662- </div>
1663- </div>
1664-
1665-
1666-
1667-
1668- <div class="result grey">
1669- <div id="output-box-37-button" class="toggle" onclick="javascript:toggleOutput('output-box-37')">+</div>
1670- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-37')">Get on stale blob upload should return 204 with a range and location</h4>
1671- <br>
1672- <div id="output-box-37" style="display: none;">
1673- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1674- OCI_TEST_PULL=1
1675- OCI_TEST_PUSH=0
1676- OCI_TEST_CONTENT_DISCOVERY=0
1677- OCI_TEST_CONTENT_MANAGEMENT=0
1678- </pre>
1679- </div>
1680- </div>
1681-
1682-
1683-
1684-
1685- <div class="result grey">
1686- <div id="output-box-38-button" class="toggle" onclick="javascript:toggleOutput('output-box-38')">+</div>
1687- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-38')">PATCH request with second chunk should return 202</h4>
1688- <br>
1689- <div id="output-box-38" style="display: none;">
1690- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1691- OCI_TEST_PULL=1
1692- OCI_TEST_PUSH=0
1693- OCI_TEST_CONTENT_DISCOVERY=0
1694- OCI_TEST_CONTENT_MANAGEMENT=0
1695- </pre>
1696- </div>
1697- </div>
1698-
1699-
1700-
1701-
1702- <div class="result grey">
1703- <div id="output-box-39-button" class="toggle" onclick="javascript:toggleOutput('output-box-39')">+</div>
1704- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-39')">PUT request with digest should return 201</h4>
1705- <br>
1706- <div id="output-box-39" style="display: none;">
1707- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1708- OCI_TEST_PULL=1
1709- OCI_TEST_PUSH=0
1710- OCI_TEST_CONTENT_DISCOVERY=0
1711- OCI_TEST_CONTENT_MANAGEMENT=0
1712- </pre>
1713- </div>
1714- </div>
1715-
1716- <br>
1717-
1718-
1719- <h3>Cross-Repository Blob Mount</h3>
1720-
1721-
1722-
1723-
1724-
1725-
1726- <div class="result grey">
1727- <div id="output-box-40-button" class="toggle" onclick="javascript:toggleOutput('output-box-40')">+</div>
1728- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-40')">Cross-mounting of a blob without the from argument should yield session id</h4>
1729- <br>
1730- <div id="output-box-40" style="display: none;">
1731- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1732- OCI_TEST_PULL=1
1733- OCI_TEST_PUSH=0
1734- OCI_TEST_CONTENT_DISCOVERY=0
1735- OCI_TEST_CONTENT_MANAGEMENT=0
1736- </pre>
1737- </div>
1738- </div>
1739-
1740-
1741-
1742-
1743- <div class="result grey">
1744- <div id="output-box-41-button" class="toggle" onclick="javascript:toggleOutput('output-box-41')">+</div>
1745- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-41')">POST request to mount another repository&#39;s blob should return 201 or 202</h4>
1746- <br>
1747- <div id="output-box-41" style="display: none;">
1748- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1749- OCI_TEST_PULL=1
1750- OCI_TEST_PUSH=0
1751- OCI_TEST_CONTENT_DISCOVERY=0
1752- OCI_TEST_CONTENT_MANAGEMENT=0
1753- </pre>
1754- </div>
1755- </div>
1756-
1757-
1758-
1759-
1760- <div class="result grey">
1761- <div id="output-box-42-button" class="toggle" onclick="javascript:toggleOutput('output-box-42')">+</div>
1762- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-42')">GET request to test digest within cross-mount namespace should return 200</h4>
1763- <br>
1764- <div id="output-box-42" style="display: none;">
1765- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1766- OCI_TEST_PULL=1
1767- OCI_TEST_PUSH=0
1768- OCI_TEST_CONTENT_DISCOVERY=0
1769- OCI_TEST_CONTENT_MANAGEMENT=0
1770- </pre>
1771- </div>
1772- </div>
1773-
1774-
1775-
1776-
1777- <div class="result grey">
1778- <div id="output-box-43-button" class="toggle" onclick="javascript:toggleOutput('output-box-43')">+</div>
1779- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-43')">Cross-mounting of nonexistent blob should yield session id</h4>
1780- <br>
1781- <div id="output-box-43" style="display: none;">
1782- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1783- OCI_TEST_PULL=1
1784- OCI_TEST_PUSH=0
1785- OCI_TEST_CONTENT_DISCOVERY=0
1786- OCI_TEST_CONTENT_MANAGEMENT=0
1787- </pre>
1788- </div>
1789- </div>
1790-
1791-
1792-
1793-
1794- <div class="result grey">
1795- <div id="output-box-44-button" class="toggle" onclick="javascript:toggleOutput('output-box-44')">+</div>
1796- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-44')">Cross-mounting without from, and automatic content discovery enabled should return a 201</h4>
1797- <br>
1798- <div id="output-box-44" style="display: none;">
1799- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1800- OCI_TEST_PULL=1
1801- OCI_TEST_PUSH=0
1802- OCI_TEST_CONTENT_DISCOVERY=0
1803- OCI_TEST_CONTENT_MANAGEMENT=0
1804- </pre>
1805- </div>
1806- </div>
1807-
1808-
1809-
1810-
1811- <div class="result grey">
1812- <div id="output-box-45-button" class="toggle" onclick="javascript:toggleOutput('output-box-45')">+</div>
1813- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-45')">Cross-mounting without from, and automatic content discovery disabled should return a 202</h4>
1814- <br>
1815- <div id="output-box-45" style="display: none;">
1816- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1817- OCI_TEST_CONTENT_MANAGEMENT=0
1818- OCI_TEST_PULL=1
1819- OCI_TEST_PUSH=0
1820- OCI_TEST_CONTENT_DISCOVERY=0
1821- </pre>
1822- </div>
1823- </div>
1824-
1825- <br>
1826-
1827-
1828- <h3>Manifest Upload</h3>
1829-
1830-
1831-
1832-
1833-
1834-
1835- <div class="result grey">
1836- <div id="output-box-46-button" class="toggle" onclick="javascript:toggleOutput('output-box-46')">+</div>
1837- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-46')">GET nonexistent manifest should return 404</h4>
1838- <br>
1839- <div id="output-box-46" style="display: none;">
1840- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1841- OCI_TEST_PULL=1
1842- OCI_TEST_PUSH=0
1843- OCI_TEST_CONTENT_DISCOVERY=0
1844- OCI_TEST_CONTENT_MANAGEMENT=0
1845- </pre>
1846- </div>
1847- </div>
1848-
1849-
1850-
1851-
1852- <div class="result grey">
1853- <div id="output-box-47-button" class="toggle" onclick="javascript:toggleOutput('output-box-47')">+</div>
1854- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-47')">PUT should accept a manifest upload</h4>
1855- <br>
1856- <div id="output-box-47" style="display: none;">
1857- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1858- OCI_TEST_PULL=1
1859- OCI_TEST_PUSH=0
1860- OCI_TEST_CONTENT_DISCOVERY=0
1861- OCI_TEST_CONTENT_MANAGEMENT=0
1862- </pre>
1863- </div>
1864- </div>
1865-
1866-
1867-
1868-
1869- <div class="result grey">
1870- <div id="output-box-48-button" class="toggle" onclick="javascript:toggleOutput('output-box-48')">+</div>
1871- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-48')">Registry should accept a manifest upload with no layers</h4>
1872- <br>
1873- <div id="output-box-48" style="display: none;">
1874- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1875- OCI_TEST_PULL=1
1876- OCI_TEST_PUSH=0
1877- OCI_TEST_CONTENT_DISCOVERY=0
1878- OCI_TEST_CONTENT_MANAGEMENT=0
1879- </pre>
1880- </div>
1881- </div>
1882-
1883-
1884-
1885-
1886- <div class="result grey">
1887- <div id="output-box-49-button" class="toggle" onclick="javascript:toggleOutput('output-box-49')">+</div>
1888- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-49')">GET request to manifest URL (digest) should yield 200 response</h4>
1889- <br>
1890- <div id="output-box-49" style="display: none;">
1891- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1892- OCI_TEST_PULL=1
1893- OCI_TEST_PUSH=0
1894- OCI_TEST_CONTENT_DISCOVERY=0
1895- OCI_TEST_CONTENT_MANAGEMENT=0
1896- </pre>
1897- </div>
1898- </div>
1899-
1900- <br>
1901-
1902-
1903- <h3>Teardown</h3>
1904-
1905-
1906-
1907-
1908-
1909-
1910- <div class="result grey">
1911- <div id="output-box-50-button" class="toggle" onclick="javascript:toggleOutput('output-box-50')">+</div>
1912- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-50')">Delete config blob created in tests</h4>
1913- <br>
1914- <div id="output-box-50" style="display: none;">
1915- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1916- OCI_TEST_PULL=1
1917- OCI_TEST_PUSH=0
1918- OCI_TEST_CONTENT_DISCOVERY=0
1919- OCI_TEST_CONTENT_MANAGEMENT=0
1920- </pre>
1921- </div>
1922- </div>
1923-
1924-
1925-
1926-
1927- <div class="result grey">
1928- <div id="output-box-51-button" class="toggle" onclick="javascript:toggleOutput('output-box-51')">+</div>
1929- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-51')">Delete layer blob created in setup</h4>
1930- <br>
1931- <div id="output-box-51" style="display: none;">
1932- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1933- OCI_TEST_PUSH=0
1934- OCI_TEST_CONTENT_DISCOVERY=0
1935- OCI_TEST_CONTENT_MANAGEMENT=0
1936- OCI_TEST_PULL=1
1937- </pre>
1938- </div>
1939- </div>
1940-
1941-
1942-
1943-
1944- <div class="result grey">
1945- <div id="output-box-52-button" class="toggle" onclick="javascript:toggleOutput('output-box-52')">+</div>
1946- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-52')">Delete manifest created in tests</h4>
1947- <br>
1948- <div id="output-box-52" style="display: none;">
1949- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1950- OCI_TEST_PUSH=0
1951- OCI_TEST_CONTENT_DISCOVERY=0
1952- OCI_TEST_CONTENT_MANAGEMENT=0
1953- OCI_TEST_PULL=1
1954- </pre>
1955- </div>
1956- </div>
1957-
1958- <br>
1959-
1960-
1961-
1962-
1963- </div>
1964-
1965-
1966-
1967-
1968- <h2>Content Discovery</h2>
1969- <div class="subcategory">
1970-
1971-
1972- <h3>Setup</h3>
1973-
1974-
1975-
1976-
1977-
1978-
1979- <div class="result grey">
1980- <div id="output-box-53-button" class="toggle" onclick="javascript:toggleOutput('output-box-53')">+</div>
1981- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-53')">Populate registry with test blob</h4>
1982- <br>
1983- <div id="output-box-53" style="display: none;">
1984- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
1985- OCI_TEST_CONTENT_MANAGEMENT=0
1986- OCI_TEST_PULL=1
1987- OCI_TEST_PUSH=0
1988- OCI_TEST_CONTENT_DISCOVERY=0
1989- </pre>
1990- </div>
1991- </div>
1992-
1993-
1994-
1995-
1996- <div class="result grey">
1997- <div id="output-box-54-button" class="toggle" onclick="javascript:toggleOutput('output-box-54')">+</div>
1998- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-54')">Populate registry with test layer</h4>
1999- <br>
2000- <div id="output-box-54" style="display: none;">
2001- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2002- OCI_TEST_PULL=1
2003- OCI_TEST_PUSH=0
2004- OCI_TEST_CONTENT_DISCOVERY=0
2005- OCI_TEST_CONTENT_MANAGEMENT=0
2006- </pre>
2007- </div>
2008- </div>
2009-
2010-
2011-
2012-
2013- <div class="result grey">
2014- <div id="output-box-55-button" class="toggle" onclick="javascript:toggleOutput('output-box-55')">+</div>
2015- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-55')">Populate registry with test tags</h4>
2016- <br>
2017- <div id="output-box-55" style="display: none;">
2018- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2019- OCI_TEST_PULL=1
2020- OCI_TEST_PUSH=0
2021- OCI_TEST_CONTENT_DISCOVERY=0
2022- OCI_TEST_CONTENT_MANAGEMENT=0
2023- </pre>
2024- </div>
2025- </div>
2026-
2027-
2028-
2029-
2030- <div class="result grey">
2031- <div id="output-box-56-button" class="toggle" onclick="javascript:toggleOutput('output-box-56')">+</div>
2032- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-56')">Populate registry with test tags (no push)</h4>
2033- <br>
2034- <div id="output-box-56" style="display: none;">
2035- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2036- OCI_TEST_PULL=1
2037- OCI_TEST_PUSH=0
2038- OCI_TEST_CONTENT_DISCOVERY=0
2039- OCI_TEST_CONTENT_MANAGEMENT=0
2040- </pre>
2041- </div>
2042- </div>
2043-
2044-
2045-
2046-
2047- <div class="result grey">
2048- <div id="output-box-57-button" class="toggle" onclick="javascript:toggleOutput('output-box-57')">+</div>
2049- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-57')">References setup</h4>
2050- <br>
2051- <div id="output-box-57" style="display: none;">
2052- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2053- OCI_TEST_PUSH=0
2054- OCI_TEST_CONTENT_DISCOVERY=0
2055- OCI_TEST_CONTENT_MANAGEMENT=0
2056- OCI_TEST_PULL=1
2057- </pre>
2058- </div>
2059- </div>
2060-
2061- <br>
2062-
2063-
2064- <h3>Test content discovery endpoints (listing tags)</h3>
2065-
2066-
2067-
2068-
2069-
2070-
2071- <div class="result grey">
2072- <div id="output-box-58-button" class="toggle" onclick="javascript:toggleOutput('output-box-58')">+</div>
2073- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-58')">GET request to list tags should yield 200 response</h4>
2074- <br>
2075- <div id="output-box-58" style="display: none;">
2076- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2077- OCI_TEST_PUSH=0
2078- OCI_TEST_CONTENT_DISCOVERY=0
2079- OCI_TEST_CONTENT_MANAGEMENT=0
2080- OCI_TEST_PULL=1
2081- </pre>
2082- </div>
2083- </div>
2084-
2085-
2086-
2087-
2088- <div class="result grey">
2089- <div id="output-box-59-button" class="toggle" onclick="javascript:toggleOutput('output-box-59')">+</div>
2090- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-59')">GET number of tags should be limitable by `n` query parameter</h4>
2091- <br>
2092- <div id="output-box-59" style="display: none;">
2093- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2094- OCI_TEST_PULL=1
2095- OCI_TEST_PUSH=0
2096- OCI_TEST_CONTENT_DISCOVERY=0
2097- OCI_TEST_CONTENT_MANAGEMENT=0
2098- </pre>
2099- </div>
2100- </div>
2101-
2102-
2103-
2104-
2105- <div class="result grey">
2106- <div id="output-box-60-button" class="toggle" onclick="javascript:toggleOutput('output-box-60')">+</div>
2107- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-60')">GET start of tag is set by `last` query parameter</h4>
2108- <br>
2109- <div id="output-box-60" style="display: none;">
2110- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2111- OCI_TEST_CONTENT_MANAGEMENT=0
2112- OCI_TEST_PULL=1
2113- OCI_TEST_PUSH=0
2114- OCI_TEST_CONTENT_DISCOVERY=0
2115- </pre>
2116- </div>
2117- </div>
2118-
2119- <br>
2120-
2121-
2122- <h3>Test content discovery endpoints (listing references)</h3>
2123-
2124-
2125-
2126-
2127-
2128-
2129- <div class="result grey">
2130- <div id="output-box-61-button" class="toggle" onclick="javascript:toggleOutput('output-box-61')">+</div>
2131- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-61')">GET request to nonexistent blob should result in empty 200 response</h4>
2132- <br>
2133- <div id="output-box-61" style="display: none;">
2134- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2135- OCI_TEST_CONTENT_DISCOVERY=0
2136- OCI_TEST_CONTENT_MANAGEMENT=0
2137- OCI_TEST_PULL=1
2138- OCI_TEST_PUSH=0
2139- </pre>
2140- </div>
2141- </div>
2142-
2143-
2144-
2145-
2146- <div class="result grey">
2147- <div id="output-box-62-button" class="toggle" onclick="javascript:toggleOutput('output-box-62')">+</div>
2148- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-62')">GET request to existing blob should yield 200</h4>
2149- <br>
2150- <div id="output-box-62" style="display: none;">
2151- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2152- OCI_TEST_PULL=1
2153- OCI_TEST_PUSH=0
2154- OCI_TEST_CONTENT_DISCOVERY=0
2155- OCI_TEST_CONTENT_MANAGEMENT=0
2156- </pre>
2157- </div>
2158- </div>
2159-
2160-
2161-
2162-
2163- <div class="result grey">
2164- <div id="output-box-63-button" class="toggle" onclick="javascript:toggleOutput('output-box-63')">+</div>
2165- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-63')">GET request to existing blob with filter should yield 200</h4>
2166- <br>
2167- <div id="output-box-63" style="display: none;">
2168- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2169- OCI_TEST_CONTENT_MANAGEMENT=0
2170- OCI_TEST_PULL=1
2171- OCI_TEST_PUSH=0
2172- OCI_TEST_CONTENT_DISCOVERY=0
2173- </pre>
2174- </div>
2175- </div>
2176-
2177-
2178-
2179-
2180- <div class="result grey">
2181- <div id="output-box-64-button" class="toggle" onclick="javascript:toggleOutput('output-box-64')">+</div>
2182- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-64')">GET request to missing manifest should yield 200</h4>
2183- <br>
2184- <div id="output-box-64" style="display: none;">
2185- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2186- OCI_TEST_CONTENT_DISCOVERY=0
2187- OCI_TEST_CONTENT_MANAGEMENT=0
2188- OCI_TEST_PULL=1
2189- OCI_TEST_PUSH=0
2190- </pre>
2191- </div>
2192- </div>
2193-
2194- <br>
2195-
2196-
2197- <h3>Teardown</h3>
2198-
2199-
2200-
2201-
2202-
2203-
2204- <div class="result grey">
2205- <div id="output-box-65-button" class="toggle" onclick="javascript:toggleOutput('output-box-65')">+</div>
2206- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-65')">Delete config blob created in tests</h4>
2207- <br>
2208- <div id="output-box-65" style="display: none;">
2209- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2210- OCI_TEST_PULL=1
2211- OCI_TEST_PUSH=0
2212- OCI_TEST_CONTENT_DISCOVERY=0
2213- OCI_TEST_CONTENT_MANAGEMENT=0
2214- </pre>
2215- </div>
2216- </div>
2217-
2218-
2219-
2220-
2221- <div class="result grey">
2222- <div id="output-box-66-button" class="toggle" onclick="javascript:toggleOutput('output-box-66')">+</div>
2223- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-66')">Delete layer blob created in setup</h4>
2224- <br>
2225- <div id="output-box-66" style="display: none;">
2226- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2227- OCI_TEST_PULL=1
2228- OCI_TEST_PUSH=0
2229- OCI_TEST_CONTENT_DISCOVERY=0
2230- OCI_TEST_CONTENT_MANAGEMENT=0
2231- </pre>
2232- </div>
2233- </div>
2234-
2235-
2236-
2237-
2238- <div class="result grey">
2239- <div id="output-box-67-button" class="toggle" onclick="javascript:toggleOutput('output-box-67')">+</div>
2240- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-67')">Delete created manifest &amp; associated tags</h4>
2241- <br>
2242- <div id="output-box-67" style="display: none;">
2243- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2244- OCI_TEST_PUSH=0
2245- OCI_TEST_CONTENT_DISCOVERY=0
2246- OCI_TEST_CONTENT_MANAGEMENT=0
2247- OCI_TEST_PULL=1
2248- </pre>
2249- </div>
2250- </div>
2251-
2252-
2253-
2254-
2255- <div class="result grey">
2256- <div id="output-box-68-button" class="toggle" onclick="javascript:toggleOutput('output-box-68')">+</div>
2257- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-68')">References teardown</h4>
2258- <br>
2259- <div id="output-box-68" style="display: none;">
2260- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2261- OCI_TEST_PULL=1
2262- OCI_TEST_PUSH=0
2263- OCI_TEST_CONTENT_DISCOVERY=0
2264- OCI_TEST_CONTENT_MANAGEMENT=0
2265- </pre>
2266- </div>
2267- </div>
2268-
2269- <br>
2270-
2271-
2272-
2273-
2274- </div>
2275-
2276-
2277-
2278-
2279- <h2>Content Management</h2>
2280- <div class="subcategory">
2281-
2282-
2283- <h3>Setup</h3>
2284-
2285-
2286-
2287-
2288-
2289-
2290- <div class="result grey">
2291- <div id="output-box-69-button" class="toggle" onclick="javascript:toggleOutput('output-box-69')">+</div>
2292- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-69')">Populate registry with test config blob</h4>
2293- <br>
2294- <div id="output-box-69" style="display: none;">
2295- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2296- OCI_TEST_PUSH=0
2297- OCI_TEST_CONTENT_DISCOVERY=0
2298- OCI_TEST_CONTENT_MANAGEMENT=0
2299- OCI_TEST_PULL=1
2300- </pre>
2301- </div>
2302- </div>
2303-
2304-
2305-
2306-
2307- <div class="result grey">
2308- <div id="output-box-70-button" class="toggle" onclick="javascript:toggleOutput('output-box-70')">+</div>
2309- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-70')">Populate registry with test layer</h4>
2310- <br>
2311- <div id="output-box-70" style="display: none;">
2312- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2313- OCI_TEST_PUSH=0
2314- OCI_TEST_CONTENT_DISCOVERY=0
2315- OCI_TEST_CONTENT_MANAGEMENT=0
2316- OCI_TEST_PULL=1
2317- </pre>
2318- </div>
2319- </div>
2320-
2321-
2322-
2323-
2324- <div class="result grey">
2325- <div id="output-box-71-button" class="toggle" onclick="javascript:toggleOutput('output-box-71')">+</div>
2326- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-71')">Populate registry with test tag</h4>
2327- <br>
2328- <div id="output-box-71" style="display: none;">
2329- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2330- OCI_TEST_PULL=1
2331- OCI_TEST_PUSH=0
2332- OCI_TEST_CONTENT_DISCOVERY=0
2333- OCI_TEST_CONTENT_MANAGEMENT=0
2334- </pre>
2335- </div>
2336- </div>
2337-
2338-
2339-
2340-
2341- <div class="result grey">
2342- <div id="output-box-72-button" class="toggle" onclick="javascript:toggleOutput('output-box-72')">+</div>
2343- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-72')">Check how many tags there are before anything gets deleted</h4>
2344- <br>
2345- <div id="output-box-72" style="display: none;">
2346- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2347- OCI_TEST_PULL=1
2348- OCI_TEST_PUSH=0
2349- OCI_TEST_CONTENT_DISCOVERY=0
2350- OCI_TEST_CONTENT_MANAGEMENT=0
2351- </pre>
2352- </div>
2353- </div>
2354-
2355- <br>
2356-
2357-
2358- <h3>Manifest delete</h3>
2359-
2360-
2361-
2362-
2363-
2364-
2365- <div class="result grey">
2366- <div id="output-box-73-button" class="toggle" onclick="javascript:toggleOutput('output-box-73')">+</div>
2367- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-73')">DELETE request to manifest tag should return 202, unless tag deletion is disallowed (400/405)</h4>
2368- <br>
2369- <div id="output-box-73" style="display: none;">
2370- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2371- OCI_TEST_CONTENT_MANAGEMENT=0
2372- OCI_TEST_PULL=1
2373- OCI_TEST_PUSH=0
2374- OCI_TEST_CONTENT_DISCOVERY=0
2375- </pre>
2376- </div>
2377- </div>
2378-
2379-
2380-
2381-
2382- <div class="result grey">
2383- <div id="output-box-74-button" class="toggle" onclick="javascript:toggleOutput('output-box-74')">+</div>
2384- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-74')">DELETE request to manifest (digest) should yield 202 response unless already deleted</h4>
2385- <br>
2386- <div id="output-box-74" style="display: none;">
2387- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2388- OCI_TEST_CONTENT_DISCOVERY=0
2389- OCI_TEST_CONTENT_MANAGEMENT=0
2390- OCI_TEST_PULL=1
2391- OCI_TEST_PUSH=0
2392- </pre>
2393- </div>
2394- </div>
2395-
2396-
2397-
2398-
2399- <div class="result grey">
2400- <div id="output-box-75-button" class="toggle" onclick="javascript:toggleOutput('output-box-75')">+</div>
2401- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-75')">GET request to deleted manifest URL should yield 404 response, unless delete is disallowed</h4>
2402- <br>
2403- <div id="output-box-75" style="display: none;">
2404- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2405- OCI_TEST_PULL=1
2406- OCI_TEST_PUSH=0
2407- OCI_TEST_CONTENT_DISCOVERY=0
2408- OCI_TEST_CONTENT_MANAGEMENT=0
2409- </pre>
2410- </div>
2411- </div>
2412-
2413-
2414-
2415-
2416- <div class="result grey">
2417- <div id="output-box-76-button" class="toggle" onclick="javascript:toggleOutput('output-box-76')">+</div>
2418- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-76')">GET request to tags list should reflect manifest deletion</h4>
2419- <br>
2420- <div id="output-box-76" style="display: none;">
2421- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2422- OCI_TEST_PULL=1
2423- OCI_TEST_PUSH=0
2424- OCI_TEST_CONTENT_DISCOVERY=0
2425- OCI_TEST_CONTENT_MANAGEMENT=0
2426- </pre>
2427- </div>
2428- </div>
2429-
2430- <br>
2431-
2432-
2433- <h3>Blob delete</h3>
2434-
2435-
2436-
2437-
2438-
2439-
2440- <div class="result grey">
2441- <div id="output-box-77-button" class="toggle" onclick="javascript:toggleOutput('output-box-77')">+</div>
2442- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-77')">DELETE request to blob URL should yield 202 response</h4>
2443- <br>
2444- <div id="output-box-77" style="display: none;">
2445- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2446- OCI_TEST_PULL=1
2447- OCI_TEST_PUSH=0
2448- OCI_TEST_CONTENT_DISCOVERY=0
2449- OCI_TEST_CONTENT_MANAGEMENT=0
2450- </pre>
2451- </div>
2452- </div>
2453-
2454-
2455-
2456-
2457- <div class="result grey">
2458- <div id="output-box-78-button" class="toggle" onclick="javascript:toggleOutput('output-box-78')">+</div>
2459- <h4 style="display: inline;" onclick="javascript:toggleOutput('output-box-78')">GET request to deleted blob URL should yield 404 response</h4>
2460- <br>
2461- <div id="output-box-78" style="display: none;">
2462- <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
2463- OCI_TEST_PULL=1
2464- OCI_TEST_PUSH=0
2465- OCI_TEST_CONTENT_DISCOVERY=0
2466- OCI_TEST_CONTENT_MANAGEMENT=0
2467- </pre>
2468- </div>
2469- </div>
2470-
2471- <br>
2472-
2473-
2474-
2475-
2476- </div>
2477-
2478-
2479- </div>
2480- </body>
2481- </html>
2482 diff --git a/manifest.json b/manifest.json
2483deleted file mode 100644
2484index 9061278..0000000
2485--- a/manifest.json
2486+++ /dev/null
2487 @@ -1,19 +0,0 @@
2488- {
2489- "schemaVersion": 2,
2490- "mediaType": "application/vnd.oci.image.manifest.v1+json",
2491- "config": {
2492- "mediaType": "application/vnd.oci.image.config.v1+json",
2493- "digest": "sha256:04d09c568ab48c342d9c33fbd598bfeb0fb4fcdb16527154ea8a23f7685f35d1",
2494- "size": 129,
2495- "data": "ewoJImF1dGhvciI6ICJ4VmFlQWc0V05jOENTZ2NJIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9",
2496- "newUnspecifiedField": "aGVsbG8gd29ybGQ="
2497- },
2498- "layers": [
2499- {
2500- "mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
2501- "digest": "sha256:48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183",
2502- "size": 168,
2503- "newUnspecifiedField": null
2504- }
2505- ]
2506- }
2507\ No newline at end of file
2508 diff --git a/results/junit.xml b/results/junit.xml
2509index 1a28206..976a976 100644
2510--- a/results/junit.xml
2511+++ b/results/junit.xml
2512 @@ -1,12 +1,12 @@
2513 <?xml version="1.0" encoding="UTF-8"?>
2514- <testsuites tests="80" disabled="41" errors="0" failures="6" time="0.393656814">
2515- <testsuite name="conformance tests" package="/results" tests="80" disabled="0" skipped="41" errors="0" failures="6" time="0.393656814" timestamp="2025-04-17T12:20:40">
2516+ <testsuites tests="80" disabled="41" errors="0" failures="6" time="0.381325751">
2517+ <testsuite name="conformance tests" package="/results" tests="80" disabled="0" skipped="41" errors="0" failures="6" time="0.381325751" timestamp="2025-04-22T13:48:15">
2518 <properties>
2519 <property name="SuiteSucceeded" value="false"></property>
2520 <property name="SuiteHasProgrammaticFocus" value="false"></property>
2521 <property name="SpecialSuiteFailureReason" value=""></property>
2522 <property name="SuiteLabels" value="[]"></property>
2523- <property name="RandomSeed" value="1744892440"></property>
2524+ <property name="RandomSeed" value="1745329695"></property>
2525 <property name="RandomizeAllSpecs" value="false"></property>
2526 <property name="LabelFilter" value=""></property>
2527 <property name="FocusStrings" value=""></property>
2528 @@ -20,292 +20,292 @@
2529 <property name="ParallelTotal" value="1"></property>
2530 <property name="OutputInterceptorMode" value=""></property>
2531 </properties>
2532- <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.020782367">
2533- <system-err>&gt; Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:18 @ 04/17/25 12:20:40.832&#xA;&lt; Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:18 @ 04/17/25 12:20:40.853 (21ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.853&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.853 (0s)&#xA;</system-err>
2534+ <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.019536495">
2535+ <system-err>&gt; Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:18 @ 04/22/25 13:48:15.632&#xA;&lt; Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:18 @ 04/22/25 13:48:15.651 (20ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.651&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.651 (0s)&#xA;</system-err>
2536 </testcase>
2537- <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.016490018">
2538- <system-err>&gt; Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:36 @ 04/17/25 12:20:40.853&#xA;&lt; Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:36 @ 04/17/25 12:20:40.869 (16ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.869&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.869 (0s)&#xA;</system-err>
2539+ <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.012182472">
2540+ <system-err>&gt; Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:36 @ 04/22/25 13:48:15.651&#xA;&lt; Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:36 @ 04/22/25 13:48:15.663 (12ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.663&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.663 (0s)&#xA;</system-err>
2541 </testcase>
2542- <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test layer" classname="conformance tests" status="passed" time="0.01253174">
2543- <system-err>&gt; Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:54 @ 04/17/25 12:20:40.869&#xA;&lt; Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:54 @ 04/17/25 12:20:40.882 (13ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.882&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.882 (0s)&#xA;</system-err>
2544+ <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test layer" classname="conformance tests" status="passed" time="0.01181759">
2545+ <system-err>&gt; Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:54 @ 04/22/25 13:48:15.663&#xA;&lt; Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:54 @ 04/22/25 13:48:15.675 (12ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.675&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.675 (0s)&#xA;</system-err>
2546 </testcase>
2547- <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test manifest" classname="conformance tests" status="passed" time="0.036642515">
2548- <system-err>&gt; Enter [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:72 @ 04/17/25 12:20:40.882&#xA;&lt; Exit [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:72 @ 04/17/25 12:20:40.919 (37ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.919&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.919 (0s)&#xA;</system-err>
2549+ <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test manifest" classname="conformance tests" status="passed" time="0.034181789">
2550+ <system-err>&gt; Enter [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:72 @ 04/22/25 13:48:15.675&#xA;&lt; Exit [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:72 @ 04/22/25 13:48:15.709 (34ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.709&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.71 (0s)&#xA;</system-err>
2551 </testcase>
2552- <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test manifest" classname="conformance tests" status="passed" time="0.028476214">
2553- <system-err>&gt; Enter [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:87 @ 04/17/25 12:20:40.919&#xA;&lt; Exit [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:87 @ 04/17/25 12:20:40.947 (28ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.947&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.947 (0s)&#xA;</system-err>
2554+ <testcase name="OCI Distribution Conformance Tests Pull Setup Populate registry with test manifest" classname="conformance tests" status="passed" time="0.028621379">
2555+ <system-err>&gt; Enter [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:87 @ 04/22/25 13:48:15.71&#xA;&lt; Exit [It] Populate registry with test manifest - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:87 @ 04/22/25 13:48:15.738 (29ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.738&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.738 (0s)&#xA;</system-err>
2556 </testcase>
2557- <testcase name="OCI Distribution Conformance Tests Pull Setup Get tag name from environment" classname="conformance tests" status="skipped" time="9.5721e-05">
2558+ <testcase name="OCI Distribution Conformance Tests Pull Setup Get tag name from environment" classname="conformance tests" status="skipped" time="9.7623e-05">
2559 <skipped message="skipped - you have skipped this test."></skipped>
2560- <system-err>&gt; Enter [It] Get tag name from environment - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:101 @ 04/17/25 12:20:40.947&#xA;[SKIPPED] you have skipped this test.&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:591 @ 04/17/25 12:20:40.947&#xA;&lt; Exit [It] Get tag name from environment - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:101 @ 04/17/25 12:20:40.947 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.947&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.947 (0s)&#xA;</system-err>
2561+ <system-err>&gt; Enter [It] Get tag name from environment - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:101 @ 04/22/25 13:48:15.738&#xA;[SKIPPED] you have skipped this test.&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:591 @ 04/22/25 13:48:15.738&#xA;&lt; Exit [It] Get tag name from environment - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:101 @ 04/22/25 13:48:15.738 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.738&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.738 (0s)&#xA;</system-err>
2562 </testcase>
2563- <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.000758526">
2564- <system-err>&gt; 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/17/25 12:20:40.947&#xA;&lt; 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/17/25 12:20:40.948 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.948&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.948 (0s)&#xA;</system-err>
2565+ <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.000755416">
2566+ <system-err>&gt; 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/22/25 13:48:15.738&#xA;&lt; 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/22/25 13:48:15.739 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.739&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.739 (0s)&#xA;</system-err>
2567 </testcase>
2568- <testcase name="OCI Distribution Conformance Tests Pull Pull blobs HEAD request to existing blob should yield 200" classname="conformance tests" status="passed" time="0.000742334">
2569- <system-err>&gt; Enter [It] HEAD request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:121 @ 04/17/25 12:20:40.948&#xA;&lt; Exit [It] HEAD request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:121 @ 04/17/25 12:20:40.949 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.949&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.949 (0s)&#xA;</system-err>
2570+ <testcase name="OCI Distribution Conformance Tests Pull Pull blobs HEAD request to existing blob should yield 200" classname="conformance tests" status="passed" time="0.000795189">
2571+ <system-err>&gt; Enter [It] HEAD request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:121 @ 04/22/25 13:48:15.739&#xA;&lt; Exit [It] HEAD request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:121 @ 04/22/25 13:48:15.74 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.74&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.74 (0s)&#xA;</system-err>
2572 </testcase>
2573- <testcase name="OCI Distribution Conformance Tests Pull Pull blobs GET nonexistent blob should result in 404 response" classname="conformance tests" status="passed" time="0.000779166">
2574- <system-err>&gt; Enter [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:133 @ 04/17/25 12:20:40.949&#xA;&lt; Exit [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:133 @ 04/17/25 12:20:40.949 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.949&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.949 (0s)&#xA;</system-err>
2575+ <testcase name="OCI Distribution Conformance Tests Pull Pull blobs GET nonexistent blob should result in 404 response" classname="conformance tests" status="passed" time="0.000719452">
2576+ <system-err>&gt; Enter [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:133 @ 04/22/25 13:48:15.74&#xA;&lt; Exit [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:133 @ 04/22/25 13:48:15.741 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.741&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.741 (0s)&#xA;</system-err>
2577 </testcase>
2578- <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.041278979">
2579- <system-err>&gt; 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/17/25 12:20:40.95&#xA;&lt; 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/17/25 12:20:40.991 (41ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.991&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.991 (0s)&#xA;</system-err>
2580+ <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.041117384">
2581+ <system-err>&gt; 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/22/25 13:48:15.741&#xA;&lt; 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/22/25 13:48:15.782 (41ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.782&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.782 (0s)&#xA;</system-err>
2582 </testcase>
2583- <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to nonexistent manifest should return 404" classname="conformance tests" status="passed" time="0.001351793">
2584- <system-err>&gt; Enter [It] HEAD request to nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:152 @ 04/17/25 12:20:40.991&#xA;&lt; Exit [It] HEAD request to nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:152 @ 04/17/25 12:20:40.992 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.992&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.992 (0s)&#xA;</system-err>
2585+ <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to nonexistent manifest should return 404" classname="conformance tests" status="passed" time="0.001065872">
2586+ <system-err>&gt; Enter [It] HEAD request to nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:152 @ 04/22/25 13:48:15.782&#xA;&lt; Exit [It] HEAD request to nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:152 @ 04/22/25 13:48:15.783 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.783&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.783 (0s)&#xA;</system-err>
2587 </testcase>
2588- <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to manifest[0] path (digest) should yield 200 response" classname="conformance tests" status="passed" time="0.001319038">
2589- <system-err>&gt; 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/17/25 12:20:40.992&#xA;&lt; 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/17/25 12:20:40.994 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.994&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.994 (0s)&#xA;</system-err>
2590+ <testcase name="OCI Distribution Conformance Tests Pull Pull manifests HEAD request to manifest[0] path (digest) should yield 200 response" classname="conformance tests" status="passed" time="0.001221252">
2591+ <system-err>&gt; 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/22/25 13:48:15.783&#xA;&lt; 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/22/25 13:48:15.784 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.784&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.784 (0s)&#xA;</system-err>
2592 </testcase>
2593- <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.000923413">
2594- <system-err>&gt; 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/17/25 12:20:40.994&#xA;&lt; 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/17/25 12:20:40.995 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.995&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.995 (0s)&#xA;</system-err>
2595+ <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.000888602">
2596+ <system-err>&gt; 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/22/25 13:48:15.784&#xA;&lt; 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/22/25 13:48:15.785 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.785&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.785 (0s)&#xA;</system-err>
2597 </testcase>
2598- <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.000786778">
2599- <system-err>&gt; 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/17/25 12:20:40.995&#xA;&lt; 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/17/25 12:20:40.995 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.995&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.995 (0s)&#xA;</system-err>
2600+ <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.000842681">
2601+ <system-err>&gt; 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/22/25 13:48:15.785&#xA;&lt; 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/22/25 13:48:15.786 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.786&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.786 (0s)&#xA;</system-err>
2602 </testcase>
2603- <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET nonexistent manifest should return 404" classname="conformance tests" status="passed" time="0.000735436">
2604- <system-err>&gt; Enter [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:198 @ 04/17/25 12:20:40.995&#xA;&lt; Exit [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:198 @ 04/17/25 12:20:40.996 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.996&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.996 (0s)&#xA;</system-err>
2605+ <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET nonexistent manifest should return 404" classname="conformance tests" status="passed" time="0.000739826">
2606+ <system-err>&gt; Enter [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:198 @ 04/22/25 13:48:15.786&#xA;&lt; Exit [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:198 @ 04/22/25 13:48:15.787 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.787&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.787 (0s)&#xA;</system-err>
2607 </testcase>
2608- <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET request to manifest[0] path (digest) should yield 200 response" classname="conformance tests" status="passed" time="0.000904004">
2609- <system-err>&gt; 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/17/25 12:20:40.996&#xA;&lt; 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/17/25 12:20:40.997 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.997&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.997 (0s)&#xA;</system-err>
2610+ <testcase name="OCI Distribution Conformance Tests Pull Pull manifests GET request to manifest[0] path (digest) should yield 200 response" classname="conformance tests" status="passed" time="0.000970326">
2611+ <system-err>&gt; 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/22/25 13:48:15.787&#xA;&lt; 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/22/25 13:48:15.788 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.788&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.788 (0s)&#xA;</system-err>
2612 </testcase>
2613- <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.000924652">
2614- <system-err>&gt; 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/17/25 12:20:40.997&#xA;&lt; 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/17/25 12:20:40.998 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.998&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.998 (0s)&#xA;</system-err>
2615+ <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.000955963">
2616+ <system-err>&gt; 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/22/25 13:48:15.788&#xA;&lt; 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/22/25 13:48:15.789 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.789&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.789 (0s)&#xA;</system-err>
2617 </testcase>
2618- <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.000887254">
2619- <system-err>&gt; 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/17/25 12:20:40.998&#xA;&lt; 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/17/25 12:20:40.999 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.999&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:40.999 (0s)&#xA;</system-err>
2620+ <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.000918433">
2621+ <system-err>&gt; 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/22/25 13:48:15.789&#xA;&lt; 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/22/25 13:48:15.79 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.79&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.79 (0s)&#xA;</system-err>
2622 </testcase>
2623- <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.000751244">
2624- <system-err>&gt; 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/17/25 12:20:40.999&#xA;&lt; 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/17/25 12:20:41 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41 (0s)&#xA;</system-err>
2625+ <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.000728915">
2626+ <system-err>&gt; 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/22/25 13:48:15.79&#xA;&lt; 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/22/25 13:48:15.79 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.79&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.79 (0s)&#xA;</system-err>
2627 </testcase>
2628- <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete config[0] blob created in setup" classname="conformance tests" status="passed" time="0.000785899">
2629- <system-err>&gt; Enter [It] Delete config[0] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:290 @ 04/17/25 12:20:41&#xA;&lt; Exit [It] Delete config[0] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:290 @ 04/17/25 12:20:41 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41 (0s)&#xA;</system-err>
2630+ <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete config[0] blob created in setup" classname="conformance tests" status="passed" time="0.000739602">
2631+ <system-err>&gt; Enter [It] Delete config[0] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:290 @ 04/22/25 13:48:15.79&#xA;&lt; Exit [It] Delete config[0] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:290 @ 04/22/25 13:48:15.791 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.791&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.791 (0s)&#xA;</system-err>
2632 </testcase>
2633- <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete config[1] blob created in setup" classname="conformance tests" status="passed" time="0.000725798">
2634- <system-err>&gt; Enter [It] Delete config[1] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:305 @ 04/17/25 12:20:41&#xA;&lt; Exit [It] Delete config[1] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:305 @ 04/17/25 12:20:41.001 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.001&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.001 (0s)&#xA;</system-err>
2635+ <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete config[1] blob created in setup" classname="conformance tests" status="passed" time="0.000714117">
2636+ <system-err>&gt; Enter [It] Delete config[1] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:305 @ 04/22/25 13:48:15.791&#xA;&lt; Exit [It] Delete config[1] blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:305 @ 04/22/25 13:48:15.792 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.792&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.792 (0s)&#xA;</system-err>
2637 </testcase>
2638- <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete layer blob created in setup" classname="conformance tests" status="passed" time="0.00073965">
2639- <system-err>&gt; Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:321 @ 04/17/25 12:20:41.001&#xA;&lt; Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:321 @ 04/17/25 12:20:41.002 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.002&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.002 (0s)&#xA;</system-err>
2640+ <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete layer blob created in setup" classname="conformance tests" status="passed" time="0.000778231">
2641+ <system-err>&gt; Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:321 @ 04/22/25 13:48:15.792&#xA;&lt; Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:321 @ 04/22/25 13:48:15.793 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.793&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.793 (0s)&#xA;</system-err>
2642 </testcase>
2643- <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete manifest[0] created in setup" classname="conformance tests" status="passed" time="0.000646672">
2644- <system-err>&gt; Enter [It] Delete manifest[0] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:338 @ 04/17/25 12:20:41.002&#xA;&lt; Exit [It] Delete manifest[0] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:338 @ 04/17/25 12:20:41.003 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.003&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.003 (0s)&#xA;</system-err>
2645+ <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete manifest[0] created in setup" classname="conformance tests" status="passed" time="0.000622981">
2646+ <system-err>&gt; Enter [It] Delete manifest[0] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:338 @ 04/22/25 13:48:15.793&#xA;&lt; Exit [It] Delete manifest[0] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:338 @ 04/22/25 13:48:15.793 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.793&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.793 (0s)&#xA;</system-err>
2647 </testcase>
2648- <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete manifest[1] created in setup" classname="conformance tests" status="passed" time="0.000683459">
2649- <system-err>&gt; Enter [It] Delete manifest[1] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:352 @ 04/17/25 12:20:41.003&#xA;&lt; Exit [It] Delete manifest[1] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:352 @ 04/17/25 12:20:41.003 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.003&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.003 (0s)&#xA;</system-err>
2650+ <testcase name="OCI Distribution Conformance Tests Pull Teardown Delete manifest[1] created in setup" classname="conformance tests" status="passed" time="0.000633521">
2651+ <system-err>&gt; Enter [It] Delete manifest[1] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:352 @ 04/22/25 13:48:15.793&#xA;&lt; Exit [It] Delete manifest[1] created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/01_pull_test.go:352 @ 04/22/25 13:48:15.794 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794 (0s)&#xA;</system-err>
2652 </testcase>
2653- <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="8.8154e-05">
2654- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;"></skipped>
2655- <system-err>&gt; 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/17/25 12:20:41.003&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.003&#xA;&lt; 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/17/25 12:20:41.003 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.003&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.003 (0s)&#xA;</system-err>
2656- </testcase>
2657- <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="8.3904e-05">
2658- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2659- <system-err>&gt; 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/17/25 12:20:41.003&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; 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/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2660- </testcase>
2661- <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.9628e-05">
2662+ <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="8.6238e-05">
2663 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2664- <system-err>&gt; Enter [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:58 @ 04/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:58 @ 04/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2665+ <system-err>&gt; 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/22/25 13:48:15.794&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.794&#xA;&lt; 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/22/25 13:48:15.794 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794 (0s)&#xA;</system-err>
2666 </testcase>
2667- <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.2555e-05">
2668- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;"></skipped>
2669- <system-err>&gt; 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/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; 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/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2670- </testcase>
2671- <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="7.0717e-05">
2672+ <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.2805e-05">
2673 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;"></skipped>
2674- <system-err>&gt; 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/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; 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/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2675+ <system-err>&gt; 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/22/25 13:48:15.794&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.794&#xA;&lt; 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/22/25 13:48:15.794 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794 (0s)&#xA;</system-err>
2676 </testcase>
2677- <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic POST request should yield a session ID" classname="conformance tests" status="skipped" time="8.1876e-05">
2678+ <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.1778e-05">
2679 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2680- <system-err>&gt; Enter [It] POST request should yield a session ID - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:98 @ 04/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [It] POST request should yield a session ID - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:98 @ 04/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2681+ <system-err>&gt; Enter [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:58 @ 04/22/25 13:48:15.794&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [It] GET nonexistent blob should result in 404 response - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:58 @ 04/22/25 13:48:15.794 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794 (0s)&#xA;</system-err>
2682 </testcase>
2683- <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="7.1493e-05">
2684+ <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.1547e-05">
2685 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2686- <system-err>&gt; 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/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; 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/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2687- </testcase>
2688- <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="6.9167e-05">
2689- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;"></skipped>
2690- <system-err>&gt; 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/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; 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/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2691+ <system-err>&gt; 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/22/25 13:48:15.794&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.794&#xA;&lt; 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/22/25 13:48:15.794 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794 (0s)&#xA;</system-err>
2692 </testcase>
2693- <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.0464e-05">
2694+ <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="7.1391e-05">
2695 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2696- <system-err>&gt; 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/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; 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/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2697+ <system-err>&gt; 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/22/25 13:48:15.794&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.794&#xA;&lt; 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/22/25 13:48:15.794 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794 (0s)&#xA;</system-err>
2698 </testcase>
2699- <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="7.3993e-05">
2700+ <testcase name="OCI Distribution Conformance Tests Push Blob Upload Monolithic POST request should yield a session ID" classname="conformance tests" status="skipped" time="7.5429e-05">
2701+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;"></skipped>
2702+ <system-err>&gt; Enter [It] POST request should yield a session ID - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:98 @ 04/22/25 13:48:15.794&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [It] POST request should yield a session ID - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:98 @ 04/22/25 13:48:15.794 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794 (0s)&#xA;</system-err>
2703+ </testcase>
2704+ <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.494e-05">
2705 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2706- <system-err>&gt; 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/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; 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/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2707+ <system-err>&gt; 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/22/25 13:48:15.794&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.794&#xA;&lt; 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/22/25 13:48:15.794 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.794&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795 (0s)&#xA;</system-err>
2708 </testcase>
2709- <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Out-of-order blob upload should return 416" classname="conformance tests" status="skipped" time="0.000214413">
2710+ <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.1777e-05">
2711 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2712- <system-err>&gt; Enter [It] Out-of-order blob upload should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:156 @ 04/17/25 12:20:41.004&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [It] Out-of-order blob upload should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:156 @ 04/17/25 12:20:41.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.004 (0s)&#xA;</system-err>
2713+ <system-err>&gt; 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/22/25 13:48:15.795&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.795&#xA;&lt; 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/22/25 13:48:15.795 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795 (0s)&#xA;</system-err>
2714 </testcase>
2715- <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PATCH request with first chunk should return 202" classname="conformance tests" status="skipped" time="9.8977e-05">
2716+ <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.7563e-05">
2717 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2718- <system-err>&gt; Enter [It] PATCH request with first chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:185 @ 04/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [It] PATCH request with first chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:185 @ 04/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2719+ <system-err>&gt; 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/22/25 13:48:15.795&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.795&#xA;&lt; 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/22/25 13:48:15.795 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795 (0s)&#xA;</system-err>
2720 </testcase>
2721- <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Retry previous blob chunk should return 416" classname="conformance tests" status="skipped" time="0.000171017">
2722+ <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.3626e-05">
2723 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2724- <system-err>&gt; Enter [It] Retry previous blob chunk should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:206 @ 04/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [It] Retry previous blob chunk should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:206 @ 04/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2725+ <system-err>&gt; 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/22/25 13:48:15.795&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.795&#xA;&lt; 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/22/25 13:48:15.795 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795 (0s)&#xA;</system-err>
2726 </testcase>
2727- <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.6205e-05">
2728+ <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Out-of-order blob upload should return 416" classname="conformance tests" status="skipped" time="7.7767e-05">
2729 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2730- <system-err>&gt; 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/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; 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/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2731+ <system-err>&gt; Enter [It] Out-of-order blob upload should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:156 @ 04/22/25 13:48:15.795&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [It] Out-of-order blob upload should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:156 @ 04/22/25 13:48:15.795 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795 (0s)&#xA;</system-err>
2732 </testcase>
2733- <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.0144e-05">
2734+ <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.9655e-05">
2735 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2736- <system-err>&gt; Enter [It] PATCH request with second chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:229 @ 04/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [It] PATCH request with second chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:229 @ 04/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2737+ <system-err>&gt; Enter [It] PATCH request with first chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:185 @ 04/22/25 13:48:15.795&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [It] PATCH request with first chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:185 @ 04/22/25 13:48:15.795 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795 (0s)&#xA;</system-err>
2738 </testcase>
2739- <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PUT request with digest should return 201" classname="conformance tests" status="skipped" time="7.12e-05">
2740+ <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked Retry previous blob chunk should return 416" classname="conformance tests" status="skipped" time="7.5405e-05">
2741 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2742- <system-err>&gt; Enter [It] PUT request with digest should return 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:244 @ 04/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [It] PUT request with digest should return 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:244 @ 04/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2743+ <system-err>&gt; Enter [It] Retry previous blob chunk should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:206 @ 04/22/25 13:48:15.795&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [It] Retry previous blob chunk should return 416 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:206 @ 04/22/25 13:48:15.795 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795 (0s)&#xA;</system-err>
2744 </testcase>
2745- <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.1936e-05">
2746+ <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.000369103">
2747 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;"></skipped>
2748- <system-err>&gt; 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/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; 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/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2749+ <system-err>&gt; 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/22/25 13:48:15.795&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.795&#xA;&lt; 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/22/25 13:48:15.795 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.795 (0s)&#xA;</system-err>
2750+ </testcase>
2751+ <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PATCH request with second chunk should return 202" classname="conformance tests" status="skipped" time="9.0773e-05">
2752+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;"></skipped>
2753+ <system-err>&gt; Enter [It] PATCH request with second chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:229 @ 04/22/25 13:48:15.795&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [It] PATCH request with second chunk should return 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:229 @ 04/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2754 </testcase>
2755- <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount POST request to mount another repository&#39;s blob should return 201 or 202" classname="conformance tests" status="skipped" time="6.8316e-05">
2756+ <testcase name="OCI Distribution Conformance Tests Push Blob Upload Chunked PUT request with digest should return 201" classname="conformance tests" status="skipped" time="7.4803e-05">
2757 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2758- <system-err>&gt; Enter [It] POST request to mount another repository&#39;s blob should return 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:270 @ 04/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [It] POST request to mount another repository&#39;s blob should return 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:270 @ 04/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2759+ <system-err>&gt; Enter [It] PUT request with digest should return 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:244 @ 04/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [It] PUT request with digest should return 201 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:244 @ 04/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2760 </testcase>
2761- <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="7.1587e-05">
2762+ <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.3636e-05">
2763 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2764- <system-err>&gt; 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/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; 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/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2765+ <system-err>&gt; 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/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; 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/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2766 </testcase>
2767- <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.5484e-05">
2768+ <testcase name="OCI Distribution Conformance Tests Push Cross-Repository Blob Mount POST request to mount another repository&#39;s blob should return 201 or 202" classname="conformance tests" status="skipped" time="7.1113e-05">
2769 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2770- <system-err>&gt; 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/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.005&#xA;&lt; 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/17/25 12:20:41.005 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.005 (0s)&#xA;</system-err>
2771+ <system-err>&gt; Enter [It] POST request to mount another repository&#39;s blob should return 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:270 @ 04/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [It] POST request to mount another repository&#39;s blob should return 201 or 202 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:270 @ 04/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2772 </testcase>
2773- <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.7389e-05">
2774- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;"></skipped>
2775- <system-err>&gt; 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/17/25 12:20:41.005&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; 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/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2776+ <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.3925e-05">
2777+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2778+ <system-err>&gt; 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/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; 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/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2779 </testcase>
2780- <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.7885e-05">
2781+ <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="6.6006e-05">
2782 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2783- <system-err>&gt; 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/17/25 12:20:41.006&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; 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/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2784+ <system-err>&gt; 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/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; 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/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2785 </testcase>
2786- <testcase name="OCI Distribution Conformance Tests Push Manifest Upload GET nonexistent manifest should return 404" classname="conformance tests" status="skipped" time="6.9278e-05">
2787+ <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.315e-05">
2788 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2789- <system-err>&gt; Enter [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:329 @ 04/17/25 12:20:41.006&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:329 @ 04/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2790+ <system-err>&gt; 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/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; 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/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2791+ </testcase>
2792+ <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="6.3695e-05">
2793+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;"></skipped>
2794+ <system-err>&gt; 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/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; 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/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2795 </testcase>
2796- <testcase name="OCI Distribution Conformance Tests Push Manifest Upload PUT should accept a manifest upload" classname="conformance tests" status="skipped" time="6.5596e-05">
2797+ <testcase name="OCI Distribution Conformance Tests Push Manifest Upload GET nonexistent manifest should return 404" classname="conformance tests" status="skipped" time="0.000108116">
2798 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2799- <system-err>&gt; Enter [It] PUT should accept a manifest upload - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:338 @ 04/17/25 12:20:41.006&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [It] PUT should accept a manifest upload - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:338 @ 04/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2800+ <system-err>&gt; Enter [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:329 @ 04/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [It] GET nonexistent manifest should return 404 - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:329 @ 04/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2801 </testcase>
2802- <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.0675e-05">
2803- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;"></skipped>
2804- <system-err>&gt; 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/17/25 12:20:41.006&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; 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/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2805+ <testcase name="OCI Distribution Conformance Tests Push Manifest Upload PUT should accept a manifest upload" classname="conformance tests" status="skipped" time="7.6357e-05">
2806+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2807+ <system-err>&gt; Enter [It] PUT should accept a manifest upload - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:338 @ 04/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [It] PUT should accept a manifest upload - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:338 @ 04/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2808 </testcase>
2809- <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.7962e-05">
2810+ <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.6562e-05">
2811 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2812- <system-err>&gt; 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/17/25 12:20:41.006&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; 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/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2813+ <system-err>&gt; 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/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.796&#xA;&lt; 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/22/25 13:48:15.796 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.796 (0s)&#xA;</system-err>
2814 </testcase>
2815- <testcase name="OCI Distribution Conformance Tests Push Teardown Delete config blob created in tests" classname="conformance tests" status="skipped" time="6.9467e-05">
2816+ <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.7406e-05">
2817 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2818- <system-err>&gt; Enter [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:412 @ 04/17/25 12:20:41.006&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:412 @ 04/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2819+ <system-err>&gt; 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/22/25 13:48:15.796&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.797&#xA;&lt; 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/22/25 13:48:15.797 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.797&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.797 (0s)&#xA;</system-err>
2820+ </testcase>
2821+ <testcase name="OCI Distribution Conformance Tests Push Teardown Delete config blob created in tests" classname="conformance tests" status="skipped" time="7.2892e-05">
2822+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;"></skipped>
2823+ <system-err>&gt; Enter [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:412 @ 04/22/25 13:48:15.797&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.797&#xA;&lt; Exit [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:412 @ 04/22/25 13:48:15.797 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.797&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.797 (0s)&#xA;</system-err>
2824 </testcase>
2825- <testcase name="OCI Distribution Conformance Tests Push Teardown Delete layer blob created in setup" classname="conformance tests" status="skipped" time="6.4853e-05">
2826+ <testcase name="OCI Distribution Conformance Tests Push Teardown Delete layer blob created in setup" classname="conformance tests" status="skipped" time="7.1176e-05">
2827 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2828- <system-err>&gt; Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:428 @ 04/17/25 12:20:41.006&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:428 @ 04/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2829+ <system-err>&gt; Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:428 @ 04/22/25 13:48:15.797&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.797&#xA;&lt; Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:428 @ 04/22/25 13:48:15.797 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.797&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.797 (0s)&#xA;</system-err>
2830 </testcase>
2831- <testcase name="OCI Distribution Conformance Tests Push Teardown Delete manifest created in tests" classname="conformance tests" status="skipped" time="7.3113e-05">
2832+ <testcase name="OCI Distribution Conformance Tests Push Teardown Delete manifest created in tests" classname="conformance tests" status="skipped" time="6.8256e-05">
2833 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2834- <system-err>&gt; Enter [It] Delete manifest created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:445 @ 04/17/25 12:20:41.006&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [It] Delete manifest created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:445 @ 04/17/25 12:20:41.006 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.006 (0s)&#xA;</system-err>
2835+ <system-err>&gt; Enter [It] Delete manifest created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:445 @ 04/22/25 13:48:15.797&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:15.797&#xA;&lt; Exit [It] Delete manifest created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/02_push_test.go:445 @ 04/22/25 13:48:15.797 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.797&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.797 (0s)&#xA;</system-err>
2836 </testcase>
2837- <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.012921453">
2838- <system-err>&gt; Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:24 @ 04/17/25 12:20:41.006&#xA;&lt; Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:24 @ 04/17/25 12:20:41.019 (13ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.019&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.019 (0s)&#xA;</system-err>
2839+ <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test blob" classname="conformance tests" status="passed" time="0.011886778">
2840+ <system-err>&gt; Enter [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:24 @ 04/22/25 13:48:15.797&#xA;&lt; Exit [It] Populate registry with test blob - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:24 @ 04/22/25 13:48:15.809 (12ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.809&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.809 (0s)&#xA;</system-err>
2841 </testcase>
2842- <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test layer" classname="conformance tests" status="passed" time="0.012090223">
2843- <system-err>&gt; Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:42 @ 04/17/25 12:20:41.019&#xA;&lt; Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:42 @ 04/17/25 12:20:41.031 (12ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.031&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.031 (0s)&#xA;</system-err>
2844+ <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test layer" classname="conformance tests" status="passed" time="0.011798344">
2845+ <system-err>&gt; Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:42 @ 04/22/25 13:48:15.809&#xA;&lt; Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:42 @ 04/22/25 13:48:15.82 (12ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.82&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.821 (0s)&#xA;</system-err>
2846 </testcase>
2847- <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test tags" classname="conformance tests" status="passed" time="0.136748075">
2848- <system-err>&gt; Enter [It] Populate registry with test tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:60 @ 04/17/25 12:20:41.031&#xA;&lt; Exit [It] Populate registry with test tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:60 @ 04/17/25 12:20:41.168 (137ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.168&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.168 (0s)&#xA;</system-err>
2849+ <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test tags" classname="conformance tests" status="passed" time="0.136347638">
2850+ <system-err>&gt; Enter [It] Populate registry with test tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:60 @ 04/22/25 13:48:15.821&#xA;&lt; Exit [It] Populate registry with test tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:60 @ 04/22/25 13:48:15.957 (136ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.957&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.957 (0s)&#xA;</system-err>
2851 </testcase>
2852- <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test tags (no push)" classname="conformance tests" status="skipped" time="8.4019e-05">
2853+ <testcase name="OCI Distribution Conformance Tests Content Discovery Setup Populate registry with test tags (no push)" classname="conformance tests" status="skipped" time="0.00026776">
2854 <skipped message="skipped - you have skipped this test."></skipped>
2855- <system-err>&gt; Enter [It] Populate registry with test tags (no push) - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:82 @ 04/17/25 12:20:41.168&#xA;[SKIPPED] you have skipped this test.&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:591 @ 04/17/25 12:20:41.168&#xA;&lt; Exit [It] Populate registry with test tags (no push) - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:82 @ 04/17/25 12:20:41.168 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.168&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.168 (0s)&#xA;</system-err>
2856+ <system-err>&gt; Enter [It] Populate registry with test tags (no push) - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:82 @ 04/22/25 13:48:15.957&#xA;[SKIPPED] you have skipped this test.&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:591 @ 04/22/25 13:48:15.957&#xA;&lt; Exit [It] Populate registry with test tags (no push) - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:82 @ 04/22/25 13:48:15.957 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.957&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.957 (0s)&#xA;</system-err>
2857 </testcase>
2858- <testcase name="OCI Distribution Conformance Tests Content Discovery Setup References setup" classname="conformance tests" status="failed" time="0.043117443">
2859- <failure message="Expected&#xA; &lt;string&gt;: &#xA;to equal&#xA; &lt;string&gt;: sha256:eafed6bab47b54163bcee35cda00ba901934aca6480919f3cf1652e34e26678a" type="failed">[FAILED] Expected&#xA; &lt;string&gt;: &#xA;to equal&#xA; &lt;string&gt;: sha256:eafed6bab47b54163bcee35cda00ba901934aca6480919f3cf1652e34e26678a&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:134 @ 04/17/25 12:20:41.211&#xA;</failure>
2860- <system-err>&gt; Enter [It] References setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:88 @ 04/17/25 12:20:41.168&#xA;[FAILED] Expected&#xA; &lt;string&gt;: &#xA;to equal&#xA; &lt;string&gt;: sha256:eafed6bab47b54163bcee35cda00ba901934aca6480919f3cf1652e34e26678a&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:134 @ 04/17/25 12:20:41.211&#xA;&lt; Exit [It] References setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:88 @ 04/17/25 12:20:41.211 (43ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.211&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.211 (0s)&#xA;</system-err>
2861+ <testcase name="OCI Distribution Conformance Tests Content Discovery Setup References setup" classname="conformance tests" status="failed" time="0.041701145">
2862+ <failure message="Expected&#xA; &lt;string&gt;: &#xA;to equal&#xA; &lt;string&gt;: sha256:caae53d0f135de784d159385901f0d9b44c3b13e4418acef2b3c46e764f888ae" type="failed">[FAILED] Expected&#xA; &lt;string&gt;: &#xA;to equal&#xA; &lt;string&gt;: sha256:caae53d0f135de784d159385901f0d9b44c3b13e4418acef2b3c46e764f888ae&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:134 @ 04/22/25 13:48:15.999&#xA;</failure>
2863+ <system-err>&gt; Enter [It] References setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:88 @ 04/22/25 13:48:15.957&#xA;[FAILED] Expected&#xA; &lt;string&gt;: &#xA;to equal&#xA; &lt;string&gt;: sha256:caae53d0f135de784d159385901f0d9b44c3b13e4418acef2b3c46e764f888ae&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:134 @ 04/22/25 13:48:15.999&#xA;&lt; Exit [It] References setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:88 @ 04/22/25 13:48:15.999 (42ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.999&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:15.999 (0s)&#xA;</system-err>
2864 </testcase>
2865- <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="passed" time="0.000822605">
2866- <system-err>&gt; 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/17/25 12:20:41.211&#xA;&lt; 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/17/25 12:20:41.212 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.212&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.212 (0s)&#xA;</system-err>
2867+ <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="passed" time="0.000964856">
2868+ <system-err>&gt; 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/22/25 13:48:15.999&#xA;&lt; 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/22/25 13:48:16 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16 (0s)&#xA;</system-err>
2869 </testcase>
2870- <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="passed" time="0.000756494">
2871- <system-err>&gt; 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/17/25 12:20:41.212&#xA;&lt; 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/17/25 12:20:41.213 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.213&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.213 (0s)&#xA;</system-err>
2872+ <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="passed" time="0.00079471">
2873+ <system-err>&gt; 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/22/25 13:48:16&#xA;&lt; 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/22/25 13:48:16.001 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.001&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.001 (0s)&#xA;</system-err>
2874 </testcase>
2875- <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="passed" time="0.001804003">
2876- <system-err>&gt; 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/17/25 12:20:41.213&#xA;&lt; 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/17/25 12:20:41.215 (2ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.215&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.215 (0s)&#xA;</system-err>
2877+ <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="passed" time="0.001494313">
2878+ <system-err>&gt; 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/22/25 13:48:16.001&#xA;&lt; 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/22/25 13:48:16.002 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.002&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.002 (0s)&#xA;</system-err>
2879 </testcase>
2880- <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="failed" time="0.000558067">
2881- <failure message="Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:306 @ 04/17/25 12:20:41.215&#xA;</failure>
2882- <system-err>&gt; 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/17/25 12:20:41.215&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:306 @ 04/17/25 12:20:41.215&#xA;&lt; 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/17/25 12:20:41.215 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.215&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.215 (0s)&#xA;</system-err>
2883+ <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="failed" time="0.000502543">
2884+ <failure message="Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:306 @ 04/22/25 13:48:16.003&#xA;</failure>
2885+ <system-err>&gt; 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/22/25 13:48:16.002&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:306 @ 04/22/25 13:48:16.003&#xA;&lt; 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/22/25 13:48:16.003 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.003&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.003 (0s)&#xA;</system-err>
2886 </testcase>
2887- <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="failed" time="0.000512375">
2888- <failure message="Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:321 @ 04/17/25 12:20:41.216&#xA;</failure>
2889- <system-err>&gt; Enter [It] GET request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:315 @ 04/17/25 12:20:41.215&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:321 @ 04/17/25 12:20:41.216&#xA;&lt; Exit [It] GET request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:315 @ 04/17/25 12:20:41.216 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.216&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.216 (0s)&#xA;</system-err>
2890+ <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="failed" time="0.0004517">
2891+ <failure message="Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:321 @ 04/22/25 13:48:16.003&#xA;</failure>
2892+ <system-err>&gt; Enter [It] GET request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:315 @ 04/22/25 13:48:16.003&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:321 @ 04/22/25 13:48:16.003&#xA;&lt; Exit [It] GET request to existing blob should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:315 @ 04/22/25 13:48:16.003 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.003&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.003 (0s)&#xA;</system-err>
2893 </testcase>
2894- <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="failed" time="0.000519335">
2895- <failure message="Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:342 @ 04/17/25 12:20:41.217&#xA;</failure>
2896- <system-err>&gt; 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/17/25 12:20:41.216&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:342 @ 04/17/25 12:20:41.217&#xA;&lt; 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/17/25 12:20:41.217 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.217&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.217 (0s)&#xA;</system-err>
2897+ <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="failed" time="0.000471">
2898+ <failure message="Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:342 @ 04/22/25 13:48:16.004&#xA;</failure>
2899+ <system-err>&gt; 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/22/25 13:48:16.003&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:342 @ 04/22/25 13:48:16.004&#xA;&lt; 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/22/25 13:48:16.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.004 (0s)&#xA;</system-err>
2900 </testcase>
2901- <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="failed" time="0.000489389">
2902- <failure message="Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:373 @ 04/17/25 12:20:41.217&#xA;</failure>
2903- <system-err>&gt; Enter [It] GET request to missing manifest should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:367 @ 04/17/25 12:20:41.217&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:373 @ 04/17/25 12:20:41.217&#xA;&lt; Exit [It] GET request to missing manifest should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:367 @ 04/17/25 12:20:41.217 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.217&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.217 (0s)&#xA;</system-err>
2904+ <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="failed" time="0.000438578">
2905+ <failure message="Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:373 @ 04/22/25 13:48:16.004&#xA;</failure>
2906+ <system-err>&gt; Enter [It] GET request to missing manifest should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:367 @ 04/22/25 13:48:16.004&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 404&#xA;to equal&#xA; &lt;int&gt;: 200&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:373 @ 04/22/25 13:48:16.004&#xA;&lt; Exit [It] GET request to missing manifest should yield 200 - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:367 @ 04/22/25 13:48:16.004 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.004&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.004 (0s)&#xA;</system-err>
2907 </testcase>
2908- <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete config blob created in tests" classname="conformance tests" status="passed" time="0.000814528">
2909- <system-err>&gt; Enter [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:415 @ 04/17/25 12:20:41.217&#xA;&lt; Exit [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:415 @ 04/17/25 12:20:41.218 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.218&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.218 (0s)&#xA;</system-err>
2910+ <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete config blob created in tests" classname="conformance tests" status="passed" time="0.001060305">
2911+ <system-err>&gt; Enter [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:415 @ 04/22/25 13:48:16.004&#xA;&lt; Exit [It] Delete config blob created in tests - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:415 @ 04/22/25 13:48:16.006 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.006 (0s)&#xA;</system-err>
2912 </testcase>
2913- <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete layer blob created in setup" classname="conformance tests" status="passed" time="0.000705636">
2914- <system-err>&gt; Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:431 @ 04/17/25 12:20:41.218&#xA;&lt; Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:431 @ 04/17/25 12:20:41.219 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.219&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.219 (0s)&#xA;</system-err>
2915+ <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete layer blob created in setup" classname="conformance tests" status="passed" time="0.000708569">
2916+ <system-err>&gt; Enter [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:431 @ 04/22/25 13:48:16.006&#xA;&lt; Exit [It] Delete layer blob created in setup - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:431 @ 04/22/25 13:48:16.006 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.006&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.006 (0s)&#xA;</system-err>
2917 </testcase>
2918- <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete created manifest &amp; associated tags" classname="conformance tests" status="passed" time="0.004898517">
2919- <system-err>&gt; Enter [It] Delete created manifest &amp; associated tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:448 @ 04/17/25 12:20:41.219&#xA;&lt; Exit [It] Delete created manifest &amp; associated tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:448 @ 04/17/25 12:20:41.224 (5ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.224&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.224 (0s)&#xA;</system-err>
2920+ <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown Delete created manifest &amp; associated tags" classname="conformance tests" status="passed" time="0.004684381">
2921+ <system-err>&gt; Enter [It] Delete created manifest &amp; associated tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:448 @ 04/22/25 13:48:16.006&#xA;&lt; Exit [It] Delete created manifest &amp; associated tags - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:448 @ 04/22/25 13:48:16.011 (5ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.011&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.011 (0s)&#xA;</system-err>
2922 </testcase>
2923- <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown References teardown" classname="conformance tests" status="failed" time="0.00079339">
2924- <failure message="Expected&#xA; &lt;int&gt;: 500&#xA;To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0003fbd40 0xc0003fbd70] 0xc0003fbd70}) %!s(*matchers.EqualMatcher=&amp;{404}) %!s(*matchers.EqualMatcher=&amp;{405})]" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 500&#xA;To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0003fbd40 0xc0003fbd70] 0xc0003fbd70}) %!s(*matchers.EqualMatcher=&amp;{404}) %!s(*matchers.EqualMatcher=&amp;{405})]&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:484 @ 04/17/25 12:20:41.224&#xA;</failure>
2925- <system-err>&gt; Enter [It] References teardown - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:477 @ 04/17/25 12:20:41.224&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 500&#xA;To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0003fbd40 0xc0003fbd70] 0xc0003fbd70}) %!s(*matchers.EqualMatcher=&amp;{404}) %!s(*matchers.EqualMatcher=&amp;{405})]&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:484 @ 04/17/25 12:20:41.224&#xA;&lt; Exit [It] References teardown - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:477 @ 04/17/25 12:20:41.224 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.224&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.224 (0s)&#xA;</system-err>
2926+ <testcase name="OCI Distribution Conformance Tests Content Discovery Teardown References teardown" classname="conformance tests" status="failed" time="0.000849007">
2927+ <failure message="Expected&#xA; &lt;int&gt;: 500&#xA;To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc000147230 0xc000147260] 0xc000147260}) %!s(*matchers.EqualMatcher=&amp;{404}) %!s(*matchers.EqualMatcher=&amp;{405})]" type="failed">[FAILED] Expected&#xA; &lt;int&gt;: 500&#xA;To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc000147230 0xc000147260] 0xc000147260}) %!s(*matchers.EqualMatcher=&amp;{404}) %!s(*matchers.EqualMatcher=&amp;{405})]&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:484 @ 04/22/25 13:48:16.012&#xA;</failure>
2928+ <system-err>&gt; Enter [It] References teardown - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:477 @ 04/22/25 13:48:16.011&#xA;[FAILED] Expected&#xA; &lt;int&gt;: 500&#xA;To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc000147230 0xc000147260] 0xc000147260}) %!s(*matchers.EqualMatcher=&amp;{404}) %!s(*matchers.EqualMatcher=&amp;{405})]&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:484 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [It] References teardown - /go/src/github.com/opencontainers/distribution-spec/conformance/03_discovery_test.go:477 @ 04/22/25 13:48:16.012 (1ms)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012 (0s)&#xA;</system-err>
2929 </testcase>
2930- <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test config blob" classname="conformance tests" status="skipped" time="8.1776e-05">
2931+ <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test config blob" classname="conformance tests" status="skipped" time="8.4191e-05">
2932 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2933- <system-err>&gt; Enter [It] Populate registry with test config blob - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:21 @ 04/17/25 12:20:41.224&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [It] Populate registry with test config blob - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:21 @ 04/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2934- </testcase>
2935- <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test layer" classname="conformance tests" status="skipped" time="9.0609e-05">
2936- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;"></skipped>
2937- <system-err>&gt; Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:39 @ 04/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:39 @ 04/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2938+ <system-err>&gt; Enter [It] Populate registry with test config blob - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:21 @ 04/22/25 13:48:16.012&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [It] Populate registry with test config blob - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:21 @ 04/22/25 13:48:16.012 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012 (0s)&#xA;</system-err>
2939 </testcase>
2940- <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test tag" classname="conformance tests" status="skipped" time="6.9651e-05">
2941+ <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test layer" classname="conformance tests" status="skipped" time="8.0568e-05">
2942 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2943- <system-err>&gt; Enter [It] Populate registry with test tag - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:57 @ 04/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [It] Populate registry with test tag - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:57 @ 04/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2944+ <system-err>&gt; Enter [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:39 @ 04/22/25 13:48:16.012&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [It] Populate registry with test layer - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:39 @ 04/22/25 13:48:16.012 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012 (0s)&#xA;</system-err>
2945 </testcase>
2946- <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="7.4057e-05">
2947+ <testcase name="OCI Distribution Conformance Tests Content Management Setup Populate registry with test tag" classname="conformance tests" status="skipped" time="7.8138e-05">
2948 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2949- <system-err>&gt; 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/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; 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/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2950+ <system-err>&gt; Enter [It] Populate registry with test tag - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:57 @ 04/22/25 13:48:16.012&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [It] Populate registry with test tag - /go/src/github.com/opencontainers/distribution-spec/conformance/04_management_test.go:57 @ 04/22/25 13:48:16.012 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012 (0s)&#xA;</system-err>
2951 </testcase>
2952- <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="7.4928e-05">
2953+ <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="7.7375e-05">
2954+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;"></skipped>
2955+ <system-err>&gt; 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/22/25 13:48:16.012&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.012&#xA;&lt; 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/22/25 13:48:16.012 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012 (0s)&#xA;</system-err>
2956+ </testcase>
2957+ <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="7.6449e-05">
2958 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2959- <system-err>&gt; 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/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; 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/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2960+ <system-err>&gt; 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/22/25 13:48:16.012&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.012&#xA;&lt; 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/22/25 13:48:16.012 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012 (0s)&#xA;</system-err>
2961+ </testcase>
2962+ <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="7.8744e-05">
2963+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;"></skipped>
2964+ <system-err>&gt; 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/22/25 13:48:16.012&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.012&#xA;&lt; 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/22/25 13:48:16.012 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.012 (0s)&#xA;</system-err>
2965 </testcase>
2966- <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="7.3089e-05">
2967+ <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="8.6589e-05">
2968 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2969- <system-err>&gt; 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/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; 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/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2970+ <system-err>&gt; 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/22/25 13:48:16.012&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.013&#xA;&lt; 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/22/25 13:48:16.013 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.013&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.013 (0s)&#xA;</system-err>
2971 </testcase>
2972- <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.4529e-05">
2973+ <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.2772e-05">
2974 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2975- <system-err>&gt; 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/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; 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/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2976+ <system-err>&gt; 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/22/25 13:48:16.013&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.013&#xA;&lt; 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/22/25 13:48:16.013 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.013&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.013 (0s)&#xA;</system-err>
2977 </testcase>
2978- <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="8.0191e-05">
2979- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;"></skipped>
2980- <system-err>&gt; 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/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; 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/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2981+ <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="7.5452e-05">
2982+ <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2983+ <system-err>&gt; 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/22/25 13:48:16.013&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.013&#xA;&lt; 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/22/25 13:48:16.013 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.013&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.013 (0s)&#xA;</system-err>
2984 </testcase>
2985- <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="7.3317e-05">
2986+ <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="7.7016e-05">
2987 <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;"></skipped>
2988- <system-err>&gt; 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/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; 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/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2989- </testcase>
2990- <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="7.6959e-05">
2991- <skipped message="skipped - you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;"></skipped>
2992- <system-err>&gt; 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/17/25 12:20:41.225&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PULL=1&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/17/25 12:20:41.225&#xA;&lt; 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/17/25 12:20:41.225 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/17/25 12:20:41.225 (0s)&#xA;</system-err>
2993+ <system-err>&gt; 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/22/25 13:48:16.013&#xA;[SKIPPED] you have skipped this test; if this is an error, check your environment variable settings:&#xA;&#x9;OCI_TEST_PUSH=0&#xA;&#x9;OCI_TEST_CONTENT_DISCOVERY=1&#xA;&#x9;OCI_TEST_CONTENT_MANAGEMENT=0&#xA;&#x9;OCI_TEST_PULL=1&#xA;In [It] at: /go/src/github.com/opencontainers/distribution-spec/conformance/setup.go:579 @ 04/22/25 13:48:16.013&#xA;&lt; 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/22/25 13:48:16.013 (0s)&#xA;&gt; Enter [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.013&#xA;&lt; Exit [ReportAfterEach] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:23 @ 04/22/25 13:48:16.013 (0s)&#xA;</system-err>
2994 </testcase>
2995- <testcase name="html custom reporter" classname="conformance tests" status="passed" time="0.00485661">
2996- <system-err>&gt; Enter [ReportAfterSuite] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:24 @ 04/17/25 12:20:41.225&#xA;&lt; Exit [ReportAfterSuite] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:24 @ 04/17/25 12:20:41.23 (5ms)&#xA;</system-err>
2997+ <testcase name="html custom reporter" classname="conformance tests" status="passed" time="0.005050049">
2998+ <system-err>&gt; Enter [ReportAfterSuite] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:24 @ 04/22/25 13:48:16.013&#xA;&lt; Exit [ReportAfterSuite] TOP-LEVEL - /go/src/github.com/opencontainers/distribution-spec/conformance/00_conformance_suite_test.go:24 @ 04/22/25 13:48:16.018 (5ms)&#xA;</system-err>
2999 </testcase>
3000 </testsuite>
3001 </testsuites>
3002\ No newline at end of file
3003 diff --git a/results/report.html b/results/report.html
3004index 995385f..02c2a6a 100644
3005--- a/results/report.html
3006+++ b/results/report.html
3007 @@ -193,15 +193,15 @@
3008 </tr>
3009 <tr>
3010 <td class="bullet-left">Start Time</td>
3011- <td>Apr 17 12:20:40.831 &#43;0000 UTC</td>
3012+ <td>Apr 22 13:48:15.630 &#43;0000 UTC</td>
3013 </tr>
3014 <tr>
3015 <td class="bullet-left">End Time</td>
3016- <td>Apr 17 12:20:41.225 &#43;0000 UTC</td>
3017+ <td>Apr 22 13:48:16.013 &#43;0000 UTC</td>
3018 </tr>
3019 <tr>
3020 <td class="bullet-left">Time Elapsed</td>
3021- <td>394.522115ms</td>
3022+ <td>382.491521ms</td>
3023 </tr>
3024 <tr>
3025 <td class="bullet-left">Test Version</td>
3026 @@ -271,13 +271,13 @@ BODY :
3027 ~~~ RESPONSE ~~~
3028 STATUS : 202 Accepted
3029 PROTO : HTTP/1.1
3030- RECEIVED AT : 2025-04-17T12:20:40.863080926Z
3031- TIME DURATION: 9.741802ms
3032+ RECEIVED AT : 2025-04-22T13:48:15.657407161Z
3033+ TIME DURATION: 5.624995ms
3034 HEADERS :
3035 Content-Length: 0
3036- Date: Thu, 17 Apr 2025 12:20:40 GMT
3037+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3038 Docker-Distribution-Api-Version: registry/2.0
3039- Location: /v2/myorg/myrepo/a/blobs/uploads/8994bba4-bc47-4616-be00-53e85c209302
3040+ Location: /v2/myorg/myrepo/a/blobs/uploads/819bf92a-ee31-4810-b5de-37bdeb575e10
3041 Oci-Chunk-Min-Length: 10000000
3042 BODY :
3043
3044 @@ -286,7 +286,7 @@ BODY :
3045 DEBUG
3046 ==============================================================================
3047 ~~~ REQUEST ~~~
3048- PUT /v2/myorg/myrepo/a/blobs/uploads/8994bba4-bc47-4616-be00-53e85c209302?digest=sha256%3Aac995ad31770f02a3fb04124aceca9db129f94c85517ff9a39154b85c14ae9a1 HTTP/1.1
3049+ PUT /v2/myorg/myrepo/a/blobs/uploads/819bf92a-ee31-4810-b5de-37bdeb575e10?digest=sha256%3Ace772e4756e65228d413b7e6568f74cdd921f95dabf990cc28a4c615cfbbc157 HTTP/1.1
3050 HOST : localhost:8700
3051 HEADERS:
3052 Content-Length: 129
3053 @@ -298,11 +298,11 @@ BODY :
3054 ~~~ RESPONSE ~~~
3055 STATUS : 201 Created
3056 PROTO : HTTP/1.1
3057- RECEIVED AT : 2025-04-17T12:20:40.869692149Z
3058- TIME DURATION: 6.485382ms
3059+ RECEIVED AT : 2025-04-22T13:48:15.66382875Z
3060+ TIME DURATION: 6.283933ms
3061 HEADERS :
3062 Content-Length: 0
3063- Date: Thu, 17 Apr 2025 12:20:40 GMT
3064+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3065 Docker-Distribution-Api-Version: registry/2.0
3066 BODY :
3067
3068 @@ -333,13 +333,13 @@ BODY :
3069 ~~~ RESPONSE ~~~
3070 STATUS : 202 Accepted
3071 PROTO : HTTP/1.1
3072- RECEIVED AT : 2025-04-17T12:20:40.863080926Z
3073- TIME DURATION: 9.741802ms
3074+ RECEIVED AT : 2025-04-22T13:48:15.657407161Z
3075+ TIME DURATION: 5.624995ms
3076 HEADERS :
3077 Content-Length: 0
3078- Date: Thu, 17 Apr 2025 12:20:40 GMT
3079+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3080 Docker-Distribution-Api-Version: registry/2.0
3081- Location: /v2/myorg/myrepo/a/blobs/uploads/8994bba4-bc47-4616-be00-53e85c209302
3082+ Location: /v2/myorg/myrepo/a/blobs/uploads/819bf92a-ee31-4810-b5de-37bdeb575e10
3083 Oci-Chunk-Min-Length: 10000000
3084 BODY :
3085
3086 @@ -348,7 +348,7 @@ BODY :
3087 DEBUG
3088 ==============================================================================
3089 ~~~ REQUEST ~~~
3090- PUT /v2/myorg/myrepo/a/blobs/uploads/8994bba4-bc47-4616-be00-53e85c209302?digest=sha256%3Aac995ad31770f02a3fb04124aceca9db129f94c85517ff9a39154b85c14ae9a1 HTTP/1.1
3091+ PUT /v2/myorg/myrepo/a/blobs/uploads/819bf92a-ee31-4810-b5de-37bdeb575e10?digest=sha256%3Ace772e4756e65228d413b7e6568f74cdd921f95dabf990cc28a4c615cfbbc157 HTTP/1.1
3092 HOST : localhost:8700
3093 HEADERS:
3094 Content-Length: 129
3095 @@ -360,11 +360,11 @@ BODY :
3096 ~~~ RESPONSE ~~~
3097 STATUS : 201 Created
3098 PROTO : HTTP/1.1
3099- RECEIVED AT : 2025-04-17T12:20:40.869692149Z
3100- TIME DURATION: 6.485382ms
3101+ RECEIVED AT : 2025-04-22T13:48:15.66382875Z
3102+ TIME DURATION: 6.283933ms
3103 HEADERS :
3104 Content-Length: 0
3105- Date: Thu, 17 Apr 2025 12:20:40 GMT
3106+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3107 Docker-Distribution-Api-Version: registry/2.0
3108 BODY :
3109
3110 @@ -395,13 +395,13 @@ BODY :
3111 ~~~ RESPONSE ~~~
3112 STATUS : 202 Accepted
3113 PROTO : HTTP/1.1
3114- RECEIVED AT : 2025-04-17T12:20:40.8757675Z
3115- TIME DURATION: 5.916416ms
3116+ RECEIVED AT : 2025-04-22T13:48:15.669600809Z
3117+ TIME DURATION: 5.601483ms
3118 HEADERS :
3119 Content-Length: 0
3120- Date: Thu, 17 Apr 2025 12:20:40 GMT
3121+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3122 Docker-Distribution-Api-Version: registry/2.0
3123- Location: /v2/myorg/myrepo/a/blobs/uploads/d706ef71-8cfb-4fb5-9624-2b7a13d5b94f
3124+ Location: /v2/myorg/myrepo/a/blobs/uploads/985330ff-9b8f-4025-9d87-2e86326e7f1b
3125 Oci-Chunk-Min-Length: 10000000
3126 BODY :
3127
3128 @@ -410,7 +410,7 @@ BODY :
3129 DEBUG
3130 ==============================================================================
3131 ~~~ REQUEST ~~~
3132- PUT /v2/myorg/myrepo/a/blobs/uploads/d706ef71-8cfb-4fb5-9624-2b7a13d5b94f?digest=sha256%3A48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183 HTTP/1.1
3133+ PUT /v2/myorg/myrepo/a/blobs/uploads/985330ff-9b8f-4025-9d87-2e86326e7f1b?digest=sha256%3A48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183 HTTP/1.1
3134 HOST : localhost:8700
3135 HEADERS:
3136 Content-Length: 168
3137 @@ -422,11 +422,11 @@ BODY :
3138 ~~~ RESPONSE ~~~
3139 STATUS : 201 Created
3140 PROTO : HTTP/1.1
3141- RECEIVED AT : 2025-04-17T12:20:40.882247905Z
3142- TIME DURATION: 6.357883ms
3143+ RECEIVED AT : 2025-04-22T13:48:15.675673957Z
3144+ TIME DURATION: 5.948557ms
3145 HEADERS :
3146 Content-Length: 0
3147- Date: Thu, 17 Apr 2025 12:20:40 GMT
3148+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3149 Docker-Distribution-Api-Version: registry/2.0
3150 BODY :
3151
3152 @@ -447,22 +447,22 @@ BODY :
3153 <pre class="pre-box">DEBUG
3154 ==============================================================================
3155 ~~~ REQUEST ~~~
3156- PUT /v2/myorg/myrepo/a/manifests/sha256:5be441ec97e9d3275797e38a4f45421dc7a353de5a45cc9ed620865a844b6f64 HTTP/1.1
3157+ PUT /v2/myorg/myrepo/a/manifests/sha256:7bd4730b12f4b47303a64e5de24c71a3a112a368b65c92dd230e102e38ef9d83 HTTP/1.1
3158 HOST : localhost:8700
3159 HEADERS:
3160 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3161 User-Agent: distribution-spec-conformance-tests
3162 BODY :
3163- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmFjOTk1YWQzMTc3MGYwMmEzZmIwNDEyNGFjZWNhOWRiMTI5Zjk0Yzg1NTE3ZmY5YTM5MTU0Yjg1YzE0YWU5YTEiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pHZWpKVmJIaENjV3czY2pWNlprczRJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3164+ &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmNlNzcyZTQ3NTZlNjUyMjhkNDEzYjdlNjU2OGY3NGNkZDkyMWY5NWRhYmY5OTBjYzI4YTRjNjE1Y2ZiYmMxNTciLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0o1UWxGdFZ6UjNPV1kxUjJ4eU9HbHpJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3165 ------------------------------------------------------------------------------
3166 ~~~ RESPONSE ~~~
3167 STATUS : 200 OK
3168 PROTO : HTTP/1.1
3169- RECEIVED AT : 2025-04-17T12:20:40.947329702Z
3170- TIME DURATION: 28.203721ms
3171+ RECEIVED AT : 2025-04-22T13:48:15.738440244Z
3172+ TIME DURATION: 28.361605ms
3173 HEADERS :
3174 Content-Length: 0
3175- Date: Thu, 17 Apr 2025 12:20:40 GMT
3176+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3177 Docker-Distribution-Api-Version: registry/2.0
3178 BODY :
3179
3180 @@ -483,22 +483,22 @@ BODY :
3181 <pre class="pre-box">DEBUG
3182 ==============================================================================
3183 ~~~ REQUEST ~~~
3184- PUT /v2/myorg/myrepo/a/manifests/sha256:5be441ec97e9d3275797e38a4f45421dc7a353de5a45cc9ed620865a844b6f64 HTTP/1.1
3185+ PUT /v2/myorg/myrepo/a/manifests/sha256:7bd4730b12f4b47303a64e5de24c71a3a112a368b65c92dd230e102e38ef9d83 HTTP/1.1
3186 HOST : localhost:8700
3187 HEADERS:
3188 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3189 User-Agent: distribution-spec-conformance-tests
3190 BODY :
3191- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmFjOTk1YWQzMTc3MGYwMmEzZmIwNDEyNGFjZWNhOWRiMTI5Zjk0Yzg1NTE3ZmY5YTM5MTU0Yjg1YzE0YWU5YTEiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pHZWpKVmJIaENjV3czY2pWNlprczRJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3192+ &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmNlNzcyZTQ3NTZlNjUyMjhkNDEzYjdlNjU2OGY3NGNkZDkyMWY5NWRhYmY5OTBjYzI4YTRjNjE1Y2ZiYmMxNTciLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0o1UWxGdFZ6UjNPV1kxUjJ4eU9HbHpJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3193 ------------------------------------------------------------------------------
3194 ~~~ RESPONSE ~~~
3195 STATUS : 200 OK
3196 PROTO : HTTP/1.1
3197- RECEIVED AT : 2025-04-17T12:20:40.947329702Z
3198- TIME DURATION: 28.203721ms
3199+ RECEIVED AT : 2025-04-22T13:48:15.738440244Z
3200+ TIME DURATION: 28.361605ms
3201 HEADERS :
3202 Content-Length: 0
3203- Date: Thu, 17 Apr 2025 12:20:40 GMT
3204+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3205 Docker-Distribution-Api-Version: registry/2.0
3206 BODY :
3207
3208 @@ -548,12 +548,12 @@ BODY :
3209 ~~~ RESPONSE ~~~
3210 STATUS : 404 Not Found
3211 PROTO : HTTP/1.1
3212- RECEIVED AT : 2025-04-17T12:20:40.948285201Z
3213- TIME DURATION: 592.842µs
3214+ RECEIVED AT : 2025-04-22T13:48:15.73942234Z
3215+ TIME DURATION: 608.037µs
3216 HEADERS :
3217 Content-Length: 74
3218 Content-Type: application/json
3219- Date: Thu, 17 Apr 2025 12:20:40 GMT
3220+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3221 Docker-Distribution-Api-Version: registry/2.0
3222 BODY :
3223 *** Error: Unable to format response body - &#34;unexpected end of JSON input&#34; ***
3224 @@ -577,7 +577,7 @@ Log Body as-is:
3225 <pre class="pre-box">DEBUG
3226 ==============================================================================
3227 ~~~ REQUEST ~~~
3228- HEAD /v2/myorg/myrepo/a/blobs/sha256:ca4af7f2cbcb1584bbe4166fdc5125f0c5c7f7b4be14f2453cc856cb552edcdc HTTP/1.1
3229+ HEAD /v2/myorg/myrepo/a/blobs/sha256:0f4804d9ee8d4a3915cbc19bfce8d71e54305ec82f6dc81b9f76de88eef68e58 HTTP/1.1
3230 HOST : localhost:8700
3231 HEADERS:
3232 User-Agent: distribution-spec-conformance-tests
3233 @@ -587,11 +587,11 @@ BODY :
3234 ~~~ RESPONSE ~~~
3235 STATUS : 200 OK
3236 PROTO : HTTP/1.1
3237- RECEIVED AT : 2025-04-17T12:20:40.949092432Z
3238- TIME DURATION: 611.026µs
3239+ RECEIVED AT : 2025-04-22T13:48:15.740256374Z
3240+ TIME DURATION: 664.146µs
3241 HEADERS :
3242 Content-Length: 0
3243- Date: Thu, 17 Apr 2025 12:20:40 GMT
3244+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3245 Docker-Distribution-Api-Version: registry/2.0
3246 BODY :
3247
3248 @@ -622,12 +622,12 @@ BODY :
3249 ~~~ RESPONSE ~~~
3250 STATUS : 404 Not Found
3251 PROTO : HTTP/1.1
3252- RECEIVED AT : 2025-04-17T12:20:40.949848939Z
3253- TIME DURATION: 610.805µs
3254+ RECEIVED AT : 2025-04-22T13:48:15.740967993Z
3255+ TIME DURATION: 556.239µs
3256 HEADERS :
3257 Content-Length: 170
3258 Content-Type: application/json
3259- Date: Thu, 17 Apr 2025 12:20:40 GMT
3260+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3261 Docker-Distribution-Api-Version: registry/2.0
3262 BODY :
3263 {
3264 @@ -652,7 +652,7 @@ BODY :
3265 <pre class="pre-box">DEBUG
3266 ==============================================================================
3267 ~~~ REQUEST ~~~
3268- GET /v2/myorg/myrepo/a/blobs/sha256:ca4af7f2cbcb1584bbe4166fdc5125f0c5c7f7b4be14f2453cc856cb552edcdc HTTP/1.1
3269+ GET /v2/myorg/myrepo/a/blobs/sha256:0f4804d9ee8d4a3915cbc19bfce8d71e54305ec82f6dc81b9f76de88eef68e58 HTTP/1.1
3270 HOST : localhost:8700
3271 HEADERS:
3272 User-Agent: distribution-spec-conformance-tests
3273 @@ -662,14 +662,14 @@ BODY :
3274 ~~~ RESPONSE ~~~
3275 STATUS : 200 OK
3276 PROTO : HTTP/1.1
3277- RECEIVED AT : 2025-04-17T12:20:40.991119881Z
3278- TIME DURATION: 41.080452ms
3279+ RECEIVED AT : 2025-04-22T13:48:15.782127074Z
3280+ TIME DURATION: 40.967057ms
3281 HEADERS :
3282- Date: Thu, 17 Apr 2025 12:20:40 GMT
3283+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3284 Docker-Distribution-Api-Version: registry/2.0
3285 BODY :
3286 {
3287- &#34;author&#34;: &#34;VVmUC5MpI9ZnH0AB&#34;,
3288+ &#34;author&#34;: &#34;hJbxztkMHfq6TyjG&#34;,
3289 &#34;architecture&#34;: &#34;amd64&#34;,
3290 &#34;os&#34;: &#34;linux&#34;,
3291 &#34;rootfs&#34;: {
3292 @@ -711,12 +711,12 @@ BODY :
3293 ~~~ RESPONSE ~~~
3294 STATUS : 404 Not Found
3295 PROTO : HTTP/1.1
3296- RECEIVED AT : 2025-04-17T12:20:40.992401673Z
3297- TIME DURATION: 1.03975ms
3298+ RECEIVED AT : 2025-04-22T13:48:15.783170274Z
3299+ TIME DURATION: 869.057µs
3300 HEADERS :
3301 Content-Length: 106
3302 Content-Type: application/json
3303- Date: Thu, 17 Apr 2025 12:20:40 GMT
3304+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3305 Docker-Distribution-Api-Version: registry/2.0
3306 BODY :
3307 *** Error: Unable to format response body - &#34;unexpected end of JSON input&#34; ***
3308 @@ -740,7 +740,7 @@ Log Body as-is:
3309 <pre class="pre-box">DEBUG
3310 ==============================================================================
3311 ~~~ REQUEST ~~~
3312- HEAD /v2/myorg/myrepo/a/manifests/sha256:3eff1599889005775a522563a0aec3806249daf82397fc5fb0be3fa42468669d HTTP/1.1
3313+ HEAD /v2/myorg/myrepo/a/manifests/sha256:4f8fc4e01dd6244225f82f536d06576b84294fe714623c5a6c2b29966618beed HTTP/1.1
3314 HOST : localhost:8700
3315 HEADERS:
3316 Accept: application/vnd.oci.image.manifest.v1&#43;json
3317 @@ -751,11 +751,11 @@ BODY :
3318 ~~~ RESPONSE ~~~
3319 STATUS : 200 OK
3320 PROTO : HTTP/1.1
3321- RECEIVED AT : 2025-04-17T12:20:40.993864569Z
3322- TIME DURATION: 1.064508ms
3323+ RECEIVED AT : 2025-04-22T13:48:15.784459202Z
3324+ TIME DURATION: 981.308µs
3325 HEADERS :
3326 Content-Length: 0
3327- Date: Thu, 17 Apr 2025 12:20:40 GMT
3328+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3329 Docker-Distribution-Api-Version: registry/2.0
3330 BODY :
3331
3332 @@ -776,7 +776,7 @@ BODY :
3333 <pre class="pre-box">DEBUG
3334 ==============================================================================
3335 ~~~ REQUEST ~~~
3336- HEAD /v2/myorg/myrepo/a/manifests/sha256:5be441ec97e9d3275797e38a4f45421dc7a353de5a45cc9ed620865a844b6f64 HTTP/1.1
3337+ HEAD /v2/myorg/myrepo/a/manifests/sha256:7bd4730b12f4b47303a64e5de24c71a3a112a368b65c92dd230e102e38ef9d83 HTTP/1.1
3338 HOST : localhost:8700
3339 HEADERS:
3340 Accept: application/vnd.oci.image.manifest.v1&#43;json
3341 @@ -787,11 +787,11 @@ BODY :
3342 ~~~ RESPONSE ~~~
3343 STATUS : 200 OK
3344 PROTO : HTTP/1.1
3345- RECEIVED AT : 2025-04-17T12:20:40.994917485Z
3346- TIME DURATION: 771.735µs
3347+ RECEIVED AT : 2025-04-22T13:48:15.785393499Z
3348+ TIME DURATION: 748.085µs
3349 HEADERS :
3350 Content-Length: 0
3351- Date: Thu, 17 Apr 2025 12:20:40 GMT
3352+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3353 Docker-Distribution-Api-Version: registry/2.0
3354 BODY :
3355
3356 @@ -823,11 +823,11 @@ BODY :
3357 ~~~ RESPONSE ~~~
3358 STATUS : 200 OK
3359 PROTO : HTTP/1.1
3360- RECEIVED AT : 2025-04-17T12:20:40.995717521Z
3361- TIME DURATION: 655.135µs
3362+ RECEIVED AT : 2025-04-22T13:48:15.786272869Z
3363+ TIME DURATION: 718.014µs
3364 HEADERS :
3365 Content-Length: 0
3366- Date: Thu, 17 Apr 2025 12:20:40 GMT
3367+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3368 Docker-Distribution-Api-Version: registry/2.0
3369 BODY :
3370
3371 @@ -858,12 +858,12 @@ BODY :
3372 ~~~ RESPONSE ~~~
3373 STATUS : 404 Not Found
3374 PROTO : HTTP/1.1
3375- RECEIVED AT : 2025-04-17T12:20:40.996470936Z
3376- TIME DURATION: 597.496µs
3377+ RECEIVED AT : 2025-04-22T13:48:15.787006931Z
3378+ TIME DURATION: 584.206µs
3379 HEADERS :
3380 Content-Length: 82
3381 Content-Type: application/json
3382- Date: Thu, 17 Apr 2025 12:20:40 GMT
3383+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3384 Docker-Distribution-Api-Version: registry/2.0
3385 BODY :
3386 {
3387 @@ -888,7 +888,7 @@ BODY :
3388 <pre class="pre-box">DEBUG
3389 ==============================================================================
3390 ~~~ REQUEST ~~~
3391- GET /v2/myorg/myrepo/a/manifests/sha256:3eff1599889005775a522563a0aec3806249daf82397fc5fb0be3fa42468669d HTTP/1.1
3392+ GET /v2/myorg/myrepo/a/manifests/sha256:4f8fc4e01dd6244225f82f536d06576b84294fe714623c5a6c2b29966618beed HTTP/1.1
3393 HOST : localhost:8700
3394 HEADERS:
3395 Accept: application/vnd.oci.image.manifest.v1&#43;json
3396 @@ -899,12 +899,12 @@ BODY :
3397 ~~~ RESPONSE ~~~
3398 STATUS : 200 OK
3399 PROTO : HTTP/1.1
3400- RECEIVED AT : 2025-04-17T12:20:40.997305779Z
3401- TIME DURATION: 677.902µs
3402+ RECEIVED AT : 2025-04-22T13:48:15.787935357Z
3403+ TIME DURATION: 754.091µs
3404 HEADERS :
3405 Content-Length: 583
3406 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3407- Date: Thu, 17 Apr 2025 12:20:40 GMT
3408+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3409 Docker-Distribution-Api-Version: registry/2.0
3410 BODY :
3411 {
3412 @@ -912,9 +912,9 @@ BODY :
3413 &#34;mediaType&#34;: &#34;application/vnd.oci.image.manifest.v1&#43;json&#34;,
3414 &#34;config&#34;: {
3415 &#34;mediaType&#34;: &#34;application/vnd.oci.image.config.v1&#43;json&#34;,
3416- &#34;digest&#34;: &#34;sha256:ca4af7f2cbcb1584bbe4166fdc5125f0c5c7f7b4be14f2453cc856cb552edcdc&#34;,
3417+ &#34;digest&#34;: &#34;sha256:0f4804d9ee8d4a3915cbc19bfce8d71e54305ec82f6dc81b9f76de88eef68e58&#34;,
3418 &#34;size&#34;: 129,
3419- &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJWVm1VQzVNcEk5Wm5IMEFCIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;
3420+ &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJoSmJ4enRrTUhmcTZUeWpHIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;
3421 },
3422 &#34;layers&#34;: [
3423 {
3424 @@ -941,7 +941,7 @@ BODY :
3425 <pre class="pre-box">DEBUG
3426 ==============================================================================
3427 ~~~ REQUEST ~~~
3428- GET /v2/myorg/myrepo/a/manifests/sha256:5be441ec97e9d3275797e38a4f45421dc7a353de5a45cc9ed620865a844b6f64 HTTP/1.1
3429+ GET /v2/myorg/myrepo/a/manifests/sha256:7bd4730b12f4b47303a64e5de24c71a3a112a368b65c92dd230e102e38ef9d83 HTTP/1.1
3430 HOST : localhost:8700
3431 HEADERS:
3432 Accept: application/vnd.oci.image.manifest.v1&#43;json
3433 @@ -952,12 +952,12 @@ BODY :
3434 ~~~ RESPONSE ~~~
3435 STATUS : 200 OK
3436 PROTO : HTTP/1.1
3437- RECEIVED AT : 2025-04-17T12:20:40.998278303Z
3438- TIME DURATION: 709.375µs
3439+ RECEIVED AT : 2025-04-22T13:48:15.788908178Z
3440+ TIME DURATION: 741.667µs
3441 HEADERS :
3442 Content-Length: 583
3443 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3444- Date: Thu, 17 Apr 2025 12:20:40 GMT
3445+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3446 Docker-Distribution-Api-Version: registry/2.0
3447 BODY :
3448 {
3449 @@ -965,9 +965,9 @@ BODY :
3450 &#34;mediaType&#34;: &#34;application/vnd.oci.image.manifest.v1&#43;json&#34;,
3451 &#34;config&#34;: {
3452 &#34;mediaType&#34;: &#34;application/vnd.oci.image.config.v1&#43;json&#34;,
3453- &#34;digest&#34;: &#34;sha256:ac995ad31770f02a3fb04124aceca9db129f94c85517ff9a39154b85c14ae9a1&#34;,
3454+ &#34;digest&#34;: &#34;sha256:ce772e4756e65228d413b7e6568f74cdd921f95dabf990cc28a4c615cfbbc157&#34;,
3455 &#34;size&#34;: 129,
3456- &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJGejJVbHhCcWw3cjV6Zks4IiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;
3457+ &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJ5QlFtVzR3OWY1R2xyOGlzIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;
3458 },
3459 &#34;layers&#34;: [
3460 {
3461 @@ -1005,12 +1005,12 @@ BODY :
3462 ~~~ RESPONSE ~~~
3463 STATUS : 200 OK
3464 PROTO : HTTP/1.1
3465- RECEIVED AT : 2025-04-17T12:20:40.999182584Z
3466- TIME DURATION: 680.476µs
3467+ RECEIVED AT : 2025-04-22T13:48:15.789861596Z
3468+ TIME DURATION: 717.301µs
3469 HEADERS :
3470 Content-Length: 583
3471 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3472- Date: Thu, 17 Apr 2025 12:20:40 GMT
3473+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3474 Docker-Distribution-Api-Version: registry/2.0
3475 BODY :
3476 {
3477 @@ -1018,9 +1018,9 @@ BODY :
3478 &#34;mediaType&#34;: &#34;application/vnd.oci.image.manifest.v1&#43;json&#34;,
3479 &#34;config&#34;: {
3480 &#34;mediaType&#34;: &#34;application/vnd.oci.image.config.v1&#43;json&#34;,
3481- &#34;digest&#34;: &#34;sha256:ca4af7f2cbcb1584bbe4166fdc5125f0c5c7f7b4be14f2453cc856cb552edcdc&#34;,
3482+ &#34;digest&#34;: &#34;sha256:0f4804d9ee8d4a3915cbc19bfce8d71e54305ec82f6dc81b9f76de88eef68e58&#34;,
3483 &#34;size&#34;: 129,
3484- &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJWVm1VQzVNcEk5Wm5IMEFCIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;
3485+ &#34;data&#34;: &#34;ewoJImF1dGhvciI6ICJoSmJ4enRrTUhmcTZUeWpHIiwKCSJhcmNoaXRlY3R1cmUiOiAiYW1kNjQiLAoJIm9zIjogImxpbnV4IiwKCSJyb290ZnMiOiB7CgkJInR5cGUiOiAibGF5ZXJzIiwKCQkiZGlmZl9pZHMiOiBbXQoJfQp9&#34;
3486 },
3487 &#34;layers&#34;: [
3488 {
3489 @@ -1065,12 +1065,12 @@ BODY :
3490 ~~~ RESPONSE ~~~
3491 STATUS : 404 Not Found
3492 PROTO : HTTP/1.1
3493- RECEIVED AT : 2025-04-17T12:20:41.000015963Z
3494- TIME DURATION: 593.225µs
3495+ RECEIVED AT : 2025-04-22T13:48:15.790669608Z
3496+ TIME DURATION: 585.797µs
3497 HEADERS :
3498 Content-Length: 82
3499 Content-Type: application/json
3500- Date: Thu, 17 Apr 2025 12:20:40 GMT
3501+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3502 Docker-Distribution-Api-Version: registry/2.0
3503 BODY :
3504 {
3505 @@ -1102,7 +1102,7 @@ BODY :
3506 <pre class="pre-box">DEBUG
3507 ==============================================================================
3508 ~~~ REQUEST ~~~
3509- DELETE /v2/myorg/myrepo/a/blobs/sha256:ca4af7f2cbcb1584bbe4166fdc5125f0c5c7f7b4be14f2453cc856cb552edcdc HTTP/1.1
3510+ DELETE /v2/myorg/myrepo/a/blobs/sha256:0f4804d9ee8d4a3915cbc19bfce8d71e54305ec82f6dc81b9f76de88eef68e58 HTTP/1.1
3511 HOST : localhost:8700
3512 HEADERS:
3513 User-Agent: distribution-spec-conformance-tests
3514 @@ -1112,11 +1112,11 @@ BODY :
3515 ~~~ RESPONSE ~~~
3516 STATUS : 200 OK
3517 PROTO : HTTP/1.1
3518- RECEIVED AT : 2025-04-17T12:20:41.000850294Z
3519- TIME DURATION: 657.798µs
3520+ RECEIVED AT : 2025-04-22T13:48:15.791458417Z
3521+ TIME DURATION: 606.75µs
3522 HEADERS :
3523 Content-Length: 0
3524- Date: Thu, 17 Apr 2025 12:20:40 GMT
3525+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3526 Docker-Distribution-Api-Version: registry/2.0
3527 BODY :
3528
3529 @@ -1137,7 +1137,7 @@ BODY :
3530 <pre class="pre-box">DEBUG
3531 ==============================================================================
3532 ~~~ REQUEST ~~~
3533- DELETE /v2/myorg/myrepo/a/blobs/sha256:ac995ad31770f02a3fb04124aceca9db129f94c85517ff9a39154b85c14ae9a1 HTTP/1.1
3534+ DELETE /v2/myorg/myrepo/a/blobs/sha256:ce772e4756e65228d413b7e6568f74cdd921f95dabf990cc28a4c615cfbbc157 HTTP/1.1
3535 HOST : localhost:8700
3536 HEADERS:
3537 User-Agent: distribution-spec-conformance-tests
3538 @@ -1147,11 +1147,11 @@ BODY :
3539 ~~~ RESPONSE ~~~
3540 STATUS : 200 OK
3541 PROTO : HTTP/1.1
3542- RECEIVED AT : 2025-04-17T12:20:41.00160032Z
3543- TIME DURATION: 599.419µs
3544+ RECEIVED AT : 2025-04-22T13:48:15.792183153Z
3545+ TIME DURATION: 591.148µs
3546 HEADERS :
3547 Content-Length: 0
3548- Date: Thu, 17 Apr 2025 12:20:40 GMT
3549+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3550 Docker-Distribution-Api-Version: registry/2.0
3551 BODY :
3552
3553 @@ -1182,11 +1182,11 @@ BODY :
3554 ~~~ RESPONSE ~~~
3555 STATUS : 200 OK
3556 PROTO : HTTP/1.1
3557- RECEIVED AT : 2025-04-17T12:20:41.002358173Z
3558- TIME DURATION: 609.996µs
3559+ RECEIVED AT : 2025-04-22T13:48:15.79298073Z
3560+ TIME DURATION: 652.603µs
3561 HEADERS :
3562 Content-Length: 0
3563- Date: Thu, 17 Apr 2025 12:20:40 GMT
3564+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3565 Docker-Distribution-Api-Version: registry/2.0
3566 BODY :
3567
3568 @@ -1207,7 +1207,7 @@ BODY :
3569 <pre class="pre-box">DEBUG
3570 ==============================================================================
3571 ~~~ REQUEST ~~~
3572- DELETE /v2/myorg/myrepo/a/manifests/sha256:3eff1599889005775a522563a0aec3806249daf82397fc5fb0be3fa42468669d HTTP/1.1
3573+ DELETE /v2/myorg/myrepo/a/manifests/sha256:4f8fc4e01dd6244225f82f536d06576b84294fe714623c5a6c2b29966618beed HTTP/1.1
3574 HOST : localhost:8700
3575 HEADERS:
3576 User-Agent: distribution-spec-conformance-tests
3577 @@ -1217,12 +1217,12 @@ BODY :
3578 ~~~ RESPONSE ~~~
3579 STATUS : 405 Method Not Allowed
3580 PROTO : HTTP/1.1
3581- RECEIVED AT : 2025-04-17T12:20:41.003006978Z
3582- TIME DURATION: 516.02µs
3583+ RECEIVED AT : 2025-04-22T13:48:15.793623915Z
3584+ TIME DURATION: 498.983µs
3585 HEADERS :
3586 Allow: PUT,GET,HEAD,HEAD
3587 Content-Length: 0
3588- Date: Thu, 17 Apr 2025 12:20:40 GMT
3589+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3590 Docker-Distribution-Api-Version: registry/2.0
3591 BODY :
3592
3593 @@ -1243,7 +1243,7 @@ BODY :
3594 <pre class="pre-box">DEBUG
3595 ==============================================================================
3596 ~~~ REQUEST ~~~
3597- DELETE /v2/myorg/myrepo/a/manifests/sha256:5be441ec97e9d3275797e38a4f45421dc7a353de5a45cc9ed620865a844b6f64 HTTP/1.1
3598+ DELETE /v2/myorg/myrepo/a/manifests/sha256:7bd4730b12f4b47303a64e5de24c71a3a112a368b65c92dd230e102e38ef9d83 HTTP/1.1
3599 HOST : localhost:8700
3600 HEADERS:
3601 User-Agent: distribution-spec-conformance-tests
3602 @@ -1253,12 +1253,12 @@ BODY :
3603 ~~~ RESPONSE ~~~
3604 STATUS : 405 Method Not Allowed
3605 PROTO : HTTP/1.1
3606- RECEIVED AT : 2025-04-17T12:20:41.003712661Z
3607- TIME DURATION: 550.321µs
3608+ RECEIVED AT : 2025-04-22T13:48:15.794269216Z
3609+ TIME DURATION: 507.6µs
3610 HEADERS :
3611 Allow: PUT,GET,HEAD,HEAD
3612 Content-Length: 0
3613- Date: Thu, 17 Apr 2025 12:20:40 GMT
3614+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3615 Docker-Distribution-Api-Version: registry/2.0
3616 BODY :
3617
3618 @@ -1295,10 +1295,10 @@ BODY :
3619 <br>
3620 <div id="output-box-24" style="display: none;">
3621 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3622- OCI_TEST_CONTENT_DISCOVERY=1
3623- OCI_TEST_CONTENT_MANAGEMENT=0
3624 OCI_TEST_PULL=1
3625 OCI_TEST_PUSH=0
3626+ OCI_TEST_CONTENT_DISCOVERY=1
3627+ OCI_TEST_CONTENT_MANAGEMENT=0
3628 </pre>
3629 </div>
3630 </div>
3631 @@ -1312,10 +1312,10 @@ BODY :
3632 <br>
3633 <div id="output-box-25" style="display: none;">
3634 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3635- OCI_TEST_PULL=1
3636 OCI_TEST_PUSH=0
3637 OCI_TEST_CONTENT_DISCOVERY=1
3638 OCI_TEST_CONTENT_MANAGEMENT=0
3639+ OCI_TEST_PULL=1
3640 </pre>
3641 </div>
3642 </div>
3643 @@ -1353,10 +1353,10 @@ BODY :
3644 <br>
3645 <div id="output-box-27" style="display: none;">
3646 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3647- OCI_TEST_CONTENT_DISCOVERY=1
3648- OCI_TEST_CONTENT_MANAGEMENT=0
3649 OCI_TEST_PULL=1
3650 OCI_TEST_PUSH=0
3651+ OCI_TEST_CONTENT_DISCOVERY=1
3652+ OCI_TEST_CONTENT_MANAGEMENT=0
3653 </pre>
3654 </div>
3655 </div>
3656 @@ -1370,10 +1370,10 @@ BODY :
3657 <br>
3658 <div id="output-box-28" style="display: none;">
3659 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3660+ OCI_TEST_PULL=1
3661 OCI_TEST_PUSH=0
3662 OCI_TEST_CONTENT_DISCOVERY=1
3663 OCI_TEST_CONTENT_MANAGEMENT=0
3664- OCI_TEST_PULL=1
3665 </pre>
3666 </div>
3667 </div>
3668 @@ -1387,10 +1387,10 @@ BODY :
3669 <br>
3670 <div id="output-box-29" style="display: none;">
3671 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3672- OCI_TEST_PULL=1
3673- OCI_TEST_PUSH=0
3674 OCI_TEST_CONTENT_DISCOVERY=1
3675 OCI_TEST_CONTENT_MANAGEMENT=0
3676+ OCI_TEST_PULL=1
3677+ OCI_TEST_PUSH=0
3678 </pre>
3679 </div>
3680 </div>
3681 @@ -1421,10 +1421,10 @@ BODY :
3682 <br>
3683 <div id="output-box-31" style="display: none;">
3684 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3685- OCI_TEST_CONTENT_MANAGEMENT=0
3686 OCI_TEST_PULL=1
3687 OCI_TEST_PUSH=0
3688 OCI_TEST_CONTENT_DISCOVERY=1
3689+ OCI_TEST_CONTENT_MANAGEMENT=0
3690 </pre>
3691 </div>
3692 </div>
3693 @@ -1530,10 +1530,10 @@ BODY :
3694 <br>
3695 <div id="output-box-37" style="display: none;">
3696 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3697- OCI_TEST_PULL=1
3698- OCI_TEST_PUSH=0
3699 OCI_TEST_CONTENT_DISCOVERY=1
3700 OCI_TEST_CONTENT_MANAGEMENT=0
3701+ OCI_TEST_PULL=1
3702+ OCI_TEST_PUSH=0
3703 </pre>
3704 </div>
3705 </div>
3706 @@ -1547,10 +1547,10 @@ BODY :
3707 <br>
3708 <div id="output-box-38" style="display: none;">
3709 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3710- OCI_TEST_PULL=1
3711 OCI_TEST_PUSH=0
3712 OCI_TEST_CONTENT_DISCOVERY=1
3713 OCI_TEST_CONTENT_MANAGEMENT=0
3714+ OCI_TEST_PULL=1
3715 </pre>
3716 </div>
3717 </div>
3718 @@ -1588,10 +1588,10 @@ BODY :
3719 <br>
3720 <div id="output-box-40" style="display: none;">
3721 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3722- OCI_TEST_CONTENT_DISCOVERY=1
3723- OCI_TEST_CONTENT_MANAGEMENT=0
3724 OCI_TEST_PULL=1
3725 OCI_TEST_PUSH=0
3726+ OCI_TEST_CONTENT_DISCOVERY=1
3727+ OCI_TEST_CONTENT_MANAGEMENT=0
3728 </pre>
3729 </div>
3730 </div>
3731 @@ -1656,10 +1656,10 @@ BODY :
3732 <br>
3733 <div id="output-box-44" style="display: none;">
3734 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3735- OCI_TEST_CONTENT_MANAGEMENT=0
3736 OCI_TEST_PULL=1
3737 OCI_TEST_PUSH=0
3738 OCI_TEST_CONTENT_DISCOVERY=1
3739+ OCI_TEST_CONTENT_MANAGEMENT=0
3740 </pre>
3741 </div>
3742 </div>
3743 @@ -1673,10 +1673,10 @@ BODY :
3744 <br>
3745 <div id="output-box-45" style="display: none;">
3746 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3747+ OCI_TEST_CONTENT_MANAGEMENT=0
3748 OCI_TEST_PULL=1
3749 OCI_TEST_PUSH=0
3750 OCI_TEST_CONTENT_DISCOVERY=1
3751- OCI_TEST_CONTENT_MANAGEMENT=0
3752 </pre>
3753 </div>
3754 </div>
3755 @@ -1731,10 +1731,10 @@ BODY :
3756 <br>
3757 <div id="output-box-48" style="display: none;">
3758 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3759+ OCI_TEST_PULL=1
3760 OCI_TEST_PUSH=0
3761 OCI_TEST_CONTENT_DISCOVERY=1
3762 OCI_TEST_CONTENT_MANAGEMENT=0
3763- OCI_TEST_PULL=1
3764 </pre>
3765 </div>
3766 </div>
3767 @@ -1772,10 +1772,10 @@ BODY :
3768 <br>
3769 <div id="output-box-50" style="display: none;">
3770 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
3771+ OCI_TEST_CONTENT_MANAGEMENT=0
3772 OCI_TEST_PULL=1
3773 OCI_TEST_PUSH=0
3774 OCI_TEST_CONTENT_DISCOVERY=1
3775- OCI_TEST_CONTENT_MANAGEMENT=0
3776 </pre>
3777 </div>
3778 </div>
3779 @@ -1853,13 +1853,13 @@ BODY :
3780 ~~~ RESPONSE ~~~
3781 STATUS : 202 Accepted
3782 PROTO : HTTP/1.1
3783- RECEIVED AT : 2025-04-17T12:20:41.013068523Z
3784- TIME DURATION: 6.339255ms
3785+ RECEIVED AT : 2025-04-22T13:48:15.803034431Z
3786+ TIME DURATION: 5.708808ms
3787 HEADERS :
3788 Content-Length: 0
3789- Date: Thu, 17 Apr 2025 12:20:40 GMT
3790+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3791 Docker-Distribution-Api-Version: registry/2.0
3792- Location: /v2/myorg/myrepo/a/blobs/uploads/508c9c29-aed0-446d-993b-d54b1ec83c2d
3793+ Location: /v2/myorg/myrepo/a/blobs/uploads/35627b8a-ebf7-4748-8350-31ce9e7e0131
3794 Oci-Chunk-Min-Length: 10000000
3795 BODY :
3796
3797 @@ -1868,7 +1868,7 @@ BODY :
3798 DEBUG
3799 ==============================================================================
3800 ~~~ REQUEST ~~~
3801- PUT /v2/myorg/myrepo/a/blobs/uploads/508c9c29-aed0-446d-993b-d54b1ec83c2d?digest=sha256%3A251b527d2e367fe32481b650b986d4c377fe560a5a00b60a204bcd21f65c80a1 HTTP/1.1
3802+ PUT /v2/myorg/myrepo/a/blobs/uploads/35627b8a-ebf7-4748-8350-31ce9e7e0131?digest=sha256%3A146c9f5a1b09142da756862737349dd6b8d03296f97de2d4fcd24762148b31a7 HTTP/1.1
3803 HOST : localhost:8700
3804 HEADERS:
3805 Content-Length: 129
3806 @@ -1880,11 +1880,11 @@ BODY :
3807 ~~~ RESPONSE ~~~
3808 STATUS : 201 Created
3809 PROTO : HTTP/1.1
3810- RECEIVED AT : 2025-04-17T12:20:41.019515169Z
3811- TIME DURATION: 6.298713ms
3812+ RECEIVED AT : 2025-04-22T13:48:15.809068008Z
3813+ TIME DURATION: 5.897623ms
3814 HEADERS :
3815 Content-Length: 0
3816- Date: Thu, 17 Apr 2025 12:20:40 GMT
3817+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3818 Docker-Distribution-Api-Version: registry/2.0
3819 BODY :
3820
3821 @@ -1915,13 +1915,13 @@ BODY :
3822 ~~~ RESPONSE ~~~
3823 STATUS : 202 Accepted
3824 PROTO : HTTP/1.1
3825- RECEIVED AT : 2025-04-17T12:20:41.025431787Z
3826- TIME DURATION: 5.75466ms
3827+ RECEIVED AT : 2025-04-22T13:48:15.814826457Z
3828+ TIME DURATION: 5.583437ms
3829 HEADERS :
3830 Content-Length: 0
3831- Date: Thu, 17 Apr 2025 12:20:40 GMT
3832+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3833 Docker-Distribution-Api-Version: registry/2.0
3834- Location: /v2/myorg/myrepo/a/blobs/uploads/9b42e523-ebb7-442d-8ac6-6f12df82ab49
3835+ Location: /v2/myorg/myrepo/a/blobs/uploads/52ef5b15-8a8f-4eb8-a799-16d2ab25558b
3836 Oci-Chunk-Min-Length: 10000000
3837 BODY :
3838
3839 @@ -1930,7 +1930,7 @@ BODY :
3840 DEBUG
3841 ==============================================================================
3842 ~~~ REQUEST ~~~
3843- PUT /v2/myorg/myrepo/a/blobs/uploads/9b42e523-ebb7-442d-8ac6-6f12df82ab49?digest=sha256%3A48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183 HTTP/1.1
3844+ PUT /v2/myorg/myrepo/a/blobs/uploads/52ef5b15-8a8f-4eb8-a799-16d2ab25558b?digest=sha256%3A48acff1d91752e957527c1b5416e7376d910bcacf01b9441175f8c270e35c183 HTTP/1.1
3845 HOST : localhost:8700
3846 HEADERS:
3847 Content-Length: 168
3848 @@ -1942,11 +1942,11 @@ BODY :
3849 ~~~ RESPONSE ~~~
3850 STATUS : 201 Created
3851 PROTO : HTTP/1.1
3852- RECEIVED AT : 2025-04-17T12:20:41.031618776Z
3853- TIME DURATION: 6.067261ms
3854+ RECEIVED AT : 2025-04-22T13:48:15.820887286Z
3855+ TIME DURATION: 5.938523ms
3856 HEADERS :
3857 Content-Length: 0
3858- Date: Thu, 17 Apr 2025 12:20:40 GMT
3859+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3860 Docker-Distribution-Api-Version: registry/2.0
3861 BODY :
3862
3863 @@ -1973,16 +1973,16 @@ HEADERS:
3864 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3865 User-Agent: distribution-spec-conformance-tests
3866 BODY :
3867- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjI1MWI1MjdkMmUzNjdmZTMyNDgxYjY1MGI5ODZkNGMzNzdmZTU2MGE1YTAwYjYwYTIwNGJjZDIxZjY1YzgwYTEiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pNY2xoell6VnhSMUp3ZVRCblptWmpJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3868+ &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjE0NmM5ZjVhMWIwOTE0MmRhNzU2ODYyNzM3MzQ5ZGQ2YjhkMDMyOTZmOTdkZTJkNGZjZDI0NzYyMTQ4YjMxYTciLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pMU0VSaVR6QTRWRGMzTkUxWGEwUXlJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3869 ------------------------------------------------------------------------------
3870 ~~~ RESPONSE ~~~
3871 STATUS : 200 OK
3872 PROTO : HTTP/1.1
3873- RECEIVED AT : 2025-04-17T12:20:41.065631308Z
3874- TIME DURATION: 33.81617ms
3875+ RECEIVED AT : 2025-04-22T13:48:15.854166785Z
3876+ TIME DURATION: 33.078252ms
3877 HEADERS :
3878 Content-Length: 0
3879- Date: Thu, 17 Apr 2025 12:20:40 GMT
3880+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3881 Docker-Distribution-Api-Version: registry/2.0
3882 BODY :
3883
3884 @@ -1997,16 +1997,16 @@ HEADERS:
3885 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3886 User-Agent: distribution-spec-conformance-tests
3887 BODY :
3888- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjI1MWI1MjdkMmUzNjdmZTMyNDgxYjY1MGI5ODZkNGMzNzdmZTU2MGE1YTAwYjYwYTIwNGJjZDIxZjY1YzgwYTEiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pNY2xoell6VnhSMUp3ZVRCblptWmpJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3889+ &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjE0NmM5ZjVhMWIwOTE0MmRhNzU2ODYyNzM3MzQ5ZGQ2YjhkMDMyOTZmOTdkZTJkNGZjZDI0NzYyMTQ4YjMxYTciLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pMU0VSaVR6QTRWRGMzTkUxWGEwUXlJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3890 ------------------------------------------------------------------------------
3891 ~~~ RESPONSE ~~~
3892 STATUS : 200 OK
3893 PROTO : HTTP/1.1
3894- RECEIVED AT : 2025-04-17T12:20:41.099548691Z
3895- TIME DURATION: 33.700296ms
3896+ RECEIVED AT : 2025-04-22T13:48:15.888464977Z
3897+ TIME DURATION: 34.073285ms
3898 HEADERS :
3899 Content-Length: 0
3900- Date: Thu, 17 Apr 2025 12:20:40 GMT
3901+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3902 Docker-Distribution-Api-Version: registry/2.0
3903 BODY :
3904
3905 @@ -2021,16 +2021,16 @@ HEADERS:
3906 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3907 User-Agent: distribution-spec-conformance-tests
3908 BODY :
3909- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjI1MWI1MjdkMmUzNjdmZTMyNDgxYjY1MGI5ODZkNGMzNzdmZTU2MGE1YTAwYjYwYTIwNGJjZDIxZjY1YzgwYTEiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pNY2xoell6VnhSMUp3ZVRCblptWmpJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3910+ &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjE0NmM5ZjVhMWIwOTE0MmRhNzU2ODYyNzM3MzQ5ZGQ2YjhkMDMyOTZmOTdkZTJkNGZjZDI0NzYyMTQ4YjMxYTciLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pMU0VSaVR6QTRWRGMzTkUxWGEwUXlJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3911 ------------------------------------------------------------------------------
3912 ~~~ RESPONSE ~~~
3913 STATUS : 200 OK
3914 PROTO : HTTP/1.1
3915- RECEIVED AT : 2025-04-17T12:20:41.133273681Z
3916- TIME DURATION: 33.508314ms
3917+ RECEIVED AT : 2025-04-22T13:48:15.922182168Z
3918+ TIME DURATION: 33.502795ms
3919 HEADERS :
3920 Content-Length: 0
3921- Date: Thu, 17 Apr 2025 12:20:40 GMT
3922+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3923 Docker-Distribution-Api-Version: registry/2.0
3924 BODY :
3925
3926 @@ -2045,16 +2045,16 @@ HEADERS:
3927 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
3928 User-Agent: distribution-spec-conformance-tests
3929 BODY :
3930- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjI1MWI1MjdkMmUzNjdmZTMyNDgxYjY1MGI5ODZkNGMzNzdmZTU2MGE1YTAwYjYwYTIwNGJjZDIxZjY1YzgwYTEiLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pNY2xoell6VnhSMUp3ZVRCblptWmpJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3931+ &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5vY2kuaW1hZ2UuY29uZmlnLnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OjE0NmM5ZjVhMWIwOTE0MmRhNzU2ODYyNzM3MzQ5ZGQ2YjhkMDMyOTZmOTdkZTJkNGZjZDI0NzYyMTQ4YjMxYTciLAoJCSJzaXplIjogMTI5LAoJCSJkYXRhIjogImV3b0pJbUYxZEdodmNpSTZJQ0pMU0VSaVR6QTRWRGMzTkUxWGEwUXlJaXdLQ1NKaGNtTm9hWFJsWTNSMWNtVWlPaUFpWVcxa05qUWlMQW9KSW05eklqb2dJbXhwYm5WNElpd0tDU0p5YjI5MFpuTWlPaUI3Q2drSkluUjVjR1VpT2lBaWJHRjVaWEp6SWl3S0NRa2laR2xtWmw5cFpITWlPaUJiWFFvSmZRcDkiLAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogImFHVnNiRzhnZDI5eWJHUT0iCgl9LAoJImxheWVycyI6IFsKCQl7CgkJCSJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLm9jaS5pbWFnZS5sYXllci52MS50YXIrZ3ppcCIsCgkJCSJkaWdlc3QiOiAic2hhMjU2OjQ4YWNmZjFkOTE3NTJlOTU3NTI3YzFiNTQxNmU3Mzc2ZDkxMGJjYWNmMDFiOTQ0MTE3NWY4YzI3MGUzNWMxODMiLAoJCQkic2l6ZSI6IDE2OCwKCQkJIm5ld1Vuc3BlY2lmaWVkRmllbGQiOiBudWxsCgkJfQoJXQp9&#34;
3932 ------------------------------------------------------------------------------
3933 ~~~ RESPONSE ~~~
3934 STATUS : 200 OK
3935 PROTO : HTTP/1.1
3936- RECEIVED AT : 2025-04-17T12:20:41.167473683Z
3937- TIME DURATION: 33.966858ms
3938+ RECEIVED AT : 2025-04-22T13:48:15.956193975Z
3939+ TIME DURATION: 33.806779ms
3940 HEADERS :
3941 Content-Length: 0
3942- Date: Thu, 17 Apr 2025 12:20:40 GMT
3943+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3944 Docker-Distribution-Api-Version: registry/2.0
3945 BODY :
3946
3947 @@ -2073,12 +2073,12 @@ BODY :
3948 ~~~ RESPONSE ~~~
3949 STATUS : 200 OK
3950 PROTO : HTTP/1.1
3951- RECEIVED AT : 2025-04-17T12:20:41.168387729Z
3952- TIME DURATION: 714.014µs
3953+ RECEIVED AT : 2025-04-22T13:48:15.957045458Z
3954+ TIME DURATION: 659.371µs
3955 HEADERS :
3956 Content-Length: 64
3957 Content-Type: application/json
3958- Date: Thu, 17 Apr 2025 12:20:41 GMT
3959+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3960 Docker-Distribution-Api-Version: registry/2.0
3961 BODY :
3962 {
3963 @@ -2131,13 +2131,13 @@ BODY :
3964 ~~~ RESPONSE ~~~
3965 STATUS : 202 Accepted
3966 PROTO : HTTP/1.1
3967- RECEIVED AT : 2025-04-17T12:20:41.175082774Z
3968- TIME DURATION: 6.424644ms
3969+ RECEIVED AT : 2025-04-22T13:48:15.963522837Z
3970+ TIME DURATION: 5.644123ms
3971 HEADERS :
3972 Content-Length: 0
3973- Date: Thu, 17 Apr 2025 12:20:40 GMT
3974+ Date: Tue, 22 Apr 2025 13:48:15 GMT
3975 Docker-Distribution-Api-Version: registry/2.0
3976- Location: /v2/myorg/myrepo/a/blobs/uploads/54deb5a8-6dba-4bcd-8bc6-0de824aeb46a
3977+ Location: /v2/myorg/myrepo/a/blobs/uploads/050a412c-5b44-4129-b625-67f6599c0dc2
3978 Oci-Chunk-Min-Length: 10000000
3979 BODY :
3980
3981 @@ -2146,7 +2146,7 @@ BODY :
3982 DEBUG
3983 ==============================================================================
3984 ~~~ REQUEST ~~~
3985- PUT /v2/myorg/myrepo/a/blobs/uploads/54deb5a8-6dba-4bcd-8bc6-0de824aeb46a?digest=sha256%3A44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a HTTP/1.1
3986+ PUT /v2/myorg/myrepo/a/blobs/uploads/050a412c-5b44-4129-b625-67f6599c0dc2?digest=sha256%3A44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a HTTP/1.1
3987 HOST : localhost:8700
3988 HEADERS:
3989 Content-Length: 2
3990 @@ -2158,11 +2158,11 @@ BODY :
3991 ~~~ RESPONSE ~~~
3992 STATUS : 201 Created
3993 PROTO : HTTP/1.1
3994- RECEIVED AT : 2025-04-17T12:20:41.181459151Z
3995- TIME DURATION: 6.2332ms
3996+ RECEIVED AT : 2025-04-22T13:48:15.969709215Z
3997+ TIME DURATION: 6.054086ms
3998 HEADERS :
3999 Content-Length: 0
4000- Date: Thu, 17 Apr 2025 12:20:40 GMT
4001+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4002 Docker-Distribution-Api-Version: registry/2.0
4003 BODY :
4004
4005 @@ -2181,13 +2181,13 @@ BODY :
4006 ~~~ RESPONSE ~~~
4007 STATUS : 202 Accepted
4008 PROTO : HTTP/1.1
4009- RECEIVED AT : 2025-04-17T12:20:41.187456598Z
4010- TIME DURATION: 5.878267ms
4011+ RECEIVED AT : 2025-04-22T13:48:15.97554959Z
4012+ TIME DURATION: 5.724547ms
4013 HEADERS :
4014 Content-Length: 0
4015- Date: Thu, 17 Apr 2025 12:20:40 GMT
4016+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4017 Docker-Distribution-Api-Version: registry/2.0
4018- Location: /v2/myorg/myrepo/a/blobs/uploads/c8a20763-c4a5-49eb-8994-4ba1c9990583
4019+ Location: /v2/myorg/myrepo/a/blobs/uploads/cb89615c-fed8-42fe-a96c-079fa23c6723
4020 Oci-Chunk-Min-Length: 10000000
4021 BODY :
4022
4023 @@ -2196,7 +2196,7 @@ BODY :
4024 DEBUG
4025 ==============================================================================
4026 ~~~ REQUEST ~~~
4027- PUT /v2/myorg/myrepo/a/blobs/uploads/c8a20763-c4a5-49eb-8994-4ba1c9990583?digest=sha256%3Aee29d2e91da0e5dbf6536f5b369148a83ef59b0ce96e49da65dd6c25eb1fa44f HTTP/1.1
4028+ PUT /v2/myorg/myrepo/a/blobs/uploads/cb89615c-fed8-42fe-a96c-079fa23c6723?digest=sha256%3Aee29d2e91da0e5dbf6536f5b369148a83ef59b0ce96e49da65dd6c25eb1fa44f HTTP/1.1
4029 HOST : localhost:8700
4030 HEADERS:
4031 Content-Length: 33
4032 @@ -2208,11 +2208,11 @@ BODY :
4033 ~~~ RESPONSE ~~~
4034 STATUS : 201 Created
4035 PROTO : HTTP/1.1
4036- RECEIVED AT : 2025-04-17T12:20:41.194056654Z
4037- TIME DURATION: 6.47994ms
4038+ RECEIVED AT : 2025-04-22T13:48:15.981597634Z
4039+ TIME DURATION: 5.911364ms
4040 HEADERS :
4041 Content-Length: 0
4042- Date: Thu, 17 Apr 2025 12:20:40 GMT
4043+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4044 Docker-Distribution-Api-Version: registry/2.0
4045 BODY :
4046
4047 @@ -2221,22 +2221,22 @@ BODY :
4048 DEBUG
4049 ==============================================================================
4050 ~~~ REQUEST ~~~
4051- PUT /v2/myorg/myrepo/a/manifests/sha256:ce6a5db4d5e28092f792a7d4605d8922068936750b00059cd6b5ac54d09b470e HTTP/1.1
4052+ PUT /v2/myorg/myrepo/a/manifests/sha256:cdd076c6fbb10d578cf2e3e31c1ef121f7474b1529cb91d57ea4b7fbd397b458 HTTP/1.1
4053 HOST : localhost:8700
4054 HEADERS:
4055 Content-Type: application/vnd.oci.image.manifest.v1&#43;json
4056 User-Agent: distribution-spec-conformance-tests
4057 BODY :
4058- &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5uaGwucGVhbnV0LmJ1dHRlci5iYWdlbCIsCgkJImRpZ2VzdCI6ICJzaGEyNTY6ZWUyOWQyZTkxZGEwZTVkYmY2NTM2ZjViMzY5MTQ4YTgzZWY1OWIwY2U5NmU0OWRhNjVkZDZjMjVlYjFmYTQ0ZiIsCgkJInNpemUiOiAzMywKCQkibmV3VW5zcGVjaWZpZWRGaWVsZCI6IG51bGwKCX0sCgkibGF5ZXJzIjogWwoJCXsKCQkJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmVtcHR5LnYxK2pzb24iLAoJCQkiZGlnZXN0IjogInNoYTI1Njo0NDEzNmZhMzU1YjM2NzhhMTE0NmFkMTZmN2U4NjQ5ZTk0ZmI0ZmMyMWZlNzdlODMxMGMwNjBmNjFjYWFmZjhhIiwKCQkJInNpemUiOiAyLAoJCQkibmV3VW5zcGVjaWZpZWRGaWVsZCI6IG51bGwKCQl9CgldLAoJInN1YmplY3QiOiB7CgkJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmVhZmVkNmJhYjQ3YjU0MTYzYmNlZTM1Y2RhMDBiYTkwMTkzNGFjYTY0ODA5MTlmM2NmMTY1MmUzNGUyNjY3OGEiLAoJCSJzaXplIjogNzE0LAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogbnVsbAoJfSwKCSJhbm5vdGF0aW9ucyI6IHsKCQkib3JnLm9wZW5jb250YWluZXJzLmNvbmZvcm1hbmNlLnRlc3QiOiAidGVzdCBjb25maWcgYSIKCX0KfQ==&#34;
4059+ &#34;ewoJInNjaGVtYVZlcnNpb24iOiAyLAoJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJImNvbmZpZyI6IHsKCQkibWVkaWFUeXBlIjogImFwcGxpY2F0aW9uL3ZuZC5uaGwucGVhbnV0LmJ1dHRlci5iYWdlbCIsCgkJImRpZ2VzdCI6ICJzaGEyNTY6ZWUyOWQyZTkxZGEwZTVkYmY2NTM2ZjViMzY5MTQ4YTgzZWY1OWIwY2U5NmU0OWRhNjVkZDZjMjVlYjFmYTQ0ZiIsCgkJInNpemUiOiAzMywKCQkibmV3VW5zcGVjaWZpZWRGaWVsZCI6IG51bGwKCX0sCgkibGF5ZXJzIjogWwoJCXsKCQkJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmVtcHR5LnYxK2pzb24iLAoJCQkiZGlnZXN0IjogInNoYTI1Njo0NDEzNmZhMzU1YjM2NzhhMTE0NmFkMTZmN2U4NjQ5ZTk0ZmI0ZmMyMWZlNzdlODMxMGMwNjBmNjFjYWFmZjhhIiwKCQkJInNpemUiOiAyLAoJCQkibmV3VW5zcGVjaWZpZWRGaWVsZCI6IG51bGwKCQl9CgldLAoJInN1YmplY3QiOiB7CgkJIm1lZGlhVHlwZSI6ICJhcHBsaWNhdGlvbi92bmQub2NpLmltYWdlLm1hbmlmZXN0LnYxK2pzb24iLAoJCSJkaWdlc3QiOiAic2hhMjU2OmNhYWU1M2QwZjEzNWRlNzg0ZDE1OTM4NTkwMWYwZDliNDRjM2IxM2U0NDE4YWNlZjJiM2M0NmU3NjRmODg4YWUiLAoJCSJzaXplIjogNzE0LAoJCSJuZXdVbnNwZWNpZmllZEZpZWxkIjogbnVsbAoJfSwKCSJhbm5vdGF0aW9ucyI6IHsKCQkib3JnLm9wZW5jb250YWluZXJzLmNvbmZvcm1hbmNlLnRlc3QiOiAidGVzdCBjb25maWcgYSIKCX0KfQ==&#34;
4060 ------------------------------------------------------------------------------
4061 ~~~ RESPONSE ~~~
4062 STATUS : 200 OK
4063 PROTO : HTTP/1.1
4064- RECEIVED AT : 2025-04-17T12:20:41.211455008Z
4065- TIME DURATION: 17.230006ms
4066+ RECEIVED AT : 2025-04-22T13:48:15.999225584Z
4067+ TIME DURATION: 17.491354ms
4068 HEADERS :
4069 Content-Length: 0
4070- Date: Thu, 17 Apr 2025 12:20:41 GMT
4071+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4072 Docker-Distribution-Api-Version: registry/2.0
4073 BODY :
4074
4075 @@ -2248,7 +2248,7 @@ BODY :
4076 <pre class="fail-message">Expected
4077 &lt;string&gt;:
4078 to equal
4079- &lt;string&gt;: sha256:eafed6bab47b54163bcee35cda00ba901934aca6480919f3cf1652e34e26678a</pre>
4080+ &lt;string&gt;: sha256:caae53d0f135de784d159385901f0d9b44c3b13e4418acef2b3c46e764f888ae</pre>
4081 <br>
4082 </div>
4083
4084 @@ -2280,12 +2280,12 @@ BODY :
4085 ~~~ RESPONSE ~~~
4086 STATUS : 200 OK
4087 PROTO : HTTP/1.1
4088- RECEIVED AT : 2025-04-17T12:20:41.212511018Z
4089- TIME DURATION: 666.735µs
4090+ RECEIVED AT : 2025-04-22T13:48:16.000448751Z
4091+ TIME DURATION: 793.183µs
4092 HEADERS :
4093 Content-Length: 64
4094 Content-Type: application/json
4095- Date: Thu, 17 Apr 2025 12:20:40 GMT
4096+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4097 Docker-Distribution-Api-Version: registry/2.0
4098 BODY :
4099 {
4100 @@ -2325,12 +2325,12 @@ BODY :
4101 ~~~ RESPONSE ~~~
4102 STATUS : 200 OK
4103 PROTO : HTTP/1.1
4104- RECEIVED AT : 2025-04-17T12:20:41.213312621Z
4105- TIME DURATION: 608.731µs
4106+ RECEIVED AT : 2025-04-22T13:48:16.001291366Z
4107+ TIME DURATION: 649.509µs
4108 HEADERS :
4109 Content-Length: 40
4110 Content-Type: application/json
4111- Date: Thu, 17 Apr 2025 12:20:41 GMT
4112+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4113 Docker-Distribution-Api-Version: registry/2.0
4114 BODY :
4115 {
4116 @@ -2367,12 +2367,12 @@ BODY :
4117 ~~~ RESPONSE ~~~
4118 STATUS : 200 OK
4119 PROTO : HTTP/1.1
4120- RECEIVED AT : 2025-04-17T12:20:41.214099745Z
4121- TIME DURATION: 630.996µs
4122+ RECEIVED AT : 2025-04-22T13:48:16.002096036Z
4123+ TIME DURATION: 632.287µs
4124 HEADERS :
4125 Content-Length: 40
4126 Content-Type: application/json
4127- Date: Thu, 17 Apr 2025 12:20:40 GMT
4128+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4129 Docker-Distribution-Api-Version: registry/2.0
4130 BODY :
4131 {
4132 @@ -2397,12 +2397,12 @@ BODY :
4133 ~~~ RESPONSE ~~~
4134 STATUS : 200 OK
4135 PROTO : HTTP/1.1
4136- RECEIVED AT : 2025-04-17T12:20:41.215054481Z
4137- TIME DURATION: 819.295µs
4138+ RECEIVED AT : 2025-04-22T13:48:16.002807838Z
4139+ TIME DURATION: 594.547µs
4140 HEADERS :
4141 Content-Length: 37
4142 Content-Type: application/json
4143- Date: Thu, 17 Apr 2025 12:20:41 GMT
4144+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4145 Docker-Distribution-Api-Version: registry/2.0
4146 BODY :
4147 {
4148 @@ -2447,11 +2447,11 @@ BODY :
4149 ~~~ RESPONSE ~~~
4150 STATUS : 404 Not Found
4151 PROTO : HTTP/1.1
4152- RECEIVED AT : 2025-04-17T12:20:41.21570732Z
4153- TIME DURATION: 325.805µs
4154+ RECEIVED AT : 2025-04-22T13:48:16.003266276Z
4155+ TIME DURATION: 295.774µs
4156 HEADERS :
4157 Content-Length: 0
4158- Date: Thu, 17 Apr 2025 12:20:40 GMT
4159+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4160 Docker-Distribution-Api-Version: registry/2.0
4161 BODY :
4162
4163 @@ -2479,7 +2479,7 @@ to equal
4164 <pre class="pre-box">DEBUG
4165 ==============================================================================
4166 ~~~ REQUEST ~~~
4167- GET /v2/myorg/myrepo/a/referrers/sha256:eafed6bab47b54163bcee35cda00ba901934aca6480919f3cf1652e34e26678a HTTP/1.1
4168+ GET /v2/myorg/myrepo/a/referrers/sha256:caae53d0f135de784d159385901f0d9b44c3b13e4418acef2b3c46e764f888ae HTTP/1.1
4169 HOST : localhost:8700
4170 HEADERS:
4171 User-Agent: distribution-spec-conformance-tests
4172 @@ -2489,11 +2489,11 @@ BODY :
4173 ~~~ RESPONSE ~~~
4174 STATUS : 404 Not Found
4175 PROTO : HTTP/1.1
4176- RECEIVED AT : 2025-04-17T12:20:41.216288657Z
4177- TIME DURATION: 312.814µs
4178+ RECEIVED AT : 2025-04-22T13:48:16.003776793Z
4179+ TIME DURATION: 244.49µs
4180 HEADERS :
4181 Content-Length: 0
4182- Date: Thu, 17 Apr 2025 12:20:40 GMT
4183+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4184 Docker-Distribution-Api-Version: registry/2.0
4185 BODY :
4186
4187 @@ -2521,7 +2521,7 @@ to equal
4188 <pre class="pre-box">DEBUG
4189 ==============================================================================
4190 ~~~ REQUEST ~~~
4191- GET /v2/myorg/myrepo/a/referrers/sha256:eafed6bab47b54163bcee35cda00ba901934aca6480919f3cf1652e34e26678a?artifactType=application%2Fvnd.nhl.peanut.butter.bagel HTTP/1.1
4192+ GET /v2/myorg/myrepo/a/referrers/sha256:caae53d0f135de784d159385901f0d9b44c3b13e4418acef2b3c46e764f888ae?artifactType=application%2Fvnd.nhl.peanut.butter.bagel HTTP/1.1
4193 HOST : localhost:8700
4194 HEADERS:
4195 User-Agent: distribution-spec-conformance-tests
4196 @@ -2531,11 +2531,11 @@ BODY :
4197 ~~~ RESPONSE ~~~
4198 STATUS : 404 Not Found
4199 PROTO : HTTP/1.1
4200- RECEIVED AT : 2025-04-17T12:20:41.216835075Z
4201- TIME DURATION: 298.912µs
4202+ RECEIVED AT : 2025-04-22T13:48:16.004292973Z
4203+ TIME DURATION: 256.009µs
4204 HEADERS :
4205 Content-Length: 0
4206- Date: Thu, 17 Apr 2025 12:20:40 GMT
4207+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4208 Docker-Distribution-Api-Version: registry/2.0
4209 BODY :
4210
4211 @@ -2563,7 +2563,7 @@ to equal
4212 <pre class="pre-box">DEBUG
4213 ==============================================================================
4214 ~~~ REQUEST ~~~
4215- GET /v2/myorg/myrepo/a/referrers/sha256:cb181a56097872b0e54d243bdcc5e477526d72ee9b08a5017deebd3e172789ff HTTP/1.1
4216+ GET /v2/myorg/myrepo/a/referrers/sha256:9985294ab635c28ff1ace3ce69364c9ab83751887bffaeec10d25df522055461 HTTP/1.1
4217 HOST : localhost:8700
4218 HEADERS:
4219 User-Agent: distribution-spec-conformance-tests
4220 @@ -2573,11 +2573,11 @@ BODY :
4221 ~~~ RESPONSE ~~~
4222 STATUS : 404 Not Found
4223 PROTO : HTTP/1.1
4224- RECEIVED AT : 2025-04-17T12:20:41.217396538Z
4225- TIME DURATION: 288.834µs
4226+ RECEIVED AT : 2025-04-22T13:48:16.004788261Z
4227+ TIME DURATION: 243.548µs
4228 HEADERS :
4229 Content-Length: 0
4230- Date: Thu, 17 Apr 2025 12:20:40 GMT
4231+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4232 Docker-Distribution-Api-Version: registry/2.0
4233 BODY :
4234
4235 @@ -2611,7 +2611,7 @@ to equal
4236 <pre class="pre-box">DEBUG
4237 ==============================================================================
4238 ~~~ REQUEST ~~~
4239- DELETE /v2/myorg/myrepo/a/blobs/sha256:251b527d2e367fe32481b650b986d4c377fe560a5a00b60a204bcd21f65c80a1 HTTP/1.1
4240+ DELETE /v2/myorg/myrepo/a/blobs/sha256:146c9f5a1b09142da756862737349dd6b8d03296f97de2d4fcd24762148b31a7 HTTP/1.1
4241 HOST : localhost:8700
4242 HEADERS:
4243 User-Agent: distribution-spec-conformance-tests
4244 @@ -2621,11 +2621,11 @@ BODY :
4245 ~~~ RESPONSE ~~~
4246 STATUS : 200 OK
4247 PROTO : HTTP/1.1
4248- RECEIVED AT : 2025-04-17T12:20:41.218343515Z
4249- TIME DURATION: 693.687µs
4250+ RECEIVED AT : 2025-04-22T13:48:16.005944638Z
4251+ TIME DURATION: 621.209µs
4252 HEADERS :
4253 Content-Length: 0
4254- Date: Thu, 17 Apr 2025 12:20:40 GMT
4255+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4256 Docker-Distribution-Api-Version: registry/2.0
4257 BODY :
4258
4259 @@ -2656,11 +2656,11 @@ BODY :
4260 ~~~ RESPONSE ~~~
4261 STATUS : 200 OK
4262 PROTO : HTTP/1.1
4263- RECEIVED AT : 2025-04-17T12:20:41.219058718Z
4264- TIME DURATION: 572.228µs
4265+ RECEIVED AT : 2025-04-22T13:48:16.006698114Z
4266+ TIME DURATION: 581.386µs
4267 HEADERS :
4268 Content-Length: 0
4269- Date: Thu, 17 Apr 2025 12:20:41 GMT
4270+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4271 Docker-Distribution-Api-Version: registry/2.0
4272 BODY :
4273
4274 @@ -2681,7 +2681,7 @@ BODY :
4275 <pre class="pre-box">DEBUG
4276 ==============================================================================
4277 ~~~ REQUEST ~~~
4278- DELETE /v2/myorg/myrepo/a/manifests/sha256:514d2a0466cafd61412cb6601231ac119448b7ededd7625ec6222fa6274d7283 HTTP/1.1
4279+ DELETE /v2/myorg/myrepo/a/manifests/sha256:58f5405324b461a3c78db5dc17996af667f35fd12a76aa098ca23a5dcfde560e HTTP/1.1
4280 HOST : localhost:8700
4281 HEADERS:
4282 User-Agent: distribution-spec-conformance-tests
4283 @@ -2691,12 +2691,12 @@ BODY :
4284 ~~~ RESPONSE ~~~
4285 STATUS : 405 Method Not Allowed
4286 PROTO : HTTP/1.1
4287- RECEIVED AT : 2025-04-17T12:20:41.219726566Z
4288- TIME DURATION: 514.862µs
4289+ RECEIVED AT : 2025-04-22T13:48:16.007338185Z
4290+ TIME DURATION: 483.812µs
4291 HEADERS :
4292 Allow: PUT,GET,HEAD,HEAD
4293 Content-Length: 0
4294- Date: Thu, 17 Apr 2025 12:20:40 GMT
4295+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4296 Docker-Distribution-Api-Version: registry/2.0
4297 BODY :
4298
4299 @@ -2705,7 +2705,7 @@ BODY :
4300 DEBUG
4301 ==============================================================================
4302 ~~~ REQUEST ~~~
4303- DELETE /v2/myorg/myrepo/a/manifests/sha256:a64127781bb3275fe52a293d6142a33d6c77052b7db85044b8d5191511d0a8a8 HTTP/1.1
4304+ DELETE /v2/myorg/myrepo/a/manifests/sha256:9f465cb6c6655d70309b97e0cd3ad65ad54f51c02b73b7dcdde97691f022c2e0 HTTP/1.1
4305 HOST : localhost:8700
4306 HEADERS:
4307 User-Agent: distribution-spec-conformance-tests
4308 @@ -2715,12 +2715,12 @@ BODY :
4309 ~~~ RESPONSE ~~~
4310 STATUS : 405 Method Not Allowed
4311 PROTO : HTTP/1.1
4312- RECEIVED AT : 2025-04-17T12:20:41.220355652Z
4313- TIME DURATION: 520.031µs
4314+ RECEIVED AT : 2025-04-22T13:48:16.00792806Z
4315+ TIME DURATION: 476.171µs
4316 HEADERS :
4317 Allow: PUT,GET,HEAD,HEAD
4318 Content-Length: 0
4319- Date: Thu, 17 Apr 2025 12:20:40 GMT
4320+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4321 Docker-Distribution-Api-Version: registry/2.0
4322 BODY :
4323
4324 @@ -2729,7 +2729,7 @@ BODY :
4325 DEBUG
4326 ==============================================================================
4327 ~~~ REQUEST ~~~
4328- DELETE /v2/myorg/myrepo/a/manifests/sha256:eafed6bab47b54163bcee35cda00ba901934aca6480919f3cf1652e34e26678a HTTP/1.1
4329+ DELETE /v2/myorg/myrepo/a/manifests/sha256:caae53d0f135de784d159385901f0d9b44c3b13e4418acef2b3c46e764f888ae HTTP/1.1
4330 HOST : localhost:8700
4331 HEADERS:
4332 User-Agent: distribution-spec-conformance-tests
4333 @@ -2739,12 +2739,12 @@ BODY :
4334 ~~~ RESPONSE ~~~
4335 STATUS : 405 Method Not Allowed
4336 PROTO : HTTP/1.1
4337- RECEIVED AT : 2025-04-17T12:20:41.220976705Z
4338- TIME DURATION: 511.278µs
4339+ RECEIVED AT : 2025-04-22T13:48:16.008518372Z
4340+ TIME DURATION: 476.206µs
4341 HEADERS :
4342 Allow: PUT,GET,HEAD,HEAD
4343 Content-Length: 0
4344- Date: Thu, 17 Apr 2025 12:20:40 GMT
4345+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4346 Docker-Distribution-Api-Version: registry/2.0
4347 BODY :
4348
4349 @@ -2753,7 +2753,7 @@ BODY :
4350 DEBUG
4351 ==============================================================================
4352 ~~~ REQUEST ~~~
4353- DELETE /v2/myorg/myrepo/a/manifests/sha256:ce6a5db4d5e28092f792a7d4605d8922068936750b00059cd6b5ac54d09b470e HTTP/1.1
4354+ DELETE /v2/myorg/myrepo/a/manifests/sha256:cdd076c6fbb10d578cf2e3e31c1ef121f7474b1529cb91d57ea4b7fbd397b458 HTTP/1.1
4355 HOST : localhost:8700
4356 HEADERS:
4357 User-Agent: distribution-spec-conformance-tests
4358 @@ -2763,12 +2763,12 @@ BODY :
4359 ~~~ RESPONSE ~~~
4360 STATUS : 405 Method Not Allowed
4361 PROTO : HTTP/1.1
4362- RECEIVED AT : 2025-04-17T12:20:41.221599108Z
4363- TIME DURATION: 510.816µs
4364+ RECEIVED AT : 2025-04-22T13:48:16.009099376Z
4365+ TIME DURATION: 474.214µs
4366 HEADERS :
4367 Allow: PUT,GET,HEAD,HEAD
4368 Content-Length: 0
4369- Date: Thu, 17 Apr 2025 12:20:40 GMT
4370+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4371 Docker-Distribution-Api-Version: registry/2.0
4372 BODY :
4373
4374 @@ -2777,7 +2777,7 @@ BODY :
4375 DEBUG
4376 ==============================================================================
4377 ~~~ REQUEST ~~~
4378- DELETE /v2/myorg/myrepo/a/manifests/sha256:0e2e64e5adc9790986d4832ffc90b3f47850edefe9eddbec139da875379422fc HTTP/1.1
4379+ DELETE /v2/myorg/myrepo/a/manifests/sha256:03dd7343f7ad500199732d1025b3ee069269f9a6cf93b66390ee48b448af32aa HTTP/1.1
4380 HOST : localhost:8700
4381 HEADERS:
4382 User-Agent: distribution-spec-conformance-tests
4383 @@ -2787,12 +2787,12 @@ BODY :
4384 ~~~ RESPONSE ~~~
4385 STATUS : 405 Method Not Allowed
4386 PROTO : HTTP/1.1
4387- RECEIVED AT : 2025-04-17T12:20:41.222225427Z
4388- TIME DURATION: 520.893µs
4389+ RECEIVED AT : 2025-04-22T13:48:16.009674654Z
4390+ TIME DURATION: 468.944µs
4391 HEADERS :
4392 Allow: PUT,GET,HEAD,HEAD
4393 Content-Length: 0
4394- Date: Thu, 17 Apr 2025 12:20:40 GMT
4395+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4396 Docker-Distribution-Api-Version: registry/2.0
4397 BODY :
4398
4399 @@ -2801,7 +2801,7 @@ BODY :
4400 DEBUG
4401 ==============================================================================
4402 ~~~ REQUEST ~~~
4403- DELETE /v2/myorg/myrepo/a/manifests/sha256:b0517c52c2d18671c182381996efabe629aa89846c4ed5e521e720941ff347fe HTTP/1.1
4404+ DELETE /v2/myorg/myrepo/a/manifests/sha256:2a5d39192c667c8506021cf7a92f22a0388c052636aaae5b77a4ef271dead4dd HTTP/1.1
4405 HOST : localhost:8700
4406 HEADERS:
4407 User-Agent: distribution-spec-conformance-tests
4408 @@ -2811,12 +2811,12 @@ BODY :
4409 ~~~ RESPONSE ~~~
4410 STATUS : 405 Method Not Allowed
4411 PROTO : HTTP/1.1
4412- RECEIVED AT : 2025-04-17T12:20:41.222844074Z
4413- TIME DURATION: 509.696µs
4414+ RECEIVED AT : 2025-04-22T13:48:16.010255679Z
4415+ TIME DURATION: 473.146µs
4416 HEADERS :
4417 Allow: PUT,GET,HEAD,HEAD
4418 Content-Length: 0
4419- Date: Thu, 17 Apr 2025 12:20:40 GMT
4420+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4421 Docker-Distribution-Api-Version: registry/2.0
4422 BODY :
4423
4424 @@ -2825,7 +2825,7 @@ BODY :
4425 DEBUG
4426 ==============================================================================
4427 ~~~ REQUEST ~~~
4428- DELETE /v2/myorg/myrepo/a/manifests/sha256:e907cf3a795a573b89f530c5cc34a62a6aee0155f97b7135ac93414c051f56be HTTP/1.1
4429+ DELETE /v2/myorg/myrepo/a/manifests/sha256:c26bba719c100d854068243e457e74c661c835e278a4fa0c7833d951463e2bc2 HTTP/1.1
4430 HOST : localhost:8700
4431 HEADERS:
4432 User-Agent: distribution-spec-conformance-tests
4433 @@ -2835,12 +2835,12 @@ BODY :
4434 ~~~ RESPONSE ~~~
4435 STATUS : 405 Method Not Allowed
4436 PROTO : HTTP/1.1
4437- RECEIVED AT : 2025-04-17T12:20:41.223410649Z
4438- TIME DURATION: 462.188µs
4439+ RECEIVED AT : 2025-04-22T13:48:16.01082483Z
4440+ TIME DURATION: 464.615µs
4441 HEADERS :
4442 Allow: PUT,GET,HEAD,HEAD
4443 Content-Length: 0
4444- Date: Thu, 17 Apr 2025 12:20:40 GMT
4445+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4446 Docker-Distribution-Api-Version: registry/2.0
4447 BODY :
4448
4449 @@ -2849,7 +2849,7 @@ BODY :
4450 DEBUG
4451 ==============================================================================
4452 ~~~ REQUEST ~~~
4453- DELETE /v2/myorg/myrepo/a/manifests/sha256:cf39b4eaff5e5c75a712c67cd19b9cf798d61ac1d53642c1935c1b00de1ac7bd HTTP/1.1
4454+ DELETE /v2/myorg/myrepo/a/manifests/sha256:c860a8288ee4902d05ed6e71b7a8c1a0a7761a14efec3855b6e9855f0f45b7f7 HTTP/1.1
4455 HOST : localhost:8700
4456 HEADERS:
4457 User-Agent: distribution-spec-conformance-tests
4458 @@ -2859,12 +2859,12 @@ BODY :
4459 ~~~ RESPONSE ~~~
4460 STATUS : 405 Method Not Allowed
4461 PROTO : HTTP/1.1
4462- RECEIVED AT : 2025-04-17T12:20:41.223973177Z
4463- TIME DURATION: 458.243µs
4464+ RECEIVED AT : 2025-04-22T13:48:16.011403677Z
4465+ TIME DURATION: 474.08µs
4466 HEADERS :
4467 Allow: PUT,GET,HEAD,HEAD
4468 Content-Length: 0
4469- Date: Thu, 17 Apr 2025 12:20:40 GMT
4470+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4471 Docker-Distribution-Api-Version: registry/2.0
4472 BODY :
4473
4474 @@ -2886,7 +2886,7 @@ BODY :
4475 <pre class="pre-box">DEBUG
4476 ==============================================================================
4477 ~~~ REQUEST ~~~
4478- DELETE /v2/myorg/myrepo/a/blobs/sha256:ba279cc7dbf45308c803a827bc07c0509247ce7338d6decae46cb34e8ef6e19d HTTP/1.1
4479+ DELETE /v2/myorg/myrepo/a/blobs/sha256:27dc455da14de6515e66b443cda1c4b1b464807c0247cafaf37a745c8d2f3fb1 HTTP/1.1
4480 HOST : localhost:8700
4481 HEADERS:
4482 User-Agent: distribution-spec-conformance-tests
4483 @@ -2896,12 +2896,12 @@ BODY :
4484 ~~~ RESPONSE ~~~
4485 STATUS : 500 Internal Server Error
4486 PROTO : HTTP/1.1
4487- RECEIVED AT : 2025-04-17T12:20:41.22469545Z
4488- TIME DURATION: 560.441µs
4489+ RECEIVED AT : 2025-04-22T13:48:16.012165513Z
4490+ TIME DURATION: 604.191µs
4491 HEADERS :
4492 Content-Length: 140
4493 Content-Type: application/json
4494- Date: Thu, 17 Apr 2025 12:20:40 GMT
4495+ Date: Tue, 22 Apr 2025 13:48:15 GMT
4496 Docker-Distribution-Api-Version: registry/2.0
4497 BODY :
4498 {
4499 @@ -2916,7 +2916,7 @@ BODY :
4500 </div>
4501 <pre class="fail-message">Expected
4502 &lt;int&gt;: 500
4503- To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0003fbd40 0xc0003fbd70] 0xc0003fbd70}) %!s(*matchers.EqualMatcher=&amp;{404}) %!s(*matchers.EqualMatcher=&amp;{405})]</pre>
4504+ To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc000147230 0xc000147260] 0xc000147260}) %!s(*matchers.EqualMatcher=&amp;{404}) %!s(*matchers.EqualMatcher=&amp;{405})]</pre>
4505 <br>
4506 </div>
4507
4508 @@ -2964,10 +2964,10 @@ To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0
4509 <br>
4510 <div id="output-box-70" style="display: none;">
4511 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
4512- OCI_TEST_CONTENT_MANAGEMENT=0
4513 OCI_TEST_PULL=1
4514 OCI_TEST_PUSH=0
4515 OCI_TEST_CONTENT_DISCOVERY=1
4516+ OCI_TEST_CONTENT_MANAGEMENT=0
4517 </pre>
4518 </div>
4519 </div>
4520 @@ -2998,10 +2998,10 @@ To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0
4521 <br>
4522 <div id="output-box-72" style="display: none;">
4523 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
4524+ OCI_TEST_CONTENT_MANAGEMENT=0
4525 OCI_TEST_PULL=1
4526 OCI_TEST_PUSH=0
4527 OCI_TEST_CONTENT_DISCOVERY=1
4528- OCI_TEST_CONTENT_MANAGEMENT=0
4529 </pre>
4530 </div>
4531 </div>
4532 @@ -3039,10 +3039,10 @@ To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0
4533 <br>
4534 <div id="output-box-74" style="display: none;">
4535 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
4536+ OCI_TEST_CONTENT_MANAGEMENT=0
4537 OCI_TEST_PULL=1
4538 OCI_TEST_PUSH=0
4539 OCI_TEST_CONTENT_DISCOVERY=1
4540- OCI_TEST_CONTENT_MANAGEMENT=0
4541 </pre>
4542 </div>
4543 </div>
4544 @@ -3073,10 +3073,10 @@ To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0
4545 <br>
4546 <div id="output-box-76" style="display: none;">
4547 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
4548+ OCI_TEST_PULL=1
4549 OCI_TEST_PUSH=0
4550 OCI_TEST_CONTENT_DISCOVERY=1
4551 OCI_TEST_CONTENT_MANAGEMENT=0
4552- OCI_TEST_PULL=1
4553 </pre>
4554 </div>
4555 </div>
4556 @@ -3097,10 +3097,10 @@ To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0
4557 <br>
4558 <div id="output-box-77" style="display: none;">
4559 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
4560+ OCI_TEST_PULL=1
4561 OCI_TEST_PUSH=0
4562 OCI_TEST_CONTENT_DISCOVERY=1
4563 OCI_TEST_CONTENT_MANAGEMENT=0
4564- OCI_TEST_PULL=1
4565 </pre>
4566 </div>
4567 </div>
4568 @@ -3114,10 +3114,10 @@ To satisfy at least one of these matchers: [%!s(*matchers.AndMatcher=&amp;{[0xc0
4569 <br>
4570 <div id="output-box-78" style="display: none;">
4571 <pre class="pre-box">you have skipped this test; if this is an error, check your environment variable settings:
4572- OCI_TEST_PULL=1
4573 OCI_TEST_PUSH=0
4574 OCI_TEST_CONTENT_DISCOVERY=1
4575 OCI_TEST_CONTENT_MANAGEMENT=0
4576+ OCI_TEST_PULL=1
4577 </pre>
4578 </div>
4579 </div>