Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow beetmover to receive optional exclude patterns #1100

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Actually, update all the schemas

bb05034
Select commit
Loading
Failed to load commit list.
Open

Allow beetmover to receive optional exclude patterns #1100

Actually, update all the schemas
bb05034
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / tox-githubscript-python311 succeeded Dec 12, 2024 in 2m 40s

FirefoxCI (push)

githubscript tox-py311

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2024-12-12T13:58:47.292Z
Resolved: 2024-12-12T14:00:03.715Z
Task Execution Time: 1 minute, 16 seconds, 423 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2024-12-12 13:58:47.361Z] Task ID: H95-2YyTRxKkOxFmuY2p8g
[taskcluster 2024-12-12 13:58:47.361Z] Worker ID: 1715862854033691962
[taskcluster 2024-12-12 13:58:47.361Z] Worker Group: us-west1-b
[taskcluster 2024-12-12 13:58:47.361Z] Worker Node Type: projects/970387039909/machineTypes/c2-standard-4
[taskcluster 2024-12-12 13:58:47.361Z] Worker Pool: scriptworker-3/b-linux-gcp
[taskcluster 2024-12-12 13:58:47.361Z] Worker Version: 38.0.5
[taskcluster 2024-12-12 13:58:47.361Z] Public IP: 35.203.131.1
[taskcluster 2024-12-12 13:58:47.361Z] Hostname: scriptworker-3-b-linux-gcp-wfzdvuper-u2dn-p-o6baa
[taskcluster 2024-12-12 13:58:47.361Z] using cache "scriptworker-level-3-checkouts-v3-7afeb851dd97df8f3607-DBS6rkORSV2FBLVFGWbQHA" -> /builds/worker/checkouts

