question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build error with Openshift 4

See original GitHub issue

Description

Info

  • f-m-p version : 4.3.0
  • Maven version (mvn -v) : 3.6.0
Caching blobs under "/var/cache/blobs".
Getting image source signatures
Copying blob sha256:2fab1038512362e3ecc53bd088d15b573554228e40c3a8c2b6a35dd034319d2e
Copying blob sha256:1fdb7be5b7e04d78c06271c1fac140923afd7fceba99e670b43a4caeb9e12fe7
Copying blob sha256:e39e0acd05a132f9851ab89aa9c003304acaea15239d98a49e66e1a9c82b897f
Copying blob sha256:4b44292fec1d5442d3e34b2c3adb430711d3c231d70954a9d42d2217f959a3a5
Copying blob sha256:7dc0dca2b1516961d6b3200564049db0a6e0410b370bb2189e2efae0d368616f
Copying blob sha256:d6fff4bb0996493ee898ab513fb1570c797d91a2d77365cb8ce60ac995d61bef
Copying blob sha256:edd9a9ea806e66bc81595225cd1eb3587288e91c3f0e7a0e050d090529da899c
Copying blob sha256:3b0e4c1fe20d89e41b1a408582ee80141da58e972e1e85bb67a3bbb723ac5ba9
Copying blob sha256:279f9e9dbd81ffde465c3613c8d42668fc7f90fcdd0ea2fc096dbe00d422ad3d
Copying blob sha256:444e42197d037bb691bfd39d27dadfddf260c117e648287ffdc9d06b0deb9d9b
Copying blob sha256:728478adadf64ecda279321079d1a30871f5698a434390e893f4924cc3f3772b
Copying blob sha256:d4feb2e228a99db66740d8a9716e7b425433cf76c6c96ace4a240a48db221b8a
Copying blob sha256:e7886c5bdbb9091a5fa49fecb3b38ae3b86b4dc3d898f35868ea304a07858fb1
Copying blob sha256:05562722fbe3d386d80195a54e38230f27521c800957f861bbe1f4aa16cee114
Copying blob sha256:8700ab630acc9c991fd8c8d432f57f8e667269a84cd6c4af7d4bb526d39a7fbd
Copying blob sha256:5d7ab3a9fe79144e76610e53f4ca88facbaa68d78a4d652dd5ec01b502a15eef
Copying blob sha256:6df3de21051156aa46c745270ffeaad903d7457901761412c7fdcc175425b11c
Copying blob sha256:86b908ea994135af1d1bebc0376f820b833c710d54db966a6248bfce32a6b0f0
Copying blob sha256:b1e6f56c9412d73422f3d05a420d8060910afe9df98eab26b64f2419be72b41c
Copying blob sha256:5530204593f325c8521f77e253694b97cc5390d1e14d0493c35b0eb75f4bc57e
Copying blob sha256:2bea995a93a4fb35fffb148c149f340652271706e452e5f49f7e30988b29fe33
Copying blob sha256:dd32d2faf9fa4e68f8a7195033339c20be7c43096b490f7e39f9778f2ba56e8b
Copying blob sha256:dde9d98ac0071a3ace2bd04b41e99cc440183f7a26083253bb612b9e5955f8ee
Copying blob sha256:94b14ee1a4420484af51a0ed5b9457c83523b69effdbfa57c0704501f19431e2
Copying blob sha256:854b48faa47da5e0268a141d13643359a3c01bbf40ef42361d2ee884715ecdf8
Copying blob sha256:b66cdd67f702702aa7ed8edbac84cd97c42e8357a5a519e57d94dc23ad144a64
Copying config sha256:10a0b9c43308245e87a0fef6a30e759ff18af8412788b28161afe04d02c990aa
Writing manifest to image destination
Storing signatures
Generating dockerfile with builder image fabric8/s2i-java:2.3
STEP 1: FROM fabric8/s2i-java:2.3
STEP 2: LABEL "io.openshift.build.image"="fabric8/s2i-java:2.3" "io.openshift.build.source-location"="/tmp/build/inputs"
STEP 3: ENV JAVA_APP_DIR="/deployments" JAVA_OPTIONS="-Dvertx.cacheDirBase=/tmp -Dvertx.disableDnsResolver=true" OPENSHIFT_BUILD_NAME="vertx-s2i-s2i-1" OPENSHIFT_BUILD_NAMESPACE="try"
STEP 4: USER root
STEP 5: COPY upload/src /tmp/src
STEP 6: RUN chown -R 1000:0 /tmp/src
error: build error: error building at STEP "RUN chown -R 1000:0 /tmp/src": signal: killed

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:28 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
EfraimLAcommented, Mar 12, 2020

Yes, it’s a out of memory problem (from cloud resources)

0reactions
rohanKanojiacommented, Jun 2, 2021

@KiranKumar-1993: Could you please try out with org.eclipse.jkube:openshift-maven-plugin:1.3.0 ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting builds | OpenShift Container Platform 4.7
Use the following to troubleshoot build issues. Resolving denial for access to resources. If your request for access to resources is denied: Issue....
Read more >
build error: key https://example.redhat.com contains http[s ...
Cannot run S2I builds after upgrading to Red Hat OpenShift Container Platform (RHOCP) 4.9. S2I builds are failing with the following error: Raw....
Read more >
Build error due to image pull authentication - IBM Cloud Docs
Check the build configuration file to see what registry the build needs pull access to. For example, if your build is part of...
Read more >
10 Most Common Build & Deployment Errors in OpenShift
10 Common Errors · 1. Missing configmap/secret/volume in deployment config · 2. health check using the wrong port · 3. missing build secret...
Read more >
Openshift build fails only in a specific project (with meteor error)
Using Openshift 4.6. I'm trying to build an image with a buildConfig, a docker strategy from a binary source (local directory).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found