[#282747] [test-only] FAILED python3-module-gunicorn.git=20.1.0-alt1
Girar awaiter (lav)
girar-builder at altlinux.org
Sun Aug 15 03:24:52 MSK 2021
http://git.altlinux.org/tasks/282747/logs/events.1.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#100 python3-module-gunicorn failed failed failed failed failed
2021-Aug-15 00:23:43 :: test-only task #282747 for sisyphus started by lav:
#100 build 20.1.0-alt1 from /people/lav/packages/python3-module-gunicorn.git fetched at 2021-Aug-15 00:23:41
2021-Aug-15 00:23:43 :: [armh] #100 python3-module-gunicorn.git 20.1.0-alt1: build start
2021-Aug-15 00:23:43 :: [ppc64le] #100 python3-module-gunicorn.git 20.1.0-alt1: build start
2021-Aug-15 00:23:43 :: [x86_64] #100 python3-module-gunicorn.git 20.1.0-alt1: build start
2021-Aug-15 00:23:43 :: [i586] #100 python3-module-gunicorn.git 20.1.0-alt1: build start
2021-Aug-15 00:23:43 :: [aarch64] #100 python3-module-gunicorn.git 20.1.0-alt1: build start
[x86_64] > import eventlet
[x86_64] E ModuleNotFoundError: No module named 'eventlet'
[x86_64] gunicorn/workers/geventlet.py:10: ModuleNotFoundError
[x86_64] --
[x86_64] import eventlet
[x86_64] except ImportError:
[x86_64] > raise RuntimeError("eventlet worker requires eventlet 0.24.1 or higher")
[x86_64] E RuntimeError: eventlet worker requires eventlet 0.24.1 or higher
[x86_64] gunicorn/workers/geventlet.py:12: RuntimeError
[x86_64] --
[x86_64] > import gevent
[x86_64] E ModuleNotFoundError: No module named 'gevent'
[x86_64] gunicorn/workers/ggevent.py:13: ModuleNotFoundError
[x86_64] --
[x86_64] import gevent
[x86_64] except ImportError:
[x86_64] > raise RuntimeError("gevent worker requires gevent 1.4 or higher")
[x86_64] E RuntimeError: gevent worker requires gevent 1.4 or higher
[x86_64] gunicorn/workers/ggevent.py:15: RuntimeError
[x86_64] --
[x86_64] =========================== short test summary info ============================
[x86_64] FAILED tests/workers/test_geventlet.py::test_import - RuntimeError: eventlet ...
[x86_64] FAILED tests/workers/test_ggevent.py::test_import - RuntimeError: gevent work...
[x86_64] ======================== 2 failed, 222 passed in 10.93s ========================
2021-Aug-15 00:24:24 :: [x86_64] python3-module-gunicorn.git 20.1.0-alt1: remote: build failed
2021-Aug-15 00:24:24 :: [x86_64] #100 python3-module-gunicorn.git 20.1.0-alt1: build FAILED
2021-Aug-15 00:24:24 :: [x86_64] requesting cancellation of task processing
[aarch64] > import eventlet
[aarch64] E ModuleNotFoundError: No module named 'eventlet'
[aarch64] gunicorn/workers/geventlet.py:10: ModuleNotFoundError
[aarch64] --
[aarch64] import eventlet
[aarch64] except ImportError:
[aarch64] > raise RuntimeError("eventlet worker requires eventlet 0.24.1 or higher")
[aarch64] E RuntimeError: eventlet worker requires eventlet 0.24.1 or higher
[aarch64] gunicorn/workers/geventlet.py:12: RuntimeError
[aarch64] --
[aarch64] > import gevent
[aarch64] E ModuleNotFoundError: No module named 'gevent'
[aarch64] gunicorn/workers/ggevent.py:13: ModuleNotFoundError
[aarch64] --
[aarch64] import gevent
[aarch64] except ImportError:
[aarch64] > raise RuntimeError("gevent worker requires gevent 1.4 or higher")
[aarch64] E RuntimeError: gevent worker requires gevent 1.4 or higher
[aarch64] gunicorn/workers/ggevent.py:15: RuntimeError
[aarch64] --
[aarch64] =========================== short test summary info ============================
[aarch64] FAILED tests/workers/test_geventlet.py::test_import - RuntimeError: eventlet ...
[aarch64] FAILED tests/workers/test_ggevent.py::test_import - RuntimeError: gevent work...
[aarch64] ======================== 2 failed, 222 passed in 11.74s ========================
2021-Aug-15 00:24:27 :: [aarch64] python3-module-gunicorn.git 20.1.0-alt1: remote: build failed
2021-Aug-15 00:24:27 :: [aarch64] #100 python3-module-gunicorn.git 20.1.0-alt1: build FAILED
[i586] > import eventlet
[i586] E ModuleNotFoundError: No module named 'eventlet'
[i586] gunicorn/workers/geventlet.py:10: ModuleNotFoundError
[i586] --
[i586] import eventlet
[i586] except ImportError:
[i586] > raise RuntimeError("eventlet worker requires eventlet 0.24.1 or higher")
[i586] E RuntimeError: eventlet worker requires eventlet 0.24.1 or higher
[i586] gunicorn/workers/geventlet.py:12: RuntimeError
[i586] --
[i586] > import gevent
[i586] E ModuleNotFoundError: No module named 'gevent'
[i586] gunicorn/workers/ggevent.py:13: ModuleNotFoundError
[i586] --
[i586] import gevent
[i586] except ImportError:
[i586] > raise RuntimeError("gevent worker requires gevent 1.4 or higher")
[i586] E RuntimeError: gevent worker requires gevent 1.4 or higher
[i586] gunicorn/workers/ggevent.py:15: RuntimeError
[i586] --
[i586] =========================== short test summary info ============================
[i586] FAILED tests/workers/test_geventlet.py::test_import - RuntimeError: eventlet ...
[i586] FAILED tests/workers/test_ggevent.py::test_import - RuntimeError: gevent work...
[i586] ======================== 2 failed, 222 passed in 12.95s ========================
2021-Aug-15 00:24:27 :: [i586] python3-module-gunicorn.git 20.1.0-alt1: remote: build failed
2021-Aug-15 00:24:27 :: [i586] #100 python3-module-gunicorn.git 20.1.0-alt1: build FAILED
[ppc64le] > import eventlet
[ppc64le] E ModuleNotFoundError: No module named 'eventlet'
[ppc64le] gunicorn/workers/geventlet.py:10: ModuleNotFoundError
[ppc64le] --
[ppc64le] import eventlet
[ppc64le] except ImportError:
[ppc64le] > raise RuntimeError("eventlet worker requires eventlet 0.24.1 or higher")
[ppc64le] E RuntimeError: eventlet worker requires eventlet 0.24.1 or higher
[ppc64le] gunicorn/workers/geventlet.py:12: RuntimeError
[ppc64le] --
[ppc64le] > import gevent
[ppc64le] E ModuleNotFoundError: No module named 'gevent'
[ppc64le] gunicorn/workers/ggevent.py:13: ModuleNotFoundError
[ppc64le] --
[ppc64le] import gevent
[ppc64le] except ImportError:
[ppc64le] > raise RuntimeError("gevent worker requires gevent 1.4 or higher")
[ppc64le] E RuntimeError: gevent worker requires gevent 1.4 or higher
[ppc64le] gunicorn/workers/ggevent.py:15: RuntimeError
[ppc64le] --
[ppc64le] =========================== short test summary info ============================
[ppc64le] FAILED tests/workers/test_geventlet.py::test_import - RuntimeError: eventlet ...
[ppc64le] FAILED tests/workers/test_ggevent.py::test_import - RuntimeError: gevent work...
[ppc64le] ======================== 2 failed, 222 passed in 21.73s ========================
2021-Aug-15 00:24:47 :: [ppc64le] python3-module-gunicorn.git 20.1.0-alt1: remote: build failed
2021-Aug-15 00:24:47 :: [ppc64le] #100 python3-module-gunicorn.git 20.1.0-alt1: build FAILED
[armh] > import eventlet
[armh] E ModuleNotFoundError: No module named 'eventlet'
[armh] gunicorn/workers/geventlet.py:10: ModuleNotFoundError
[armh] --
[armh] import eventlet
[armh] except ImportError:
[armh] > raise RuntimeError("eventlet worker requires eventlet 0.24.1 or higher")
[armh] E RuntimeError: eventlet worker requires eventlet 0.24.1 or higher
[armh] gunicorn/workers/geventlet.py:12: RuntimeError
[armh] --
[armh] > import gevent
[armh] E ModuleNotFoundError: No module named 'gevent'
[armh] gunicorn/workers/ggevent.py:13: ModuleNotFoundError
[armh] --
[armh] import gevent
[armh] except ImportError:
[armh] > raise RuntimeError("gevent worker requires gevent 1.4 or higher")
[armh] E RuntimeError: gevent worker requires gevent 1.4 or higher
[armh] gunicorn/workers/ggevent.py:15: RuntimeError
[armh] --
[armh] =========================== short test summary info ============================
[armh] FAILED tests/workers/test_geventlet.py::test_import - RuntimeError: eventlet ...
[armh] FAILED tests/workers/test_ggevent.py::test_import - RuntimeError: gevent work...
[armh] ======================== 2 failed, 222 passed in 18.36s ========================
2021-Aug-15 00:24:52 :: [armh] python3-module-gunicorn.git 20.1.0-alt1: remote: build failed
2021-Aug-15 00:24:52 :: [armh] #100 python3-module-gunicorn.git 20.1.0-alt1: build FAILED
2021-Aug-15 00:24:24 :: [x86_64] build FAILED
2021-Aug-15 00:24:27 :: [aarch64] build FAILED
2021-Aug-15 00:24:27 :: [i586] build FAILED
2021-Aug-15 00:24:47 :: [ppc64le] build FAILED
2021-Aug-15 00:24:52 :: [armh] build FAILED
2021-Aug-15 00:24:52 :: task #282747 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list