Alias "removeListener" as "off" in Redis emitter (#4647) #609
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 warning
Heroku
Error: Command failed: heroku container:push web --app companion-demo
› Warning: heroku update available from 8.3.1 to 8.4.0.
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.25kB done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 transferring context: 76B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/node:18.17.1-alpine
#3 DONE 0.1s
#4 [stage-1 1/6] FROM docker.io/library/node:18.17.1-alpine@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f
#4 DONE 0.0s
#5 [stage-1 2/6] WORKDIR /app
#5 CACHED
#6 [internal] load build context
#6 transferring context: 10.63kB done
#6 DONE 0.0s
#7 [build 6/9] COPY packages/@uppy/companion /app/packages/@uppy/companion
#7 CACHED
#8 [build 4/9] COPY package.json .yarnrc.yml /app/
#8 CACHED
#9 [build 5/9] COPY .yarn /app/.yarn
#9 CACHED
#10 [build 3/9] WORKDIR /app
#10 CACHED
#11 [build 2/9] RUN if [ "$(uname -m)" == "aarch64" ]; then mkdir -p /usr/local/sbin/ && ln -s /usr/local/bin/node /usr/local/sbin/node; fi
#11 CACHED
#12 [build 7/9] RUN apk --update add --virtual native-dep make gcc g++ python3 libgcc libstdc++ git && (cd /app && corepack yarn workspaces focus @uppy/companion) && apk del native-dep
#12 CACHED
#13 [build 8/9] RUN cd /app && corepack yarn workspace @uppy/companion build
#13 14.44 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name 'StaticEventEmitterOptions' from module '"events"'. An explicit type annotation may unblock declaration emit.
#13 14.44 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name '_DOMEventTarget' from module '"events"'. An explicit type annotation may unblock declaration emit.
#13 14.44 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name '_NodeEventTarget' from module '"events"'. An explicit type annotation may unblock declaration emit.
#13 ERROR: process "/bin/sh -c cd /app && corepack yarn workspace @uppy/companion build" did not complete successfully: exit code: 1
------
> [build 8/9] RUN cd /app && corepack yarn workspace @uppy/companion build:
14.44 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name 'StaticEventEmitterOptions' from module '"events"'. An explicit type annotation may unblock declaration emit.
14.44 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name '_DOMEventTarget' from module '"events"'. An explicit type annotation may unblock declaration emit.
14.44 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name '_NodeEventTarget' from module '"events"'. An explicit type annotation may unblock declaration emit.
------
Dockerfile:17
--------------------
15 | apk del native-dep
16 |
17 | >>> RUN cd /app && corepack yarn workspace @uppy/companion build
18 |
19 | # Now remove all non-prod dependencies for a leaner image
--------------------
ERROR: failed to solve: process "/bin/sh -c cd /app && corepack yarn workspace @uppy/companion build" did not complete successfully: exit code: 1
▸ Error: docker build exited with Error: 1
|
DockerHub
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /app && corepack yarn workspace @uppy/companion build" did not complete successfully: exit code: 1
|
Heroku
The following actions uses node12 which is deprecated and will be forced to run on node16: akhileshns/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
companion-90d137b67ecb314e339cf88731ad17a454c26175.tar.gz
Expired
|
6.88 KB |
|