Skip to content
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

Fix "Build and push Docker image" workflow #51

Closed
artur-rs opened this issue Sep 24, 2024 · 2 comments
Closed

Fix "Build and push Docker image" workflow #51

artur-rs opened this issue Sep 24, 2024 · 2 comments
Labels
P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior. W: todo Workflow: todo. The issue is in the initial to do state.

Comments

@artur-rs
Copy link

Affected component(s) or functionality

tenchboot-sdk: https://github.com/TrenchBoot/trenchboot-sdk

Brief summary

During the work with pre-commit setup, another CI workflow returns error:
https://github.com/TrenchBoot/trenchboot-sdk/actions/runs/10945946130/job/30391293792?pr=10

Version

All?

To Reproduce

Run CI workflow from the GH Actions: https://github.com/TrenchBoot/trenchboot-sdk/actions/workflows/main.yml

Expected behavior

CI workflow "Build and push Docker image" should end with a success.

Actual behavior

Error: buildx call failed with: ERROR: failed to solve: process "/bin/sh -c useradd -p locked -m trenchboot && \tapt-get -qq update && \tapt-get -qqy install \t\tautoconf \t\tautopoint \t\tbcc \t\tbin86 \t\tbison \t\tbridge-utils \t\tbsdextrautils \t\tbuild-essential \t\tbzip2 \t\tccache \t\te2fslibs-dev \t\tflex \t\tflex \t\tgawk \t\tgcc \t\tgettext \t\tgit \t\tgit-core \t\tiasl \t\tiproute2 \t\tlibaio-dev \t\tlibbz2-dev \t\tlibc6-dev \t\tlibc6-dev-i386 \t\tlibcurl4 \t\tlibcurl4-openssl-dev \t\tliblzma-dev \t\tlibncurses5-dev \t\tlibpci-dev \t\tlibpixman-1-dev \t\tlibsdl-dev \t\tlibsystemd-dev \t\tlibvncserver-dev \t\tlibx11-dev \t\tlibyajl-dev \t\tmake \t\tmarkdown \t\tmercurial \t\tmeson \t\tocaml \t\tocaml-findlib \t\tpandoc \t\tpatch \t\tpkg-config \t\tpython \t\tpython \t\tpython-dev \t\tpython3-dev \t\ttexinfo \t\ttexlive-fonts-extra \t\ttexlive-fonts-recommended \t\ttexlive-latex-base \t\ttexlive-latex-recommended \t\ttgif \t\ttransfig \t\tuuid-dev \t\twget \t\txz-utils \t\tzlib1g-dev \t&& apt-get clean" did not complete successfully: exit code: 100

Screenshots
Additional context
Solutions you've tried
Relevant documentation you've consulted
Related, non-duplicate issues

@artur-rs artur-rs added T: bug Type: bug report. A problem or defect resulting in unintended behavior. P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. W: todo Workflow: todo. The issue is in the initial to do state. labels Sep 24, 2024
@krystian-hebel
Copy link

TrenchBoot/trenchboot-sdk#12 should fix this, I'm waiting for CI to build the container after a rebase to confirm it still works. Ideally it should be based on something else than stable.

@krystian-hebel
Copy link

It works, for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior. W: todo Workflow: todo. The issue is in the initial to do state.
Projects
None yet
Development

No branches or pull requests

2 participants