Hi all. I have had a user raise a ticket recently, where the latest Mac OS Update has broken deployments running from the laptop using serverless.com framework.
Example error log:
Serverless: Uploading artifacts... Serverless: Uploading service api-1.0-SNAPSHOT-fat.jar file to S3 (26.47 MB)...Serverless: [AWS s3 200 0.16s 0 retries] createMultipartUpload({ Bucket: 'shared-serverless-deploys-eu-west-1', Key: 'serverless/evcharger-proxy-api/rroxa/1620983925186-2021-05-14T09:18:45.186Z/api-1.0-SNAPSHOT-fat.jar', ContentType: 'application/zip', Metadata: { filesha256: 'r7g2Ec+XYLwU4IHRrHXuaSR+cV86tq4KMymAwf2+08k=' } })Serverless: [AWS s3 undefined 10.459s 3 retries] uploadPart({ Body: <Buffer e0 b0 33 b8 3d 1f 01 13 58 55 6d 74 c0 33 da 28 37 fa 31 33 1b ad c1 9c 8b d5 d6 6c 07 07 79 db e3 59 44 fc ae e5 0c 2e 8b 4c e1 72 4e a3 ad 53 b8 42 ... 5242830 more bytes>, ContentLength: 5242880, PartNumber: 2, Bucket: 'shared-serverless-deploys-eu-west-1', Key: 'serverless/evcharger-proxy-api/rroxa/1620983925186-2021-05-14T09:18:45.186Z/api-1.0-SNAPSHOT-fat.jar', UploadId: 'ycr6amswqAbI.YLBEk7SZaKWxhKDENDhRa4d2V8d_O5yp3dRzG3zFwrOg_3OkFBEHZ9eK15ZxbcMPlKWeCPOokSjevbK.EyYWJCYKf8.CpldUGypex3A3yHv5itp_apP' })Serverless: Recoverable error occurred (write EPIPE), sleeping for ~5 seconds. Try 1 of 4
Only happens if we run it from our laptops, and across all the projects. The same framework and codebase is completely happy when ran from something like AWS CodeBuild image
Any help/support from the community would be great!
Thanks.
