We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR: invocation failed (exit code 1), logfile: /builds/worker/checkouts/src/pushmsixscript/.tox/coveralls/log/coveralls-2.log [task 2021-11-29T20:39:22.203Z] ================================== log start =================================== [task 2021-11-29T20:39:22.203Z] Obtaining file:///builds/worker/checkouts/src/pushmsixscript [task 2021-11-29T20:39:22.203Z] Installing build dependencies: started [task 2021-11-29T20:39:22.203Z] Installing build dependencies: finished with status 'done' [task 2021-11-29T20:39:22.203Z] Checking if build backend supports build_editable: started [task 2021-11-29T20:39:22.203Z] Checking if build backend supports build_editable: finished with status 'done' [task 2021-11-29T20:39:22.204Z] Getting requirements to build wheel: started [task 2021-11-29T20:39:22.204Z] Getting requirements to build wheel: finished with status 'done' [task 2021-11-29T20:39:22.204Z] Preparing metadata (pyproject.toml): started [task 2021-11-29T20:39:22.204Z] Preparing metadata (pyproject.toml): finished with status 'done' [task 2021-11-29T20:39:22.204Z] Collecting taskcluster [task 2021-11-29T20:39:22.204Z] Using cached taskcluster-44.2.2-py3-none-any.whl (135 kB) [task 2021-11-29T20:39:22.204Z] ERROR: Could not find a version that satisfies the requirement scriptworker-client (from pushmsixscript) (from versions: none) [task 2021-11-29T20:39:22.204Z] ERROR: No matching distribution found for scriptworker-client [task 2021-11-29T20:39:22.204Z] [task 2021-11-29T20:39:22.204Z] =================================== log end ==================================== [task 2021-11-29T20:39:22.204Z] ___________________________________ summary ____________________________________ [task 2021-11-29T20:39:22.204Z] ERROR: coveralls: InvocationError for command /builds/worker/checkouts/src/pushmsixscript/.tox/coveralls/bin/python -m pip install --exists-action w -e . (exited with code 1) [task 2021-11-29T20:39:22.223Z]
The text was updated successfully, but these errors were encountered:
githubscript has the same problem: https://firefox-ci-tc.services.mozilla.com/tasks/QuvY5XXhR3OTWQDPE0L_iQ/runs/0/logs/public/logs/live.log
Sorry, something went wrong.
We may need to explicitly point them to ../scriptworker_client ?
../scriptworker_client
Yes, found and fixed that, but then hit:
ImportError: cannot import name 'Reporter' from 'coverage.report'
...which again is quietly failing for several other scripts.
See also issue #450
gbrownmozilla
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: