Skip to content

maia-sdr-devel: add nodejs and update tools #19

maia-sdr-devel: add nodejs and update tools

maia-sdr-devel: add nodejs and update tools #19

Triggered via push February 13, 2024 08:57
Status Failure
Total duration 1m 39s
Artifacts
build-and-push-image
1m 31s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get upgrade -y && apt-get install -y make gcc g++ python3 python3-dev python3-pip python3-pytest python3-numpy python3-scipy iverilog wget curl default-jre libxrender-dev libxtst-dev libtinfo5 libgtk2.0-0 locales git zip unzip dfu-util fakeroot u-boot-tools device-tree-compiler mtools bison flex libncurses5-dev libssl-dev bc cpio rsync cmake libgtk-3-0 xz-utils libgmp-dev libmpc-dev && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && apt-get clean && rm -rf /var/lib/apt/lists/* && pip install -U pip && pip install cocotb cocotb-bus && cd /tmp && wget https://github.com/YosysHQ/oss-cad-suite-build/releases/download/${OSS_CAD_SUITE_RELEASE:0:4}-${OSS_CAD_SUITE_RELEASE:4:2}-${OSS_CAD_SUITE_RELEASE:6:2}/oss-cad-suite-linux-x64-${OSS_CAD_SUITE_RELEASE}.tgz && mkdir /opt/oss-cad-suite && tar zxf oss-cad-suite-linux-x64-${OSS_CAD_SUITE_RELEASE}.tgz -C /opt && rm -f oss-cad-suite-linux-x64-${OSS_CAD_SUITE_RELEASE}.tgz && pip install amaranth-${AMARANTH_RELEASE} && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path -t armv7-unknown-linux-gnueabihf,wasm32-unknown-unknown && source /opt/rust/env && curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && useradd -ms /bin/bash user" did not complete successfully: exit code: 1
build-and-push-image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.