Merge pull request #1 from redhat-ai-services/v2 #29
Annotations
1 error and 2 warnings
Setup and Build
Error: s2i exited with code 1
Running S2I version "v1.3.9"
Image "registry.access.redhat.com/ubi8/python-39:latest" not available locally, pulling ...
Preparing to build kubeflow-example:latest-3617658966ee873dd1df733b7917472d4be53483
I0510 23:51:34.703113 1742 clone.go:37] Downloading "." ...
I0510 23:51:34.734135 1742 clone.go:57] Checked out "HEAD"
I0510 23:51:34.756638 1742 clone.go:63] Updated submodules for "HEAD"
Clean build will be performed
Running "assemble" in "kubeflow-example:latest-3617658966ee873dd1df733b7917472d4be53483" as "1001" user
Setting 2 environment variables provided by environment file in sources
---> Installing application source ...
---> Upgrading pip, setuptools and wheel to latest version ...
Requirement already satisfied: pip in /opt/app-root/lib/python3.9/site-packages (22.2.2)
Collecting pip
Downloading pip-24.0-py3-none-any.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 64.4 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /opt/app-root/lib/python3.9/site-packages (50.3.2)
Collecting setuptools
Downloading setuptools-69.5.1-py3-none-any.whl (894 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 894.6/894.6 kB 232.0 MB/s eta 0:00:00
Collecting wheel
Downloading wheel-0.43.0-py3-none-any.whl (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 211.4 MB/s eta 0:00:00
Installing collected packages: wheel, setuptools, pip
Attempting uninstall: setuptools
Found existing installation: setuptools 50.3.2
Uninstalling setuptools-50.3.2:
Successfully uninstalled setuptools-50.3.2
Attempting uninstall: pip
Found existing installation: pip 22.2.2
Uninstalling pip-22.2.2:
Successfully uninstalled pip-22.2.2
Successfully installed pip-24.0 setuptools-69.5.1 wheel-0.43.0
---> Installing micropipenv packaging tool ...
Collecting micropipenv[toml]
Downloading micropipenv-1.6.0-py3-none-any.whl (24 kB)
Requirement already satisfied, skipping upgrade: pip>=9 in ./.local/venvs/micropipenv/lib/python3.9/site-packages (from micropipenv[toml]) (20.2.4)
Collecting toml; python_version < "3.11" and extra == "toml"
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Installing collected packages: toml, micropipenv
Successfully installed micropipenv-1.6.0 toml-0.10.2
WARNING: You are using pip version 20.2.4; however, version 24.0 is available.
You should consider upgrading via the '/opt/app-root/src/.local/venvs/micropipenv/bin/python3.9 -m pip install --upgrade pip' command.
---> Installing dependencies via micropipenv ...
---------------------------------- Pipfile.lock ----------------------------------
{
"_meta": {
"hash": {
"sha256": "fae2b42a4ea8da8867fcfbdbdd3ba6c426fa696601afc53d5f3e72da60dea53d"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.11"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"cachetools": {
"hashes": [
"sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945",
"sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"
],
"markers": "python_version >= '3.7'",
"version": "==5.3.3"
},
"certifi": {
"hashes": [
"sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f",
"sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
],
"markers": "python_version >= '3.6'",
"version": "==2024.2.2"
},
"charset-normalizer": {
"hashes": [
"sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027",
"sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087",
"sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786",
"sha256:0b2b64d2bb6d3fb9112bafa732def486049e
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading