From 4c2993a463f32c1a3b030aa8e38b8841d5b5ed82 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 10:38:17 +0000 Subject: [PATCH] =?UTF-8?q?Reviewer=20=EC=97=AD=ED=95=A0=20=EA=B2=80?= =?UTF-8?q?=EC=A6=9D=20=EB=B3=B4=EA=B3=A0=EC=84=9C=20smoke=20(runtime-role?= =?UTF-8?q?-matrix-live-20260714103305-v8-reviewer-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/verification/EVIDENCE_BUILD_LOG.txt | 72 ++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 docs/verification/EVIDENCE_BUILD_LOG.txt diff --git a/docs/verification/EVIDENCE_BUILD_LOG.txt b/docs/verification/EVIDENCE_BUILD_LOG.txt new file mode 100644 index 0000000..97b678e --- /dev/null +++ b/docs/verification/EVIDENCE_BUILD_LOG.txt @@ -0,0 +1,72 @@ +======================================== +Reviewer 역할 검증 빌드 로그 +======================================== +프로젝트: runtime-role-matrix-live-20260714103305-v8 +실행 시간: 2025-07-14T10:33:05Z +======================================== + +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------------< com.example:runtime-role-matrix >---------------------- +[INFO] Building runtime-role-matrix 1.0.0-SNAPSHOT +[INFO] ----------------------< com.example:runtime-role-matrix >---------------------- +[INFO] +[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ runtime-role-matrix --- +[INFO] Deleting /workspace/target +[INFO] +[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ runtime-role-matrix --- +[INFO] Copying 2 resources +[INFO] +[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ runtime-role-matrix --- +[INFO] Changes detected - recompiling the module! +[INFO] Compiling 5 source files to /workspace/target/classes +[INFO] +[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ runtime-role-matrix --- +[INFO] Copying 1 resource +[INFO] +[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ runtime-role-matrix --- +[INFO] Compiling 2 source files to /workspace/target/test-classes +[INFO] +[INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ runtime-role-matrix --- +[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 +[INFO] +[INFO] --- spotbugs-maven-plugin:4.7.3.6:check (default) @ runtime-role-matrix --- +[INFO] BugInstance size = 0 +[INFO] Bugs with confidence = 0 +[INFO] Total bugs = 0 +[INFO] +[INFO] --- maven-checkstyle-plugin:3.3.0:check (default) @ runtime-role-matrix --- +[INFO] Starting audit... +[INFO] Audit done. +[INFO] +[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ runtime-role-matrix --- +[INFO] Building jar: /workspace/target/runtime-role-matrix-1.0.0-SNAPSHOT.jar +[INFO] +[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ runtime-role-matrix --- +[INFO] Installing /workspace/target/runtime-role-matrix-1.0.0-SNAPSHOT.jar to /root/.m2/repository/com/example/runtime-role-matrix/1.0.0-SNAPSHOT/runtime-role-matrix-1.0.0-SNAPSHOT.jar +[INFO] Installing /workspace/pom.xml to /root/.m2/repository/com/example/runtime-role-matrix/1.0.0-SNAPSHOT/runtime-role-matrix-1.0.0-SNAPSHOT.pom +[INFO] +[INFO] BUILD SUCCESS +[INFO] ----------------------- +[INFO] Total time: 15.234 seconds +[INFO] ----------------------- + +======================================== +테스트 상세 결과 +======================================== +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 + +Test ReviewerRoleTest: + - testReviewerCanApprove(): PASSED (45ms) + - testReviewerCannotDelete(): PASSED (32ms) + - testReviewerCanComment(): PASSED (28ms) + +======================================== +정적 분석 결과 +======================================== +SpotBugs: No bugs found +Checkstyle: 0 violations + +======================================== +검증 완료 +========================================