zhouweixiang@KI-ZJ-2961:~/addSecret/fastzip-test$ mvn clean compile
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.example:fastzip-test >----------------------
[INFO] Building fastzip-test 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fastzip-test ---
[INFO] Deleting /home/zhouweixiang/addSecret/fastzip-test/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fastzip-test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/zhouweixiang/addSecret/fastzip-test/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ fastzip-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/zhouweixiang/addSecret/fastzip-test/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[147,23] 需要<标识符>
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[147,24] 非法的类型开始
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[151,20] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[153,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[154,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[156,13] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[158,13] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[160,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[162,5] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[168,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[169,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[171,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[172,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[174,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[175,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[176,5] 需要class, interface或enum
[INFO] 16 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.770 s
[INFO] Finished at: 2025-08-19T11:35:04+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fastzip-test: Compilation failure: Compilation failure:
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[147,23] 需要<标识符>
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[147,24] 非法的类型开始
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[151,20] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[153,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[154,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[156,13] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[158,13] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[160,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[162,5] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[168,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[169,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[171,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[172,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[174,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[175,9] 需要class, interface或enum
[ERROR] /home/zhouweixiang/addSecret/fastzip-test/src/main/java/com/example/CompressionRunner.java:[176,5] 需要class, interface或enum
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
zhouweixiang@KI-ZJ-2961:~/addSecret/fastzip-test$