Bazel Build 명령어를 실행하자 아래와 같은 오류가 발생하였다.

Compiling Java headers app/libbasic_lib-hjar.jar (1 source file) failed: failed to delete output files before executing action
Target //app:helloworld failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 0.955s, Critical Path: 0.03s
INFO: 3 processes: 3 internal.
FAILED: Build did NOT complete successfully

Bazel clean 명령어를 실행한 후 다시 시도하였더니 정상적으로 실행되었다.