issue-390: Fixed the editURL of docusaurus (#391) #1055
Annotations
1 error and 2 warnings
deploy
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; url=; case \"${ARCH_NAME##*-}\" in 'x86_64') OS_ARCH_SUFFIX=''; GOBIN_VERSION='amd64'; ;; 'aarch64') OS_ARCH_SUFFIX='-aarch64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac; echo -e \"[nodejs]\\nname=nodejs\\nstream=20\\nprofiles=\\nstate=enabled\\n\" > /etc/dnf/modules.d/nodejs.module && microdnf install -y php php-curl php-zip php-bcmath php-json php-pear php-mbstring php-devel make gcc git-core python${PYTHON_VERSION} python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-pip ruby ruby-devel libX11-devel libXext-devel libXrender-devel libjpeg-turbo-devel diffutils pcre2 which tar zip unzip sudo nodejs ncurses glibc-common glibc-all-langpacks xorg-x11-fonts-75dpi xorg-x11-fonts-Type1 && alternatives --install /usr/bin/python3 python /usr/bin/python${PYTHON_VERSION} 10 && alternatives --install /usr/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 10 && python3 --version && node --version && python3 -m pip install --upgrade pip && curl -LO https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox-0.12.6.1-3.almalinux9.${ARCH_NAME}.rpm && rpm -ivh wkhtmltox-0.12.6.1-3.almalinux9.${ARCH_NAME}.rpm && rm wkhtmltox-0.12.6.1-3.almalinux9.${ARCH_NAME}.rpm && curl -s \"https://get.sdkman.io\" | bash && source \"$HOME/.sdkman/bin/sdkman-init.sh\" && echo -e \"sdkman_auto_answer=true\\nsdkman_selfupdate_feature=false\\nsdkman_auto_env=true\\nsdkman_curl_connect_timeout=20\\nsdkman_curl_max_time=0\" >> $HOME/.sdkman/etc/config && sdk install java $JAVA_VERSION && sdk install maven $MAVEN_VERSION && sdk install gradle $GRADLE_VERSION && sdk install sbt $SBT_VERSION && sdk offline enable && mv /root/.sdkman/candidates/* /opt/ && rm -rf /root/.sdkman && npm install -g @cyclonedx/cdxgen && cdxgen --version && curl -LO \"https://dl.google.com/go/go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz\" && tar -C /usr/local -xzf go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz && rm go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz && useradd -ms /bin/bash appthreat && pecl channel-update pecl.php.net && pecl install timezonedb && echo 'extension=timezonedb.so' >> /etc/php.ini && php -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\" && php composer-setup.php && mv composer.phar /usr/local/bin/composer && python3 -m pip install pipenv certifi && curl -LsSf https://astral.sh/uv/install.sh | sh && cd /opt/dep-scan && uv sync && uv cache clean && rm -r \"$(uv python dir)\" && rm -r \"$(uv tool dir)\" && rm ~/.local/bin/uv ~/.local/bin/uvx && chmod a-w -R /opt && rm -rf /var/cache/yum && microdnf clean all" did not complete successfully: exit code: 1
|
deploy
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
deploy
Cache not found for keys: setup-uv-1-x86_64-unknown-linux-gnu-3.12.3-02bb60bfceaf2d0cfbeeac4f8e49dbc093c9d6609a8ddb6038742d60719b7ebc
|