Details

    • Task
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • N/A
    • N/A
    • Buildbot
    • None
    • Sprint 3 (10.02.2025), Sprint 6 (24.03.2025), Sprint 7 (07.04.2025), Sprint 8 (21.04.2025), Sprint 9 (05.05.2025)

    Description

      also add more storage

      Attachments

        Issue Links

          Activity

            vlad.radu Vlad Radu added a comment -

            Moved back to the backlog considering Daniel's availability over the next sprint.

            vlad.radu Vlad Radu added a comment - Moved back to the backlog considering Daniel's availability over the next sprint.
            danblack Daniel Black added a comment -

            has been reinstalled thanks to IBM folks to 7.3

            danblack Daniel Black added a comment - has been reinstalled thanks to IBM folks to 7.3

            stuck on installing buildbot-worker (see zulip).

            Zabbix agent is OK
            MariaDB deps should also be.

            faust Faustin Lammler added a comment - stuck on installing buildbot-worker (see zulip). Zabbix agent is OK MariaDB deps should also be.

            buildbot@mariadb:[/home/buildbot]pip3 install buildbot-worker
            Defaulting to user installation because normal site-packages is not writeable
            Collecting buildbot-worker
              Using cached buildbot_worker-4.2.1-py2.py3-none-any.whl.metadata (1.2 kB)
            Collecting twisted>=21.2.0 (from buildbot-worker)
              Using cached twisted-24.11.0-py3-none-any.whl.metadata (20 kB)
            Collecting autobahn>=0.16.0 (from buildbot-worker)
              Using cached autobahn-24.4.2-py2.py3-none-any.whl.metadata (18 kB)
            Collecting msgpack>=0.6.0 (from buildbot-worker)
              Using cached msgpack-1.1.0.tar.gz (167 kB)
              Installing build dependencies ... done
              Getting requirements to build wheel ... done
              Preparing metadata (pyproject.toml) ... done
            Collecting txaio>=21.2.1 (from autobahn>=0.16.0->buildbot-worker)
              Using cached txaio-23.1.1-py2.py3-none-any.whl.metadata (5.4 kB)
            Collecting cryptography>=3.4.6 (from autobahn>=0.16.0->buildbot-worker)
              Using cached cryptography-44.0.2.tar.gz (710 kB)
              Installing build dependencies ... error
              error: subprocess-exited-with-error
              
              × pip subprocess to install build dependencies did not run successfully.
              │ exit code: 1
              ╰─> [75 lines of output]
                  Collecting maturin<2,>=1
                    Using cached maturin-1.8.3.tar.gz (199 kB)
                    Installing build dependencies: started
                    Installing build dependencies: finished with status 'done'
                    Getting requirements to build wheel: started
                    Getting requirements to build wheel: finished with status 'done'
                    Preparing metadata (pyproject.toml): started
                    Preparing metadata (pyproject.toml): finished with status 'done'
                  Collecting cffi>=1.12
                    Using cached cffi-1.17.1-cp39-cp39-aix_7301_9988_64.whl
                  Collecting setuptools!=74.0.0,!=74.1.0,!=74.1.1,!=74.1.2
                    Using cached setuptools-78.0.2-py3-none-any.whl.metadata (6.6 kB)
                  Collecting tomli>=1.1.0 (from maturin<2,>=1)
                    Using cached tomli-2.2.1-py3-none-any.whl.metadata (10 kB)
                  Collecting pycparser (from cffi>=1.12)
                    Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
                  Using cached setuptools-78.0.2-py3-none-any.whl (1.3 MB)
                  Using cached tomli-2.2.1-py3-none-any.whl (14 kB)
                  Using cached pycparser-2.22-py3-none-any.whl (117 kB)
                  Building wheels for collected packages: maturin
                    Building wheel for maturin (pyproject.toml): started
                    Building wheel for maturin (pyproject.toml): finished with status 'error'
                    error: subprocess-exited-with-error
                  
                    × Building wheel for maturin (pyproject.toml) did not run successfully.
                    │ exit code: 1
                    ╰─> [42 lines of output]
                        /tmp/pip-build-env-2exhs19o/overlay/lib/python3.9/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
                        !!
                  
                                ********************************************************************************
                                Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
                  
                                By 2026-Feb-18, you need to update your project and remove deprecated calls
                                or your builds will no longer be supported.
                  
                                See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
                                ********************************************************************************
                  
                        !!
                          corresp(dist, value, root_dir)
                        running bdist_wheel
                        running build
                        running build_py
                        creating build/lib.aix-7301-9988-64-cpython-39/maturin
                        copying maturin/__init__.py -> build/lib.aix-7301-9988-64-cpython-39/maturin
                        copying maturin/__main__.py -> build/lib.aix-7301-9988-64-cpython-39/maturin
                        running egg_info
                        writing maturin.egg-info/PKG-INFO
                        writing dependency_links to maturin.egg-info/dependency_links.txt
                        writing requirements to maturin.egg-info/requires.txt
                        writing top-level names to maturin.egg-info/top_level.txt
                        reading manifest file 'maturin.egg-info/SOURCES.txt'
                        reading manifest template 'MANIFEST.in'
                        warning: no files found matching '*.json' under directory 'src/python_interpreter'
                        writing manifest file 'maturin.egg-info/SOURCES.txt'
                        running build_ext
                        running build_rust
                        error: can't find Rust compiler
                  
                        If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
                  
                        To update pip, run:
                  
                            pip install --upgrade pip
                  
                        and then retry package installation.
                  
                        If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
                        [end of output]
                  
                    note: This error originates from a subprocess, and is likely not a problem with pip.
                    ERROR: Failed building wheel for maturin
                  Failed to build maturin
                  ERROR: Failed to build installable wheels for some pyproject.toml based projects (maturin)
                  [end of output]
              
              note: This error originates from a subprocess, and is likely not a problem with pip.
            error: subprocess-exited-with-error
             
            × pip subprocess to install build dependencies did not run successfully.
            │ exit code: 1
            ╰─> See above for output.
             
            note: This error originates from a subprocess, and is likely not a problem with pip.
            

            faust Faustin Lammler added a comment - buildbot @mariadb :[/home/buildbot]pip3 install buildbot-worker Defaulting to user installation because normal site-packages is not writeable Collecting buildbot-worker Using cached buildbot_worker- 4.2 . 1 -py2.py3-none-any.whl.metadata ( 1.2 kB) Collecting twisted>= 21.2 . 0 (from buildbot-worker) Using cached twisted- 24.11 . 0 -py3-none-any.whl.metadata ( 20 kB) Collecting autobahn>= 0.16 . 0 (from buildbot-worker) Using cached autobahn- 24.4 . 2 -py2.py3-none-any.whl.metadata ( 18 kB) Collecting msgpack>= 0.6 . 0 (from buildbot-worker) Using cached msgpack- 1.1 . 0 .tar.gz ( 167 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting txaio>= 21.2 . 1 (from autobahn>= 0.16 . 0 ->buildbot-worker) Using cached txaio- 23.1 . 1 -py2.py3-none-any.whl.metadata ( 5.4 kB) Collecting cryptography>= 3.4 . 6 (from autobahn>= 0.16 . 0 ->buildbot-worker) Using cached cryptography- 44.0 . 2 .tar.gz ( 710 kB) Installing build dependencies ... error error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [ 75 lines of output] Collecting maturin< 2 ,>= 1 Using cached maturin- 1.8 . 3 .tar.gz ( 199 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cffi>= 1.12 Using cached cffi- 1.17 . 1 -cp39-cp39-aix_7301_9988_64.whl Collecting setuptools!= 74.0 . 0 ,!= 74.1 . 0 ,!= 74.1 . 1 ,!= 74.1 . 2 Using cached setuptools- 78.0 . 2 -py3-none-any.whl.metadata ( 6.6 kB) Collecting tomli>= 1.1 . 0 (from maturin< 2 ,>= 1 ) Using cached tomli- 2.2 . 1 -py3-none-any.whl.metadata ( 10 kB) Collecting pycparser (from cffi>= 1.12 ) Using cached pycparser- 2.22 -py3-none-any.whl.metadata ( 943 bytes) Using cached setuptools- 78.0 . 2 -py3-none-any.whl ( 1.3 MB) Using cached tomli- 2.2 . 1 -py3-none-any.whl ( 14 kB) Using cached pycparser- 2.22 -py3-none-any.whl ( 117 kB) Building wheels for collected packages: maturin Building wheel for maturin (pyproject.toml): started Building wheel for maturin (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error × Building wheel for maturin (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [ 42 lines of output] /tmp/pip-build-env-2exhs19o/overlay/lib/python3. 9 /site-packages/setuptools/config/_apply_pyprojecttoml.py: 82 : SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>= 77.0 . 0 ). By 2026 -Feb- 18 , you need to update your project and remove deprecated calls or your builds will no longer be supported. See https: //packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build/lib.aix- 7301 - 9988 - 64 -cpython- 39 /maturin copying maturin/__init__.py -> build/lib.aix- 7301 - 9988 - 64 -cpython- 39 /maturin copying maturin/__main__.py -> build/lib.aix- 7301 - 9988 - 64 -cpython- 39 /maturin running egg_info writing maturin.egg-info/PKG-INFO writing dependency_links to maturin.egg-info/dependency_links.txt writing requirements to maturin.egg-info/requires.txt writing top-level names to maturin.egg-info/top_level.txt reading manifest file 'maturin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'src/python_interpreter' writing manifest file 'maturin.egg-info/SOURCES.txt' running build_ext running build_rust error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. To update pip, run: pip install --upgrade pip and then retry package installation. If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https: //rustup.rs) is the recommended way to download and update the Rust compiler toolchain. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for maturin Failed to build maturin ERROR: Failed to build installable wheels for some pyproject.toml based projects (maturin) [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error   × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.   note: This error originates from a subprocess, and is likely not a problem with pip.

            People

              faust Faustin Lammler
              danblack Daniel Black
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - 1d
                  1d
                  Remaining:
                  Time Spent - 5.5h Remaining Estimate - 2.5h
                  2.5h
                  Logged:
                  Time Spent - 5.5h Remaining Estimate - 2.5h
                  5.5h