[0KRunning with gitlab-runner 14.8.2 (c6e7e194)[0;m [0K on TestEnvEKSCluster 3a1ce176[0;m section_start:1648093177:prepare_executor [0K[0K[36;1mPreparing the "kubernetes" executor[0;m[0;m [0KUsing Kubernetes namespace: gitlab[0;m [0KUsing Kubernetes executor with image docker ...[0;m [0KUsing attach strategy to execute scripts...[0;m section_end:1648093177:prepare_executor [0Ksection_start:1648093177:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m 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 [0Ksection_start:1648093184:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes...[0;m Initialized empty Git repository in /builds/shenggui.li/mobdna-k8s/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out f95a1865 as master...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1648093185:get_sources [0Ksection_start:1648093185:restore_cache [0K[0K[36;1mRestoring cache[0;m[0;m [32;1mChecking cache for f95a186595ea21cee66930a281ba0e127b0abb0b...[0;m Downloading cache.zip from https://tkio-test-gitlabrunner-cache.s3.dualstack.cn-north-1.amazonaws.com.cn/runner/project/961/f95a186595ea21cee66930a281ba0e127b0abb0b[0;m [32;1mSuccessfully extracted cache[0;m section_end:1648093188:restore_cache [0Ksection_start:1648093188:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ pwd; ls -lh ; df -h ;[0;m /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 [32;1m$ docker build -t ${REG_URL}:${CI_COMMIT_SHA} .[0;m 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 [0Ksection_start:1648093193:archive_cache [0K[0K[36;1mSaving cache for successful job[0;m[0;m [32;1mCreating cache f95a186595ea21cee66930a281ba0e127b0abb0b...[0;m web/target/: found 102 matching files and directories[0;m Archive is up to date! [0;m [32;1mCreated cache[0;m section_end:1648093193:archive_cache [0K[32;1mJob succeeded[0;m