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

R-builds deployment failing #165

Open
glin opened this issue Apr 20, 2023 · 1 comment · May be fixed by #171
Open

R-builds deployment failing #165

glin opened this issue Apr 20, 2023 · 1 comment · May be fixed by #171
Labels
bug Something isn't working

Comments

@glin
Copy link
Contributor

glin commented Apr 20, 2023

Looks like the deploy job started failing yesterday, but no obvious reason in the error messages. This should be fixed asap since we have some changes to deploy for R 4.3.0 tomorrow.

[2023-04-19T18:37:26.606Z] Error: `docker run --rm -v .cache/serverless-python-requirements/2b10c0467f75bfbcf12e9b77be65ec7563b90c5995f0eaa96faefbd42c337bdd_x86_64_slspyc:/var/task:z -v .cache/serverless-python-requirements/downloadCacheslspyc:/var/useDownloadCache:z lambci/lambda:build-python3.8 /bin/sh -c chown -R 0\:0 /var/useDownloadCache && python3.8 -m pip install -t /var/task/ -r /var/task/requirements.txt --cache-dir /var/useDownloadCache && chown -R 386\:386 /var/task && chown -R 386\:386 /var/useDownloadCache` Exited with code 125
[2023-04-19T18:37:26.606Z]     at ChildProcess.<anonymous> (/var/lib/jenkins/workspace/r-builds/deploy-r-builds/node_modules/child-process-ext/spawn.js:38:8)
[2023-04-19T18:37:26.606Z]     at ChildProcess.emit (events.js:400:28)
[2023-04-19T18:37:26.606Z]     at ChildProcess.emit (domain.js:475:12)
[2023-04-19T18:37:26.606Z]     at maybeClose (internal/child_process.js:1088:16)
[2023-04-19T18:37:26.606Z]     at Socket.<anonymous> (internal/child_process.js:446:11)
[2023-04-19T18:37:26.606Z]     at Socket.emit (events.js:400:28)
[2023-04-19T18:37:26.606Z]     at Socket.emit (domain.js:475:12)
[2023-04-19T18:37:26.606Z]     at Pipe.<anonymous> (net.js:686:12)
[2023-04-19T18:37:26.606Z] 
[2023-04-19T18:37:26.606Z] 2 deprecations found: run 'serverless doctor' for more details
[2023-04-19T18:37:26.606Z] make: *** [Makefile:40: serverless-deploy.staging] Error 1
@glin glin added the bug Something isn't working label Apr 20, 2023
@glin
Copy link
Contributor Author

glin commented Apr 21, 2023

The issue appears to be with running Docker in Docker on Jenkins, for the serverless-python-requirements plugin, and actually started failing since February apparently. But it's also not as urgent as I thought originally, as the R 4.3 fixes were only in the Docker images and didn't need a deployment. I've confirmed that the published R 4.3 builds have the fixes already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant