-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while building image - Uploading directory "oc-build" as binary input #79
Comments
Hi everyone, I got similar issue: Error running start-build on at least one item: [buildconfig/tasks]; {reference={}, err=Uploading directory "oc-build" as binary input for the build ... I would be appreciated if somebody can explain this issue. Thank you. |
Thanks for sharing your error Alex.
Dear Authors and Contributors,
I’d appreciate if you can respond to us and help resolve this error ASAP.
Sent from my iPhone. Please excuse the brevity and typos.
… On Mar 11, 2018, at 4:25 PM, Alex Briginevich ***@***.***> wrote:
Hi everyone,
I got similar issue:
Error running start-build on at least one item: [buildconfig/tasks];
{reference={}, err=Uploading directory "oc-build" as binary input for the build ...
error: The build dev/tasks-4 status is "Failed", verb=start-build, cmd=oc start-build buildconfig/tasks --from-dir=oc-build --wait=true -o=name --server=https://172.30.0.1:443 --namespace=dev --token=XXXXX , out=build/tasks-4, status=1}
I would be appreciated if somebody can explain this issue. Thank you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sent from my iPhone. Please excuse the brevity and typos.
… On Mar 11, 2018, at 4:55 PM, Deepjyot Singh ***@***.***> wrote:
Thanks for sharing your error Alex.
Dear Authors and Contributors,
I’d appreciate if you can respond to us and help resolve this error ASAP.
Sent from my iPhone. Please excuse the brevity and typos.
> On Mar 11, 2018, at 4:25 PM, Alex Briginevich ***@***.***> wrote:
>
> Hi everyone,
>
> I got similar issue:
>
> Error running start-build on at least one item: [buildconfig/tasks];
>
> {reference={}, err=Uploading directory "oc-build" as binary input for the build ...
> error: The build dev/tasks-4 status is "Failed", verb=start-build, cmd=oc start-build buildconfig/tasks --from-dir=oc-build --wait=true -o=name --server=https://172.30.0.1:443 --namespace=dev --token=XXXXX , out=build/tasks-4, status=1}
>
>
> I would be appreciated if somebody can explain this issue. Thank you.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
|
@siamaksade @thoraxe @ryanj @mhausenblas @jorgemoralespou Can either of you provide your valuable inputs on this error? |
Sorry, never used that one here … |
@deepjyotsingh could you provide some more info?
|
Please see my response inline.
- Where do you deploy the demo? - *Running it on a CentOS VM in Google
Cloud*
- How do you deploy the demo (script or template)? - *Provision script*
- How much memory you have available in your OpenShift cluster? - *12 GB*
- Is SoanrQube deployed? - *Yes the pod is deployed but it doesn't start
up so I'm running the build with with_sonar flag set as false.*
…On Mon, Mar 12, 2018 at 5:09 AM, Siamak Sadeghianfar < ***@***.***> wrote:
@deepjyotsingh <https://github.com/deepjyotsingh> could you provide some
more info?
- Where do you deploy the demo?
- How do you deploy the demo (script or template)?
- How much memory you have available in your OpenShift cluster?
- Is SoanrQube deployed?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AjZbA9lx7wKS7pYJhDQHG3tAR4lVyJtjks5tdmWVgaJpZM4SifKg>
.
|
Do we need a docker registry to run this build? I don't see registry as a prerequisite but just wondering if that's causing the image build process to fail. |
Any inputs or feedback on how to get past this error? |
Hi @mhausenblas, I can try to answer on your questions: Where do you deploy the demo? Deployed Openshift-Origin on Azure public cloud. How do you deploy the demo (script or template)? Link to repository: https://github.com/Microsoft/openshift-origin How much memory you have available in your OpenShift cluster? 3 masters - 2 CPU - 8GB Is SoanrQube deployed? False. |
Any update on this error? @siamaksade - can you please review and advice? |
Also experiencing this issue. Any update on this, please? |
I ran into the same issue. I'm pretty sure it's because the image You can edit the Jenkinsfile in your web console under Builds > Pipelines > Select task-pipeline > Actions > Edit YAML Alternatively you can checkout my fork which I created to get this CI/CD demo working on OpenShift Origin 3.9 without issues (https://github.com/niiku/openshift-origin-cicd-demo) |
Has anyone seen the below error while building the tasks app?
Error running start-build on at least one item: [buildconfig/tasks];
{reference={}, err=Uploading directory "oc-build" as binary input for the build ...
Error from server (BadRequest): unable to wait for build tasks-2 to run: timed out waiting for the condition, verb=start-build, cmd=oc start-build buildconfig/tasks --from-dir=oc-build --wait=true -o=name --server=https://172.30.0.1:443 --namespace=dev-admin --token=XXXXX , out=, status=1}
The text was updated successfully, but these errors were encountered: