Skip to content

Console Output

09:37:29 Started by user unknown or anonymous
09:37:29 Running as SYSTEM
09:37:29 Building in workspace /data/jenkins/workspace/PSSSP
09:37:29 The recommended git tool is: NONE
09:37:29 using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499
09:37:29  > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/PSSSP/.git # timeout=10
09:37:29 Fetching changes from the remote Git repository
09:37:29  > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/bcx_activity/PSSSP.git # timeout=10
09:37:29 Fetching upstream changes from https://gitlab.arsbaibaodun.com/bcx_activity/PSSSP.git
09:37:29  > /usr/local/git/bin/git --version # timeout=10
09:37:29  > git --version # 'git version 2.43.0'
09:37:29 using GIT_ASKPASS to set credentials gitlab凭据
09:37:29  > /usr/local/git/bin/git fetch --tags --force --progress -- https://gitlab.arsbaibaodun.com/bcx_activity/PSSSP.git +refs/heads/*:refs/remotes/origin/* # timeout=10
09:37:30  > /usr/local/git/bin/git rev-parse refs/remotes/origin/test^{commit} # timeout=10
09:37:30 Checking out Revision 36b07cce926eedb1b8c2bef0b53fe8584aac3fcf (refs/remotes/origin/test)
09:37:30  > /usr/local/git/bin/git config core.sparsecheckout # timeout=10
09:37:30  > /usr/local/git/bin/git checkout -f 36b07cce926eedb1b8c2bef0b53fe8584aac3fcf # timeout=10
09:37:30 Commit message: "Merge branch 'master' into test"
09:37:30  > /usr/local/git/bin/git rev-list --no-walk 0baa972369ec29545eb3273d11ebbd751de545b1 # timeout=10
09:37:30 [PSSSP] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins9220493083467298482.sh
09:37:30 + cd /data/jenkins/workspace/PSSSP
09:37:30 + mvn clean install -DskipTests=true -Ptest
09:37:32 [INFO] Scanning for projects...
09:37:32 [WARNING] 
09:37:32 [WARNING] Some problems were encountered while building the effective model for com.bcxin:sp:war:1.0
09:37:32 [WARNING] 'dependencies.dependency.version' for org.apache.httpcomponents:httpclient:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 262, column 13
09:37:32 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.auth0:java-jwt:jar -> duplicate declaration of version 3.1.0 @ line 433, column 15
09:37:32 [WARNING] 
09:37:32 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
09:37:32 [WARNING] 
09:37:32 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
09:37:32 [WARNING] 
09:37:32 [INFO] 
09:37:32 [INFO] ----------------------------< com.bcxin:sp >----------------------------
09:37:32 [INFO] Building sp 1.0
09:37:32 [INFO] --------------------------------[ war ]---------------------------------
09:37:33 Downloading from abcxin-public: http://49.4.51.65:8060/content/groups/public/org/apache/httpcomponents/httpclient/maven-metadata.xml
09:37:33 Downloading from aliyunmaven: https://maven.aliyun.com/repository/central/org/apache/httpcomponents/httpclient/maven-metadata.xml
09:37:33 Downloading from nexus-aliyun: http://maven.aliyun.com/nexus/content/groups/public/org/apache/httpcomponents/httpclient/maven-metadata.xml
09:37:33 Progress (1): 2.1 kB
                    
Downloaded from abcxin-public: http://49.4.51.65:8060/content/groups/public/org/apache/httpcomponents/httpclient/maven-metadata.xml (2.1 kB at 14 kB/s)
09:37:33 Progress (1): 2.2 kB
                    
Downloaded from nexus-aliyun: http://maven.aliyun.com/nexus/content/groups/public/org/apache/httpcomponents/httpclient/maven-metadata.xml (2.2 kB at 3.5 kB/s)
09:37:34 Progress (1): 2.1 kB
                    
