mrtest: Not Found 404
Hi, I wanted to use this tool for the first time and I got this error
$ mrtest add 3835
Welcome to mrtest, this tool allows downloading and installing
Alpine packages from merge requests.
WARNING: do not use this tool unless you understand what it does,
otherwise you can get tricked into installing malicious code!
Malicios code may make your device permanently unusable, steal
your passwords, and worse.
You are about to select and then install packages from:
https://gitlab.com/postmarketOS/pmaports/-/merge_requests/3835
* Did you read and understand the diff?
* If not, do you at least trust the person who submitted it?
If you don't understand the diff and don't trust the submitter,
answer with 'stop'. Otherwise, if you want to proceed, type in the
MR ID.
Your answer: 3835
---
Download https://gitlab.com/api/v4/projects/postmarketOS%2Fpmaports/merge_requests/3835
Download https://gitlab.com/api/v4/projects/36720783/pipelines/935077586/jobs
Packages have been built by unknown CI runner:
{
"id": 12270807,
"description": "1-blue.saas-linux-small-amd64.runners-manager.gitlab.com/default",
"ip_address": "10.216.10.3",
"active": true,
"paused": false,
"is_shared": true,
"runner_type": "instance_type",
"name": "gitlab-runner",
"online": true,
"status": "online"
}
Are you sure you trust this CI runner (yes/no)? yes
Permanently added this runner to the list of known runners.
Download https://gitlab.com/api/v4/projects/36720783/jobs/4676514821/artifacts
Traceback (most recent call last):
File "/gnu/store/2mjq0zk6i2r37jhi5rxhz27amm7c3r2i-python-mrhlpr-1.2.0/bin/.mrtest-real", line 33, in <module>
sys.exit(load_entry_point('mrhlpr==1.2.0', 'console_scripts', 'mrtest')())
File "/gnu/store/2mjq0zk6i2r37jhi5rxhz27amm7c3r2i-python-mrhlpr-1.2.0/lib/python3.10/site-packages/mrtest/frontend.py", line 55, in main
mrtest.add_packages.add_packages(origin, args.mr_id, args.no_cache)
File "/gnu/store/2mjq0zk6i2r37jhi5rxhz27amm7c3r2i-python-mrhlpr-1.2.0/lib/python3.10/site-packages/mrtest/add_packages.py", line 107, in add_packages
zip_path = mrhlpr.mr.get_artifacts_zip(mr_id, no_cache, origin)
File "/gnu/store/2mjq0zk6i2r37jhi5rxhz27amm7c3r2i-python-mrhlpr-1.2.0/lib/python3.10/site-packages/mrhlpr/mr.py", line 133, in get_artifacts_zip
return gitlab.download_artifacts_zip(origin["api"], pipeline_project_id, job)
File "/gnu/store/2mjq0zk6i2r37jhi5rxhz27amm7c3r2i-python-mrhlpr-1.2.0/lib/python3.10/site-packages/mrhlpr/gitlab.py", line 87, in download_artifacts_zip
with urllib.request.urlopen(url) as response:
File "/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/lib/python3.10/urllib/request.py", line 563, in error
return self._call_chain(*args)
File "/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
If I check the page itself it reports also not found.
Would should I do? Tried different MR and the result is the same.