Session improvements - Add support for the new auth api and backbone of Unmanic plugin repos #691
integration_test_and_build_all_packages_ci.yml
on: pull_request
Annotations
1 error and 12 warnings
Build Docker Image
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
|
Run integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run integration tests
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Build Python package
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Python package
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/
|
Build Python package
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/
|
Build Python package
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/
|
Build Docker Image
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/.
|
Build Docker Image
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/
|
Build Docker Image
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/
|
Build Docker Image
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/
|
Build Docker Image
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/
|
Build Docker Image
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
unmanic-py-dist-data-0.2.4.post18
Expired
|
3.04 MB |
|