-
Bug
-
Resolution: Cannot Reproduce
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
Pipelines Sprint 251
Description of problem:
When running
release-tests-clustertasks-multiarch(jib-maven run), the build process encounters an error. The specific issue reported is that the parent directories required for creating the file cannot be created.
Workaround:
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Execute the acceptence tests release-tests-clustertasks-multiarch stage.
- Run the following command: gauge run --log-level=debug --verbose --tags e2e specs/clustertasks/clustertask-multiarch.
Actual results:
The jib-maven run command fails with the following error:
[ERROR] /workspace/source/jib-maven/src/main/java/org/eclipse/che/examples/HelloWorld.java:[7,8] error while writing org.eclipse.che.examples.HelloWorld: could not create parent directories
{}Expected results:
The command should successfully write the file HelloWorld.java without encountering any errors related to creating parent directories.
Reproducibility (Always/Intermittent/Only Once): Intermittent
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):
**
jib-maven test
gauge run --log-level=debug --verbose --tags e2e specs/clustertasks/clustertask-multiarch.spec:7 specs/clustertasks/clustertask-multiarch.spec:27
jib-maven-pz-run is successful.
jib-maven-run failed.
error: -
[ERROR] /workspace/source/jib-maven/src/main/java/org/eclipse/che/examples/HelloWorld.java:[7,8] error while writing org.eclipse.che.examples.HelloWorld: could not create parent directories