leandron opened a new issue, #12703: URL: https://github.com/apache/tvm/issues/12703
The Docker image rebuild process is currently broken due to the error below: ``` [2022-09-05T06:15:26.045Z] Step 37/59 : RUN bash /install/ubuntu_install_zephyr.sh [2022-09-05T06:15:26.045Z] ---> Running in fac06e49cb24 [2022-09-05T06:15:26.045Z] + export DEBIAN_FRONTEND=noninteractive [2022-09-05T06:15:26.045Z] + DEBIAN_FRONTEND=noninteractive [2022-09-05T06:15:26.045Z] + export TZ=Etc/UTC [2022-09-05T06:15:26.045Z] + TZ=Etc/UTC [2022-09-05T06:15:26.045Z] + sudo ln -snf /usr/share/zoneinfo/Etc/UTC /etc/localtime [2022-09-05T06:15:26.045Z] + echo Etc/UTC [2022-09-05T06:15:26.045Z] + sudo apt-install-and-clear -y --no-install-recommends libsdl2-dev ca-certificates gnupg software-properties-common wget git cmake ninja-build gperf ccache dfu-util device-tree-compiler wget python3-dev python3-pip python3-setuptools python3-tk python3-wheel python3-venv xz-utils file make gcc gcc-multilib g++-multilib apt-transport-https [2022-09-05T06:15:26.608Z] Reading package lists... [2022-09-05T06:15:26.864Z] Building dependency tree... [2022-09-05T06:15:26.864Z] Reading state information... [2022-09-05T06:15:26.864Z] make is already the newest version (4.1-9.1ubuntu1). [2022-09-05T06:15:26.864Z] python3-setuptools is already the newest version (39.0.1-2). [2022-09-05T06:15:26.864Z] ninja-build is already the newest version (1.8.2-1). [2022-09-05T06:15:26.864Z] python3-wheel is already the newest version (0.30.0-0.2). [2022-09-05T06:15:26.864Z] python3-wheel set to manually installed. [2022-09-05T06:15:26.864Z] ca-certificates is already the newest version (20211016~18.04.1). [2022-09-05T06:15:26.864Z] cmake is already the newest version (3.10.2-1ubuntu2.18.04.2). [2022-09-05T06:15:26.864Z] file is already the newest version (1:5.32-2ubuntu0.4). [2022-09-05T06:15:26.864Z] file set to manually installed. [2022-09-05T06:15:26.864Z] gcc is already the newest version (4:7.4.0-1ubuntu2.3). [2022-09-05T06:15:26.864Z] gcc set to manually installed. [2022-09-05T06:15:26.864Z] git is already the newest version (1:2.17.1-1ubuntu0.12). [2022-09-05T06:15:26.864Z] gnupg is already the newest version (2.2.4-1ubuntu1.6). [2022-09-05T06:15:26.864Z] gnupg set to manually installed. [2022-09-05T06:15:26.864Z] python3-dev is already the newest version (3.6.7-1~18.04). [2022-09-05T06:15:26.864Z] python3-dev set to manually installed. [2022-09-05T06:15:26.864Z] software-properties-common is already the newest version (0.96.24.32.18). [2022-09-05T06:15:26.865Z] wget is already the newest version (1.19.4-1ubuntu2.2). [2022-09-05T06:15:26.865Z] xz-utils is already the newest version (5.2.2-1.3ubuntu0.1). [2022-09-05T06:15:26.865Z] xz-utils set to manually installed. [2022-09-05T06:15:26.865Z] apt-transport-https is already the newest version (1.6.14). [2022-09-05T06:15:26.865Z] python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.5). [2022-09-05T06:15:26.865Z] Some packages could not be installed. This may mean that you have [2022-09-05T06:15:26.865Z] requested an impossible situation or if you are using the unstable [2022-09-05T06:15:26.865Z] distribution that some required packages have not yet been created [2022-09-05T06:15:26.865Z] or been moved out of Incoming. [2022-09-05T06:15:26.865Z] The following information may help to resolve the situation: [2022-09-05T06:15:26.865Z] [2022-09-05T06:15:26.865Z] The following packages have unmet dependencies: [2022-09-05T06:15:27.121Z] libsdl2-dev : Depends: libudev-dev but it is not going to be installed [2022-09-05T06:15:27.121Z] E: Unable to correct problems, you have held broken packages. [2022-09-05T06:15:27.121Z] The command '/bin/sh -c bash /install/ubuntu_install_zephyr.sh' returned a non-zero code: 100 [2022-09-05T06:15:27.121Z] ERROR: docker build failed. script returned exit code 1 ``` Jenkins: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/daily-docker-image-rebuild/453/pipeline -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
