Include remote server 404 errors as a problem in debug logs #692
Annotations
1 error and 6 warnings
Docker Build and Push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"**** Install FFmpeg for $(uname -m) ****\" && sleep 2 && apt-get update && if uname -m | grep -q x86; then echo \"**** Add Jellyfin repository ****\" && wget -qO - https://repo.jellyfin.org/jellyfin_team.gpg.key | gpg --dearmor --output /usr/share/keyrings/jellyfin_team.gpg && echo \"deb [arch=$( dpkg --print-architecture ) signed-by=/usr/share/keyrings/jellyfin_team.gpg] https://repo.jellyfin.org/ubuntu jammy main\" | tee /etc/apt/sources.list.d/jellyfin.list && echo \"**** Install jellyfin-ffmpeg and linked 3rd party libs ****\" && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y openssl locales && wget --no-cookies --quiet -O \"/tmp/jellyfin-ffmpeg_${JELLYFIN_FFMPEG_VERSION}-jammy_amd64.deb\" \"https://repo.jellyfin.org/releases/server/ubuntu/versions/jellyfin-ffmpeg/${JELLYFIN_FFMPEG_VERSION}/jellyfin-ffmpeg6_${JELLYFIN_FFMPEG_VERSION}-jammy_amd64.deb\" && apt-get install -y /tmp/jellyfin-ffmpeg_${JELLYFIN_FFMPEG_VERSION}-jammy_amd64.deb && ln -s /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/local/bin/ffmpeg && ln -s /usr/lib/jellyfin-ffmpeg/ffprobe /usr/local/bin/ffprobe && echo ; fi && if uname -m | grep -q aarch64; then echo \"**** Add Jellyfin repository ****\" && wget -qO - https://repo.jellyfin.org/jellyfin_team.gpg.key | gpg --dearmor --output /usr/share/keyrings/jellyfin_team.gpg && echo \"deb [arch=$( dpkg --print-architecture ) signed-by=/usr/share/keyrings/jellyfin_team.gpg] https://repo.jellyfin.org/ubuntu jammy main\" | tee /etc/apt/sources.list.d/jellyfin.list && echo \"**** Install jellyfin-ffmpeg and linked 3rd party libs ****\" && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y locales libssl-dev libfontconfig1 libfreetype6 libomxil-bellagio0 libomxil-bellagio-bin && wget --no-cookies --quiet -O \"/tmp/jellyfin-ffmpeg_${JELLYFIN_FFMPEG_VERSION}-jammy_arm64.deb\" \"https://repo.jellyfin.org/releases/server/ubuntu/versions/jellyfin-ffmpeg/${JELLYFIN_FFMPEG_VERSION}/jellyfin-ffmpeg6_${JELLYFIN_FFMPEG_VERSION}-jammy_arm64.deb\" && apt-get install -y /tmp/jellyfin-ffmpeg_${JELLYFIN_FFMPEG_VERSION}-jammy_arm64.deb && ln -s /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/local/bin/ffmpeg && ln -s /usr/lib/jellyfin-ffmpeg/ffprobe /usr/local/bin/ffprobe && echo ; fi && echo \"**** Install startup script requirements ****\" && apt-get install -y jq nano sqlite3 && echo \"**** Add NodeJS repository ****\" && wget -qO - https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor --output /usr/share/keyrings/nodesource.gpg && echo \"deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main\" | tee /etc/apt/sources.list.d/nodesource.list && echo \"**** Install NodeJS for $(uname -m) ****\" && apt-get update && apt-get install -y nodejs && echo \"**** Install exiftool for $(uname -m) ****\" && apt-get install -y libimage-exiftool-perl && echo \"**** Section cleanup ****\" && apt-get clean autoclean -y && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*" did not complete successfully: exit code: 8
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Prepare
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Prepare
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Prepare
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Prepare
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Restore python package distribution data
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading