-
Sub-task
-
Resolution: Done
-
Undefined
-
4.18
-
None
-
False
-
-
False
-
-
-
Sprint 265, Sprint 266, Sprint 269
Check-patch job is failing for MR 422 due to container image build failure brew/taskinfo?taskID=68023489
Image build failed. Error in binary-container-hermeto: "step-binary-container-hermeto-run" exited with code 1
The following error reports by Hermeto which is failing to process request due to the go Package parent module was not found
2025-06-23 12:51:43,939 - osbs.utils - DEBUG - Checking if the repo is modified locally: '['git', 'status']' 2025-06-23 12:51:44,807 - osbs.utils - DEBUG - Resetting current HEAD: '['git', 'reset', '--hard', 'afd0d80be55aaf331d2e8120e2561c2945df1cc4']' HEAD is now at afd0d80b Merge pull request #1958 from openshift-cherrypick-robot/cherry-pick-1956-to-release-4.12 2025-06-23 12:51:45,420 - osbs.utils - DEBUG - getting SHA-1 of provided ref 'afd0d80be55aaf331d2e8120e2561c2945df1cc4' 2025-06-23 12:51:45,429 - osbs.utils - INFO - commit ID = afd0d80be55aaf331d2e8120e2561c2945df1cc4 2025-06-23 12:51:47,214 - atomic_reactor.plugin - DEBUG - plugin 'hermeto_init' finished in 14s 2025-06-23 12:51:47,214 - atomic_reactor.tasks.plugin_based - INFO - task binary_container_hermeto_init finished successfully \o/ 2025-06-23 12:51:47,215 - atomic_reactor.inner - INFO - Writing workflow data into /workspace/ws-context-dir/workflow.json Using Hermeto version: hermeto 0.1.dev1+g7870853.d20250520 /workspace/ws-build-dir/_hermeto_remote_sources/remote-source ~ Processing remote source: remote-source Fetching dependencies using Hermeto options: {"packages": [{"type": "gomod", "path": "."}], "flags": []} 2025-06-23 12:51:53,415 INFO Fetching the gomod dependencies at subpath . 2025-06-23 12:51:53,861 INFO go.mod reported versions: '1.19'[go], '-'[toolchain] 2025-06-23 12:51:53,861 INFO Using Go release: go1.20 2025-06-23 12:51:53,875 INFO Vendoring the gomod dependencies 2025-06-23 12:52:13,239 INFO Retrieving the list of packages 2025-06-23 12:52:16,096 ERROR RuntimeError: Package parent module was not found ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /venv/lib64/python3.9/site-packages/hermeto/interface/cli.py:132 in │ │ cmd_with_error_handling │ │ │ │ 129 │ @functools.wraps(cmd) │ │ 130 │ def cmd_with_error_handling(*args: tuple[Any, ...], **kwargs: dict │ │ 131 │ │ try: │ │ ❱ 132 │ │ │ cmd(*args, **kwargs) │ │ 133 │ │ except BaseError as e: │ │ 134 │ │ │ _bail_out_with_error(e) │ │ 135 │ │ except Exception as e: │