Downloaded from aliyunmaven: https://maven.aliyun.com/repository/central/org/apache/httpcomponents/httpclient/maven-metadata.xml (2.1 kB at 1.4 kB/s)
09:37:34 [INFO] 
09:37:34 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sp ---
09:37:35 [INFO] Deleting /data/jenkins/workspace/PSSSP/target
09:37:35 [INFO] 
09:37:35 [INFO] --- maven-resources-plugin:2.6:copy-resources (default-resources) @ sp ---
09:37:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:35 [INFO] Copying 92 resources
09:37:35 [INFO] Copying 2394 resources
09:37:39 [INFO] 
09:37:39 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sp ---
09:37:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:39 [INFO] Copying 92 resources
09:37:39 [INFO] Copying 2394 resources
09:37:39 [INFO] 
09:37:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sp ---
09:37:39 [INFO] Changes detected - recompiling the module!
09:37:39 [INFO] Compiling 482 source files to /data/jenkins/workspace/PSSSP/target/classes
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[3,16] sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[4,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/MD5Util.java:[3,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[3,16] sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[4,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/MD5Util.java:[3,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[3,16] sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[4,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/MD5Util.java:[3,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[3,16] sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[4,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/MD5Util.java:[3,16] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[23,21] sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/BASE64Util.java:[43,21] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/MD5Util.java:[68,25] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [WARNING] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/work/util/MD5Util.java:[68,54] sun.misc.BASE64Encoder is internal proprietary API and may be removed in a future release
09:37:49 [INFO] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/config/interceptor/WebSecurityConfig.java: Some input files use or override a deprecated API.
09:37:49 [INFO] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/config/interceptor/WebSecurityConfig.java: Recompile with -Xlint:deprecation for details.
09:37:49 [INFO] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/config/redis/RedisUtils.java: Some input files use unchecked or unsafe operations.
09:37:49 [INFO] /data/jenkins/workspace/PSSSP/src/main/java/com/bcxin/sp/config/redis/RedisUtils.java: Recompile with -Xlint:unchecked for details.
09:37:49 [INFO] 
09:37:49 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sp ---
09:37:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:37:49 [INFO] skip non existing resourceDirectory /data/jenkins/workspace/PSSSP/src/test/resources
09:37:49 [INFO] 
09:37:49 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sp ---
09:37:49 [INFO] No sources to compile
09:37:49 [INFO] 
09:37:49 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sp ---
09:37:49 [INFO] Tests are skipped.
09:37:49 [INFO] 
09:37:49 [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ sp ---
09:37:50 [INFO] Packaging webapp
09:37:50 [INFO] Assembling webapp [sp] in [/data/jenkins/workspace/PSSSP/target/ROOT]
09:37:50 [INFO] Processing war project
09:37:50 [INFO] Copying webapp resources [/data/jenkins/workspace/PSSSP/src/main/webapp]
09:37:51 [INFO] Building war: /data/jenkins/workspace/PSSSP/target/ROOT.war
09:37:58 [INFO] 
09:37:58 [INFO] --- spring-boot-maven-plugin:2.5.1:repackage (repackage) @ sp ---
09:38:16 [INFO] Replacing main artifact with repackaged archive
09:38:16 [INFO] 
09:38:16 [INFO] --- spring-boot-maven-plugin:2.5.1:repackage (default) @ sp ---
09:38:16 [INFO] Replacing main artifact with repackaged archive
09:38:16 [INFO] 
09:38:16 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sp ---
09:38:17 [INFO] Installing /data/jenkins/workspace/PSSSP/target/ROOT.war to /Users/linchunpeng/maven/repository/com/bcxin/sp/1.0/sp-1.0.war
09:38:20 [INFO] Installing /data/jenkins/workspace/PSSSP/pom.xml to /Users/linchunpeng/maven/repository/com/bcxin/sp/1.0/sp-1.0.pom
09:38:20 [INFO] ------------------------------------------------------------------------
09:38:20 [INFO] BUILD SUCCESS
09:38:20 [INFO] ------------------------------------------------------------------------
09:38:20 [INFO] Total time:  48.010 s
09:38:20 [INFO] Finished at: 2025-03-28T09:38:20+08:00
09:38:20 [INFO] ------------------------------------------------------------------------
09:38:20 + scp /data/jenkins/workspace/PSSSP/target/ROOT.war 172.20.0.7:/data/workspace/psssp/ROOT.war
09:38:23 [SSH] script:
09:38:23 =""
09:38:23 
09:38:23 docker rm -f psssp
09:38:23 sleep 3
09:38:23 docker build -t psssp /data/workspace/psssp
09:38:23 docker run -d -v /data/pss/material/zhejiang:/opt/data/pss/material/zhejiang --name psssp -p 40005:8888  psssp
09:38:23 docker image prune -f
09:38:23 
09:38:23 [SSH] executing...
09:38:23 bash: =: command not found
09:38:25 psssp
09:38:27 #0 building with "default" instance using docker driver
09:38:27 
09:38:27 #1 [internal] load build definition from Dockerfile
09:38:27 #1 transferring dockerfile: 305B done
09:38:27 #1 DONE 0.0s
09:38:27 
09:38:27 #2 [internal] load .dockerignore
09:38:27 #2 transferring context: 51B done
09:38:27 #2 DONE 0.0s
09:38:27 
09:38:27 #3 [internal] load metadata for m.daocloud.io/docker.io/library/openjdk:8-jdk-alpine
09:38:28 #3 DONE 0.3s
09:38:28 
09:38:28 #4 [1/6] FROM m.daocloud.io/docker.io/library/openjdk:8-jdk-alpine@sha256:94792824df2df33402f201713f932b58cb9de94a0cd524164a0f2283343547b3
09:38:28 #4 DONE 0.0s
09:38:28 
09:38:28 #5 [internal] load build context
09:38:30 #5 transferring context: 418.75MB 2.7s done
09:38:31 #5 DONE 2.8s
09:38:31 
09:38:31 #6 [3/6] RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
09:38:31 #6 CACHED
09:38:31 
09:38:31 #7 [4/6] RUN echo "Asia/Shanghai" > /etc/timezone
09:38:31 #7 CACHED
09:38:31 
09:38:31 #8 [2/6] RUN apk update && apk add tzdata
09:38:31 #8 CACHED
09:38:31 
09:38:31 #9 [5/6] WORKDIR /opt
09:38:31 #9 CACHED
09:38:31 
09:38:31 #10 [6/6] COPY . /opt
09:38:35 #10 DONE 4.2s
09:38:35 
09:38:35 #11 exporting to image
09:38:35 #11 exporting layers
09:38:37 #11 exporting layers 2.2s done
09:38:37 #11 writing image sha256:c265d8ce8a825d757af740d891f575e7a33af77541210bc6476162a9bd87db8e done
09:38:37 #11 naming to docker.io/library/psssp
09:38:37 #11 naming to docker.io/library/psssp done
09:38:37 #11 DONE 2.2s
09:38:38 16f99f80f7a477b8c98e89681e0ada7e619151aa619e99a32c1824ef505606e1
09:38:38 Deleted Images:
09:38:38 deleted: sha256:66378c9cdfeb7ba0bb304cbce558a0bdf6f23c279151b8c6d06b09aac6db75cd
09:38:38 
09:38:38 Total reclaimed space: 0B
09:38:38 
09:38:38 [SSH] completed
09:38:38 [SSH] exit-status: 0
09:38:38 
09:38:38 Finished: SUCCESS