Closed IamJeffG closed 2 years ago
hi @IamJeffG - yeah that looks like it's probably a real issue; different device builds will use more or less space depending on what is required in the build and also the AOSP tree size is always growing, so it's possibly been on the verge of running out of space for a while and this month just put it over the edge. the link you provided is where the volume size is set. if you are able to edit that to something like 350GB, compile, deploy, and then do a build that would be helpful just to make sure it fixes the issue for you. if not, i can bump it and just put out a new release as an unverified fix.
edit: also another way you could test it out, is just opening the AWS web console and editing the Lambda function and set the volume size to 350GB there and save it. then just kick off another build with the CLI (without a 'deploy' as that will wipe away the manual Lambda changes).
Thanks -- I'll try this and report back.
Current status:
I edited the lambda function in the console, setting the volume to 350 GB. Deployed the lambda function from the AWS console.
rattlesnakeos-stack build start --config-file ./path.to/mine.toml
In the AWS console, I verify the volume is in fact 350GB. Received "RattlesnakeOS Build STARTED" notification message. Build is in progress...
350GB solved the problem! Build finished and the update installed on my phone.
Prerequisites
Description
My January build for blueline failed with
See detailed logs below, which sure enough shows that all 291G on /dev/root/ are used. I think that volume size might be set here, I'm curious if others have had to bump this up and if there's a config option to do so. Or is it outrageous that I'd fill the disk and maybe I should just try the build again?
Steps to Reproduce
I just waited for the January build to start according to cron. No change from the December build, which succeeded.
This build started but failed to complete. None of the files in my S3 release bucket seem changed (which sounds right given that the build failed).
Platform
Linux
Full Config Used for Setup
You can mask stack name and email from here.
Carrier
H2O Wireless
Email Notification Output
Full log
Let me know if you need it.