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

Docker builds failing #181

Open
gomezzz opened this issue Jul 14, 2023 · 2 comments
Open

Docker builds failing #181

gomezzz opened this issue Jul 14, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@gomezzz
Copy link
Collaborator

gomezzz commented Jul 14, 2023

Issue

Problem Description

Unfortunately, docker builds still fail with

https://github.com/aidotse/PASEOS/actions/runs/5552442050/jobs/10139801435

  > [ 9/10] RUN mamba env update --file environment.yml --name base:
0.558   File "/home/user/conda/bin/mamba", line 7, in <module>
0.558     from mamba.mamba import main
0.558   File "/home/user/conda/lib/python3.11/site-packages/mamba/mamba.py", line 49, in <module>
0.558     import libmambapy as api
0.558   File "/home/user/conda/lib/python3.11/site-packages/libmambapy/__init__.py", line 7, in <module>
0.558     raise e
0.559   File "/home/user/conda/lib/python3.11/site-packages/libmambapy/__init__.py", line 4, in <module>
0.559     from libmambapy.bindings import *  # noqa: F401,F403
0.559     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.559 ImportError: libarchive.so.13: cannot open shared object file: No such file or directory
------
ERROR: failed to solve: executor failed running [/bin/sh -c mamba env update --file environment.yml --name base]: exit code: 1
Error: buildx call failed with: ERROR: failed to solve: executor failed running [/bin/sh -c mamba env update --file environment.yml --name base]: exit code: 1

Expected Behavior

Not failing :)

What Needs to be Done

Not a clue ✌️

How Can It Be Tested or Reproduced

Run github action

@gomezzz gomezzz added the bug Something isn't working label Jul 14, 2023
@gomezzz
Copy link
Collaborator Author

gomezzz commented Mar 25, 2024

@GabrieleMeoni do you still wanna fix this? Otherwise, I would suggest to disable them since our workflows always fail because of this

@GabrieleMeoni
Copy link
Collaborator

@gomezzz This will take some time. Let's disable it for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants