docker-library / pypy

Docker Official Image packaging for pypy
http://pypy.org/
MIT License
69 stars 46 forks source link

Update 3.9 and 3.10 to 7.3.13 #81

Closed LaurentGoderre closed 10 months ago

yosifkit commented 10 months ago

Trying to retrigger GitHub Actions.

yosifkit commented 10 months ago

This time should work.

yosifkit commented 10 months ago

😢 The published checksums are incorrect for pypy3.9-v7.3.13-win64.zip

https://github.com/docker-library/pypy/actions/runs/6537723260/job/17881414245?pr=81#step:5:37 https://www.pypy.org/checksums.html

Step 6/10 : RUN $url = 'https://downloads.python.org/pypy/pypy3.9-v7.3.13-win64.zip';   Write-Host ('Downloading {0} ...' -f $url);     Invoke-WebRequest -Uri $url -OutFile 'pypy.zip';        $sha256 = '55ab1c7ba3c3bf04d3acba15eeee3e2e6a185e7a6cb80dd4c0ee2d804a78b4a3';   Write-Host ('Verifying sha256 ({0}) ...' -f $sha256);   if ((Get-FileHash pypy.zip -Algorithm sha256).Hash -ne $sha256) {       Write-Host 'FAILED!';       exit 1;     };      Write-Host 'Expanding ...';     Expand-Archive pypy.zip -DestinationPath C:\;       Write-Host 'Removing ...';  Remove-Item pypy.zip -Force;        Write-Host 'Renaming ...';  Rename-Item -Path C:\pypy3.9-v7.3.13-win64 -NewName C:\pypy;        Write-Host 'Verifying install ("pypy --version") ...';  pypy --version;         Write-Host 'Cleanup install ...';   Get-ChildItem       -Path C:\pypy       -Include @( 'test', 'tests' )       -Directory      -Recurse        | Remove-Item -Force -Recurse;  Get-ChildItem       -Path C:\pypy       -Include @( '*.pyc', '*.pyo' )      -File       -Recurse        | Remove-Item -Force;       Write-Host 'Complete.'
 ---> Running in 93e79c8f8132
Downloading https://downloads.python.org/pypy/pypy3.9-v7.3.13-win64.zip ...
Verifying sha256 (55ab1c7ba3c3bf04d3acba15eeee3e2e6a185e7a6cb80dd4c0ee2d804a78b4a3) ...
FAILED!

'python-hy' [2/7]...failed; unexpected output:
--- /c/Users/runneradmin/oi/test/tests/python-hy/expected-std-out.txt   2023-10-19 23:46:25.634180600 +0000
+++ -   2023-10-19 23:50:[17](https://github.com/docker-library/pypy/actions/runs/6537723260/job/17881413545?pr=81#step:7:18).590663500 +0000
@@ -1,2 +1,4 @@
+c:\pypy\lib\site-packages\pip\_vendor\certifi\cacert.pem None
+c:\pypy\lib\site-packages\pip\_vendor\certifi\cacert.pem None
 4
 42

Doh, forgot to update the windows test in https://github.com/docker-library/official-images/pull/15559 too: python-hy/container.cmd.

yosifkit commented 10 months ago

Closed because the update.sh job already pulled in these updates: https://github.com/docker-library/pypy/commit/eb44bfb226b37bf5e8f73d845f74c98742db637a and https://github.com/docker-library/pypy/commit/5e62c69facf8055515e337881b91a51050c02bdb.

https://github.com/docker-library/pypy/tree/004f772ff2b54b5eb70a83babb2b1e49b3831df3#see-a-change-merged-here-that-doesnt-show-up-on-docker-hub-yet