mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 10:25:54 +03:00
[GH-ISSUE #375] Failed CI #94
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sergeydmitr on GitHub (Nov 8, 2023).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/375
!! Please fill in this template, DO NOT ignore or delete it. !!
I tried basic troubleshooting first
Describe the bug
CI failed every time, on Github Actions and Semaphore - same.
I get this error
PYTHONUNBUFFERED=1 ./sign.pyFailed in 00:02 Initializing dependencies...00:00 Downloading job files...00:02 Traceback (most recent call last):00:02 File "/Users/semaphore/testsigner/./sign.py", line 45, in run_process00:02 result = subprocess.run(cmd, capture_output=capture, check=check, env=env, cwd=cwd, timeout=timeout)00:02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^00:02 File "/usr/local/Cellar/python@3.11/3.11.5/Frameworks/Python.framework/Versions/3.11/lib/python3.11/subprocess.py", line 571, in run00:02 raise CalledProcessError(retcode, process.args,00:02 subprocess.CalledProcessError: Command '('node', 'node-utils/download.js', 'http://localhost:8080/jobs', '38b87987b81a805e99cba4ae83d1657aa8a19f146ed8dd99eb52934da86bf8b2', 'job.tar')' returned non-zero exit status 3.00:02 The above exception was the direct cause of the following exception:00:02 Traceback (most recent call last):00:02 File "/Users/semaphore/testsigner/./sign.py", line 1234, in <module>00:02 node_download(secret_url + "/jobs", job_archive, capture=False)00:02 File "/Users/semaphore/testsigner/./sign.py", line 129, in node_download00:02 return run_process(00:02 ^^^^^^^^^^^^00:02 File "/Users/semaphore/testsigner/./sign.py", line 47, in run_process00:02 raise (00:02 Exception: {'stdout': '', 'stderr': ''}Screenshots
System configuration
@ViRb3 commented on GitHub (Nov 8, 2023):
This is the same issue as #359. Please check my response there. I have also updated the docs to make it more clear.