Skip to content

更新 Dockerfile

更新 Dockerfile #21

Re-run triggered October 12, 2023 16:10
Status Failure
Total duration 12m 37s
Artifacts

docker.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Build AMD64 Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .build-tools git g++ build-base linux-headers cmake && apk add --no-cache --virtual .build-deps curl-dev rapidjson-dev libevent-dev pcre2-dev yaml-cpp-dev && git clone https://github.com/ftk/quickjspp --depth=1 && cd quickjspp && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Release . && make quickjs -j $THREADS && install -d /usr/lib/quickjs/ && install -m644 quickjs/libquickjs.a /usr/lib/quickjs/ && install -d /usr/include/quickjs/ && install -m644 quickjs/quickjs.h quickjs/quickjs-libc.h /usr/include/quickjs/ && install -m644 quickjspp.hpp /usr/include && cd .. && git clone https://github.com/PerMalmberg/libcron --depth=1 && cd libcron && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Release . && make libcron -j $THREADS && install -m644 libcron/out/Release/liblibcron.a /usr/lib/ && install -d /usr/include/libcron/ && install -m644 libcron/include/libcron/* /usr/include/libcron/ && install -d /usr/include/date/ && install -m644 libcron/externals/date/include/date/* /usr/include/date/ && cd .. && git clone https://github.com/ToruNiina/toml11 --depth=1 && cd toml11 && cmake -DCMAKE_CXX_STANDARD=11 . && make install -j $THREADS && cd .. && git clone https://github.com/MetaCubeX/subconverter --depth=1 && cd subconverter && [ -n \"$SHA\" ] && sed -i 's/\\(v[0-9]\\.[0-9]\\.[0-9]\\)/\\1-'\"$SHA\"'/' src/version.h; cmake -DCMAKE_BUILD_TYPE=Release . && make -j $THREADS && mv subconverter /usr/bin && mv base ../ && cd .. && rm -rf subconverter quickjspp libcron toml11 /usr/lib/lib*.a /usr/include/* /usr/local/include/lib*.a /usr/local/include/* && apk add --no-cache --virtual subconverter-deps pcre2 libcurl yaml-cpp libevent && apk del .build-tools .build-deps" did not complete successfully: exit code: 2
Build x86 Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .build-tools git g++ build-base linux-headers cmake && apk add --no-cache --virtual .build-deps curl-dev rapidjson-dev libevent-dev pcre2-dev yaml-cpp-dev && git clone https://github.com/ftk/quickjspp --depth=1 && cd quickjspp && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Release . && make quickjs -j $THREADS && install -d /usr/lib/quickjs/ && install -m644 quickjs/libquickjs.a /usr/lib/quickjs/ && install -d /usr/include/quickjs/ && install -m644 quickjs/quickjs.h quickjs/quickjs-libc.h /usr/include/quickjs/ && install -m644 quickjspp.hpp /usr/include && cd .. && git clone https://github.com/PerMalmberg/libcron --depth=1 && cd libcron && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Release . && make libcron -j $THREADS && install -m644 libcron/out/Release/liblibcron.a /usr/lib/ && install -d /usr/include/libcron/ && install -m644 libcron/include/libcron/* /usr/include/libcron/ && install -d /usr/include/date/ && install -m644 libcron/externals/date/include/date/* /usr/include/date/ && cd .. && git clone https://github.com/ToruNiina/toml11 --depth=1 && cd toml11 && cmake -DCMAKE_CXX_STANDARD=11 . && make install -j $THREADS && cd .. && git clone https://github.com/MetaCubeX/subconverter --depth=1 && cd subconverter && [ -n \"$SHA\" ] && sed -i 's/\\(v[0-9]\\.[0-9]\\.[0-9]\\)/\\1-'\"$SHA\"'/' src/version.h; cmake -DCMAKE_BUILD_TYPE=Release . && make -j $THREADS && mv subconverter /usr/bin && mv base ../ && cd .. && rm -rf subconverter quickjspp libcron toml11 /usr/lib/lib*.a /usr/include/* /usr/local/include/lib*.a /usr/local/include/* && apk add --no-cache --virtual subconverter-deps pcre2 libcurl yaml-cpp libevent && apk del .build-tools .build-deps" did not complete successfully: exit code: 2
Build ARM64 Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .build-tools git g++ build-base linux-headers cmake && apk add --no-cache --virtual .build-deps curl-dev rapidjson-dev libevent-dev pcre2-dev yaml-cpp-dev && git clone https://github.com/ftk/quickjspp --depth=1 && cd quickjspp && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Release . && make quickjs -j $THREADS && install -d /usr/lib/quickjs/ && install -m644 quickjs/libquickjs.a /usr/lib/quickjs/ && install -d /usr/include/quickjs/ && install -m644 quickjs/quickjs.h quickjs/quickjs-libc.h /usr/include/quickjs/ && install -m644 quickjspp.hpp /usr/include && cd .. && git clone https://github.com/PerMalmberg/libcron --depth=1 && cd libcron && git submodule update --init && cmake -DCMAKE_BUILD_TYPE=Release . && make libcron -j $THREADS && install -m644 libcron/out/Release/liblibcron.a /usr/lib/ && install -d /usr/include/libcron/ && install -m644 libcron/include/libcron/* /usr/include/libcron/ && install -d /usr/include/date/ && install -m644 libcron/externals/date/include/date/* /usr/include/date/ && cd .. && git clone https://github.com/ToruNiina/toml11 --depth=1 && cd toml11 && cmake -DCMAKE_CXX_STANDARD=11 . && make install -j $THREADS && cd .. && git clone https://github.com/MetaCubeX/subconverter --depth=1 && cd subconverter && [ -n \"$SHA\" ] && sed -i 's/\\(v[0-9]\\.[0-9]\\.[0-9]\\)/\\1-'\"$SHA\"'/' src/version.h; cmake -DCMAKE_BUILD_TYPE=Release . && make -j $THREADS && mv subconverter /usr/bin && mv base ../ && cd .. && rm -rf subconverter quickjspp libcron toml11 /usr/lib/lib*.a /usr/include/* /usr/local/include/lib*.a /usr/local/include/* && apk add --no-cache --virtual subconverter-deps pcre2 libcurl yaml-cpp libevent && apk del .build-tools .build-deps" did not complete successfully: exit code: 2
Build AMD64 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 x86 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 ARM64 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/