Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
cs_vsofpm
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • wuhao
  • cs_vsofpm
  • Jobs
  • #28041

passed Job #28041 triggered 1 year ago by wuhao's avatar
wuhao
wuhao
  Running with gitlab-runner 14.6.0 (5316d4ac)
on 60-server pvhgTsPz
section_start:1701767353:prepare_executor
Preparing the "docker" executor
Using Docker executor with image swr.cn-north-4.myhuaweicloud.com/nangao-iot/nangao-base ...
Starting service docker:dind ...
Using locally found image version due to "if-not-present" pull policy
Using docker image sha256:175122d895c3ac2d1a9e3eeaa4885972ffcf3cf86c6e14261fd58db58ca77139 for docker:dind with digest docker@sha256:1f50d3a86f7035805843779f803e81e8f4ce96b62ed68fc70cdcf4922f43470b ...
Waiting for services to be up and running...

*** WARNING: Service runner-pvhgtspz-project-155-concurrent-0-9d81633f0c457aa0-docker-0 probably didn't start properly.

Health check error:
service "runner-pvhgtspz-project-155-concurrent-0-9d81633f0c457aa0-docker-0-wait-for-service" timeout

Health check container logs:


Service container logs:
2023-12-05T09:09:15.767936765Z Generating RSA private key, 4096 bit long modulus (2 primes)
2023-12-05T09:09:17.128160654Z .....................................................................................................................................................................................................................................................................................................++++
2023-12-05T09:09:17.866939486Z ...............................................................................................................................................................++++
2023-12-05T09:09:17.867565726Z e is 65537 (0x010001)
2023-12-05T09:09:17.891175867Z Generating RSA private key, 4096 bit long modulus (2 primes)
2023-12-05T09:09:17.948520094Z .........++++
2023-12-05T09:09:17.960501702Z .++++
2023-12-05T09:09:17.961025837Z e is 65537 (0x010001)
2023-12-05T09:09:18.002428425Z Signature ok
2023-12-05T09:09:18.002490242Z subject=CN = docker:dind server
2023-12-05T09:09:18.002797025Z Getting CA Private Key
2023-12-05T09:09:18.018424261Z /certs/server/cert.pem: OK
2023-12-05T09:09:18.024291924Z Generating RSA private key, 4096 bit long modulus (2 primes)
2023-12-05T09:09:18.216815708Z ............................................++++
2023-12-05T09:09:18.478444361Z ............................................................++++
2023-12-05T09:09:18.479020578Z e is 65537 (0x010001)
2023-12-05T09:09:18.511156089Z Signature ok
2023-12-05T09:09:18.511193029Z subject=CN = docker:dind client
2023-12-05T09:09:18.511381792Z Getting CA Private Key
2023-12-05T09:09:18.527366376Z /certs/client/cert.pem: OK
2023-12-05T09:09:18.722680179Z time="2023-12-05T09:09:18.722424276Z" level=info msg="Starting up"
2023-12-05T09:09:18.725993678Z time="2023-12-05T09:09:18.725811722Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
2023-12-05T09:09:18.726040391Z failed to load listeners: can't create unix socket /var/run/docker.sock: device or resource busy

*********

Using locally found image version due to "if-not-present" pull policy
Using docker image sha256:4007941c9e648ec36c7905e91222567167ccc1755b24e0b2c9e1145a4aaf7069 for swr.cn-north-4.myhuaweicloud.com/nangao-iot/nangao-base with digest swr.cn-north-4.myhuaweicloud.com/nangao-iot/nangao-base@sha256:5ebe727a404a3f3805e06359b5db3cd6b3c3bff8c8dc9a2904ea54f9effc15f6 ...
section_end:1701767387:prepare_executor
section_start:1701767387:prepare_script
Preparing environment
Running on runner-pvhgtspz-project-155-concurrent-0 via 6d6b5a0ceb53...
section_end:1701767387:prepare_script
section_start:1701767387:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/wuhao/cs_vsofpm/.git/
Checking out 10cc6199 as master...

