No local images available
Run ‘make build’ to build the image.
mkdir -p submission/
chmod -R 0777 submission/
docker run
-it
–env “LOGURU_LEVEL=INFO”
–env “IS_SMOKE=”
–mount type=bind,source=“/Users/scottreed/PycharmProjects/water-supply-forecast-rodeo-runtime/data”,target=/code_execution/data,readonly
–mount type=bind,source=“/Users/scottreed/PycharmProjects/water-supply-forecast-rodeo-runtime/submission”,target=/code_execution/submission
–shm-size 8g
–pid host
–name watersupply
–rm
1dcb7530c69d
terminate called after throwing an instance of ‘std::system_error’
what(): Operation not permitted
terminate called after throwing an instance of ‘std::system_error’
what(): Operation not permitted
/usr/local/bin/_activate_current_env.sh: line 35: 2700 Aborted micromamba activate “${ENV_NAME:-base}”
make: *** [test-submission] Error 134
@scottmreed How much memory do you have allocated to Docker containers? You should be able to check this by opening up the Docker Desktop “Settings” and going to the “Resources” option. For comparison, I have my memory limit set to 6 GB.
It ended up requiring a docker reinstall but is working now and the smoke test seemed to work. Thanks! I’ll sleep better knowing I can submit.
The other thing keeping me up has been the deadlines. I signed up for this when I saw the hindcast and forecast stages were separated with a break that lined up with a planned vacation. Now that the dates have moved I’m worried they could move again and something might be required when I’m not able to respond. I’m hoping we don’t end up with any new submission requirements between Dec 21 to Jan 11!