[taskcluster 2024-12-12 13:58:52.338Z] Downloading artifact "public/image.tar.zst" from task ID: DBS6rkORSV2FBLVFGWbQHA.
[taskcluster 2024-12-12 13:58:57.340Z] Download Progress: 82.68%
[taskcluster 2024-12-12 13:58:58.354Z] Downloaded artifact successfully.
[taskcluster 2024-12-12 13:58:58.354Z] Downloaded 285.440 mb
[taskcluster 2024-12-12 13:58:58.355Z] Decompressing downloaded image
[taskcluster 2024-12-12 13:59:00.512Z] Loading docker image from downloaded archive.
[taskcluster 2024-12-12 13:59:18.375Z] Image 'public/image.tar.zst' from task 'DBS6rkORSV2FBLVFGWbQHA' loaded.  Using image ID sha256:60321cf0c7e2778eeb1d676e892d746ab5a5a30e6c1b723690dc85fd99995106.
[taskcluster 2024-12-12 13:59:18.523Z] === Task Starting ===
[setup 2024-12-12T13:59:21.223Z] run-task started in /
[setup 2024-12-12T13:59:21.223Z] Invoked by command: --scriptworker-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- sh -lxce tox -e githubscript-py311
[setup 2024-12-12T13:59:21.223Z] Python version: 3.11.9
[cache 2024-12-12T13:59:21.225Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-12-12T13:59:21.225Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-12-12T13:59:21.226Z] volume /builds/worker/checkouts is a cache
[setup 2024-12-12T13:59:21.226Z] running as worker:worker
[vcs 2024-12-12T13:59:21.226Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-12-12T13:59:21.230Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/scriptworker-scripts', '/builds/worker/checkouts/vcs']
[vcs 2024-12-12T13:59:21.231Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-12-12T13:59:27.530Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-releng/scriptworker-scripts', 'refs/heads/dev-beetmoverscript']
[vcs 2024-12-12T13:59:27.825Z] From https://github.com/mozilla-releng/scriptworker-scripts
[vcs 2024-12-12T13:59:27.825Z]  * branch              dev-beetmoverscript -> FETCH_HEAD
[vcs 2024-12-12T13:59:27.830Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-releng/scriptworker-scripts', 'refs/heads/dev-beetmoverscript']
[vcs 2024-12-12T13:59:28.055Z] From https://github.com/mozilla-releng/scriptworker-scripts
[vcs 2024-12-12T13:59:28.055Z]  * branch              dev-beetmoverscript -> FETCH_HEAD
[vcs 2024-12-12T13:59:28.060Z] executing ['git', 'checkout', '-f', '-B', 'refs/heads/dev-beetmoverscript', 'bb05034cd86256b99b15cc27399f167e2bcf6c2f']
[vcs 2024-12-12T13:59:29.119Z] Switched to a new branch 'refs/heads/dev-beetmoverscript'
[vcs 2024-12-12T13:59:29.119Z] cleaning git checkout...
[vcs 2024-12-12T13:59:29.120Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-12-12T13:59:29.131Z] removing []
[vcs 2024-12-12T13:59:29.131Z] successfully cleaned git checkout!
[vcs 2024-12-12T13:59:29.132Z] TinderboxPrint:<a href='https://github.com/mozilla-releng/scriptworker-scripts/commit/bb05034cd86256b99b15cc27399f167e2bcf6c2f' title='Built from scriptworker-scripts commit bb05034cd86256b99b15cc27399f167e2bcf6c2f'>bb05034cd86256b99b15cc27399f167e2bcf6c2f</a>
[task 2024-12-12T13:59:29.132Z] executing ['sh', '-lxce', 'tox -e githubscript-py311']
[task 2024-12-12T13:59:29.134Z] + id -u
[task 2024-12-12T13:59:29.135Z] + [ 1000 -eq 0 ]
[task 2024-12-12T13:59:29.135Z] + PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
[task 2024-12-12T13:59:29.135Z] + export PATH
[task 2024-12-12T13:59:29.135Z] + [ $  ]
[task 2024-12-12T13:59:29.135Z] + [  ]
[task 2024-12-12T13:59:29.135Z] + id -u
[task 2024-12-12T13:59:29.136Z] + [ 1000 -eq 0 ]
[task 2024-12-12T13:59:29.136Z] + PS1=$ 
[task 2024-12-12T13:59:29.136Z] + [ -d /etc/profile.d ]
[task 2024-12-12T13:59:29.136Z] + [ -r /etc/profile.d/*.sh ]
[task 2024-12-12T13:59:29.136Z] + unset i
[task 2024-12-12T13:59:29.136Z] + [ -n  ]
[task 2024-12-12T13:59:29.136Z] + [ -d /builds/worker/bin ]
[task 2024-12-12T13:59:29.136Z] + [ -d /builds/worker/.local/bin ]
[task 2024-12-12T13:59:29.136Z] + tox -e githubscript-py311
[task 2024-12-12T13:59:29.636Z] githubscript-py311: install_deps> python -I -m pip install pyparsing tox
[task 2024-12-12T13:59:32.595Z] githubscript-py311: commands[0] /builds/worker/checkouts/vcs/githubscript> tox -e py311
[task 2024-12-12T13:59:33.245Z] py311: install_deps> python -I -m pip install -e /builds/worker/checkouts/vcs/scriptworker_client -r requirements/test.in
[task 2024-12-12T13:59:45.105Z] .pkg: install_requires> python -I -m pip install 'setuptools>=40.8.0' wheel
[task 2024-12-12T13:59:45.988Z] .pkg: _optional_hooks> python /builds/worker/checkouts/vcs/.tox/githubscript-py311/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-12-12T13:59:46.284Z] .pkg: get_requires_for_build_editable> python /builds/worker/checkouts/vcs/.tox/githubscript-py311/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-12-12T13:59:46.514Z] .pkg: build_editable> python /builds/worker/checkouts/vcs/.tox/githubscript-py311/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-12-12T13:59:46.779Z] py311: install_package_deps> python -I -m pip install 'aiohttp_retry>=2.3' github3.py scriptworker scriptworker_client taskcluster
[task 2024-12-12T13:59:47.439Z] py311: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/1/githubscript-0.1.0-0.editable-py3-none-any.whl
[task 2024-12-12T13:59:47.929Z] py311: commands[0]> py.test --cov-config=tox.ini --cov-append --cov=/builds/worker/checkouts/vcs/githubscript/src/githubscript --cov-report term-missing tests
[task 2024-12-12T13:59:48.250Z] /builds/worker/checkouts/vcs/.tox/py311/lib/python3.11/site-packages/pytest_asyncio/plugin.py:208: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
[task 2024-12-12T13:59:48.250Z] The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"
[task 2024-12-12T13:59:48.251Z] 
[task 2024-12-12T13:59:48.251Z]   warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
[task 2024-12-12T13:59:48.892Z] ============================= test session starts ==============================
[task 2024-12-12T13:59:48.892Z] platform linux -- Python 3.11.9, pytest-8.3.4, pluggy-1.5.0
[task 2024-12-12T13:59:48.892Z] cachedir: /builds/worker/checkouts/vcs/.tox/py311/.pytest_cache
[task 2024-12-12T13:59:48.892Z] rootdir: /builds/worker/checkouts/vcs/githubscript
[task 2024-12-12T13:59:48.892Z] configfile: tox.ini
[task 2024-12-12T13:59:48.892Z] plugins: cov-6.0.0, asyncio-0.24.0
[task 2024-12-12T13:59:48.892Z] asyncio: mode=Mode.STRICT, default_loop_scope=None
[task 2024-12-12T13:59:48.892Z] collected 81 items
[task 2024-12-12T13:59:48.892Z] 
[task 2024-12-12T13:59:49.005Z] tests/test_github.py ...................................                 [ 43%]
[task 2024-12-12T13:59:49.050Z] tests/test_integration.py ..                                             [ 45%]
[task 2024-12-12T13:59:49.079Z] tests/test_release_config.py ............                                [ 60%]
[task 2024-12-12T13:59:49.097Z] tests/test_script.py ........                                            [ 70%]
[task 2024-12-12T13:59:49.182Z] tests/test_task.py ........................                              [100%]
[task 2024-12-12T13:59:49.182Z] 
[task 2024-12-12T13:59:49.182Z] ---------- coverage: platform linux, python 3.11.9-final-0 -----------
[task 2024-12-12T13:59:49.182Z] Name                                 Stmts   Miss Branch BrPart  Cover   Missing
[task 2024-12-12T13:59:49.182Z] --------------------------------------------------------------------------------
[task 2024-12-12T13:59:49.182Z] src/githubscript/__init__.py             0      0      0      0   100%
[task 2024-12-12T13:59:49.182Z] src/githubscript/github.py             128      0     24      1    99%   197->203
[task 2024-12-12T13:59:49.182Z] src/githubscript/release_config.py      42      2     22      2    94%   17, 25
[task 2024-12-12T13:59:49.182Z] src/githubscript/script.py              42      2     14      3    91%   27, 29->25, 31
[task 2024-12-12T13:59:49.182Z] src/githubscript/task.py                23      0      2      0   100%
[task 2024-12-12T13:59:49.182Z] --------------------------------------------------------------------------------
[task 2024-12-12T13:59:49.182Z] TOTAL                                  235      4     62      6    97%
[task 2024-12-12T13:59:49.182Z] 
[task 2024-12-12T13:59:49.182Z] 
[task 2024-12-12T13:59:49.182Z] ============================== 81 passed in 0.90s ==============================
[task 2024-12-12T13:59:49.292Z]   py311: OK (16.37=setup[15.01]+cmd[1.36] seconds)
[task 2024-12-12T13:59:49.292Z]   congratulations :) (16.53 seconds)
[task 2024-12-12T13:59:49.337Z] githubscript-py311: commands[1] /builds/worker/checkouts/vcs/githubscript> tox -e coveralls
[task 2024-12-12T13:59:49.762Z] coveralls: install_deps> python -I -m pip install coverage coveralls -e /builds/worker/checkouts/vcs/scriptworker_client
[task 2024-12-12T13:59:56.359Z] .pkg: _optional_hooks> python /builds/worker/checkouts/vcs/.tox/githubscript-py311/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-12-12T13:59:56.545Z] .pkg: get_requires_for_build_editable> python /builds/worker/checkouts/vcs/.tox/githubscript-py311/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-12-12T13:59:57.184Z] .pkg: build_editable> python /builds/worker/checkouts/vcs/.tox/githubscript-py311/lib/python3.11/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
[task 2024-12-12T13:59:57.460Z] coveralls: install_package_deps> python -I -m pip install 'aiohttp_retry>=2.3' github3.py scriptworker scriptworker_client taskcluster
[task 2024-12-12T14:00:01.984Z] coveralls: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/2/githubscript-0.1.0-0.editable-py3-none-any.whl
[task 2024-12-12T14:00:02.576Z] coveralls: commands[0]> coveralls
[task 2024-12-12T14:00:02.805Z] Error running coveralls: Not on TravisCI. You have to provide either repo_token in .coveralls.yml or set the COVERALLS_REPO_TOKEN env var.
[task 2024-12-12T14:00:02.805Z] Traceback (most recent call last):
[task 2024-12-12T14:00:02.805Z]   File "/builds/worker/checkouts/vcs/.tox/coveralls/lib/python3.11/site-packages/coveralls/cli.py", line 65, in main
[task 2024-12-12T14:00:02.805Z]     coverallz = Coveralls(
[task 2024-12-12T14:00:02.805Z]                 ^^^^^^^^^^
[task 2024-12-12T14:00:02.806Z]   File "/builds/worker/checkouts/vcs/.tox/coveralls/lib/python3.11/site-packages/coveralls/api.py", line 47, in __init__
[task 2024-12-12T14:00:02.806Z]     self.ensure_token()
[task 2024-12-12T14:00:02.806Z]   File "/builds/worker/checkouts/vcs/.tox/coveralls/lib/python3.11/site-packages/coveralls/api.py", line 60, in ensure_token
[task 2024-12-12T14:00:02.806Z]     raise CoverallsException(
[task 2024-12-12T14:00:02.806Z] coveralls.exception.CoverallsException: Not on TravisCI. You have to provide either repo_token in .coveralls.yml or set the COVERALLS_REPO_TOKEN env var.
[task 2024-12-12T14:00:02.840Z] coveralls: exit 1 (0.26 seconds) /builds/worker/checkouts/vcs/githubscript> coveralls pid=291
[task 2024-12-12T14:00:02.841Z]   coveralls: FAIL code 1 (13.24=setup[12.97]+cmd[0.26] seconds)
[task 2024-12-12T14:00:02.841Z]   evaluation failed :( (13.34 seconds)
[task 2024-12-12T14:00:02.887Z] githubscript-py311: exit 1 (13.55 seconds) /builds/worker/checkouts/vcs/githubscript> tox -e coveralls pid=242
[task 2024-12-12T14:00:02.887Z] githubscript-py311: command failed but is marked ignore outcome so handling it as success
[task 2024-12-12T14:00:02.888Z]   githubscript-py311: OK (33.53=setup[3.24]+cmd[16.74,13.55] seconds)
[task 2024-12-12T14:00:02.888Z]   congratulations :) (33.60 seconds)
[taskcluster 2024-12-12 14:00:03.245Z] === Task Finished ===
[taskcluster 2024-12-12 14:00:03.245Z] Successful task run with exit code: 0 completed in 75.885 seconds