# Error on "make test-submission" in \_activate\_current\_env.sh

**URL:** https://community.drivendata.org/t/error-on-make-test-submission-in-activate-current-env-sh/9487
**Category:** Water Supply Forecast Rodeo
**Created:** [December 5, 2023, 11:02pm UTC](https://community.drivendata.org/t/error-on-make-test-submission-in-activate-current-env-sh/9487 "2023-12-05T23:02:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![scottmreed](https://avatars.discourse-cdn.com/v4/letter/s/4491bb/32.png) [@scottmreed](https://community.drivendata.org/u/scottmreed)
#### Post date: [December 5, 2023, 11:02pm UTC](https://community.drivendata.org/t/error-on-make-test-submission-in-activate-current-env-sh/9487/1 "2023-12-05T23:02:50Z")

</div>

The docker pull seemed to work. But when I run make test-submission I get:  
Using image: [watersupply.azurecr.io/watersupply-competition:cpu-latest](http://watersupply.azurecr.io/watersupply-competition:cpu-latest)

followed soon with:  
/usr/local/bin/\_activate\_current\_env.sh: line 35: 3874 Aborted micromamba activate “${ENV\_NAME:-base}”  
make: \*\*\* [test-submission] Error 134

---

<div class="post-metadata">

### Author: ![jayqi](https://yyz2.discourse-cdn.com/flex028/user_avatar/community.drivendata.org/jayqi/32/924_2.png) [@jayqi](https://community.drivendata.org/u/jayqi)
#### Post date: [December 5, 2023, 11:40pm UTC](https://community.drivendata.org/t/error-on-make-test-submission-in-activate-current-env-sh/9487/2 "2023-12-05T23:40:37Z")

</div>

Hi @scottmreed,

I’m not able to reproduce the issue you are having. Can you please provide the input that is printed to console when you run `make test-submission`?

---

<div class="post-metadata">

### Author: ![scottmreed](https://avatars.discourse-cdn.com/v4/letter/s/4491bb/32.png) [@scottmreed](https://community.drivendata.org/u/scottmreed)
#### Post date: [December 6, 2023, 12:13am UTC](https://community.drivendata.org/t/error-on-make-test-submission-in-activate-current-env-sh/9487/3 "2023-12-06T00:13:41Z")

</div>

make test-submission

Using image: [watersupply.azurecr.io/watersupply-competition:cpu-latest](http://watersupply.azurecr.io/watersupply-competition:cpu-latest) (82df2d714e33)  
┏  
┃ NAME(S)  
┃ [watersupply.azurecr.io/watersupply-competition:cpu-latest](http://watersupply.azurecr.io/watersupply-competition:cpu-latest)  
└

Available official images:  
┏  
┃ REPOSITORY TAG IMAGE ID CREATED SIZE  
┃ [watersupply.azurecr.io/watersupply-competition](http://watersupply.azurecr.io/watersupply-competition) cpu-latest 82df2d714e33 2 hours ago 3.65GB  
┃ [watersupply.azurecr.io/watersupply-competition](http://watersupply.azurecr.io/watersupply-competition) 1dcb7530c69d 4 days ago 3.65GB  
└

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

---

<div class="post-metadata">

### Author: ![jayqi](https://yyz2.discourse-cdn.com/flex028/user_avatar/community.drivendata.org/jayqi/32/924_2.png) [@jayqi](https://community.drivendata.org/u/jayqi)
#### Post date: [December 6, 2023, 3:06am UTC](https://community.drivendata.org/t/error-on-make-test-submission-in-activate-current-env-sh/9487/4 "2023-12-06T03:06:47Z")

</div>

@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.

---

<div class="post-metadata">

### Author: ![scottmreed](https://avatars.discourse-cdn.com/v4/letter/s/4491bb/32.png) [@scottmreed](https://community.drivendata.org/u/scottmreed)
#### Post date: [December 6, 2023, 5:02am UTC](https://community.drivendata.org/t/error-on-make-test-submission-in-activate-current-env-sh/9487/5 "2023-12-06T05:02:33Z")

</div>

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!
