发行版本: rocky-9.6
内核版本: 5.14.0-503.35.1.el9_5.x86_64
内核版本: x86_64
1Panel版本:v2.0.12-beta.1
报错日志:
2025/10/21 10:24:02 升级应用 [openresty] 任务开始 [START]
2025/10/21 10:24:02 备份应用 [openresty] 成功
2025/10/21 10:24:02 开始拉取镜像 1panel/openresty:1.27.1.2-2-3-focal
2025/10/21 10:24:10 拉取镜像 成功
2025/10/21 10:24:21 开始构建 镜像
2025/10/21 10:24:21 #1 [internal] load local bake definitions
2025/10/21 10:24:21 #1 reading from stdin 811B done
2025/10/21 10:24:21 #1 DONE 0.0s
2025/10/21 10:24:21
2025/10/21 10:24:21 #2 [internal] load build definition from Dockerfile
2025/10/21 10:24:21 #2 transferring dockerfile: 11.08kB 0.0s done
2025/10/21 10:24:21 #2 WARN: FromAsCasing: ‘as’ and ‘FROM’ keywords’ casing do not match (line 8)
2025/10/21 10:24:21 #2 WARN: InvalidDefaultArgInFrom: Default value for ARG 1panel/openresty:${PANEL_OPENRESTY_VERSION} results in empty or invalid base image name (line 8)
2025/10/21 10:24:21 #2 DONE 0.0s
2025/10/21 10:24:21
2025/10/21 10:24:21 #3 [internal] load metadata for docker.io/1panel/openresty:1.27.1.2-2-3-focal
2025/10/21 10:24:21 #3 DONE 0.0s
2025/10/21 10:24:21
2025/10/21 10:24:21 #4 [internal] load metadata for docker.io/library/ubuntu:focal
2025/10/21 10:24:23 #4 DONE 1.5s
2025/10/21 10:24:23
2025/10/21 10:24:23 #5 [internal] load .dockerignore
2025/10/21 10:24:23 #5 transferring context: 2B done
2025/10/21 10:24:23 #5 DONE 0.0s
2025/10/21 10:24:23
2025/10/21 10:24:23 #6 [stage-1 1/11] FROM docker.io/library/ubuntu:focal@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214
2025/10/21 10:24:23 #6 DONE 0.0s
2025/10/21 10:24:23
2025/10/21 10:24:23 #7 [panel-openresty 1/1] FROM docker.io/1panel/openresty:1.27.1.2-2-3-focal
2025/10/21 10:24:23 #7 CACHED
2025/10/21 10:24:23
2025/10/21 10:24:23 #8 [internal] load build context
2025/10/21 10:24:23 #8 transferring context: 1.19MB 0.1s done
2025/10/21 10:24:23 #8 DONE 0.1s
2025/10/21 10:24:23
2025/10/21 10:24:23 #9 [stage-1 2/11] COPY tmp /tmp
2025/10/21 10:24:23 #9 CACHED
2025/10/21 10:24:23
2025/10/21 10:24:23 #10 [stage-1 3/11] RUN sed -i “s|http://archive.ubuntu.com/ubuntu/||g” /etc/apt/sources.list && sed -i “s|http://security.ubuntu.com/ubuntu/||g” /etc/apt/sources.list
2025/10/21 10:24:23 #10 CACHED
2025/10/21 10:24:23
2025/10/21 10:24:23 #11 [stage-1 4/11] RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends build-essential ca-certificates curl gettext-base libgd-dev libgeoip-dev libncurses5-dev libperl-dev libreadline-dev libxslt1-dev make perl unzip wget zlib1g-dev git && cd /tmp && bash /tmp/pre.sh && if [ -n “” ]; then eval $(echo ); fi && tar xzf openssl-3.4.1.tar.gz && cd openssl-3.4.1 && echo ‘patching OpenSSL 3.x for OpenResty’ && patch -p1 < /tmp/openssl-3.4.1-sess_set_get_cb_yield.patch && ./config shared zlib -g --prefix=/usr/local/openresty/openssl3 --libdir=lib -Wl,-rpath,/usr/local/openresty/openssl3/lib enable-camellia enable-seed enable-rfc3779 enable-cms enable-md2 enable-rc5 enable-weak-ssl-ciphers enable-ssl3 enable-ssl3-method enable-md2 enable-ktls enable-fips && make -j1 && make -j1 install_sw && cd /tmp && echo “86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b pcre2-10.44.tar.gz” | shasum -a 256 --check && tar xzf pcre2-10.44.tar.gz && cd /tmp/pcre2-10.44 && CFLAGS=“-g -O3” ./configure --prefix=/usr/local/openresty/pcre2 --libdir=/usr/local/openresty/pcre2/lib --enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage --disable-ebcdic --disable-fuzz-support --disable-jit-sealloc --disable-never-backslash-C --enable-newline-is-lf --enable-pcre2-8 --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-callout --enable-pcre2grep-callout-fork --disable-pcre2grep-libbz2 --disable-pcre2grep-libz --disable-pcre2test-libedit --enable-percent-zt --disable-rebuild-chartables --enable-shared --disable-static --disable-silent-rules --enable-unicode --disable-valgrind && CFLAGS=“-g -O3” make -j1 && CFLAGS=“-g -O3” make -j1 install && cd /tmp && tar xzf openresty-1.27.1.2.tar.gz && cd /tmp/openresty-1.27.1.2 && if [ -n “” ]; then eval $(echo ); fi && eval ./configure -j1 --with-pcre --with-cc-opt=‘-DNGX_LUA_ABORT_AT_PANIC -I/usr/local/openresty/pcre2/include -I/usr/local/openresty/openssl3/include’ --with-ld-opt=‘-L/usr/local/openresty/pcre2/lib -L/usr/local/openresty/openssl3/lib -Wl,-rpath,/usr/local/openresty/pcre2/lib:/usr/local/openresty/openssl3/lib’ --with-compat --without-http_rds_json_module --without-http_rds_csv_module --without-lua_rds_parser --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-http_v3_module --with-http_xslt_module=dynamic --with-ipv6 --with-mail --with-mail_ssl_module --with-md5-asm --with-sha1-asm --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads --add-module=/tmp/ngx_http_geoip2_module --with-luajit-xcflags=‘-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT’ --with-pcre-jit && make -j1 && make -j1 install && cd /tmp && rm -rf openssl-3.4.1.tar.gz openssl-3.4.1 pcre2-10.44.tar.gz pcre2-10.44 openresty-1.27.1.2.tar.gz openresty-1.27.1.2 && tar xzf luarocks-3.11.1.tar.gz && cd luarocks-3.11.1 && ./configure --prefix=/usr/local/openresty/luajit --with-lua=/usr/local/openresty/luajit --with-lua-include=/usr/local/openresty/luajit/include/luajit-2.1 && make build && make install && cd /tmp && if [ -n “” ]; then eval $(echo ); fi && rm -rf luarocks-3.11.1 luarocks-3.11.1.tar.gz && if [ -n “” ]; then DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge ; fi && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && mkdir -p /var/run/openresty && ln -sf /dev/stdout /usr/local/openresty/nginx/logs/access.log && ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log
2025/10/21 10:24:23 #11 0.377 E: Malformed entry 3 in list file /etc/apt/sources.list (URI parse)
2025/10/21 10:24:23 #11 0.377 E: The list of sources could not be read.
2025/10/21 10:24:23 #11 ERROR: process “/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends build-essential ca-certificates curl gettext-base libgd-dev libgeoip-dev libncurses5-dev libperl-dev libreadline-dev libxslt1-dev make perl unzip wget zlib1g-dev git ${RESTY_ADD_PACKAGE_BUILDDEPS} ${RESTY_ADD_PACKAGE_RUNDEPS} && cd /tmp && bash /tmp/pre.sh && if [ -n "${RESTY_EVAL_PRE_CONFIGURE}" ]; then eval $(echo ${RESTY_EVAL_PRE_CONFIGURE}); fi && tar xzf openssl-${RESTY_OPENSSL_VERSION}.tar.gz && cd openssl-${RESTY_OPENSSL_VERSION} && echo ‘patching OpenSSL 3.x for OpenResty’ && patch -p1 < /tmp/openssl-${RESTY_OPENSSL_PATCH_VERSION}-sess_set_get_cb_yield.patch && ./config shared zlib -g --prefix=/usr/local/openresty/openssl3 --libdir=lib -Wl,-rpath,/usr/local/openresty/openssl3/lib ${RESTY_OPENSSL_BUILD_OPTIONS} && make -j${RESTY_J} && make -j${RESTY_J} install_sw && cd /tmp && echo "${RESTY_PCRE_SHA256} pcre2-${RESTY_PCRE_VERSION}.tar.gz" | shasum -a 256 --check && tar xzf pcre2-${RESTY_PCRE_VERSION}.tar.gz && cd /tmp/pcre2-${RESTY_PCRE_VERSION} && CFLAGS="-g -O3" ./configure --prefix=/usr/local/openresty/pcre2 --libdir=/usr/local/openresty/pcre2/lib ${RESTY_PCRE_BUILD_OPTIONS} && CFLAGS="-g -O3" make -j${RESTY_J} && CFLAGS="-g -O3" make -j${RESTY_J} install && cd /tmp && tar xzf openresty-${RESTY_VERSION}.tar.gz && cd /tmp/openresty-${RESTY_VERSION} && if [ -n "${RESTY_EVAL_POST_DOWNLOAD_PRE_CONFIGURE}" ]; then eval $(echo ${RESTY_EVAL_POST_DOWNLOAD_PRE_CONFIGURE}); fi && eval ./configure -j${RESTY_J} ${_RESTY_CONFIG_DEPS} ${RESTY_CONFIG_OPTIONS} ${RESTY_CONFIG_OPTIONS_MORE} ${RESTY_LUAJIT_OPTIONS} ${RESTY_PCRE_OPTIONS} && make -j${RESTY_J} && make -j${RESTY_J} install && cd /tmp && rm -rf openssl-${RESTY_OPENSSL_VERSION}.tar.gz openssl-${RESTY_OPENSSL_VERSION} pcre2-${RESTY_PCRE_VERSION}.tar.gz pcre2-${RESTY_PCRE_VERSION} openresty-${RESTY_VERSION}.tar.gz openresty-${RESTY_VERSION} && tar xzf luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz && cd luarocks-${RESTY_LUAROCKS_VERSION} && ./configure --prefix=/usr/local/openresty/luajit --with-lua=/usr/local/openresty/luajit --with-lua-include=/usr/local/openresty/luajit/include/luajit-2.1 && make build && make install && cd /tmp && if [ -n "${RESTY_EVAL_POST_MAKE}" ]; then eval $(echo ${RESTY_EVAL_POST_MAKE}); fi && rm -rf luarocks-${RESTY_LUAROCKS_VERSION} luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz && if [ -n "${RESTY_ADD_PACKAGE_BUILDDEPS}" ]; then DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge ${RESTY_ADD_PACKAGE_BUILDDEPS} ; fi && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && mkdir -p /var/run/openresty && ln -sf /dev/stdout /usr/local/openresty/nginx/logs/access.log && ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log” did not complete successfully: exit code: 100
2025/10/21 10:24:23 ------
2025/10/21 10:24:23 > [stage-1 4/11] RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends build-essential ca-certificates curl gettext-base libgd-dev libgeoip-dev libncurses5-dev libperl-dev libreadline-dev libxslt1-dev make perl unzip wget zlib1g-dev git && cd /tmp && bash /tmp/pre.sh && if [ -n “” ]; then eval $(echo ); fi && tar xzf openssl-3.4.1.tar.gz && cd openssl-3.4.1 && echo ‘patching OpenSSL 3.x for OpenResty’ && patch -p1 < /tmp/openssl-3.4.1-sess_set_get_cb_yield.patch && ./config shared zlib -g --prefix=/usr/local/openresty/openssl3 --libdir=lib -Wl,-rpath,/usr/local/openresty/openssl3/lib enable-camellia enable-seed enable-rfc3779 enable-cms enable-md2 enable-rc5 enable-weak-ssl-ciphers enable-ssl3 enable-ssl3-method enable-md2 enable-ktls enable-fips && make -j1 && make -j1 install_sw && cd /tmp && echo “86b9cb0aa3bcb7994faa88018292bc704cdbb708e785f7c74352ff6ea7d3175b pcre2-10.44.tar.gz” | shasum -a 256 --check && tar xzf pcre2-10.44.tar.gz && cd /tmp/pcre2-10.44 && CFLAGS=“-g -O3” ./configure --prefix=/usr/local/openresty/pcre2 --libdir=/usr/local/openresty/pcre2/lib --enable-jit --enable-pcre2grep-jit --disable-bsr-anycrlf --disable-coverage --disable-ebcdic --disable-fuzz-support --disable-jit-sealloc --disable-never-backslash-C --enable-newline-is-lf --enable-pcre2-8 --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-callout --enable-pcre2grep-callout-fork --disable-pcre2grep-libbz2 --disable-pcre2grep-libz --disable-pcre2test-libedit --enable-percent-zt --disable-rebuild-chartables --enable-shared --disable-static --disable-silent-rules --enable-unicode --disable-valgrind && CFLAGS=“-g -O3” make -j1 && CFLAGS=“-g -O3” make -j1 install && cd /tmp && tar xzf openresty-1.27.1.2.tar.gz && cd /tmp/openresty-1.27.1.2 && if [ -n “” ]; then eval $(echo ); fi && eval ./configure -j1 --with-pcre --with-cc-opt=‘-DNGX_LUA_ABORT_AT_PANIC -I/usr/local/openresty/pcre2/include -I/usr/local/openresty/openssl3/include’ --with-ld-opt=‘-L/usr/local/openresty/pcre2/lib -L/usr/local/openresty/openssl3/lib -Wl,-rpath,/usr/local/openresty/pcre2/lib:/usr/local/openresty/openssl3/lib’ --with-compat --without-http_rds_json_module --without-http_rds_csv_module --without-lua_rds_parser --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-http_v3_module --with-http_xslt_module=dynamic --with-ipv6 --with-mail --with-mail_ssl_module --with-md5-asm --with-sha1-asm --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads --add-module=/tmp/ngx_http_geoip2_module --with-luajit-xcflags=‘-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT’ --with-pcre-jit && make -j1 && make -j1 install && cd /tmp && rm -rf openssl-3.4.1.tar.gz openssl-3.4.1 pcre2-10.44.tar.gz pcre2-10.44 openresty-1.27.1.2.tar.gz openresty-1.27.1.2 && tar xzf luarocks-3.11.1.tar.gz && cd luarocks-3.11.1 && ./configure --prefix=/usr/local/openresty/luajit --with-lua=/usr/local/openresty/luajit --with-lua-include=/usr/local/openresty/luajit/include/luajit-2.1 && make build && make install && cd /tmp && if [ -n “” ]; then eval $(echo ); fi && rm -rf luarocks-3.11.1 luarocks-3.11.1.tar.gz && if [ -n “” ]; then DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge ; fi && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && mkdir -p /var/run/openresty && ln -sf /dev/stdout /usr/local/openresty/nginx/logs/access.log && ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log:
2025/10/21 10:24:23 0.377 E: Malformed entry 3 in list file /etc/apt/sources.list (URI parse)
2025/10/21 10:24:23 0.377 E: The list of sources could not be read.
2025/10/21 10:24:23 ------
2025/10/21 10:24:23 Dockerfile:121
2025/10/21 10:24:23
2025/10/21 10:24:23 --------------------
2025/10/21 10:24:23
2025/10/21 10:24:23 120 |
2025/10/21 10:24:23
2025/10/21 10:24:23 121 | >>> RUN DEBIAN_FRONTEND=noninteractive apt-get update
2025/10/21 10:24:23
2025/10/21 10:24:23 122 | >>> && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends
2025/10/21 10:24:23
2025/10/21 10:24:23 123 | >>> build-essential
2025/10/21 10:24:23
2025/10/21 10:24:23 124 | >>> ca-certificates
2025/10/21 10:24:23
2025/10/21 10:24:23 125 | >>> curl
2025/10/21 10:24:23
2025/10/21 10:24:23 126 | >>> gettext-base
2025/10/21 10:24:23
2025/10/21 10:24:23 127 | >>> libgd-dev
2025/10/21 10:24:23
2025/10/21 10:24:23 128 | >>> libgeoip-dev
2025/10/21 10:24:23
2025/10/21 10:24:23 129 | >>> libncurses5-dev
2025/10/21 10:24:23
2025/10/21 10:24:23 130 | >>> libperl-dev
2025/10/21 10:24:23
2025/10/21 10:24:23 131 | >>> libreadline-dev
2025/10/21 10:24:23
2025/10/21 10:24:23 132 | >>> libxslt1-dev
2025/10/21 10:24:23
2025/10/21 10:24:23 133 | >>> make
2025/10/21 10:24:23
2025/10/21 10:24:23 134 | >>> perl
2025/10/21 10:24:23
2025/10/21 10:24:23 135 | >>> unzip
2025/10/21 10:24:23
2025/10/21 10:24:23 136 | >>> wget
2025/10/21 10:24:23
2025/10/21 10:24:23 137 | >>> zlib1g-dev
2025/10/21 10:24:23
2025/10/21 10:24:23 138 | >>> git
2025/10/21 10:24:23
2025/10/21 10:24:23 139 | >>> ${RESTY_ADD_PACKAGE_BUILDDEPS}
2025/10/21 10:24:23
2025/10/21 10:24:23 140 | >>> ${RESTY_ADD_PACKAGE_RUNDEPS}
2025/10/21 10:24:23
2025/10/21 10:24:23 141 | >>> && cd /tmp
2025/10/21 10:24:23
2025/10/21 10:24:23 142 | >>> && bash /tmp/pre.sh
2025/10/21 10:24:23
2025/10/21 10:24:23 143 | >>> && if [ -n “${RESTY_EVAL_PRE_CONFIGURE}” ]; then eval $(echo ${RESTY_EVAL_PRE_CONFIGURE}); fi
2025/10/21 10:24:23
2025/10/21 10:24:23 144 | >>> # && curl -fSL “${RESTY_OPENSSL_URL_BASE}/openssl-${RESTY_OPENSSL_VERSION}.tar.gz” -o openssl-${RESTY_OPENSSL_VERSION}.tar.gz
2025/10/21 10:24:23
2025/10/21 10:24:23 145 | >>> && tar xzf openssl-${RESTY_OPENSSL_VERSION}.tar.gz
2025/10/21 10:24:23
2025/10/21 10:24:23 146 | >>> && cd openssl-${RESTY_OPENSSL_VERSION}
2025/10/21 10:24:23
2025/10/21 10:24:23 147 | >>> && echo ‘patching OpenSSL 3.x for OpenResty’
2025/10/21 10:24:23
2025/10/21 10:24:23 148 | >>> && patch -p1 < /tmp/openssl-${RESTY_OPENSSL_PATCH_VERSION}-sess_set_get_cb_yield.patch
2025/10/21 10:24:23
2025/10/21 10:24:23 149 | >>> && ./config
2025/10/21 10:24:23
2025/10/21 10:24:23 150 | >>> shared zlib -g
2025/10/21 10:24:23
2025/10/21 10:24:23 151 | >>> --prefix=/usr/local/openresty/openssl3
2025/10/21 10:24:23
2025/10/21 10:24:23 152 | >>> --libdir=lib
2025/10/21 10:24:23
2025/10/21 10:24:23 153 | >>> -Wl,-rpath,/usr/local/openresty/openssl3/lib
2025/10/21 10:24:23
2025/10/21 10:24:23 154 | >>> ${RESTY_OPENSSL_BUILD_OPTIONS}
2025/10/21 10:24:23
2025/10/21 10:24:23 155 | >>> && make -j${RESTY_J}
2025/10/21 10:24:23
2025/10/21 10:24:23 156 | >>> && make -j${RESTY_J} install_sw
2025/10/21 10:24:23
2025/10/21 10:24:23 157 | >>> && cd /tmp
2025/10/21 10:24:23
2025/10/21 10:24:23 158 | >>> # && curl -fSL “https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${RESTY_PCRE_VERSION}/pcre2-${RESTY_PCRE_VERSION}.tar.gz” -o pcre2-${RESTY_PCRE_VERSION}.tar.gz
2025/10/21 10:24:23
2025/10/21 10:24:23 159 | >>> && echo “${RESTY_PCRE_SHA256} pcre2-${RESTY_PCRE_VERSION}.tar.gz” | shasum -a 256 --check
2025/10/21 10:24:23
2025/10/21 10:24:23 160 | >>> && tar xzf pcre2-${RESTY_PCRE_VERSION}.tar.gz
2025/10/21 10:24:23
2025/10/21 10:24:23 161 | >>> && cd /tmp/pcre2-${RESTY_PCRE_VERSION}
2025/10/21 10:24:23
2025/10/21 10:24:23 162 | >>> && CFLAGS=“-g -O3” ./configure
2025/10/21 10:24:23
2025/10/21 10:24:23 163 | >>> --prefix=/usr/local/openresty/pcre2
2025/10/21 10:24:23
2025/10/21 10:24:23 164 | >>> --libdir=/usr/local/openresty/pcre2/lib
2025/10/21 10:24:23
2025/10/21 10:24:23 165 | >>> ${RESTY_PCRE_BUILD_OPTIONS}
2025/10/21 10:24:23
2025/10/21 10:24:23 166 | >>> && CFLAGS=“-g -O3” make -j${RESTY_J}
2025/10/21 10:24:23
2025/10/21 10:24:23 167 | >>> && CFLAGS=“-g -O3” make -j${RESTY_J} install
2025/10/21 10:24:23
2025/10/21 10:24:23 168 | >>> && cd /tmp
2025/10/21 10:24:23
2025/10/21 10:24:23 169 | >>> # && curl -fSL https://openresty.org/download/openresty-${RESTY_VERSION}.tar.gz -o openresty-${RESTY_VERSION}.tar.gz
2025/10/21 10:24:23
2025/10/21 10:24:23 170 | >>> && tar xzf openresty-${RESTY_VERSION}.tar.gz
2025/10/21 10:24:23
2025/10/21 10:24:23 171 | >>> && cd /tmp/openresty-${RESTY_VERSION}
2025/10/21 10:24:23
2025/10/21 10:24:23 172 | >>> && if [ -n “${RESTY_EVAL_POST_DOWNLOAD_PRE_CONFIGURE}” ]; then eval $(echo ${RESTY_EVAL_POST_DOWNLOAD_PRE_CONFIGURE}); fi
2025/10/21 10:24:23
2025/10/21 10:24:23 173 | >>> && eval ./configure -j${RESTY_J} ${_RESTY_CONFIG_DEPS} ${RESTY_CONFIG_OPTIONS} ${RESTY_CONFIG_OPTIONS_MORE} ${RESTY_LUAJIT_OPTIONS} ${RESTY_PCRE_OPTIONS}
2025/10/21 10:24:23
2025/10/21 10:24:23 174 | >>> && make -j${RESTY_J}
2025/10/21 10:24:23
2025/10/21 10:24:23 175 | >>> && make -j${RESTY_J} install
2025/10/21 10:24:23
2025/10/21 10:24:23 176 | >>> && cd /tmp
2025/10/21 10:24:23
2025/10/21 10:24:23 177 | >>> && rm -rf
2025/10/21 10:24:23
2025/10/21 10:24:23 178 | >>> openssl-${RESTY_OPENSSL_VERSION}.tar.gz openssl-${RESTY_OPENSSL_VERSION}
2025/10/21 10:24:23
2025/10/21 10:24:23 179 | >>> pcre2-${RESTY_PCRE_VERSION}.tar.gz pcre2-${RESTY_PCRE_VERSION}
2025/10/21 10:24:23
2025/10/21 10:24:23 180 | >>> openresty-${RESTY_VERSION}.tar.gz openresty-${RESTY_VERSION}
2025/10/21 10:24:23
2025/10/21 10:24:23 181 | >>> && tar xzf luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz
2025/10/21 10:24:23
2025/10/21 10:24:23 182 | >>> && cd luarocks-${RESTY_LUAROCKS_VERSION}
2025/10/21 10:24:23
2025/10/21 10:24:23 183 | >>> && ./configure
2025/10/21 10:24:23
2025/10/21 10:24:23 184 | >>> --prefix=/usr/local/openresty/luajit
2025/10/21 10:24:23
2025/10/21 10:24:23 185 | >>> --with-lua=/usr/local/openresty/luajit
2025/10/21 10:24:23
2025/10/21 10:24:23 186 | >>> --with-lua-include=/usr/local/openresty/luajit/include/luajit-2.1
2025/10/21 10:24:23
2025/10/21 10:24:23 187 | >>> && make build
2025/10/21 10:24:23
2025/10/21 10:24:23 188 | >>> && make install
2025/10/21 10:24:23
2025/10/21 10:24:23 189 | >>> && cd /tmp
2025/10/21 10:24:23
2025/10/21 10:24:23 190 | >>> && if [ -n “${RESTY_EVAL_POST_MAKE}” ]; then eval $(echo ${RESTY_EVAL_POST_MAKE}); fi
2025/10/21 10:24:23
2025/10/21 10:24:23 191 | >>> && rm -rf luarocks-${RESTY_LUAROCKS_VERSION} luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz
2025/10/21 10:24:23
2025/10/21 10:24:23 192 | >>> && if [ -n “${RESTY_ADD_PACKAGE_BUILDDEPS}” ]; then DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge ${RESTY_ADD_PACKAGE_BUILDDEPS} ; fi
2025/10/21 10:24:23
2025/10/21 10:24:23 193 | >>> && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y
2025/10/21 10:24:23
2025/10/21 10:24:23 194 | >>> && mkdir -p /var/run/openresty
2025/10/21 10:24:23
2025/10/21 10:24:23 195 | >>> && ln -sf /dev/stdout /usr/local/openresty/nginx/logs/access.log
2025/10/21 10:24:23
2025/10/21 10:24:23 196 | >>> && ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log
2025/10/21 10:24:23
2025/10/21 10:24:23 197 |
2025/10/21 10:24:23
2025/10/21 10:24:23 --------------------
2025/10/21 10:24:23
2025/10/21 10:24:23 failed to solve: process “/bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends
build-essential ca-certificates curl gettext-base
libgd-dev libgeoip-dev libncurses5-dev libperl-dev
libreadline-dev libxslt1-dev make perl unzip
wget zlib1g-dev git ${RESTY_ADD_PACKAGE_BUILDDEPS}
${RESTY_ADD_PACKAGE_RUNDEPS} && cd /tmp && bash /tmp/pre.sh
&& if [ -n "${RESTY_EVAL_PRE_CONFIGURE}" ]; then eval $(echo ${RESTY_EVAL_PRE_CONFIGURE}); fi
&& tar xzf openssl-${RESTY_OPENSSL_VERSION}.tar.gz && cd openssl-${RESTY_OPENSSL_VERSION}
&& echo ‘patching OpenSSL 3.x for OpenResty’
&& patch -p1 < /tmp/openssl-${RESTY_OPENSSL_PATCH_VERSION}-sess_set_get_cb_yield.patch && ./config
shared zlib -g --prefix=/usr/local/openresty/openssl3 --libdir=lib
-Wl,-rpath,/usr/local/openresty/openssl3/lib ${RESTY_OPENSSL_BUILD_OPTIONS}
&& make -j${RESTY_J} && make -j${RESTY_J} install_sw && cd /tmp
&& echo "${RESTY_PCRE_SHA256} pcre2-${RESTY_PCRE_VERSION}.tar.gz" | shasum -a 256 --check
&& tar xzf pcre2-${RESTY_PCRE_VERSION}.tar.gz && cd /tmp/pcre2-${RESTY_PCRE_VERSION}
&& CFLAGS="-g -O3" ./configure --prefix=/usr/local/openresty/pcre2
–libdir=/usr/local/openresty/pcre2/lib ${RESTY_PCRE_BUILD_OPTIONS} && CFLAGS="-g -O3" make -j${RESTY_J}
&& CFLAGS="-g -O3" make -j${RESTY_J} install && cd /tmp && tar xzf openresty-${RESTY_VERSION}.tar.gz
&& cd /tmp/openresty-${RESTY_VERSION}
&& if [ -n "${RESTY_EVAL_POST_DOWNLOAD_PRE_CONFIGURE}" ];
then eval $(echo ${RESTY_EVAL_POST_DOWNLOAD_PRE_CONFIGURE}); fi
&& eval ./configure -j${RESTY_J} ${_RESTY_CONFIG_DEPS} ${RESTY_CONFIG_OPTIONS}
${RESTY_CONFIG_OPTIONS_MORE} ${RESTY_LUAJIT_OPTIONS} ${RESTY_PCRE_OPTIONS}
&& make -j${RESTY_J} && make -j${RESTY_J} install && cd /tmp && rm -rf
openssl-${RESTY_OPENSSL_VERSION}.tar.gz openssl-${RESTY_OPENSSL_VERSION}
pcre2-${RESTY_PCRE_VERSION}.tar.gz pcre2-${RESTY_PCRE_VERSION}
openresty-${RESTY_VERSION}.tar.gz openresty-${RESTY_VERSION}
&& tar xzf luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz
&& cd luarocks-${RESTY_LUAROCKS_VERSION} && ./configure --prefix=/usr/local/openresty/luajit --with-lua=/usr/local/openresty/luajit --with-lua-include=/usr/local/openresty/luajit/include/luajit-2.1 && make build && make install && cd /tmp && if [ -n "${RESTY_EVAL_POST_MAKE}" ]; then eval $(echo ${RESTY_EVAL_POST_MAKE}); fi && rm -rf luarocks-${RESTY_LUAROCKS_VERSION} luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz && if [ -n "${RESTY_ADD_PACKAGE_BUILDDEPS}" ]; then DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge ${RESTY_ADD_PACKAGE_BUILDDEPS} ; fi && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && mkdir -p /var/run/openresty && ln -sf /dev/stdout /usr/local/openresty/nginx/logs/access.log && ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log” did not complete successfully: exit code: 100
2025/10/21 10:24:23
2025/10/21 10:24:23 handle failed, std: , err: exit status 1
2025/10/21 10:24:23 应用升级 [openresty] 失败: handle failed, std: , err: exit status 1
2025/10/21 10:24:23 应用 openresty 回滚
2025/10/21 10:24:24 应用 openresty 回滚 成功
2025/10/21 10:24:25 [TASK-END]