Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 3.9 and 3.10 to 7.3.13 #81

Closed
wants to merge 1 commit into from
Closed

Update 3.9 and 3.10 to 7.3.13 #81

wants to merge 1 commit into from

Conversation

LaurentGoderre
Copy link
Member

No description provided.

@yosifkit
Copy link
Member

Trying to retrigger GitHub Actions.

@yosifkit yosifkit closed this Oct 16, 2023
@yosifkit yosifkit reopened this Oct 16, 2023
@yosifkit
Copy link
Member

This time should work.

@yosifkit yosifkit closed this Oct 16, 2023
@yosifkit yosifkit reopened this Oct 16, 2023
@yosifkit
Copy link
Member

yosifkit commented Oct 19, 2023

😢 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 docker-library/official-images#15559 too: python-hy/container.cmd.

@yosifkit
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants