-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
tests/python: Add a test for stack size segfault on Alpine #3813
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LGTM Build test of #3813; b6c5ab4; $ bashbrew build python:3.7.0a3-stretch
Using bashbrew/cache:fc5c449b847f87f02aa109aaffa7f5c474019631e911cd8a6afd24d73bb1edb0 (python:3.7.0a3-stretch)
Tagging python:3.7.0a3-stretch
Tagging python:3.7-rc-stretch
Tagging python:rc-stretch
Tagging python:3.7.0a3
Tagging python:3.7-rc
Tagging python:rc
$ test/run.sh python:3.7.0a3-stretch
testing python:3.7.0a3-stretch
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.7+ (yet!)
passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.7.0a3-slim-stretch
Building bashbrew/cache:42f11067c3e1a9a907c575f1b6736c6409638509ba08cd5dc04e7f27eca9d319 (python:3.7.0a3-slim-stretch)
Tagging python:3.7.0a3-slim-stretch
Tagging python:3.7-rc-slim-stretch
Tagging python:rc-slim-stretch
Tagging python:3.7.0a3-slim
Tagging python:3.7-rc-slim
Tagging python:rc-slim
$ test/run.sh python:3.7.0a3-slim-stretch
testing python:3.7.0a3-slim-stretch
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.7+ (yet!)
passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.7.0a3-alpine3.6
Using bashbrew/cache:7be5bf1b251af939d31457be7bd9b84a92ec90271db52ee0b56852598eec1e6b (python:3.7.0a3-alpine3.6)
Tagging python:3.7.0a3-alpine3.6
Tagging python:3.7-rc-alpine3.6
Tagging python:rc-alpine3.6
Tagging python:3.7.0a3-alpine
Tagging python:3.7-rc-alpine
Tagging python:rc-alpine
$ test/run.sh python:3.7.0a3-alpine3.6
testing python:3.7.0a3-alpine3.6
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...skipping Hy test -- not allowed on Python 3.7+ (yet!)
passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...failed
$ bashbrew build python:3.7.0a3-windowsservercore-ltsc2016
skipping "python:3.7.0a3-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh python:3.7.0a3-windowsservercore-ltsc2016
testing python:3.7.0a3-windowsservercore-ltsc2016
image does not exist!
$ bashbrew build python:3.7.0a3-windowsservercore-1709
skipping "python:3.7.0a3-windowsservercore-1709" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh python:3.7.0a3-windowsservercore-1709
testing python:3.7.0a3-windowsservercore-1709
image does not exist!
$ bashbrew build python:3.6.3-stretch
Using bashbrew/cache:39c9cf3ff69cb76a9d2df92e32c1763c95255e3b91c32b0b9fa50cd851fb175d (python:3.6.3-stretch)
Tagging python:3.6.3-stretch
Tagging python:3.6-stretch
Tagging python:3-stretch
Tagging python:stretch
$ test/run.sh python:3.6.3-stretch
testing python:3.6.3-stretch
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.6.3-slim-stretch
Building bashbrew/cache:ac771bcde629d401c1c4b76f54509776aa19f1433cfbd9f9b9708660675a3e8e (python:3.6.3-slim-stretch)
Tagging python:3.6.3-slim-stretch
Tagging python:3.6-slim-stretch
Tagging python:3-slim-stretch
Tagging python:slim-stretch
$ test/run.sh python:3.6.3-slim-stretch
testing python:3.6.3-slim-stretch
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.6.3-jessie
Using bashbrew/cache:c4074381caa0544f282f7f005b88cd6576304ac9710de0b31945599ae2d2b9d0 (python:3.6.3-jessie)
Tagging python:3.6.3-jessie
Tagging python:3.6-jessie
Tagging python:3-jessie
Tagging python:jessie
Tagging python:3.6.3
Tagging python:3.6
Tagging python:3
Tagging python:latest
$ test/run.sh python:3.6.3-jessie
testing python:3.6.3-jessie
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.6.3-slim-jessie
Building bashbrew/cache:08ca0ff7fc136f05268236b7d80b694db26e2028ad75c26fb553ae54dccf594d (python:3.6.3-slim-jessie)
Tagging python:3.6.3-slim-jessie
Tagging python:3.6-slim-jessie
Tagging python:3-slim-jessie
Tagging python:slim-jessie
Tagging python:3.6.3-slim
Tagging python:3.6-slim
Tagging python:3-slim
Tagging python:slim
$ test/run.sh python:3.6.3-slim-jessie
testing python:3.6.3-slim-jessie
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.6.3-onbuild
Using bashbrew/cache:9b10be65e52d3393241055743f7da88527a670153ce0f7d09a9139f411c53c7b (python:3.6.3-onbuild)
Tagging python:3.6.3-onbuild
Tagging python:3.6-onbuild
Tagging python:3-onbuild
Tagging python:onbuild
$ test/run.sh python:3.6.3-onbuild
testing python:3.6.3-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:3.6.3-alpine3.6
Using bashbrew/cache:f3f7d4db86e57462c7f00a1995e3fa6f84ca7b2bdef0497562d0facb4d13fe2a (python:3.6.3-alpine3.6)
Tagging python:3.6.3-alpine3.6
Tagging python:3.6-alpine3.6
Tagging python:3-alpine3.6
Tagging python:alpine3.6
$ test/run.sh python:3.6.3-alpine3.6
testing python:3.6.3-alpine3.6
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...failed
$ bashbrew build python:3.6.3-alpine3.4
Using bashbrew/cache:51a64e5c5fc4e55103b9298c5b537042ff7dec8f5840959c5103598dc62db48d (python:3.6.3-alpine3.4)
Tagging python:3.6.3-alpine3.4
Tagging python:3.6-alpine3.4
Tagging python:3-alpine3.4
Tagging python:alpine3.4
Tagging python:3.6.3-alpine
Tagging python:3.6-alpine
Tagging python:3-alpine
Tagging python:alpine
$ test/run.sh python:3.6.3-alpine3.4
testing python:3.6.3-alpine3.4
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...failed
$ bashbrew build python:3.6.3-windowsservercore-ltsc2016
skipping "python:3.6.3-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh python:3.6.3-windowsservercore-ltsc2016
testing python:3.6.3-windowsservercore-ltsc2016
image does not exist!
$ bashbrew build python:3.6.3-windowsservercore-1709
skipping "python:3.6.3-windowsservercore-1709" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh python:3.6.3-windowsservercore-1709
testing python:3.6.3-windowsservercore-1709
image does not exist!
$ bashbrew build python:3.5.4-jessie
Using bashbrew/cache:95e7d53aee1d0daac2956372d01ac98697496c032d3571b2b4ffd3f252c621d9 (python:3.5.4-jessie)
Tagging python:3.5.4-jessie
Tagging python:3.5-jessie
Tagging python:3.5.4
Tagging python:3.5
$ test/run.sh python:3.5.4-jessie
testing python:3.5.4-jessie
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.5.4-slim-jessie
Building bashbrew/cache:468f0dc419f38c9f1bc49da67ead3779c0b6444064daa476a45b767b36a75912 (python:3.5.4-slim-jessie)
Tagging python:3.5.4-slim-jessie
Tagging python:3.5-slim-jessie
Tagging python:3.5.4-slim
Tagging python:3.5-slim
$ test/run.sh python:3.5.4-slim-jessie
testing python:3.5.4-slim-jessie
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.5.4-onbuild
Using bashbrew/cache:08d4d1b58375e2344cad30b3c5d5a27eb482add9b96e89767ab1c4399500a9d7 (python:3.5.4-onbuild)
Tagging python:3.5.4-onbuild
Tagging python:3.5-onbuild
$ test/run.sh python:3.5.4-onbuild
testing python:3.5.4-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:3.5.4-alpine3.4
Using bashbrew/cache:25083f16384b040f45724fb93edb0a67253c9c0d8260a512af9c7b89c51fb443 (python:3.5.4-alpine3.4)
Tagging python:3.5.4-alpine3.4
Tagging python:3.5-alpine3.4
Tagging python:3.5.4-alpine
Tagging python:3.5-alpine
$ test/run.sh python:3.5.4-alpine3.4
testing python:3.5.4-alpine3.4
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...failed
$ bashbrew build python:3.5.4-windowsservercore-ltsc2016
skipping "python:3.5.4-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh python:3.5.4-windowsservercore-ltsc2016
testing python:3.5.4-windowsservercore-ltsc2016
image does not exist!
$ bashbrew build python:3.5.4-windowsservercore-1709
skipping "python:3.5.4-windowsservercore-1709" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh python:3.5.4-windowsservercore-1709
testing python:3.5.4-windowsservercore-1709
image does not exist!
$ bashbrew build python:3.4.7-jessie
Using bashbrew/cache:fa5b03e21870a2680ff2c6f17532f9139c8bdd6289593e195d71018994f47b9b (python:3.4.7-jessie)
Tagging python:3.4.7-jessie
Tagging python:3.4-jessie
Tagging python:3.4.7
Tagging python:3.4
$ test/run.sh python:3.4.7-jessie
testing python:3.4.7-jessie
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.4.7-slim-jessie
Building bashbrew/cache:b6f762f26db7ebea942a8ae0fe3480b9b6b44e209f216d18e62d8937f1c35632 (python:3.4.7-slim-jessie)
Tagging python:3.4.7-slim-jessie
Tagging python:3.4-slim-jessie
Tagging python:3.4.7-slim
Tagging python:3.4-slim
$ test/run.sh python:3.4.7-slim-jessie
testing python:3.4.7-slim-jessie
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.4.7-onbuild
Using bashbrew/cache:f49dc7ff409cc66572b6d8cbf8e3a04cdf5febae629efaa4b9060937fc725bf9 (python:3.4.7-onbuild)
Tagging python:3.4.7-onbuild
Tagging python:3.4-onbuild
$ test/run.sh python:3.4.7-onbuild
testing python:3.4.7-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:3.4.7-wheezy
Using bashbrew/cache:ff121424a829f1899e9dc6eb95794bd337c05b4fb65db45693aa0e9cb229c9f1 (python:3.4.7-wheezy)
Tagging python:3.4.7-wheezy
Tagging python:3.4-wheezy
$ test/run.sh python:3.4.7-wheezy
testing python:3.4.7-wheezy
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:3.4.7-alpine3.4
Using bashbrew/cache:52b2f73d23bbf7cfd8be1c2cd6e1c81acaa84a3a9819718df22292fe8859a52d (python:3.4.7-alpine3.4)
Tagging python:3.4.7-alpine3.4
Tagging python:3.4-alpine3.4
Tagging python:3.4.7-alpine
Tagging python:3.4-alpine
$ test/run.sh python:3.4.7-alpine3.4
testing python:3.4.7-alpine3.4
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...failed
$ bashbrew build python:2.7.14-stretch
Using bashbrew/cache:9bbe0eb4d02193e4df50e39c6de83b5c8b0660f554c7024c5f6445030778ab85 (python:2.7.14-stretch)
Tagging python:2.7.14-stretch
Tagging python:2.7-stretch
Tagging python:2-stretch
$ test/run.sh python:2.7.14-stretch
testing python:2.7.14-stretch
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:2.7.14-slim-stretch
Building bashbrew/cache:4273893806a46d042490e57993af6e47114540479b7ddd7f8fcee0ead30780d7 (python:2.7.14-slim-stretch)
Tagging python:2.7.14-slim-stretch
Tagging python:2.7-slim-stretch
Tagging python:2-slim-stretch
$ test/run.sh python:2.7.14-slim-stretch
testing python:2.7.14-slim-stretch
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:2.7.14-jessie
Using bashbrew/cache:f52c7a25554406163a0b0f819d7c1567d6314ee321ee436e030c6f69800ef8bb (python:2.7.14-jessie)
Tagging python:2.7.14-jessie
Tagging python:2.7-jessie
Tagging python:2-jessie
Tagging python:2.7.14
Tagging python:2.7
Tagging python:2
$ test/run.sh python:2.7.14-jessie
testing python:2.7.14-jessie
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:2.7.14-slim-jessie
Building bashbrew/cache:37f2ff01df3e6320484969dda1136866c5d426204f5f08795db4460fde0b82aa (python:2.7.14-slim-jessie)
Tagging python:2.7.14-slim-jessie
Tagging python:2.7-slim-jessie
Tagging python:2-slim-jessie
Tagging python:2.7.14-slim
Tagging python:2.7-slim
Tagging python:2-slim
$ test/run.sh python:2.7.14-slim-jessie
testing python:2.7.14-slim-jessie
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:2.7.14-onbuild
Using bashbrew/cache:1556790e59b0016f47d6b3044678b3ef95c6ea2f2ab0806c000213eb938c0014 (python:2.7.14-onbuild)
Tagging python:2.7.14-onbuild
Tagging python:2.7-onbuild
Tagging python:2-onbuild
$ test/run.sh python:2.7.14-onbuild
testing python:2.7.14-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:2.7.14-wheezy
Using bashbrew/cache:c3237156e1e79c0078798455be9010f1050443b54c08ddbf3d9570f4d2bff31e (python:2.7.14-wheezy)
Tagging python:2.7.14-wheezy
Tagging python:2.7-wheezy
Tagging python:2-wheezy
$ test/run.sh python:2.7.14-wheezy
testing python:2.7.14-wheezy
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build python:2.7.14-alpine3.6
Using bashbrew/cache:9a9d7341be5abef3dd9a2a3cd01ecb13316438246ac88cfcb548ff24dcee5da9 (python:2.7.14-alpine3.6)
Tagging python:2.7.14-alpine3.6
Tagging python:2.7-alpine3.6
Tagging python:2-alpine3.6
$ test/run.sh python:2.7.14-alpine3.6
testing python:2.7.14-alpine3.6
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...failed
$ bashbrew build python:2.7.14-alpine3.4
Using bashbrew/cache:1c18597297d1c7246bfdf4778d1edf705768964351b19a1eb4c7e5ecfc98744c (python:2.7.14-alpine3.4)
Tagging python:2.7.14-alpine3.4
Tagging python:2.7-alpine3.4
Tagging python:2-alpine3.4
Tagging python:2.7.14-alpine
Tagging python:2.7-alpine
Tagging python:2-alpine
$ test/run.sh python:2.7.14-alpine3.4
testing python:2.7.14-alpine3.4
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...failed
$ bashbrew build python:2.7.14-windowsservercore-ltsc2016
skipping "python:2.7.14-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh python:2.7.14-windowsservercore-ltsc2016
testing python:2.7.14-windowsservercore-ltsc2016
image does not exist!
$ bashbrew build python:2.7.14-windowsservercore-1709
skipping "python:2.7.14-windowsservercore-1709" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh python:2.7.14-windowsservercore-1709
testing python:2.7.14-windowsservercore-1709
image does not exist!
$ bashbrew build pypy:2-5.9.0
Using bashbrew/cache:89635b7cbad3d089818ed2a7f95592f4fd3a47665d9feccf3410c9e047e57104 (pypy:2-5.9.0)
Tagging pypy:2-5.9.0
Tagging pypy:2-5.9
Tagging pypy:2-5
Tagging pypy:2
$ test/run.sh pypy:2-5.9.0
testing pypy:2-5.9.0
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build pypy:2-5.9.0-slim
Building bashbrew/cache:945835118745efad6d1e91293524a7bf0b03139ce8ff6be6b884290d0fdbe2e0 (pypy:2-5.9.0-slim)
Tagging pypy:2-5.9.0-slim
Tagging pypy:2-5.9-slim
Tagging pypy:2-5-slim
Tagging pypy:2-slim
$ test/run.sh pypy:2-5.9.0-slim
testing pypy:2-5.9.0-slim
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build pypy:2-5.9.0-onbuild
Using bashbrew/cache:065f52a2ba289afad18b9df3b5db74cf102c2778790362800a067e54af2df761 (pypy:2-5.9.0-onbuild)
Tagging pypy:2-5.9.0-onbuild
Tagging pypy:2-5.9-onbuild
Tagging pypy:2-5-onbuild
Tagging pypy:2-onbuild
$ test/run.sh pypy:2-5.9.0-onbuild
testing pypy:2-5.9.0-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build pypy:3-5.9.0
Using bashbrew/cache:8a4b5d4f902b927c584bfd3b3428662f2d2363c88e41fce3284079878365973f (pypy:3-5.9.0)
Tagging pypy:3-5.9.0
Tagging pypy:3-5.9
Tagging pypy:3-5
Tagging pypy:3
Tagging pypy:latest
$ test/run.sh pypy:3-5.9.0
testing pypy:3-5.9.0
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build pypy:3-5.9.0-slim
Building bashbrew/cache:f1c65bcf5d806100cf0e0c899cc3860bc014d042cc8e85e86d9c2cd4ae6b8035 (pypy:3-5.9.0-slim)
Tagging pypy:3-5.9.0-slim
Tagging pypy:3-5.9-slim
Tagging pypy:3-5-slim
Tagging pypy:3-slim
Tagging pypy:slim
$ test/run.sh pypy:3-5.9.0-slim
testing pypy:3-5.9.0-slim
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'python-hy' [5/9]...passed
'python-imports' [6/9]...passed
'python-pip-requests-ssl' [7/9]...passed
'python-sqlite3' [8/9]...passed
'python-stack-size' [9/9]...passed
$ bashbrew build pypy:3-5.9.0-onbuild
Using bashbrew/cache:48edaf7aea7b888a20bd37fb466956ee25ef91b56bc403562a6dccb16f6b3418 (pypy:3-5.9.0-onbuild)
Tagging pypy:3-5.9.0-onbuild
Tagging pypy:3-5.9-onbuild
Tagging pypy:3-5-onbuild
Tagging pypy:3-onbuild
Tagging pypy:onbuild
$ test/run.sh pypy:3-5.9.0-onbuild
testing pypy:3-5.9.0-onbuild
'override-cmd' [1/1]...passed
The following images failed at least one test:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Copied from alpinelinux/aports@2026e12. See docker-library/python#248.