fabric8io-images / s2i

OpenShift S2I images for Java and Karaf applications
Apache License 2.0
70 stars 84 forks source link

Missing one or more than one assembly archive file *.zip in /tmp/src/target #157

Closed magick93 closed 5 years ago

magick93 commented 6 years ago

Hello

I am trying to build using the s2i builder fabric8/s2i-karaf but I get the below error.

I run the following command:

s2i build . fabric8/s2i-karaf karaf/test --loglevel=5

I0511 19:32:26.999666    2107 sti.go:679] [INFO] BUILD SUCCESS
I0511 19:32:26.999685    2107 sti.go:679] [INFO] ------------------------------------------------------------------------
I0511 19:32:27.000147    2107 sti.go:679] [INFO] Total time: 04:00 min
I0511 19:32:27.000364    2107 sti.go:679] [INFO] Finished at: 2018-05-11T07:32:26+00:00
I0511 19:32:27.207335    2107 sti.go:679] [INFO] Final Memory: 26M/136M
I0511 19:32:27.207373    2107 sti.go:679] [INFO] ------------------------------------------------------------------------
I0511 19:32:27.275942    2107 sti.go:679] Copying built artifacts from /tmp/src/target into /deployments...
I0511 19:32:27.312372    2107 sti.go:679] Missing one or more than one assembly archive file *.zip in /tmp/src/target
I0511 19:32:27.434833    2107 docker.go:1048] Waiting for container "78abf81020ba21ca3a6eb35df92f32f98e0fe05cf9bd68621114c716cb4ee580" to stop ...
I0511 19:32:27.772003    2107 docker.go:984] Removing container "78abf81020ba21ca3a6eb35df92f32f98e0fe05cf9bd68621114c716cb4ee580" ...
I0511 19:32:27.994757    2107 docker.go:994] Removed container "78abf81020ba21ca3a6eb35df92f32f98e0fe05cf9bd68621114c716cb4ee580"
I0511 19:32:28.007111    2107 cleanup.go:33] Removing temporary directory /tmp/s2i981732262
I0511 19:32:28.007769    2107 fs.go:236] Removing directory '/tmp/s2i981732262'
I0511 19:32:28.035146    2107 main.go:165] Build failed
E0511 19:32:28.035219    2107 errors.go:276] An error occurred: non-zero (13) exit code from fabric8/s2i-karaf
rhuss commented 6 years ago

@dhirajsb any idea ?

dhirajsb commented 5 years ago

Closing stale issue, this was fixed in an ENTESB issue, iirc.