# Run sent to worker: doanac-reckless == 2022-12-15 09:56:27.183051: Setting up runner on worker == 2022-12-15 09:56:28.139829: Steps to recreate inside simulator wget -O simulate.sh https://api.gavelci.us/projects/jobserv/builds/319/runs/unit-test//.simulate.sh # wget'ing the file may require the --header flag if the # jobserv API requires authentication. sh ./simulate.sh == 2022-12-15 09:56:28.653924: Pulling container: python:3.9-alpine 3.9-alpine: Pulling from library/python Digest: sha256:8ea03bf88df73d21c72b3a941d1337c54357ee6386c2824f90b39a007792d1bb Status: Image is up to date for python:3.9-alpine docker.io/library/python:3.9-alpine == 2022-12-15 09:56:30.062767: Preparing bind mounts 2022-12-15 09:56:30.250194: INFO Creating secret: githubtok 2022-12-15 09:56:30.424796: INFO Creating secret: webhook-key 2022-12-15 09:56:30.627136: INFO Creating secret: milosz 2022-12-15 09:56:30.801432: INFO Adding shared volume: /lmp-bitbake-cache == 2022-12-15 09:56:31.150523: Creating container .netrc file 2022-12-15 09:56:31.320456: INFO Creating token for jobserv run access 2022-12-15 09:56:31.500416: INFO Creating a github token entry == 2022-12-15 09:56:31.861418: Preparing script == 2022-12-15 09:56:32.194655: Cloning git repository 2022-12-15 09:56:32.367060: INFO Clone_url: https://github.com/foundriesio/jobserv.git 2022-12-15 09:56:32.545796: INFO Checking to see if https://github.com/foundriesio/jobserv.git requires authentication. 2022-12-15 09:56:32.956526: INFO Server does not appear to need credentials for cloning 2022-12-15 09:56:33.131756: INFO Adding githubtok to .gitconfig 2022-12-15 09:56:33.314888: INFO Git install supports submodules Cloning into '/srv/gavelci-worker/runs/tmpsmhwrfmb/repo'... 2022-12-15 09:56:34.264851: INFO Checking out: f1dfb1edb55071ff51bd5f6e7f6f09ca1c0b0a6a Switched to branch 'jobserv-run' == 2022-12-15 09:56:34.859285: Setting up container environment 2022-12-15 09:56:35.041795: INFO Container environment variables: GH_PRNUM=73 GH_OWNER=foundriesio GH_REPO=jobserv GH_STATUS_URL=https://api.github.com/repos/foundriesio/jobserv/statuses/f1dfb1edb55071ff51bd5f6e7f6f09ca1c0b0a6a GH_TARGET_REPO=https://github.com/foundriesio/jobserv.git GIT_URL=https://github.com/foundriesio/jobserv.git GIT_SHA_BASE=8f2a1df6a4544a3b075855a99db1707c2610944b GIT_OLD_SHA=8f2a1df6a4544a3b075855a99db1707c2610944b GIT_SHA=f1dfb1edb55071ff51bd5f6e7f6f09ca1c0b0a6a H_PROJECT=jobserv H_BUILD=319 H_RUN=unit-test H_WORKER=doanac-reckless == 2022-12-15 09:56:35.399897: Running script inside container 2022-12-15 09:56:35.575298: INFO Running with --memory=14639596339 WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + apk --no-cache add git python3-dev musl-dev g++ openssl libffi-dev openssl-dev rust cargo fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz (1/33) Installing rust-stdlib (1.64.0-r2) (2/33) Installing libgcc (12.2.1_git20220924-r4) (3/33) Installing libstdc++ (12.2.1_git20220924-r4) (4/33) Installing binutils (2.39-r2) (5/33) Installing libgomp (12.2.1_git20220924-r4) (6/33) Installing libatomic (12.2.1_git20220924-r4) (7/33) Installing gmp (6.2.1-r2) (8/33) Installing isl25 (0.25-r0) (9/33) Installing mpfr4 (4.1.0-r0) (10/33) Installing mpc1 (1.2.1-r1) (11/33) Installing gcc (12.2.1_git20220924-r4) (12/33) Installing musl-dev (1.2.3-r4) (13/33) Installing libxml2 (2.10.3-r1) (14/33) Installing zstd-libs (1.5.2-r9) (15/33) Installing llvm15-libs (15.0.6-r0) (16/33) Installing rust (1.64.0-r2) (17/33) Installing brotli-libs (1.0.9-r9) (18/33) Installing nghttp2-libs (1.51.0-r0) (19/33) Installing libcurl (7.86.0-r1) (20/33) Installing cargo (1.64.0-r2) (21/33) Installing libstdc++-dev (12.2.1_git20220924-r4) (22/33) Installing libc-dev (0.7.2-r3) (23/33) Installing g++ (12.2.1_git20220924-r4) (24/33) Installing pcre2 (10.42-r0) (25/33) Installing git (2.38.2-r0) (26/33) Installing linux-headers (5.19.5-r0) (27/33) Installing pkgconf (1.9.3-r0) (28/33) Installing libffi-dev (3.4.4-r0) (29/33) Installing openssl (3.0.7-r0) (30/33) Installing openssl-dev (3.0.7-r0) (31/33) Installing mpdecimal (2.5.1-r1) (32/33) Installing python3 (3.10.9-r1) (33/33) Installing python3-dev (3.10.9-r1) Executing busybox-1.35.0-r29.trigger OK: 1178 MiB in 70 packages + git config --global user.email cibot@example.com + git config --global user.name cibot + ls /lmp-bitbake-cache/ dmesg.out + sh ./unit-test.sh WARNING: Using sqlite database - work queue testing will be skipped Requirement already satisfied: pip in /tmp/tmp.bEjKaB/lib/python3.9/site-packages (22.0.4) Collecting pip Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 5.6 MB/s eta 0:00:00 Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.0.4 Uninstalling pip-22.0.4: Successfully uninstalled pip-22.0.4 Successfully installed pip-22.3.1 Requirement already satisfied: setuptools in /tmp/tmp.bEjKaB/lib/python3.9/site-packages (58.1.0) Collecting setuptools Downloading setuptools-65.6.3-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 4.8 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 58.1.0 Uninstalling setuptools-58.1.0: Successfully uninstalled setuptools-58.1.0 Successfully installed setuptools-65.6.3 Collecting Flask-Migrate==3.1.0 Downloading Flask_Migrate-3.1.0-py3-none-any.whl (20 kB) Collecting Flask-SQLAlchemy==2.5.1 Downloading Flask_SQLAlchemy-2.5.1-py2.py3-none-any.whl (17 kB) Collecting Flask-Testing==0.8.1 Downloading Flask-Testing-0.8.1.tar.gz (45 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.2/45.2 kB 801.4 kB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Flask==1.1.4 Downloading Flask-1.1.4-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 kB 1.3 MB/s eta 0:00:00 Collecting Jinja2==2.11.3 Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.7/125.7 kB 2.2 MB/s eta 0:00:00 Collecting Mako==1.2.2 Downloading Mako-1.2.2-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 1.5 MB/s eta 0:00:00 Collecting MarkupSafe==2.0.1 Downloading MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (30 kB) Collecting PyJWT==2.4.0 Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB) Collecting PyMySQL==1.0.2 Downloading PyMySQL-1.0.2-py3-none-any.whl (43 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 980.0 kB/s eta 0:00:00 Collecting PyYAML==5.4.1 Downloading PyYAML-5.4.1.tar.gz (175 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/175.1 kB 1.3 MB/s eta 0:00:00 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 SQLAlchemy==1.4.23 Downloading SQLAlchemy-1.4.23.tar.gz (7.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 7.6 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Werkzeug==0.16.1 Downloading Werkzeug-0.16.1-py2.py3-none-any.whl (327 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 327.4/327.4 kB 3.8 MB/s eta 0:00:00 Collecting bcrypt==3.2.0 Downloading bcrypt-3.2.0-cp36-abi3-musllinux_1_1_x86_64.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 1.3 MB/s eta 0:00:00 Collecting cryptography==3.4.8 Downloading cryptography-3.4.8-cp36-abi3-musllinux_1_1_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 7.5 MB/s eta 0:00:00 Collecting dataclasses==0.6 Downloading dataclasses-0.6-py3-none-any.whl (14 kB) Collecting google-cloud-storage==1.42.0 Downloading google_cloud_storage-1.42.0-py2.py3-none-any.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.2/105.2 kB 2.0 MB/s eta 0:00:00 Collecting google-crc32c==1.1.2 Downloading google-crc32c-1.1.2.tar.gz (12 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' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting gunicorn==20.0.4 Downloading gunicorn-20.0.4-py2.py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 1.6 MB/s eta 0:00:00 Collecting pykwalify==1.8.0 Downloading pykwalify-1.8.0-py2.py3-none-any.whl (24 kB) Collecting python-dateutil==2.8.2 Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 3.1 MB/s eta 0:00:00 Collecting pytz==2021.1 Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.8/510.8 kB 5.1 MB/s eta 0:00:00 Collecting requests==2.26.0 Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 1.3 MB/s eta 0:00:00 Collecting setproctitle==1.2.2 Downloading setproctitle-1.2.2.tar.gz (23 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 wheel==0.37.0 Downloading wheel-0.37.0-py2.py3-none-any.whl (35 kB) Collecting alembic>=0.7 Downloading alembic-1.8.1-py3-none-any.whl (209 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.8/209.8 kB 2.7 MB/s eta 0:00:00 Collecting itsdangerous<2.0,>=0.24 Downloading itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) Collecting click<8.0,>=5.1 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 253.2 kB/s eta 0:00:00 Collecting greenlet!=0.4.17 Downloading greenlet-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 4.3 MB/s eta 0:00:00 Collecting six>=1.4.1 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting cffi>=1.1 Using cached cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl (463 kB) Collecting google-auth<3.0dev,>=1.25.0 Downloading google_auth-2.15.0-py2.py3-none-any.whl (177 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.0/177.0 kB 3.1 MB/s eta 0:00:00 Collecting google-cloud-core<3.0dev,>=1.6.0 Downloading google_cloud_core-2.3.2-py2.py3-none-any.whl (29 kB) Collecting google-resumable-media<3.0dev,>=1.3.0 Downloading google_resumable_media-2.4.0-py2.py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.4/77.4 kB 1.3 MB/s eta 0:00:00 Collecting google-api-core<3.0dev,>=1.29.0 Downloading google_api_core-2.11.0-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.3/120.3 kB 1.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools>=3.0 in /tmp/tmp.bEjKaB/lib/python3.9/site-packages (from gunicorn==20.0.4->-r requirements.txt (line 20)) (65.6.3) Collecting ruamel.yaml>=0.16.0 Downloading ruamel.yaml-0.17.21-py3-none-any.whl (109 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.5/109.5 kB 1.8 MB/s eta 0:00:00 Collecting docopt>=0.6.2 Downloading docopt-0.6.2.tar.gz (25 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting certifi>=2017.4.17 Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 2.1 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 1.5 MB/s eta 0:00:00 Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.13-py2.py3-none-any.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 2.0 MB/s eta 0:00:00 Collecting charset-normalizer~=2.0.0 Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Collecting pycparser Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting googleapis-common-protos<2.0dev,>=1.56.2 Downloading googleapis_common_protos-1.57.0-py2.py3-none-any.whl (217 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218.0/218.0 kB 3.5 MB/s eta 0:00:00 Collecting protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 Downloading protobuf-4.21.12-py3-none-any.whl (291 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 291.7/291.7 kB 4.0 MB/s eta 0:00:00 Collecting pyasn1-modules>=0.2.1 Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 2.5 MB/s eta 0:00:00 Collecting cachetools<6.0,>=2.0.0 Downloading cachetools-5.2.0-py3-none-any.whl (9.3 kB) Collecting rsa<5,>=3.1.4 Downloading rsa-4.9-py3-none-any.whl (34 kB) Collecting ruamel.yaml.clib>=0.2.6 Downloading ruamel.yaml.clib-0.2.7.tar.gz (182 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.5/182.5 kB 2.7 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pyasn1<0.5.0,>=0.4.6 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB 1.4 MB/s eta 0:00:00 Building wheels for collected packages: PyYAML, google-crc32c, setproctitle Building wheel for PyYAML (pyproject.toml): started Building wheel for PyYAML (pyproject.toml): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-5.4.1-cp39-cp39-linux_x86_64.whl size=45656 sha256=4da0365ba64d1b07c763c17667c685b1f0e142f5b7666c97dfea3028597e0821 Stored in directory: /root/.cache/pip/wheels/b8/63/40/b0e3357b91ef195f829c0c45552e97d0b9e31959af6dabd724 Building wheel for google-crc32c (pyproject.toml): started Building wheel for google-crc32c (pyproject.toml): finished with status 'done' Created wheel for google-crc32c: filename=google_crc32c-1.1.2-py3-none-any.whl size=13192 sha256=d7d860e8df84930fbe9a64a804badc03126937521d4699d828586547b77b227e Stored in directory: /root/.cache/pip/wheels/6c/67/c0/51db79a05eeae788feb8b4a1a206400aeb1434693c0be5b17e Building wheel for setproctitle (pyproject.toml): started Building wheel for setproctitle (pyproject.toml): finished with status 'done' Created wheel for setproctitle: filename=setproctitle-1.2.2-cp39-cp39-linux_x86_64.whl size=10723 sha256=ec0d1e9cf587dfb4f2a406c417adf5e2a7b16cf9a290090acfc72f7e9346f0d3 Stored in directory: /root/.cache/pip/wheels/90/a3/8d/8089bc740febea11600bb5b2c9688f9589012d24068501a63c Successfully built PyYAML google-crc32c setproctitle Installing collected packages: pytz, pyasn1, docopt, dataclasses, wheel, Werkzeug, urllib3, six, setproctitle, ruamel.yaml.clib, rsa, PyYAML, PyMySQL, PyJWT, pycparser, pyasn1-modules, protobuf, MarkupSafe, itsdangerous, idna, gunicorn, greenlet, click, charset-normalizer, certifi, cachetools, SQLAlchemy, ruamel.yaml, requests, python-dateutil, Mako, Jinja2, googleapis-common-protos, google-auth, cffi, pykwalify, google-crc32c, google-api-core, Flask, cryptography, bcrypt, alembic, google-resumable-media, google-cloud-core, Flask-Testing, Flask-SQLAlchemy, google-cloud-storage, Flask-Migrate DEPRECATION: docopt is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for docopt: started Running setup.py install for docopt: finished with status 'done' DEPRECATION: ruamel.yaml.clib is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for ruamel.yaml.clib: started Running setup.py install for ruamel.yaml.clib: finished with status 'done' DEPRECATION: SQLAlchemy is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for SQLAlchemy: started Running setup.py install for SQLAlchemy: finished with status 'done' DEPRECATION: Flask-Testing is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for Flask-Testing: started Running setup.py install for Flask-Testing: finished with status 'done' Successfully installed Flask-1.1.4 Flask-Migrate-3.1.0 Flask-SQLAlchemy-2.5.1 Flask-Testing-0.8.1 Jinja2-2.11.3 Mako-1.2.2 MarkupSafe-2.0.1 PyJWT-2.4.0 PyMySQL-1.0.2 PyYAML-5.4.1 SQLAlchemy-1.4.23 Werkzeug-0.16.1 alembic-1.8.1 bcrypt-3.2.0 cachetools-5.2.0 certifi-2022.12.7 cffi-1.15.1 charset-normalizer-2.0.12 click-7.1.2 cryptography-3.4.8 dataclasses-0.6 docopt-0.6.2 google-api-core-2.11.0 google-auth-2.15.0 google-cloud-core-2.3.2 google-cloud-storage-1.42.0 google-crc32c-1.1.2 google-resumable-media-2.4.0 googleapis-common-protos-1.57.0 greenlet-2.0.1 gunicorn-20.0.4 idna-3.4 itsdangerous-1.1.0 protobuf-4.21.12 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pykwalify-1.8.0 python-dateutil-2.8.2 pytz-2021.1 requests-2.26.0 rsa-4.9 ruamel.yaml-0.17.21 ruamel.yaml.clib-0.2.7 setproctitle-1.2.2 six-1.16.0 urllib3-1.26.13 wheel-0.37.0 Collecting junitxml==0.7 Downloading junitxml-0.7.tar.gz (26 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting python-subunit==1.3.0 Downloading python_subunit-1.3.0-py2.py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.9/104.9 kB 1.2 MB/s eta 0:00:00 Collecting extras Downloading extras-1.0.0-py2.py3-none-any.whl (7.3 kB) Collecting testtools>=0.9.34 Downloading testtools-2.5.0-py3-none-any.whl (181 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.0/182.0 kB 2.6 MB/s eta 0:00:00 Collecting fixtures>=1.3.0 Downloading fixtures-4.0.1.tar.gz (56 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.8/56.8 kB 1.1 MB/s eta 0:00:00 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 pbr>=0.11 Using cached pbr-5.11.0-py2.py3-none-any.whl (112 kB) Building wheels for collected packages: junitxml, fixtures Building wheel for junitxml (setup.py): started Building wheel for junitxml (setup.py): finished with status 'done' Created wheel for junitxml: filename=junitxml-0.7-py3-none-any.whl size=16307 sha256=645de0ced104f29ec4b92427028370b3f372effd4911cbab12ee3bc031e7d2da Stored in directory: /root/.cache/pip/wheels/8c/ad/09/3dd462a5b8aa955e0d38a660656a3991ee4b6fe6fdff8e6576 Building wheel for fixtures (pyproject.toml): started Building wheel for fixtures (pyproject.toml): finished with status 'done' Created wheel for fixtures: filename=fixtures-4.0.1-py3-none-any.whl size=63052 sha256=4d8d9c189f4d29fd321c384ed059250daec60bb6029b01e33a7318fee5ea8423 Stored in directory: /root/.cache/pip/wheels/eb/d1/68/cdd9833e95ed123a160b632742d86921c568ecc4f72705df52 Successfully built junitxml fixtures Installing collected packages: junitxml, extras, pbr, fixtures, testtools, python-subunit Successfully installed extras-1.0.0 fixtures-4.0.1 junitxml-0.7 pbr-5.11.0 python-subunit-1.3.0 testtools-2.5.0 hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Cloning into '/tmp/tmplka9mih0/repo-src/submod'... fatal: transport 'file' not allowed fatal: clone of '/tmp/tmplka9mih0/submod' into submodule path '/tmp/tmplka9mih0/repo-src/submod' failed hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m 2022-12-15 09:58:52.329320: ERROR foo bar == 2022-12-15 09:58:52.329628: test_exec 2022-12-15 09:58:52.329628: ERROR Traceback (most recent call last): | File "/repo/tests/runner/test_logging.py", line 44, in test_exec | raise RuntimeError() |RuntimeError | == 2022-12-15 09:58:52.330192: test_exec_cancelled 2022-12-15 09:58:52.330488: INFO foo bar 2022-12-15 09:58:52.330769: WARN foo bar 2022-12-15 09:58:52,793 ERROR: Unexpected error caught in BP error handler Traceback (most recent call last): File "/tmp/tmp.bEjKaB/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() File "/tmp/tmp.bEjKaB/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/repo/jobserv/api/build.py", line 63, in build_create b = trigger_build( File "/repo/jobserv/trigger.py", line 103, in trigger_build proj_def = ProjectDefinition.validate_data(proj_def) File "/repo/jobserv/project.py", line 202, in validate_data c = Core(source_data=data, schema_files=[schema]) File "/tmp/tmp.bEjKaB/lib/python3.9/site-packages/pykwalify/core.py", line 142, in __init__ raise CoreError(u"No source file/data was loaded") pykwalify.errors.CoreError: 2022-12-15 09:58:53,014 ERROR: Unexpected error creating runs for: {'name': 'git', 'type': 'git_poller', 'runs': [{'name': 'run0', 'host-tag': 'foo*', 'container': 'alpine', 'script': 'test'}]} Traceback (most recent call last): File "/repo/jobserv/trigger.py", line 58, in trigger_runs storage.set_run_definition(r, rundef) File "/usr/local/lib/python3.9/unittest/mock.py", line 1092, in __call__ return self._mock_call(*args, **kwargs) File "/usr/local/lib/python3.9/unittest/mock.py", line 1096, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/local/lib/python3.9/unittest/mock.py", line 1151, in _execute_mock_call raise effect RuntimeError: edge case!!! 2022-12-15 09:58:54,919 INFO: Delivered webhook to https://example.com 2022-12-15 09:58:55,180 INFO: Updating the rundef from simple->github_pr 2022-12-15 09:58:55,650 INFO: Updating the rundef from simple->gith_poller 2022-12-15 09:58:55,723 ERROR: Caught integrity error and failed run: 1 Traceback (most recent call last): File "/repo/jobserv/api/run.py", line 151, in _handle_triggers _create_triggers( File "/repo/jobserv/api/run.py", line 75, in _create_triggers trigger_runs( File "/repo/jobserv/trigger.py", line 51, in trigger_runs raise ValueError('A run named "%s" already exists' % name) ValueError: A run named "collision-name" already exists 2022-12-15 09:58:55,795 INFO: Updating the rundef from simple->github_pr 2022-12-15 09:59:03,234 ERROR: Unable to check doesnot matter.git/info/refs?service=git-upload-pack for changes: 500 2022-12-15 09:59:03,241 INFO: Adding foo to poller list 2022-12-15 09:59:03,246 INFO: Updating foo 2022-12-15 09:59:03,248 INFO: Looking for changes to: url1 2022-12-15 09:59:03,249 INFO: url1 ref1 change oldsha->sha1 2022-12-15 09:59:03,249 INFO: Looking for changes to: url1 2022-12-15 09:59:03,249 INFO: First run detected for url1 - ref1 2022-12-15 09:59:03,249 INFO: Looking for changes to: url1 2022-12-15 09:59:03,250 INFO: First run detected for url1 - ref2 2022-12-15 09:59:03,251 INFO: Trigger build for proj with params: {'GIT_URL': 'fake'} 2022-12-15 09:59:03,252 INFO: Skipping build for proj because of skip-ci message 2022-12-15 09:59:03,252 INFO: Trigger build for proj with params: {'GIT_URL': 'https://github.com'} 2022-12-15 09:59:03,252 INFO: Skipping build for proj because of skip-ci message 2022-12-15 09:59:03,253 INFO: Trigger build for proj with params: {'GIT_URL': 'https://fake.com'} 2022-12-15 09:59:03,253 INFO: Skipping build for proj because of skip-ci message 2022-12-15 09:59:07,671 ERROR: validation.invalid 2022-12-15 09:59:07,671 ERROR: --- All found errors --- 2022-12-15 09:59:07,671 ERROR: ["Cannot find required key 'timeout'. Path: ''"] 2022-12-15 09:59:07,952 ERROR: Failing cancelled run: proj1/1/bla 2022-12-15 09:59:08,228 INFO: marking w1 offline 81s without a check-in 2022-12-15 09:59:08,502 INFO: marking w1 offline (no pings log) 2022-12-15 09:59:08,781 INFO: rotating pings log to: /tmp/tmps73mhkxf/w1/pings.log.1671098348 2022-12-15 09:59:09,067 ERROR: Found stuck run proj1/1/bla on worker None 2022-12-15 09:59:09,071 ERROR: Found stuck run proj1/1/bla on worker None 2022-12-15 09:59:09,793 INFO: Entering surge support for armhf: count=1 2022-12-15 09:59:09,802 INFO: Exiting surge support for armhf 2022-12-15 09:59:09,802 INFO: Entering surge support for amd64: count=2 2022-12-15 09:59:09,804 INFO: Entering surge support for armhf: count=3 2022-12-15 09:59:10,086 INFO: Entering surge support for amd64: count=1 2022-12-15 09:59:10,091 INFO: Exiting surge support for amd64 2022-12-15 09:59:10,368 INFO: truncating the pings log 2022-12-15 09:59:10,381 ERROR: Unable to read: bad: Unable to load certificate. See https://cryptography.io/en/latest/faq.html#why-can-t-i-import-my-pem-file for more details. testtools.testresult.real._StringException: Traceback (most recent call last): File "/repo/tests/runner/test_handler_git.py", line 151, in test_git_submodules subprocess.check_call(["git", "submodule", "add", sub_src], cwd=repo_src) File "/usr/local/lib/python3.9/subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'submodule', 'add', '/tmp/tmplka9mih0/submod']' returned non-zero exit status 128. Docker not available Docker not available Test requires MySQL Test requires MySQL Test requires MySQL Test requires MySQL Test requires MySQL Test requires MySQL Script completed with error(s) == 2022-12-15 09:59:12.523131: Finding artifacts to upload Uploading 1 items 20188 bytes == 2022-12-15 09:59:13.288751: Analyzing junit results(/srv/gavelci-worker/runs/tmpsmhwrfmb/archive/junit.xml) == 2022-12-15 09:59:13.984083: Runner has completed ________ | o o| Thumbs Down |___/\_|________ | _____|__| | | || |______| | | | | | | | | |_| |_|