ikoa-web icon indicating copy to clipboard operation
ikoa-web copied to clipboard

App creation failed

Open waahaa opened this issue 4 years ago • 4 comments

图像 1

Create app App creation failed. Please ensure you have valid values in the above form fields.

Build app Hide build log There was an issue building your app. This can mean your app.json's project is not a valid Heroku application. Please ensure your app is deployable to Heroku and try again.

=== Fetching app code === Building web (Dockerfile) Sending build context to Docker daemon 27.84MBStep 1/10 : FROM i386/alpine:edge edge: Pulling from i386/alpine 89c83633045a: Pulling fs layer 89c83633045a: Verifying Checksum 89c83633045a: Download complete 89c83633045a: Pull complete Digest: sha256:4716d67546215299bf023fd80cc9d7e67f4bdc006a360727fd0b0b44512c45db Status: Downloaded newer image for i386/alpine:edge ---> 451b8982a039 Step 2/10 : ENV GLIB_VERSION=2.26-6 GLIB_ARCH=i686 PYTHONUNBUFFERED=1 ---> Running in e108d4c294ca Removing intermediate container e108d4c294ca ---> 02f74d009491 Step 3/10 : ADD ./config/ld.so.conf ./tmp/ld.so.conf ---> 95a8525259a5 Step 4/10 : ADD ./webapp/requirements.txt /tmp/requirements.txt ---> d001d27a9423 Step 5/10 : ADD ./config/heroku-exec.sh /etc/profile.d/ ---> 80332ccd9315 Step 6/10 : RUN apk update && apk add --no-cache tar procps findutils grep tzdata python3 py3-pip bash curl rclone zlib libgcc ts openssh && apk add --no-cache --virtual .build-dependencies python3-dev libevent-dev gcc musl-dev && pip3 install --no-cache-dir -q -r /tmp/requirements.txt && apk del .build-dependencies && if [[ ! -f /usr/bin/python ]]; then ln -s /usr/bin/python3 /usr/bin/python; fi && mkdir -p glibc-${GLIBC_VERSION} /usr/glibc && ln -s /bin/bash /usr/bin/bash && curl -sL http://mirrors.aggregate.org/archlinux/core/os/${GLIB_ARCH}/glibc-${GLIB_VERSION}-${GLIB_ARCH}.pkg.tar.xz -o glibc-${GLIB_VERSION}-${GLIB_ARCH}.pkg.tar.xz && tar xf glibc-${GLIB_VERSION}-${GLIB_ARCH}.pkg.tar.xz -C glibc-${GLIBC_VERSION} && mv tmp/ld.so.conf /etc/ld.so.conf && cp -a glibc-${GLIBC_VERSION}/usr /usr/glibc/ && glibc-${GLIBC_VERSION}/usr/bin/ldconfig /usr/glibc/usr /usr/glibc/usr/lib && ln -s /usr/glibc/usr/lib/ld-linux.so.2 /lib/ld-linux.so.2 && rm -Rf glibc-${GLIBC_VERSION} glibc-${GLIB_VERSION}-${GLIB_ARCH}.pkg.tar.xz && cp /lib/libc.musl-x86.so.1 /usr/lib && cp /lib/libz.so.1 /usr/lib && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && apk del tar tzdata && rm /bin/sh && ln -s /bin/bash /bin/sh ---> Running in 1eb4fcf29c52 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86/APKINDEX.tar.gz v20200917-1784-g03591b17aa [https://dl-cdn.alpinelinux.org/alpine/edge/main] v20200917-1787-g5add7c22af [https://dl-cdn.alpinelinux.org/alpine/edge/community] OK: 12919 distinct packages available fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86/APKINDEX.tar.gz (1/60) Installing ncurses-terminfo-base (6.2_p20201003-r1) (2/60) Installing ncurses-libs (6.2_p20201003-r1) (3/60) Installing readline (8.0.4-r0) (4/60) Installing bash (5.0.18-r0) Executing bash-5.0.18-r0.post-install (5/60) Installing ca-certificates (20191127-r4) (6/60) Installing brotli-libs (1.0.9-r1) (7/60) Installing nghttp2-libs (1.41.0-r0) (8/60) Installing libcurl (7.72.0-r0) (9/60) Installing curl (7.72.0-r0) (10/60) Installing findutils (4.7.0-r0) (11/60) Installing pcre (8.44-r0) (12/60) Installing grep (3.5-r0) (13/60) Installing libgcc (10.2.0-r5) (14/60) Installing openssh-keygen (8.4_p1-r0) (15/60) Installing libedit (20191231.3.1-r1) (16/60) Installing openssh-client (8.4_p1-r0) (17/60) Installing openssh-sftp-server (8.4_p1-r0) (18/60) Installing openssh-server-common (8.4_p1-r0) (19/60) Installing openssh-server (8.4_p1-r0) (20/60) Installing openssh (8.4_p1-r0) (21/60) Installing libintl (0.20.2-r0) (22/60) Installing libproc (3.3.16-r0) (23/60) Installing procps (3.3.16-r0) (24/60) Installing libbz2 (1.0.8-r1) (25/60) Installing expat (2.2.9-r1) (26/60) Installing libffi (3.3-r2) (27/60) Installing gdbm (1.18.1-r0) (28/60) Installing xz-libs (5.2.5-r0) (29/60) Installing sqlite-libs (3.33.0-r0) (30/60) Installing python3 (3.8.6-r0) (31/60) Installing py3-appdirs (1.4.4-r1) (32/60) Installing py3-ordered-set (4.0.2-r0) (33/60) Installing py3-parsing (2.4.7-r1) (34/60) Installing py3-six (1.15.0-r0) (35/60) Installing py3-packaging (20.4-r0) (36/60) Installing py3-setuptools (50.3.0-r0) (37/60) Installing py3-chardet (3.0.4-r4) (38/60) Installing py3-idna (2.10-r0) (39/60) Installing py3-urllib3 (1.25.10-r0) (40/60) Installing py3-requests (2.24.0-r2) (41/60) Installing py3-msgpack (1.0.0-r0) (42/60) Installing py3-lockfile (0.12.2-r3) (43/60) Installing py3-cachecontrol (0.12.6-r0) (44/60) Installing py3-colorama (0.4.3-r0) (45/60) Installing py3-distlib (0.3.1-r1) (46/60) Installing py3-distro (1.5.0-r1) (47/60) Installing py3-webencodings (0.5.1-r3) (48/60) Installing py3-html5lib (1.1-r0) (49/60) Installing py3-pytoml (0.1.21-r0) (50/60) Installing py3-pep517 (0.8.2-r0) (51/60) Installing py3-progress (1.5-r0) (52/60) Installing py3-toml (0.10.1-r0) (53/60) Installing py3-retrying (1.3.3-r0) (54/60) Installing py3-contextlib2 (0.6.0-r0) (55/60) Installing py3-pip (20.1.1-r0) (56/60) Installing rclone (1.53.0-r0) (57/60) Installing libacl (2.2.53-r0) (58/60) Installing tar (1.32-r1) (59/60) Installing ts (1.0-r1) (60/60) Installing tzdata (2020a-r0) Executing busybox-1.32.0-r3.trigger Executing ca-certificates-20191127-r4.trigger OK: 121 MiB in 74 packages fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86/APKINDEX.tar.gz (1/17) Upgrading musl (1.2.1-r1 -> 1.2.1-r2) (2/17) Installing pkgconf (1.7.3-r0) (3/17) Installing python3-dev (3.8.6-r0) (4/17) Installing libevent (2.1.12-r1) (5/17) Installing libevent-dev (2.1.12-r1) (6/17) Installing libstdc++ (10.2.0-r5) (7/17) Installing binutils (2.35.1-r0) (8/17) Installing gmp (6.2.0-r0) (9/17) Installing isl (0.18-r0) (10/17) Installing libgomp (10.2.0-r5) (11/17) Installing libatomic (10.2.0-r5) (12/17) Installing libgphobos (10.2.0-r5) (13/17) Installing mpfr4 (4.1.0-r0) (14/17) Installing mpc1 (1.2.0-r0) (15/17) Installing gcc (10.2.0-r5) (16/17) Installing musl-dev (1.2.1-r2) (17/17) Installing .build-dependencies (20201005.084628) Executing busybox-1.32.0-r3.trigger OK: 270 MiB in 90 packages (1/16) Purging .build-dependencies (20201005.084628) (2/16) Purging python3-dev (3.8.6-r0) (3/16) Purging libevent-dev (2.1.12-r1) (4/16) Purging libevent (2.1.12-r1) (5/16) Purging gcc (10.2.0-r5) (6/16) Purging binutils (2.35.1-r0) (7/16) Purging libatomic (10.2.0-r5) (8/16) Purging libgomp (10.2.0-r5) (9/16) Purging libgphobos (10.2.0-r5) (10/16) Purging musl-dev (1.2.1-r2) (11/16) Purging pkgconf (1.7.3-r0) (12/16) Purging libstdc++ (10.2.0-r5) (13/16) Purging isl (0.18-r0) (14/16) Purging mpc1 (1.2.0-r0) (15/16) Purging mpfr4 (4.1.0-r0) (16/16) Purging gmp (6.2.0-r0) Executing busybox-1.32.0-r3.trigger OK: 121 MiB in 74 packages tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors The command '/bin/sh -c apk update && apk add --no-cache tar procps findutils grep tzdata python3 py3-pip bash curl rclone zlib libgcc ts openssh && apk add --no-cache --virtual .build-dependencies python3-dev libevent-dev gcc musl-dev && pip3 install --no-cache-dir -q -r /tmp/requirements.txt && apk del .build-dependencies && if [[ ! -f /usr/bin/python ]]; then ln -s /usr/bin/python3 /usr/bin/python; fi && mkdir -p glibc-${GLIBC_VERSION} /usr/glibc && ln -s /bin/bash /usr/bin/bash && curl -sL http://mirrors.aggregate.org/archlinux/core/os/${GLIB_ARCH}/glibc-${GLIB_VERSION}-${GLIB_ARCH}.pkg.tar.xz -o glibc-${GLIB_VERSION}-${GLIB_ARCH}.pkg.tar.xz && tar xf glibc-${GLIB_VERSION}-${GLIB_ARCH}.pkg.tar.xz -C glibc-${GLIBC_VERSION} && mv tmp/ld.so.conf /etc/ld.so.conf && cp -a glibc-${GLIBC_VERSION}/usr /usr/glibc/ && glibc-${GLIBC_VERSION}/usr/bin/ldconfig /usr/glibc/usr /usr/glibc/usr/lib && ln -s /usr/glibc/usr/lib/ld-linux.so.2 /lib/ld-linux.so.2 && rm -Rf glibc-${GLIBC_VERSION} glibc-${GLIB_VERSION}-${GLIB_ARCH}.pkg.tar.xz && cp /lib/libc.musl-x86.so.1 /usr/lib && cp /lib/libz.so.1 /usr/lib && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone && apk del tar tzdata && rm /bin/sh && ln -s /bin/bash /bin/sh' returned a non-zero code: 2

waahaa avatar Oct 05 '20 08:10 waahaa

the same problem, can't create app

fzfile avatar Oct 08 '20 12:10 fzfile

the same problem ...

chanh0 avatar Oct 20 '20 17:10 chanh0

the same problem +1

tyhunter avatar Oct 22 '20 03:10 tyhunter

the same problem, can't create app

chanharryc avatar Oct 25 '20 14:10 chanharryc