Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greeting Check constantly failing #28

Open
swapnanildutta opened this issue Oct 29, 2020 · 2 comments · May be fixed by #296
Open

Greeting Check constantly failing #28

swapnanildutta opened this issue Oct 29, 2020 · 2 comments · May be fixed by #296
Assignees

Comments

@swapnanildutta
Copy link

Build container for action use: '/home/runner/work/_actions/actions/first-interaction/v1/Dockerfile'.
/usr/bin/docker build -t 1e5c35:7bc77f1a00b242128d8728a402cdae9c -f "/home/runner/work/_actions/actions/first-interaction/v1/Dockerfile" "/home/runner/work/_actions/actions/first-interaction/v1"
Sending build context to Docker daemon 180.2kB

Step 1/4 : FROM node:slim
slim: Pulling from library/node
babf97a3f00a: Pulling fs layer
d81eb1809d95: Pulling fs layer
dbaab951a9fa: Pulling fs layer
cb915c1b28b9: Pulling fs layer
7c72cd70a544: Pulling fs layer
cb915c1b28b9: Waiting
7c72cd70a544: Waiting
d81eb1809d95: Verifying Checksum
d81eb1809d95: Download complete
cb915c1b28b9: Verifying Checksum
cb915c1b28b9: Download complete
babf97a3f00a: Verifying Checksum
babf97a3f00a: Download complete
dbaab951a9fa: Verifying Checksum
dbaab951a9fa: Download complete
7c72cd70a544: Verifying Checksum
7c72cd70a544: Download complete
babf97a3f00a: Pull complete
d81eb1809d95: Pull complete
dbaab951a9fa: Pull complete
cb915c1b28b9: Pull complete
7c72cd70a544: Pull complete
Digest: sha256:bf39db19ac53a635030d5db569cab912322147139fbf929c252359f3c50c4207
Status: Downloaded newer image for node:slim
---> 922b09b21278
Step 2/4 : COPY . .
---> e7ffa4544a8c
Step 3/4 : RUN npm install --production
---> Running in 5f0039d32d9c
npm notice
npm notice New patch version of npm available! 7.0.3 -> 7.0.5
npm notice Changelog: https://github.com/npm/cli/releases/tag/v7.0.5
npm notice Run npm install -g [email protected] to update!
npm notice
npm ERR! Maximum call stack size exceeded

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-10-24T12_38_52_536Z-debug.log
The command '/bin/sh -c npm install --production' returned a non-zero code: 1

Warning: Docker build failed with exit code 1, back off 3.935 seconds before retry.
/usr/bin/docker build -t 1e5c35:7bc77f1a00b242128d8728a402cdae9c -f "/home/runner/work/_actions/actions/first-interaction/v1/Dockerfile" "/home/runner/work/_actions/actions/first-interaction/v1"
Sending build context to Docker daemon 180.2kB

Step 1/4 : FROM node:slim
---> 922b09b21278
Step 2/4 : COPY . .
---> Using cache
---> e7ffa4544a8c
Step 3/4 : RUN npm install --production
---> Running in fb5c4560f188
npm notice
npm notice New patch version of npm available! 7.0.3 -> 7.0.5
npm notice Changelog: https://github.com/npm/cli/releases/tag/v7.0.5
npm notice Run npm install -g [email protected] to update!
npm notice
npm ERR! Maximum call stack size exceeded

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-10-24T12_38_57_936Z-debug.log
The command '/bin/sh -c npm install --production' returned a non-zero code: 1

Warning: Docker build failed with exit code 1, back off 6.7 seconds before retry.
/usr/bin/docker build -t 1e5c35:7bc77f1a00b242128d8728a402cdae9c -f "/home/runner/work/_actions/actions/first-interaction/v1/Dockerfile" "/home/runner/work/_actions/actions/first-interaction/v1"
Sending build context to Docker daemon 180.2kB

Step 1/4 : FROM node:slim
---> 922b09b21278
Step 2/4 : COPY . .
---> Using cache
---> e7ffa4544a8c
Step 3/4 : RUN npm install --production
---> Running in 57be650f49ce
npm notice
npm notice New patch version of npm available! 7.0.3 -> 7.0.5
npm notice Changelog: https://github.com/npm/cli/releases/tag/v7.0.5
npm notice Run npm install -g [email protected] to update!
npm notice
npm ERR! Maximum call stack size exceeded

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-10-24T12_39_06_115Z-debug.log
The command '/bin/sh -c npm install --production' returned a non-zero code: 1

Error: Docker build failed with exit code 1
@swapnanildutta
Copy link
Author

Faced this issue in this repository HackerRank Repository.
Issue-> Issue link

@ncalteen
Copy link
Collaborator

This should also be addressed in #296 :)

@ncalteen ncalteen self-assigned this Feb 22, 2024
@ncalteen ncalteen linked a pull request Feb 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants