containers / podman-desktop-extension-ai-lab

Work with LLMs on a local environment using containers
https://podman-desktop.io/extensions/ai-lab
Apache License 2.0
181 stars 41 forks source link

AI Lab ChatBot recipe E2E Tests are not running on GHA Ubuntu runner #1500

Open axel7083 opened 3 months ago

axel7083 commented 3 months ago

Bug description

See https://github.com/containers/podman-desktop-extension-ai-lab/actions/workflows/e2e-main.yaml

Operating system

Github actions

Installation Method

Other

Version

next (development version)

Steps to reproduce

No response

Relevant log output

-   unexpected value " Pulling ChatBot recipe   Something went wrong while pulling ChatBot: Error: (HTTP code 500) server error - failed to make pod: unable to create pod cgroup for pod cbd1e77a04a1ffc3ee6d0924a9c17ed4bb8baa92c0738aeabc66db4d120c3e46: creating cgroup user.slice/user-1001.slice/user@1001.service/user.slice/user-libpod_pod_cbd1e77a04a1ffc3ee6d0924a9c17ed4bb8baa92c0738aeabc66db4d120c3e46.slice: dbus: invalid bus address (invalid or unsupported transport)  View Error  Checking out repository    Downloading model instructlab/granite-7b-lab-GGUF (100%)   Copying model instructlab/granite-7b-lab-GGUF to Podman Machine (100%)   Loading configuration    Building llamacpp-server    Building streamlit-chat-app    Creating AI App   Something went wrong while creating pod: Error: (HTTP code 500) server error - failed to make pod: unable to create pod cgroup for pod cbd1e77a04a1ffc3ee6d0924a9c17ed4bb8baa92c0738aeabc66db4d120c3e46: creating cgroup user.slice/user-1001.slice/user@1001.service/user.slice/user-libpod_pod_cbd1e77a04a1ffc3ee6d0924a9c17ed4bb8baa92c0738aeabc66db4d120c3e46.slice: dbus: invalid bus address (invalid or unsupported transport)  View Error "

Additional context

The interesting part seems to be failed to make pod: unable to create pod cgroup for pod cbd1e77a04a1ffc3ee6d0924a9c17ed4bb8baa92c0738aeabc66db4d120c3e46: creating cgroup user.slice/user-1001.slice/user@1001.service/user.slice/user-libpod_pod_cbd1e77a04a1ffc3ee6d0924a9c17ed4bb8baa92c0738aeabc66db4d120c3e46.slice: dbus: invalid bus address (invalid or unsupported transport) View Error "

axel7083 commented 3 months ago

cc @ScrewTSW @odockal

ScrewTSW commented 3 months ago

Will look into it next sprint, currently I'm disabling app deployment test on linux env https://github.com/containers/podman-desktop-extension-ai-lab/pull/1603

ScrewTSW commented 2 months ago

Tests are now running with disabled app deployment, will add e2e-test as blocking PR check

axel7083 commented 2 months ago

You may close the issue if you think it is resolved @ScrewTSW