1. 16 Dec, 2023 5 commits
  2. 15 Dec, 2023 16 commits
    • Kirill Smelkov's avatar
      . · bc2fe1f9
      Kirill Smelkov authored
      bc2fe1f9
    • Kirill Smelkov's avatar
      . · 891aa9ba
      Kirill Smelkov authored
      891aa9ba
    • Kirill Smelkov's avatar
      . · 7b09caf8
      Kirill Smelkov authored
      7b09caf8
    • Kirill Smelkov's avatar
      . · 8bc208c1
      Kirill Smelkov authored
      8bc208c1
    • Kirill Smelkov's avatar
      . · c8bde23f
      Kirill Smelkov authored
      c8bde23f
    • Kirill Smelkov's avatar
      . · f98b740f
      Kirill Smelkov authored
      f98b740f
    • Kirill Smelkov's avatar
      . · c917ec96
      Kirill Smelkov authored
      c917ec96
    • Kirill Smelkov's avatar
      . · b4727053
      Kirill Smelkov authored
      b4727053
    • Kirill Smelkov's avatar
      . · 346744c5
      Kirill Smelkov authored
      346744c5
    • Kirill Smelkov's avatar
      . · 17066260
      Kirill Smelkov authored
      17066260
    • Kirill Smelkov's avatar
      . · 781c9ec0
      Kirill Smelkov authored
      781c9ec0
    • Kirill Smelkov's avatar
      . · 4fb84514
      Kirill Smelkov authored
      4fb84514
    • Kirill Smelkov's avatar
      . · 2caeac96
      Kirill Smelkov authored
      2caeac96
    • Kirill Smelkov's avatar
      . · 31a1c42c
      Kirill Smelkov authored
      31a1c42c
    • Kirill Smelkov's avatar
      . · 9fde85dc
      Kirill Smelkov authored
      9fde85dc
    • Kirill Smelkov's avatar
      Merge branch 'master' into x/lte-multiru · 2d361404
      Kirill Smelkov authored
      * master: (34 commits)
        software/end-to-end-testing: remove pattern from input schema
        stack/slapos: version up slapos.core 1.10.8
        software/end-to-end-testing: add end-to-end-testing software Use runTestSuite interface to launch tests that request instances on actual SlapOS cloud.
        python-xmlsec: install setuptools-scm as wheel (fix python3 install)
        component/xmlsec: version up 1.2.37 ( on py3 only )
        software/fluentd/test: adjust test for msgpack >= 1.0
        component/zodbtools: remove profiles for ZODB4* tests on python3
        software/slapos-testing: remove redundant eggs
        *: only install backports-lzma on python2
        stack/erp5: backport DateTime fixes
        component/nodejs: remove unused 8.9.4
        software/dream: remove useless version pins
        software/dream: pin dream repository revision
        software/dream: use current nodejs version
        software/dream: follow buildout naming conventions for section names
        pygolang: Unbreak tests
        ZEO: Fix ZEO4-wc2 installation, take2
        wendelin.core: tests: Pin ZopeUndo
        wendelin.core: Unbreak tests
        software/ors-amarisoft: update changelog
        ...
      2d361404
  3. 14 Dec, 2023 6 commits
  4. 13 Dec, 2023 11 commits
  5. 12 Dec, 2023 2 commits
    • Kirill Smelkov's avatar
      Unbreak wendelin.core and pygolang tests · de03e816
      Kirill Smelkov authored
      Hello up there.
      
      I've noticed that wendelin.core tests became failing to build and
      automatically disabled some time ago. Not good. I've tried to fix build
      failures. Please see individual patches for details.
      
      /cc @levin.zimmermann
      /reviewed-by @jerome
      /reviewed-on !1492
      de03e816
    • Kirill Smelkov's avatar
      pygolang: Unbreak tests · 9ba67430
      Kirill Smelkov authored
      After probably 02fad6a8 (component/{numpy,scipy}: Version up for Python3.)
      pygolang test build started to fail in numpy compilation as shown in the
      appendix. The failure is correct as pygolang never explicitly depended on
      ${numpy:egg}. We did not noticed before probably because in earlier versions
      numpy did not required Cython to be present at install time.
      
      -> Fix it by explicitly adding ${numpy:egg} to pygolang[all_test] dependencies.
      
      Apendix. Log of test build failure
      
          networkcache: Trying to download pypi:numpy=1.22.0 from network cache...
          Getting distribution for 'numpy==1.22.0'.
          WARNING: The easy_install command is deprecated and will be removed in a future version.
          Running from numpy source directory.
          Processing numpy/random/_bounded_integers.pxd.in
          Processing numpy/random/_pcg64.pyx
          Traceback (most recent call last):
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/tools/cythonize.py", line 53, in process_pyx
              import Cython
          ModuleNotFoundError: No module named 'Cython'
      
          The above exception was the direct cause of the following exception:
      
          Traceback (most recent call last):
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/tools/cythonize.py", line 234, in <module>
              main()
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/tools/cythonize.py", line 230, in main
              find_process_files(root_dir)
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/tools/cythonize.py", line 221, in find_process_files
              process(root_dir, fromfile, tofile, function, hash_db)
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/tools/cythonize.py", line 187, in process
              processor_function(fromfile, tofile)
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/tools/cythonize.py", line 60, in process_pyx
              raise OSError(msg) from e
          OSError: Cython needs to be installed in Python as a module
          Traceback (most recent call last):
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 154, in save_modules
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 195, in setup_context
            File "<string>", line 7, in setup_context
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 250, in run_setup
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 45, in _execfile
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/setup.py", line 450, in <module>
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/setup.py", line 432, in setup_package
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/setup.py", line 237, in generate_cython
          RuntimeError: Running cythonize failed!
      
          During handling of the above exception, another exception occurred:
      
          Traceback (most recent call last):
            File "<string>", line 10, in <module>
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/command/easy_install.py", line 2317, in main
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/__init__.py", line 162, in setup
            File "/srv/slapgrid/slappart49/srv/runner/shared/python3/a066243faa0ae8c256b7daa6207cc9a6/lib/python3.9/distutils/core.py", line 148, in setup
              dist.run_commands()
            File "/srv/slapgrid/slappart49/srv/runner/shared/python3/a066243faa0ae8c256b7daa6207cc9a6/lib/python3.9/distutils/dist.py", line 966, in run_commands
              self.run_command(cmd)
            File "/srv/slapgrid/slappart49/srv/runner/shared/python3/a066243faa0ae8c256b7daa6207cc9a6/lib/python3.9/distutils/dist.py", line 985, in run_command
              cmd_obj.run()
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/command/easy_install.py", line 424, in run
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/command/easy_install.py", line 666, in easy_install
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/command/easy_install.py", line 711, in install_item
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/command/easy_install.py", line 896, in install_eggs
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/command/easy_install.py", line 1164, in build_and_install
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/command/easy_install.py", line 1150, in run_setup
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 253, in run_setup
            File "/srv/slapgrid/slappart49/srv/runner/shared/python3/a066243faa0ae8c256b7daa6207cc9a6/lib/python3.9/contextlib.py", line 137, in __exit__
              self.gen.throw(typ, value, traceback)
            File "<string>", line 7, in setup_context
            File "/srv/slapgrid/slappart49/srv/runner/shared/python3/a066243faa0ae8c256b7daa6207cc9a6/lib/python3.9/contextlib.py", line 137, in __exit__
              self.gen.throw(typ, value, traceback)
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 195, in setup_context
            File "/srv/slapgrid/slappart49/srv/runner/shared/python3/a066243faa0ae8c256b7daa6207cc9a6/lib/python3.9/contextlib.py", line 137, in __exit__
              self.gen.throw(typ, value, traceback)
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 166, in save_modules
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 141, in resume
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/_vendor/six.py", line 685, in reraise
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 154, in save_modules
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 195, in setup_context
            File "<string>", line 7, in setup_context
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 250, in run_setup
            File "/srv/slapgrid/slappart49/srv/runner/software/0919a77f026d6fc6870b3d6ec703b69d/eggs/setuptools-44.1.1-py3.9.egg/setuptools/sandbox.py", line 45, in _execfile
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/setup.py", line 450, in <module>
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/setup.py", line 432, in setup_package
            File "/tmp/easy_install-z2of107_/numpy-1.22.0/setup.py", line 237, in generate_cython
          RuntimeError: Running cythonize failed!
          Cythonizing sources
          An error occurred when trying to install numpy 1.22.0. Look above this message for any errors that were output by easy_install.
          While:
            Installing gpython.
            Base installation request: 'pygolang[all_test]'
              Requirement of pygolang[all_test]: wheel
              Requirement of pygolang[all_test]: setuptools_dso>=2.8
              Requirement of pygolang[all_test]: setuptools
              Requirement of pygolang[all_test]: pytest
              Requirement of pygolang[all_test]: numpy
              Requirement of pygolang[all_test]: ipython
              Requirement of pygolang[all_test]: cython<3
              Requirement of pygolang[all_test]: geventmp
              Requirement of pygolang[all_test]: setuptools_dso>=2.8
              Requirement of pygolang[all_test]: decorator
              Requirement of pygolang[all_test]: six
              Requirement of pygolang[all_test]: gevent
              Requirement of setuptools_dso>=2.8: setuptools
              Requirement of pytest: wcwidth
              Requirement of pytest: six>=1.10.0
              Requirement of pytest: py>=1.5.0
              Requirement of pytest: pluggy<1.0,>=0.12
              Requirement of pytest: packaging
              Requirement of pytest: more-itertools>=4.0.0
              Requirement of pytest: attrs>=17.4.0
              Requirement of pytest: atomicwrites>=1.0
            Getting distribution for 'numpy==1.22.0'.
          Error: Couldn't install: numpy 1.22.0
      9ba67430