Running with gitlab-runner 14.8.2 (c6e7e194)
  on TestEnvEKSCluster 3a1ce176
section_start:1648093177:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: gitlab
Using Kubernetes executor with image docker ...
Using attach strategy to execute scripts...
section_end:1648093177:prepare_executor
section_start:1648093177:prepare_script
Preparing environment
Waiting for pod gitlab/runner-3a1ce176-project-961-concurrent-0lscb4 to be running, status is Pending
Waiting for pod gitlab/runner-3a1ce176-project-961-concurrent-0lscb4 to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-3a1ce176-project-961-concurrent-0lscb4 via runner-gitlab-runner-7886876464-cfjqs...

section_end:1648093184:prepare_script
section_start:1648093184:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/shenggui.li/mobdna-k8s/.git/
Created fresh repository.
Checking out f95a1865 as master...

Skipping Git submodules setup

section_end:1648093185:get_sources
section_start:1648093185:restore_cache
Restoring cache
Checking cache for f95a186595ea21cee66930a281ba0e127b0abb0b...
Downloading cache.zip from https://tkio-test-gitlabrunner-cache.s3.dualstack.cn-north-1.amazonaws.com.cn/runner/project/961/f95a186595ea21cee66930a281ba0e127b0abb0b 
Successfully extracted cache

section_end:1648093188:restore_cache
section_start:1648093188:step_script
Executing "step_script" stage of the job script
$ pwd; ls -lh ; df -h ;
/builds/shenggui.li/mobdna-k8s
total 28K    
-rw-rw-rw-    1 root     root        1.1K Mar 24 03:39 Dockerfile
-rw-rw-rw-    1 root     root        2.2K Mar 24 03:39 README.md
drwxrwxrwx    3 root     root          32 Mar 24 03:39 backend
drwxrwxrwx    3 root     root          32 Mar 24 03:39 common
-rw-rw-rw-    1 root     root        1.3K Mar 24 03:39 log4cxx.properties
-rw-rw-rw-    1 root     root        8.2K Mar 24 03:39 pom.xml
-rw-rw-rw-    1 root     root         846 Mar 24 03:39 pro.md
drwxrwxrwx    3 root     root          32 Mar 24 03:39 security
drwxrwxrwx    3 root     root          32 Mar 24 03:39 swagger
drwxrwxrwx    4 root     root          46 Mar 24 03:39 web
Filesystem                Size      Used Available Use% Mounted on
overlay                  10.0G      6.8G      3.2G  68% /
tmpfs                    64.0M         0     64.0M   0% /dev
tmpfs                     3.8G         0      3.8G   0% /sys/fs/cgroup
/dev/nvme0n1p1           10.0G      6.8G      3.2G  68% /scripts-961-4686
/dev/nvme0n1p1           10.0G      6.8G      3.2G  68% /logs-961-4686
/dev/nvme0n1p1           10.0G      6.8G      3.2G  68% /builds
/dev/nvme0n1p1           10.0G      6.8G      3.2G  68% /opt/cache
/dev/nvme0n1p1           10.0G      6.8G      3.2G  68% /dev/termination-log
/dev/nvme0n1p1           10.0G      6.8G      3.2G  68% /etc/resolv.conf
/dev/nvme0n1p1           10.0G      6.8G      3.2G  68% /etc/hostname
/dev/nvme0n1p1           10.0G      6.8G      3.2G  68% /etc/hosts
shm                      64.0M         0     64.0M   0% /dev/shm
tmpfs                     3.8G      1.0M      3.8G   0% /run/docker.sock
tmpfs                     3.8G     12.0K      3.8G   0% /run/secrets/kubernetes.io/serviceaccount
$ docker build -t ${REG_URL}:${CI_COMMIT_SHA} .
Sending build context to Docker daemon  98.61MB
Step 1/8 : FROM openjdk:8-jdk-alpine
 ---> a3562aa0b991
Step 2/8 : RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo Asia/Shanghai > /etc/timezone
 ---> Using cache
 ---> 1c87738c1046
Step 3/8 : RUN mkdir -p /data/application/mobdna ;  #yum install tar unzip  procps iproute lsof glibc-all-langpacks -y ; yum clean all
 ---> Using cache
 ---> 4f8075e8cbcd
Step 4/8 : COPY web/target/mob-dna-1.0.jar /data/application/mobdna
 ---> fb8c44bad732
Step 5/8 : WORKDIR /data/application/mobdna
 ---> Running in c763271eb160
Removing intermediate container c763271eb160
 ---> 7895a4b3f94c
Step 6/8 : ENV LANG zh_CN.UTF8
 ---> Running in 45cd7f604b91
Removing intermediate container 45cd7f604b91
 ---> 17c62d009f67
Step 7/8 : ENV LC_ALL zh_CN.UTF8
 ---> Running in e6ecfbbb33c2
Removing intermediate container e6ecfbbb33c2
 ---> 716270b48f15
Step 8/8 : CMD java -jar -Dspring.profiles.active=test mob-dna-1.0.jar
 ---> Running in 48d9033d067e
Removing intermediate container 48d9033d067e
 ---> d30ad15b2461
Successfully built d30ad15b2461
Successfully tagged 502302443508.dkr.ecr.cn-north-1.amazonaws.com.cn/mobdna:f95a186595ea21cee66930a281ba0e127b0abb0b

section_end:1648093193:step_script
section_start:1648093193:archive_cache
Saving cache for successful job
Creating cache f95a186595ea21cee66930a281ba0e127b0abb0b...
web/target/: found 102 matching files and directories 
Archive is up to date!                             
Created cache

section_end:1648093193:archive_cache
Job succeeded