ERROR: failed to solve: process "/bin/bash -ol pipefail -c ./gradlew clean build -x check -x test" d

I'm getting following error when trying to deploy my app: ERROR: failed to solve: process "/bin/bash -ol pipefail -c ./gradlew clean build -x check -x test" did not complete successfully: exit code: 1
Solution:
Which seems like an issue with your code
Jump to solution
11 Replies
Percy
Percy5mo ago
Project ID: eabe71b7-26ed-4d30-958f-dd4c180eee7e
TheWolfKing
TheWolfKing5mo ago
eabe71b7-26ed-4d30-958f-dd4c180eee7e
Fragly
Fragly5mo ago
mind sending your full build logs via this tool: https://bookmarklets.up.railway.app/log-downloader/
TheWolfKing
TheWolfKing5mo ago
Sorry, I didn't get how to use it
Fragly
Fragly5mo ago
It's a bookmarklet, you simply drag it to your bookmarks and then go to your service's build logs and then click on the bookmarklet, it'll then download the logs for you
TheWolfKing
TheWolfKing5mo ago
.
Fragly
Fragly5mo ago
looks like this is the part causing the build to fail
^
#11 13.98 /app/src/main/java/az/coffeeday/identity/service/auth/LoginService.java:8: error: package az.coffeeday.partners.constant does not exist
#11 13.98 import az.coffeeday.partners.constant.PartnersException;

#11 13.98 ^
#11 13.98 /app/src/main/java/az/coffeeday/partners/service/auth/PartnerAuthService.java:9: error: package az.coffeeday.partners.constant does not exist
#11 13.98 import az.coffeeday.partners.constant.PartnersException;
^
#11 13.98 /app/src/main/java/az/coffeeday/identity/service/auth/LoginService.java:8: error: package az.coffeeday.partners.constant does not exist
#11 13.98 import az.coffeeday.partners.constant.PartnersException;

#11 13.98 ^
#11 13.98 /app/src/main/java/az/coffeeday/partners/service/auth/PartnerAuthService.java:9: error: package az.coffeeday.partners.constant does not exist
#11 13.98 import az.coffeeday.partners.constant.PartnersException;
Solution
Fragly
Fragly5mo ago
Which seems like an issue with your code
TheWolfKing
TheWolfKing5mo ago
Yes, that was the issue, thanks. My bad
Fragly
Fragly5mo ago
no problem!
Want results from more Discord servers?
Add your server