Skipping Git submodules setup
section_end:1701767388:get_sources
section_start:1701767388:step_script
Executing "step_script" stage of the job script
Using docker image sha256:4007941c9e648ec36c7905e91222567167ccc1755b24e0b2c9e1145a4aaf7069 for swr.cn-north-4.myhuaweicloud.com/nangao-iot/nangao-base with digest swr.cn-north-4.myhuaweicloud.com/nangao-iot/nangao-base@sha256:5ebe727a404a3f3805e06359b5db3cd6b3c3bff8c8dc9a2904ea54f9effc15f6 ...
$ mkdir -p ~/.ssh
$ eval $(ssh-agent -s)
Agent pid 11
$ echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ ssh-add <(echo "$PRIVATE_KEY")
Identity added: /dev/fd/63 (admin@jsnangao.com)
$ rsync -Phvz -e "ssh -p 6005" ./docker-compose-dev.yaml root@$DEV_IP:/root/docker-compose/vslp-web/docker-compose.yaml
Warning: Permanently added '[123.60.144.57]:6005' (ECDSA) to the list of known hosts.
docker-compose-dev.yaml
230 100% 0.00kB/s 0:00:00 230 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=0/1)

sent 95 bytes received 41 bytes 54.40 bytes/sec
total size is 230 speedup is 1.69
$ ssh -p 6005 $DEV_IP 'cd /root/docker-compose/vslp-web; docker-compose pull vs_web;docker-compose up -d '
vs_web Pulling
a2abf6c4d29d Already exists
a9edb18cadd1 Already exists
589b7251471a Already exists
186b1aaa4aa6 Already exists
b4df32aa5a72 Already exists
a0bcbecc962e Already exists
a3f9bd89334f Pulling fs layer
61db9fa74fc7 Pulling fs layer
b8f8e8eb16a9 Pulling fs layer
b8f8e8eb16a9 Downloading [==================================================>] 150B/150B
b8f8e8eb16a9 Verifying Checksum
b8f8e8eb16a9 Download complete
61db9fa74fc7 Downloading [==================================================>] 157B/157B
a3f9bd89334f Downloading [> ] 65.54kB/5.194MB
a3f9bd89334f Downloading [=========> ] 958.5kB/5.194MB
a3f9bd89334f Downloading [====================> ] 2.171MB/5.194MB
a3f9bd89334f Downloading [================================> ] 3.342MB/5.194MB
a3f9bd89334f Downloading [===========================================> ] 4.522MB/5.194MB
a3f9bd89334f Verifying Checksum
a3f9bd89334f Download complete
a3f9bd89334f Extracting [> ] 65.54kB/5.194MB
a3f9bd89334f Extracting [=> ] 131.1kB/5.194MB
a3f9bd89334f Extracting [===========> ] 1.18MB/5.194MB
a3f9bd89334f Extracting [=======================> ] 2.49MB/5.194MB
a3f9bd89334f Extracting [==================================================>] 5.194MB/5.194MB
a3f9bd89334f Pull complete
61db9fa74fc7 Extracting [==================================================>] 157B/157B
61db9fa74fc7 Extracting [==================================================>] 157B/157B
61db9fa74fc7 Pull complete
b8f8e8eb16a9 Extracting [==================================================>] 150B/150B
b8f8e8eb16a9 Extracting [==================================================>] 150B/150B
b8f8e8eb16a9 Pull complete
vs_web Pulled
Container vs_web Recreate
Container vs_web Recreated
Container vs_web Starting
Container vs_web Started
section_end:1701767400:step_script
Job succeeded

deploy_dev

Duration: 46 seconds

Timeout: 1h (from project)

Runner: iot-dev3 (#9)

Commit 10cc6199

sader

Pipeline #6163 for master
deploy_dev