From 000e5e07de742bc1bcd5fa93292b5920821d6cb1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 Feb 2025 02:59:10 +0000 Subject: [PATCH] update-latest --- ...pa_manylinux2014_ppc64le_2025.01.31-1.json | 426 ++++++++++++++++++ 1 file changed, 426 insertions(+) create mode 100644 data/reports/quay.io_pypa_manylinux2014_ppc64le_2025.01.31-1.json diff --git a/data/reports/quay.io_pypa_manylinux2014_ppc64le_2025.01.31-1.json b/data/reports/quay.io_pypa_manylinux2014_ppc64le_2025.01.31-1.json new file mode 100644 index 0000000..84dfa9c --- /dev/null +++ b/data/reports/quay.io_pypa_manylinux2014_ppc64le_2025.01.31-1.json @@ -0,0 +1,426 @@ +{ + "metadata": { + "image": "quay.io/pypa/manylinux2014_ppc64le:2025.01.31-1", + "generated_at": 1738378750.2577655 + }, + "data": { + "log": [ + { + "command": [ + "cat", + "/etc/os-release" + ], + "return_code": 0, + "stdout": "NAME=\"CentOS Linux\"\nVERSION=\"7 (AltArch)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"7\"\nPRETTY_NAME=\"CentOS Linux 7 (AltArch)\"\nANSI_COLOR=\"0;31\"\nCPE_NAME=\"cpe:/o:centos:centos:7:server\"\nHOME_URL=\"https://www.centos.org/\"\nBUG_REPORT_URL=\"https://bugs.centos.org/\"\n\nCENTOS_MANTISBT_PROJECT=\"CentOS-7\"\nCENTOS_MANTISBT_PROJECT_VERSION=\"7\"\nREDHAT_SUPPORT_PRODUCT=\"centos\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"7\"\n\n", + "stderr": "" + }, + { + "command": [ + "cat", + "/etc/redhat-release" + ], + "return_code": 0, + "stdout": "CentOS Linux release 7.9.2009 (AltArch)\n", + "stderr": "" + }, + { + "command": [ + "env" + ], + "return_code": 0, + "stdout": "HOME=/root\nSSL_CERT_FILE=/opt/_internal/certs.pem\nPKG_CONFIG_PATH=/usr/local/lib/pkgconfig\nLD_LIBRARY_PATH=/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64\nDEVTOOLSET_ROOTPATH=/opt/rh/devtoolset-10/root\nLANGUAGE=en_US.UTF-8\nLANG=en_US.UTF-8\nLC_ALL=en_US.UTF-8\nAUDITWHEEL_PLAT=manylinux2014_ppc64le\nAUDITWHEEL_ARCH=ppc64le\nAUDITWHEEL_POLICY=manylinux2014\nHOSTNAME=fca031217a7e\nPATH=/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n", + "stderr": "" + }, + { + "command": [ + "ldd", + "--version" + ], + "return_code": 0, + "stdout": "ldd (GNU libc) 2.17\nCopyright (C) 2012 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nWritten by Roland McGrath and Ulrich Drepper.\n", + "stderr": "" + }, + { + "command": [ + "sh", + "-c", + "ls -d /lib/libc.musl-*" + ], + "return_code": 2, + "stdout": "", + "stderr": "ls: cannot access /lib/libc.musl-*: No such file or directory\n" + }, + { + "command": [ + "which", + "yum" + ], + "return_code": 0, + "stdout": "/usr/bin/yum\n", + "stderr": "" + }, + { + "command": [ + "which", + "apt-get" + ], + "return_code": 1, + "stdout": "", + "stderr": "which: no apt-get in (/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\n" + }, + { + "command": [ + "which", + "apk" + ], + "return_code": 1, + "stdout": "", + "stderr": "which: no apk in (/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\n" + }, + { + "command": [ + "which", + "dnf" + ], + "return_code": 1, + "stdout": "", + "stderr": "which: no dnf in (/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\n" + }, + { + "command": [ + "which", + "pacman" + ], + "return_code": 1, + "stdout": "", + "stderr": "which: no pacman in (/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\n" + }, + { + "command": [ + "which", + "zypper" + ], + "return_code": 1, + "stdout": "", + "stderr": "which: no zypper in (/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\n" + }, + { + "command": [ + "which", + "emerge" + ], + "return_code": 1, + "stdout": "", + "stderr": "which: no emerge in (/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)\n" + }, + { + "command": [ + "auditwheel", + "--version" + ], + "return_code": 0, + "stdout": "auditwheel 6.2.0 installed at\n/opt/_internal/pipx/venvs/auditwheel/lib/python3.12/site-packages/auditwheel\n(python 3.12)\n", + "stderr": "" + }, + { + "command": [ + "patchelf", + "--version" + ], + "return_code": 0, + "stdout": "patchelf 0.17.2\n", + "stderr": "" + }, + { + "command": [ + "git", + "--version" + ], + "return_code": 0, + "stdout": "git version 2.48.1\n", + "stderr": "" + }, + { + "command": [ + "curl", + "--version" + ], + "return_code": 0, + "stdout": "curl 7.29.0 (powerpc64le-redhat-linux-gnu) libcurl/7.29.0 NSS/3.90 zlib/1.2.7 libidn/1.28 libssh2/1.8.0\nProtocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp \nFeatures: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets \n", + "stderr": "" + }, + { + "command": [ + "autoconf", + "--version" + ], + "return_code": 0, + "stdout": "autoconf (GNU Autoconf) 2.72\nCopyright (C) 2023 Free Software Foundation, Inc.\nLicense GPLv3+/Autoconf: GNU GPL version 3 or later\n, \nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\nWritten by David J. MacKenzie and Akim Demaille.\n", + "stderr": "" + }, + { + "command": [ + "automake", + "--version" + ], + "return_code": 0, + "stdout": "automake (GNU automake) 1.17\nFeatures: subsecond-mtime\n\nCopyright (C) 2024 Free Software Foundation, Inc.\nLicense GPLv2+: GNU GPL version 2 or later\n \nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n\nWritten by Tom Tromey \n and Alexandre Duret-Lutz .\n", + "stderr": "" + }, + { + "command": [ + "libtool", + "--version" + ], + "return_code": 139, + "stdout": "", + "stderr": "" + }, + { + "command": [ + "sqlite3", + "--version" + ], + "return_code": 0, + "stdout": "3.48.0 2025-01-14 11:05:00 d2fe6b05f38d9d7cd78c5d252e99ac59f1aea071d669830c1ffe4e8966e84010 (64-bit)\n", + "stderr": "" + }, + { + "command": [ + "openssl", + "version" + ], + "return_code": 0, + "stdout": "OpenSSL 1.0.2k-fips 26 Jan 2017\n", + "stderr": "" + }, + { + "command": [ + "pipx", + "--version" + ], + "return_code": 0, + "stdout": "1.7.1\n", + "stderr": "" + }, + { + "command": [ + "pipx", + "list", + "--short" + ], + "return_code": 0, + "stdout": "auditwheel 6.2.0\ncmake 3.31.4\npatchelf 0.17.2.1\nswig 4.3.0\nuv 0.5.26\n", + "stderr": "" + }, + { + "command": [ + "gcc", + "--version" + ], + "return_code": 0, + "stdout": "gcc (GCC) 10.2.1 20210130 (Red Hat 10.2.1-11)\nCopyright (C) 2020 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n", + "stderr": "" + }, + { + "command": [ + "sh", + "-c", + "ls -d /opt/python/*/bin/python" + ], + "return_code": 0, + "stdout": "/opt/python/cp310-cp310/bin/python\n/opt/python/cp311-cp311/bin/python\n/opt/python/cp312-cp312/bin/python\n/opt/python/cp313-cp313/bin/python\n/opt/python/cp313-cp313t/bin/python\n/opt/python/cp36-cp36m/bin/python\n/opt/python/cp37-cp37m/bin/python\n/opt/python/cp38-cp38/bin/python\n/opt/python/cp39-cp39/bin/python\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp310-cp310/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.10.16\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp310-cp310/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==1.2.2.post1\npackaging==24.2\npip==25.0\npyproject_hooks==1.2.0\nsetuptools==75.8.0\ntomli==2.2.1\nwheel==0.45.1\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp311-cp311/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.11.11\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp311-cp311/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==1.2.2.post1\npackaging==24.2\npip==25.0\npyproject_hooks==1.2.0\nsetuptools==75.8.0\nwheel==0.45.1\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp312-cp312/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.12.8\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp312-cp312/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==1.2.2.post1\npackaging==24.2\npip==25.0\npyproject_hooks==1.2.0\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp313-cp313/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.13.1\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp313-cp313/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==1.2.2.post1\npackaging==24.2\npip==25.0\npyproject_hooks==1.2.0\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp313-cp313t/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.13.1\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp313-cp313t/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==1.2.2.post1\npackaging==24.2\npip==25.0\npyproject_hooks==1.2.0\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp36-cp36m/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.6.15\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp36-cp36m/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==0.9.0\nimportlib-metadata==4.8.3\npackaging==21.3\npep517==0.13.1\npip==21.3.1\npyparsing==3.1.2\nsetuptools==59.6.0\ntomli==1.2.3\ntyping_extensions==4.1.1\nwheel==0.37.1\nzipp==3.6.0\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp37-cp37m/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.7.17\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp37-cp37m/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==1.1.1\nimportlib-metadata==6.7.0\npackaging==24.0\npip==24.0\npyproject_hooks==1.2.0\nsetuptools==68.0.0\ntomli==2.0.1\ntyping_extensions==4.7.1\nwheel==0.42.0\nzipp==3.15.0\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp38-cp38/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.8.20\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp38-cp38/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==1.2.2.post1\nimportlib_metadata==8.5.0\npackaging==24.2\npip==25.0\npyproject_hooks==1.2.0\nsetuptools==75.3.0\ntomli==2.2.1\nwheel==0.45.1\nzipp==3.20.2\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp39-cp39/bin/python", + "--version" + ], + "return_code": 0, + "stdout": "Python 3.9.21\n", + "stderr": "" + }, + { + "command": [ + "/opt/python/cp39-cp39/bin/python", + "-m", + "pip", + "list", + "--format=freeze" + ], + "return_code": 0, + "stdout": "build==1.2.2.post1\nimportlib_metadata==8.6.1\npackaging==24.2\npip==25.0\npyproject_hooks==1.2.0\nsetuptools==75.8.0\ntomli==2.2.1\nwheel==0.45.1\nzipp==3.21.0\n", + "stderr": "" + } + ] + } +} \ No newline at end of file