-
Notifications
You must be signed in to change notification settings - Fork 67
Execution of "./bin/build" finishes but no "ova" file has been generated. #229
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
Here is a gist with |
Here is another gist which shows the execution of the Nevertheless, I'm still not able to produce new Regards, |
Hi @ivandavidov, Sorry for the delayed response. Those instructions are outdated. The argument should be: |
Thank you! I was able to produce the
I found only one useful reference for this error message here but this didn't help me understand the actual root cause for the issue. I unpacked the I guess the version should come from one of the I edited the Could you please work on improving the development documentation? I understand this is not a high priority task at the moment but having proper development documentation will have huge positive impact on the developers who are currently trying to build their own versions of PCF Dev. Regards, |
Hi @ivandavidov, Use Happy to accept a PR with the docs changes you needed to get this working. Otherwise, we'll get around to improving the developer documentation when we are able. |
Well, the I will do some more experiments, most probably during the weekend and I'll submit PR with the updated development documentation. I'm leaving the issue open for now. Meanwhile - I already signed the individual contributor license agreement and I guess this one is different from the license agreement which is necessary in order to be able to contribute to the projects in Cloud Foundry Foundation. Is my assumption correct? |
You can find my proposal regarding the development documentation changes in pull request #235. Regards, |
Thanks, closing this issue in favor of that PR. |
I decided to generate my own pcf-dev
ova
for no particular reason (I am developer and I am experimenting) and I followed the instructions provided here. I installed all dependencies and after that I executed the following command from the repo's root folder:Unfortunately, in the very end of the process I was surprised with the following message:
I reverse engineered the build execution and I found out that this message is produced when the following command has been executed from within the
output
directory:I tried to to enable the
-debug
option (as mention ind the comments in the development readme document) but the only message that I got in addition is this:I believe all my output artifacts have been downloaded/generated successfully since there were no other error messages and the build script didn't exit (due to
set -e
), which means that all commands exited with0
status, including the lastpacker
command.I googled the message and found out that this issue happens when there are errors during the
ova
generation process but I didn't see any error messages, nor the-debug
option shows any useful logs (see above). In fact thepacker
command exits very fast (less than one second) which makes me think there is no attempt whatsoever to generate ova file which should be several GB in size and therefore the actual "packaging" should take considerable time.My questions:
ova
file?Thank you!
The text was updated successfully, but these errors were encountered: