Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f090bde917e1f28f3025819c98ef7aafa47ac2fc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a1118807cf18c4156ba213bd5188f6dbbcdb2c1 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5549 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching without tags Checking out Revision f090bde917e1f28f3025819c98ef7aafa47ac2fc (master) > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f090bde917e1f28f3025819c98ef7aafa47ac2fc # timeout=10 Commit message: "Merge pull request #506 from hahattan/issue-505" > git rev-list --no-walk dfaaf3db4a48c41e92535fbbc26dffa7770b5bf3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:47:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:47:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:47:35 ========================================================= 07:47:35 EdgeX Global Pipelines Version Info 07:47:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:47:36 ------------------- 07:47:36 stable info: 07:47:36 ------------------- 07:47:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:47:36 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 07:47:36 Message: update stable to v1.0.73 07:47:37 ------------------- 07:47:37 experimental info: 07:47:37 ------------------- 07:47:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:47:37 Commit SHA: 009f18ce5b4e192ba54fce1c3905cefe13074ee2 07:47:37 Message: update experimental to v1.0.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:47:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:47:38 07:47:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:47:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:47:39 latest: Pulling from edgex-devops/git-semver 07:47:39 9123ac7c32f7: Pulling fs layer 07:47:39 b8cc5d1170e3: Pulling fs layer 07:47:39 2924cbbf6a41: Pulling fs layer 07:47:39 93b08a4f1073: Pulling fs layer 07:47:39 93b08a4f1073: Waiting 07:47:39 b8cc5d1170e3: Verifying Checksum 07:47:39 b8cc5d1170e3: Download complete 07:47:39 9123ac7c32f7: Verifying Checksum 07:47:39 9123ac7c32f7: Download complete 07:47:39 93b08a4f1073: Verifying Checksum 07:47:39 93b08a4f1073: Download complete 07:47:39 2924cbbf6a41: Download complete 07:47:39 9123ac7c32f7: Pull complete 07:47:39 b8cc5d1170e3: Pull complete 07:47:40 2924cbbf6a41: Pull complete 07:47:40 93b08a4f1073: Pull complete 07:47:40 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 07:47:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:47:40 prd-centos7-docker-4c-2g-5549 does not seem to be running inside a container 07:47:40 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:47:41 $ docker top b08ecb7f85d4de34d5ce592036d0f024c9761c1f6bbe5f1061cc8e4718618a6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:47:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:47:41 [ssh-agent] Looking for ssh-agent implementation... 07:47:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:47:42 $ docker exec b08ecb7f85d4de34d5ce592036d0f024c9761c1f6bbe5f1061cc8e4718618a6c ssh-agent 07:47:42 SSH_AUTH_SOCK=/tmp/ssh-IJAQBBW4IGgy/agent.15 07:47:42 SSH_AGENT_PID=22 07:47:42 Running ssh-add (command line suppressed) 07:47:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8840006314135143817.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8840006314135143817.key) 07:47:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:47:42 + git describe --exact-match --tags HEAD 07:47:42 fatal: No names found, cannot describe anything. [Pipeline] } 07:47:43 $ docker exec --env ******** --env ******** b08ecb7f85d4de34d5ce592036d0f024c9761c1f6bbe5f1061cc8e4718618a6c ssh-agent -k 07:47:43 unset SSH_AUTH_SOCK; 07:47:43 unset SSH_AGENT_PID; 07:47:43 echo Agent pid 22 killed; 07:47:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:47:43 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:47:43 This usually means this commit has not been tagged. [Pipeline] sshagent 07:47:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:47:43 [ssh-agent] Looking for ssh-agent implementation... 07:47:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:47:43 $ docker exec b08ecb7f85d4de34d5ce592036d0f024c9761c1f6bbe5f1061cc8e4718618a6c ssh-agent 07:47:43 SSH_AUTH_SOCK=/tmp/ssh-epJBs2xl03v3/agent.58 07:47:43 SSH_AGENT_PID=65 07:47:43 Running ssh-add (command line suppressed) 07:47:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_302180848699982740.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_302180848699982740.key) 07:47:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:47:44 + git semver init 07:47:44 # -> Open(): unable to determine branch for HEAD 07:47:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:47:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:47:44 # $SEMVER_REMOTE_NAME = origin 07:47:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:47:44 # $SEMVER_USER_NAME = edgex-jenkins 07:47:44 # $SEMVER_BRANCH = master 07:47:44 # $SEMVER_TEMP = /tmp/semver-263800401 07:47:44 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:47:44 # '/tmp/semver-263800401' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:47:44 # -> Force: false 07:47:44 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:47:44 $ docker exec --env ******** --env ******** b08ecb7f85d4de34d5ce592036d0f024c9761c1f6bbe5f1061cc8e4718618a6c ssh-agent -k 07:47:44 unset SSH_AUTH_SOCK; 07:47:44 unset SSH_AGENT_PID; 07:47:44 echo Agent pid 65 killed; 07:47:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:47:45 + git semver [Pipeline] } 07:47:45 $ docker stop --time=1 b08ecb7f85d4de34d5ce592036d0f024c9761c1f6bbe5f1061cc8e4718618a6c 07:47:46 $ docker rm -f b08ecb7f85d4de34d5ce592036d0f024c9761c1f6bbe5f1061cc8e4718618a6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:47:47 Stashed 49 file(s) [Pipeline] echo 07:47:47 [edgeXSemver] initialized semver on version 1.2.0-dev.32 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:48:02 Still waiting to schedule task 07:48:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:48:02 Still waiting to schedule task 07:48:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5547’ is offline 07:49:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5550 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:49:45 Running in /w/workspace/device-sdk-go/32 [Pipeline] { [Pipeline] checkout 07:49:51 using credential edgex-jenkins-ssh 07:49:52 Cloning the remote Git repository 07:49:52 Cloning with configured refspecs honoured and without tags 07:49:52 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:49:52 > git init /w/workspace/device-sdk-go/32 # timeout=10 07:49:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:49:52 > git --version # timeout=10 07:49:53 Fetching without tags 07:49:52 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:49:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:49:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:49:53 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:49:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:49:53 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:49:53 Checking out Revision f090bde917e1f28f3025819c98ef7aafa47ac2fc (master) 07:49:54 > git config core.sparsecheckout # timeout=10 07:49:54 > git checkout -f f090bde917e1f28f3025819c98ef7aafa47ac2fc # timeout=10 07:49:59 Commit message: "Merge pull request #506 from hahattan/issue-505" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:50:00 ========================================================= 07:50:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:50:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:50:01 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 07:50:02 Sending build context to Docker daemon 3.008MB 07:50:02 Step 1/8 : ARG BASE=golang:1.13-alpine 07:50:02 Step 2/8 : FROM ${BASE} 07:50:02 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:50:02 cde5963f3b93: Pulling fs layer 07:50:02 2a23fa8c16f7: Pulling fs layer 07:50:02 777b28850792: Pulling fs layer 07:50:02 8a11ddd9e578: Pulling fs layer 07:50:02 8a11ddd9e578: Waiting 07:50:02 4cf88f913ddb: Pulling fs layer 07:50:02 1df406cf5192: Pulling fs layer 07:50:02 cd6300453558: Pulling fs layer 07:50:02 b9c365052c96: Pulling fs layer 07:50:02 a2d8cc88f415: Pulling fs layer 07:50:02 ea1d1ca13537: Pulling fs layer 07:50:02 3750a50a1c5e: Pulling fs layer 07:50:02 4cf88f913ddb: Waiting 07:50:02 1df406cf5192: Waiting 07:50:02 cd6300453558: Waiting 07:50:02 ea1d1ca13537: Waiting 07:50:02 b9c365052c96: Waiting 07:50:02 a2d8cc88f415: Waiting 07:50:02 3750a50a1c5e: Waiting 07:50:02 777b28850792: Verifying Checksum 07:50:02 777b28850792: Download complete 07:50:02 2a23fa8c16f7: Verifying Checksum 07:50:02 2a23fa8c16f7: Download complete 07:50:03 4cf88f913ddb: Verifying Checksum 07:50:03 4cf88f913ddb: Download complete 07:50:03 1df406cf5192: Verifying Checksum 07:50:03 1df406cf5192: Download complete 07:50:03 cde5963f3b93: Verifying Checksum 07:50:03 cde5963f3b93: Download complete 07:50:04 cde5963f3b93: Pull complete 07:50:04 2a23fa8c16f7: Pull complete 07:50:04 777b28850792: Pull complete 07:50:06 cd6300453558: Verifying Checksum 07:50:06 cd6300453558: Download complete 07:50:07 a2d8cc88f415: Verifying Checksum 07:50:07 a2d8cc88f415: Download complete 07:50:09 ea1d1ca13537: Verifying Checksum 07:50:09 ea1d1ca13537: Download complete 07:50:09 3750a50a1c5e: Download complete 07:50:12 b9c365052c96: Verifying Checksum 07:50:12 b9c365052c96: Download complete 07:50:14 8a11ddd9e578: Download complete 07:50:15 Running on prd-centos7-docker-4c-2g-5551 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:50:15 Running in /w/workspace/device-sdk-go/32 [Pipeline] { [Pipeline] checkout 07:50:17 using credential edgex-jenkins-ssh 07:50:18 Cloning the remote Git repository 07:50:18 Cloning with configured refspecs honoured and without tags 07:50:18 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:50:18 > git init /w/workspace/device-sdk-go/32 # timeout=10 07:50:18 Fetching without tags 07:50:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:50:18 > git --version # timeout=10 07:50:18 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:50:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:50:18 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:50:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:50:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:50:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:50:19 Checking out Revision f090bde917e1f28f3025819c98ef7aafa47ac2fc (master) 07:50:19 > git config core.sparsecheckout # timeout=10 07:50:19 > git checkout -f f090bde917e1f28f3025819c98ef7aafa47ac2fc # timeout=10 07:50:23 Commit message: "Merge pull request #506 from hahattan/issue-505" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:50:23 ========================================================= 07:50:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:50:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:50:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 07:50:25 Sending build context to Docker daemon 3.006MB 07:50:25 Step 1/8 : ARG BASE=golang:1.13-alpine 07:50:25 Step 2/8 : FROM ${BASE} 07:50:25 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:50:25 e6b0cf9c0882: Pulling fs layer 07:50:25 2848faf0eed1: Pulling fs layer 07:50:25 0f37312ad70f: Pulling fs layer 07:50:25 5788d62ee057: Pulling fs layer 07:50:25 0e6b1d234666: Pulling fs layer 07:50:25 bf5d7aec512f: Pulling fs layer 07:50:25 34c802a77dc8: Pulling fs layer 07:50:25 9eb99e56ec68: Pulling fs layer 07:50:25 27c7a5d97fbd: Pulling fs layer 07:50:25 5c102a31e300: Pulling fs layer 07:50:25 dcfb455df0a1: Pulling fs layer 07:50:25 5788d62ee057: Waiting 07:50:25 0e6b1d234666: Waiting 07:50:25 bf5d7aec512f: Waiting 07:50:25 34c802a77dc8: Waiting 07:50:25 9eb99e56ec68: Waiting 07:50:25 27c7a5d97fbd: Waiting 07:50:25 5c102a31e300: Waiting 07:50:25 dcfb455df0a1: Waiting 07:50:25 0f37312ad70f: Verifying Checksum 07:50:25 0f37312ad70f: Download complete 07:50:25 2848faf0eed1: Verifying Checksum 07:50:25 2848faf0eed1: Download complete 07:50:25 0e6b1d234666: Verifying Checksum 07:50:25 0e6b1d234666: Download complete 07:50:25 bf5d7aec512f: Verifying Checksum 07:50:25 bf5d7aec512f: Download complete 07:50:25 e6b0cf9c0882: Verifying Checksum 07:50:25 e6b0cf9c0882: Download complete 07:50:25 e6b0cf9c0882: Pull complete 07:50:25 2848faf0eed1: Pull complete 07:50:25 0f37312ad70f: Pull complete 07:50:26 34c802a77dc8: Verifying Checksum 07:50:26 34c802a77dc8: Download complete 07:50:26 27c7a5d97fbd: Verifying Checksum 07:50:26 27c7a5d97fbd: Download complete 07:50:26 5c102a31e300: Verifying Checksum 07:50:26 5c102a31e300: Download complete 07:50:26 dcfb455df0a1: Verifying Checksum 07:50:26 dcfb455df0a1: Download complete 07:50:26 9eb99e56ec68: Verifying Checksum 07:50:26 9eb99e56ec68: Download complete 07:50:26 8a11ddd9e578: Pull complete 07:50:26 4cf88f913ddb: Pull complete 07:50:26 1df406cf5192: Pull complete 07:50:26 5788d62ee057: Verifying Checksum 07:50:26 5788d62ee057: Download complete 07:50:31 cd6300453558: Pull complete 07:50:34 5788d62ee057: Pull complete 07:50:34 0e6b1d234666: Pull complete 07:50:34 bf5d7aec512f: Pull complete 07:50:35 b9c365052c96: Pull complete 07:50:35 a2d8cc88f415: Pull complete 07:50:37 ea1d1ca13537: Pull complete 07:50:38 3750a50a1c5e: Pull complete 07:50:38 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 07:50:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:50:38 ---> 78745c68409d 07:50:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:50:38 34c802a77dc8: Pull complete 07:50:41 9eb99e56ec68: Pull complete 07:50:41 27c7a5d97fbd: Pull complete 07:50:42 ---> Running in 345b99bbe474 07:50:42 Removing intermediate container 345b99bbe474 07:50:42 ---> b927f0a567b8 07:50:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:42 5c102a31e300: Pull complete 07:50:42 dcfb455df0a1: Pull complete 07:50:42 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 07:50:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:50:42 ---> 7c70fe431013 07:50:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:50:42 ---> Running in cadce04f5ad4 07:50:42 Removing intermediate container cadce04f5ad4 07:50:42 ---> 8c8edb301b61 07:50:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:42 ---> Running in d6b741e7fe03 07:50:43 ---> Running in 6bc076ebfdb0 07:50:44 Removing intermediate container 6bc076ebfdb0 07:50:44 ---> 1c051db0375f 07:50:44 Step 5/8 : RUN apk add --no-cache make git 07:50:44 ---> Running in 815af0e800ec 07:50:44 Removing intermediate container d6b741e7fe03 07:50:44 ---> fa0a05eda79d 07:50:44 Step 5/8 : RUN apk add --no-cache make git 07:50:45 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 07:50:45 ---> Running in d6298d173eef 07:50:45 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 07:50:45 OK: 143 MiB in 39 packages 07:50:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 07:50:46 Removing intermediate container 815af0e800ec 07:50:46 ---> a93a1413463d 07:50:46 Step 6/8 : WORKDIR /device-sdk-go 07:50:46 ---> Running in 205dea720175 07:50:46 Removing intermediate container 205dea720175 07:50:46 ---> 9a20dcb7f8c4 07:50:46 Step 7/8 : COPY . . 07:50:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 07:50:47 ---> fe21a43ef180 07:50:47 Step 8/8 : RUN go mod download 07:50:47 ---> Running in e53065b07a1d 07:50:47 OK: 125 MiB in 39 packages 07:50:48 Removing intermediate container d6298d173eef 07:50:48 ---> 9abe8922b533 07:50:48 Step 6/8 : WORKDIR /device-sdk-go 07:50:48 ---> Running in 1d5bc28344e4 07:50:48 go: finding github.com/BurntSushi/toml v0.3.1 07:50:48 go: finding github.com/OneOfOne/xxhash v1.2.6 07:50:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:50:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:50:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:50:48 go: finding github.com/bgentry/speakeasy v0.1.0 07:50:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:50:48 go: finding github.com/davecgh/go-spew v1.1.1 07:50:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 07:50:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:50:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 07:50:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:50:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:50:48 go: finding github.com/fatih/color v1.7.0 07:50:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:50:48 go: finding github.com/go-kit/kit v0.8.0 07:50:48 go: finding github.com/go-logfmt/logfmt v0.4.0 07:50:48 go: finding github.com/go-stack/stack v1.8.0 07:50:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:50:48 go: finding github.com/google/uuid v1.1.0 07:50:48 go: finding github.com/gorilla/mux v1.7.1 07:50:48 go: finding github.com/hashicorp/consul/api v1.1.0 07:50:48 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:50:48 go: finding github.com/hashicorp/errwrap v1.0.0 07:50:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:50:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:50:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:50:48 go: finding github.com/hashicorp/go-multierror v1.0.0 07:50:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:50:48 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:50:48 go: finding github.com/hashicorp/go-syslog v1.0.0 07:50:48 go: finding github.com/hashicorp/go-uuid v1.0.1 07:50:48 go: finding github.com/hashicorp/go.net v0.0.1 07:50:48 go: finding github.com/hashicorp/golang-lru v0.5.0 07:50:48 go: finding github.com/hashicorp/logutils v1.0.0 07:50:48 go: finding github.com/hashicorp/mdns v1.0.0 07:50:48 go: finding github.com/hashicorp/memberlist v0.1.3 07:50:48 go: finding github.com/hashicorp/serf v0.8.2 07:50:48 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:50:48 go: finding github.com/mattn/go-colorable v0.0.9 07:50:48 go: finding github.com/mattn/go-isatty v0.0.3 07:50:48 go: finding github.com/miekg/dns v1.0.14 07:50:48 go: finding github.com/mitchellh/cli v1.0.0 07:50:48 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:50:48 go: finding github.com/mitchellh/copystructure v1.0.0 07:50:49 Removing intermediate container 1d5bc28344e4 07:50:49 ---> 0c8486baa645 07:50:49 Step 7/8 : COPY . . 07:50:49 go: finding github.com/mitchellh/go-homedir v1.0.0 07:50:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:50:49 go: finding github.com/mitchellh/gox v0.4.0 07:50:49 go: finding github.com/mitchellh/iochan v1.0.0 07:50:49 go: finding github.com/mitchellh/mapstructure v1.1.2 07:50:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:50:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:50:49 go: finding github.com/pelletier/go-toml v1.2.0 07:50:49 go: finding github.com/pkg/errors v0.8.1 07:50:49 go: finding github.com/pmezard/go-difflib v1.0.0 07:50:49 go: finding github.com/posener/complete v1.1.1 07:50:49 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:50:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:50:49 go: finding github.com/stretchr/objx v0.1.0 07:50:49 go: finding github.com/stretchr/testify v1.5.1 07:50:49 go: finding github.com/ugorji/go v1.1.4 07:50:49 go: finding github.com/x448/float16 v0.8.4 07:50:49 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:50:49 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 07:50:49 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:50:49 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:50:49 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 07:50:49 go: finding gopkg.in/yaml.v2 v2.2.8 07:50:49 ---> 4ed28f5f6bc3 07:50:49 Step 8/8 : RUN go mod download 07:50:50 ---> Running in b36d34b75c81 07:50:52 go: finding github.com/BurntSushi/toml v0.3.1 07:50:52 go: finding github.com/OneOfOne/xxhash v1.2.6 07:50:52 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:50:52 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:50:52 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:50:52 go: finding github.com/bgentry/speakeasy v0.1.0 07:50:52 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:50:52 go: finding github.com/davecgh/go-spew v1.1.1 07:50:52 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 07:50:52 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:50:52 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 07:50:52 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 07:50:52 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:50:52 go: finding github.com/fatih/color v1.7.0 07:50:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:50:52 go: finding github.com/go-kit/kit v0.8.0 07:50:52 go: finding github.com/go-logfmt/logfmt v0.4.0 07:50:52 go: finding github.com/go-stack/stack v1.8.0 07:50:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:50:52 go: finding github.com/google/uuid v1.1.0 07:50:52 go: finding github.com/gorilla/mux v1.7.1 07:50:52 go: finding github.com/hashicorp/consul/api v1.1.0 07:50:52 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:50:52 go: finding github.com/hashicorp/errwrap v1.0.0 07:50:52 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:50:52 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:50:52 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:50:52 go: finding github.com/hashicorp/go-multierror v1.0.0 07:50:52 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:50:52 go: finding github.com/hashicorp/go-sockaddr v1.0.0 07:50:52 go: finding github.com/hashicorp/go-syslog v1.0.0 07:50:52 go: finding github.com/hashicorp/go-uuid v1.0.1 07:50:52 go: finding github.com/hashicorp/go.net v0.0.1 07:50:52 go: finding github.com/hashicorp/golang-lru v0.5.0 07:50:52 go: finding github.com/hashicorp/logutils v1.0.0 07:50:52 go: finding github.com/hashicorp/mdns v1.0.0 07:50:52 go: finding github.com/hashicorp/memberlist v0.1.3 07:50:52 go: finding github.com/hashicorp/serf v0.8.2 07:50:52 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:50:52 go: finding github.com/mattn/go-colorable v0.0.9 07:50:52 go: finding github.com/mattn/go-isatty v0.0.3 07:50:52 go: finding github.com/miekg/dns v1.0.14 07:50:52 go: finding github.com/mitchellh/cli v1.0.0 07:50:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:50:52 go: finding github.com/mitchellh/copystructure v1.0.0 07:50:52 go: finding github.com/mitchellh/go-homedir v1.0.0 07:50:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:50:52 go: finding github.com/mitchellh/gox v0.4.0 07:50:52 go: finding github.com/mitchellh/iochan v1.0.0 07:50:52 go: finding github.com/mitchellh/mapstructure v1.1.2 07:50:52 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:50:52 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:50:52 go: finding github.com/pelletier/go-toml v1.2.0 07:50:52 go: finding github.com/pkg/errors v0.8.1 07:50:52 go: finding github.com/pmezard/go-difflib v1.0.0 07:50:52 go: finding github.com/posener/complete v1.1.1 07:50:52 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 07:50:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:50:52 go: finding github.com/stretchr/objx v0.1.0 07:50:52 go: finding github.com/stretchr/testify v1.5.1 07:50:52 go: finding github.com/ugorji/go v1.1.4 07:50:52 go: finding github.com/x448/float16 v0.8.4 07:50:52 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:50:52 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 07:50:52 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:50:52 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:50:52 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 07:50:52 go: finding gopkg.in/yaml.v2 v2.2.8 07:50:53 Removing intermediate container e53065b07a1d 07:50:53 ---> 64ba0a6580ba 07:50:53 Successfully built 64ba0a6580ba 07:50:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:54 + docker inspect -f . ci-base-image-x86_64 07:50:54 . [Pipeline] withDockerContainer 07:50:54 prd-centos7-docker-4c-2g-5551 does not seem to be running inside a container 07:50:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/32 -v /w/workspace/device-sdk-go/32:/w/workspace/device-sdk-go/32:rw,z -v /w/workspace/device-sdk-go/32@tmp:/w/workspace/device-sdk-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:50:54 $ docker top 6b1e126b1c8fc705513e90c3ecf90c202edd502280e320a0c65a23958041dcd2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:55 + go version 07:50:55 go version go1.13.5 linux/amd64 [Pipeline] sh 07:50:55 + make test 07:50:55 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:50:56 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:51:02 Removing intermediate container b36d34b75c81 07:51:02 ---> a358bd88f721 07:51:02 Successfully built a358bd88f721 07:51:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:51:03 + docker inspect -f . ci-base-image-arm64 07:51:03 . [Pipeline] withDockerContainer 07:51:04 prd-ubuntu18.04-docker-arm64-4c-16g-5550 does not seem to be running inside a container 07:51:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/32 -v /w/workspace/device-sdk-go/32:/w/workspace/device-sdk-go/32:rw,z -v /w/workspace/device-sdk-go/32@tmp:/w/workspace/device-sdk-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:51:05 $ docker top 958cc391fa3050127d5811cdde8788bd53d55d3fe1a5a00ff6df789062d250d5 -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:06 + go version 07:51:06 go version go1.13.5 linux/arm64 [Pipeline] sh 07:51:07 + make test 07:51:07 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:51:08 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:51:08 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:51:08 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:51:08 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.014s coverage: 22.1% of statements 07:51:08 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:51:12 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.074s coverage: 95.8% of statements 07:51:41 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:51:41 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:51:41 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:51:41 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.051s coverage: 22.1% of statements 07:51:41 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.219s coverage: 95.8% of statements 07:51:44 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.048s coverage: 11.4% of statements 07:51:44 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements 07:51:44 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:51:44 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.068s coverage: 36.9% of statements 07:51:44 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:51:44 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 07:51:44 ok github.com/edgexfoundry/device-sdk-go/internal/handler 1.031s coverage: 65.2% of statements 07:51:44 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:51:44 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:51:44 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:51:44 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.542s coverage: 52.6% of statements 07:51:44 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 07:51:44 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.105s coverage: 68.9% of statements 07:51:44 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:51:44 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:51:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:51:44 gofmt -l . 07:51:44 [ "`gofmt -l .`" = "" ] 07:51:44 ./bin/test-attribution-txt.sh 07:51:44 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:51:44 Stashed 1 file(s) [Pipeline] } 07:51:44 $ docker stop --time=1 6b1e126b1c8fc705513e90c3ecf90c202edd502280e320a0c65a23958041dcd2 07:51:45 $ docker rm -f 6b1e126b1c8fc705513e90c3ecf90c202edd502280e320a0c65a23958041dcd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:51:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:51:47 + ls -al . 07:51:47 total 176 07:51:47 drwxrwxr-x. 11 jenkins jenkins 4096 Apr 22 07:51 . 07:51:47 drwxrwxr-x. 4 jenkins jenkins 30 Apr 22 07:50 .. 07:51:47 drwxrwxr-x. 3 jenkins jenkins 20 Apr 22 07:50 api 07:51:47 drwxrwxr-x. 2 jenkins jenkins 64 Apr 22 07:50 bin 07:51:47 -rw-r--r--. 1 jenkins jenkins 110877 Apr 22 07:51 coverage.out 07:51:47 -rw-rw-r--. 1 jenkins jenkins 936 Apr 22 07:50 Dockerfile.build 07:51:47 -rw-rw-r--. 1 jenkins jenkins 140 Apr 22 07:50 .dockerignore 07:51:47 drwxrwxr-x. 4 jenkins jenkins 48 Apr 22 07:50 example 07:51:47 drwxrwxr-x. 8 jenkins jenkins 162 Apr 22 07:50 .git 07:51:47 drwxrwxr-x. 2 jenkins jenkins 38 Apr 22 07:50 .github 07:51:47 -rw-rw-r--. 1 jenkins jenkins 138 Apr 22 07:50 .gitignore 07:51:47 -rw-r--r--. 1 jenkins jenkins 446 Apr 22 07:51 go.mod 07:51:47 -rw-r--r--. 1 jenkins jenkins 12076 Apr 22 07:51 go.sum 07:51:47 drwxrwxr-x. 15 jenkins jenkins 217 Apr 22 07:50 internal 07:51:47 -rw-rw-r--. 1 jenkins jenkins 808 Apr 22 07:50 Jenkinsfile 07:51:47 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 22 07:50 LICENSE 07:51:47 -rw-rw-r--. 1 jenkins jenkins 892 Apr 22 07:50 Makefile 07:51:47 drwxrwxr-x. 5 jenkins jenkins 50 Apr 22 07:50 pkg 07:51:47 -rw-rw-r--. 1 jenkins jenkins 2249 Apr 22 07:50 README.md 07:51:47 drwxrwxr-x. 3 jenkins jenkins 44 Apr 22 07:50 .semver 07:51:47 drwxrwxr-x. 4 jenkins jenkins 54 Apr 22 07:50 snap 07:51:47 -rw-rw-r--. 1 jenkins jenkins 12 Apr 22 07:47 VERSION 07:51:47 -rw-rw-r--. 1 jenkins jenkins 222 Apr 22 07:50 version.go [Pipeline] isUnix [Pipeline] sh 07:51:47 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=f090bde917e1f28f3025819c98ef7aafa47ac2fc --label arch=amd64 --label version=1.2.0-dev.32 . 07:51:47 Sending build context to Docker daemon 3.134MB 07:51:47 Step 1/21 : ARG BASE=golang:1.13-alpine 07:51:47 Step 2/21 : FROM ${BASE} AS builder 07:51:47 ---> 64ba0a6580ba 07:51:47 Step 3/21 : ARG MAKE='make build' 07:51:47 ---> Running in aeacc4f812a7 07:51:47 Removing intermediate container aeacc4f812a7 07:51:47 ---> 049498c7d858 07:51:47 Step 4/21 : WORKDIR /device-sdk-go 07:51:47 ---> Running in 5805f5a1b78d 07:51:48 Removing intermediate container 5805f5a1b78d 07:51:48 ---> 17c18c804b7d 07:51:48 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:51:48 ---> Running in e290d7f5a668 07:51:48 Removing intermediate container e290d7f5a668 07:51:48 ---> e8a6dccb2488 07:51:48 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:51:48 ---> Running in 81672024d4f4 07:51:48 Removing intermediate container 81672024d4f4 07:51:48 ---> 4919845783d4 07:51:48 Step 7/21 : RUN apk add --update --no-cache make git 07:51:49 ---> Running in 746fb0dd0b63 07:51:49 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 07:51:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 07:51:50 OK: 143 MiB in 39 packages 07:51:50 Removing intermediate container 746fb0dd0b63 07:51:50 ---> 624ea016ad94 07:51:50 Step 8/21 : COPY . . 07:51:51 ---> dd48e4314f9e 07:51:51 Step 9/21 : RUN ${MAKE} 07:51:51 ---> Running in fd0417f2f429 07:51:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.0-dev.32" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:51:59 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:52:00 Removing intermediate container fd0417f2f429 07:52:00 ---> c35e9cf40b0e 07:52:00 Step 10/21 : FROM scratch 07:52:00 ---> 07:52:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:00 ---> Running in d51591a5a5fd 07:52:00 Removing intermediate container d51591a5a5fd 07:52:00 ---> 2e524927119c 07:52:00 Step 12/21 : ENV APP_PORT=49990 07:52:00 ---> Running in d7dad07fa9d8 07:52:00 Removing intermediate container d7dad07fa9d8 07:52:00 ---> ed77c166b527 07:52:00 Step 13/21 : EXPOSE $APP_PORT 07:52:00 ---> Running in e3604c90a88d 07:52:00 Removing intermediate container e3604c90a88d 07:52:00 ---> 1611b9c625c0 07:52:00 Step 14/21 : WORKDIR / 07:52:00 ---> Running in e4fc0e498ff7 07:52:00 Removing intermediate container e4fc0e498ff7 07:52:00 ---> edc3a6f7eb2b 07:52:00 Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:52:00 ---> e5f582659ac0 07:52:00 Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:52:01 ---> eae054cdd013 07:52:01 Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:52:01 ---> b428951badc2 07:52:01 Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:01 ---> Running in cbba6c42d832 07:52:01 Removing intermediate container cbba6c42d832 07:52:01 ---> af94805880ba 07:52:01 Step 19/21 : LABEL arch=amd64 07:52:01 ---> Running in 24511e02ad69 07:52:01 Removing intermediate container 24511e02ad69 07:52:01 ---> 92537877d5b9 07:52:01 Step 20/21 : LABEL git_sha=f090bde917e1f28f3025819c98ef7aafa47ac2fc 07:52:01 ---> Running in 881491fcdab9 07:52:01 Removing intermediate container 881491fcdab9 07:52:01 ---> 4c0fd6ae2175 07:52:01 Step 21/21 : LABEL version=1.2.0-dev.32 07:52:01 ---> Running in 51575cbbb7ea 07:52:01 Removing intermediate container 51575cbbb7ea 07:52:01 ---> 806e0637f55a 07:52:01 [Warning] One or more build-args [ARCH] were not consumed 07:52:01 Successfully built 806e0637f55a 07:52:01 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:52:13 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.043s coverage: 11.4% of statements 07:52:13 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.027s coverage: 21.7% of statements 07:52:13 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:52:13 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.129s coverage: 36.9% of statements 07:52:13 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:52:13 ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] 07:52:13 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.458s coverage: 65.2% of statements 07:52:13 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:52:13 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:52:13 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:52:13 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.050s coverage: 52.6% of statements 07:52:13 ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] 07:52:13 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.358s coverage: 68.9% of statements 07:52:13 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:52:13 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:52:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:52:16 gofmt -l . 07:52:16 [ "`gofmt -l .`" = "" ] 07:52:17 ./bin/test-attribution-txt.sh 07:52:17 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:52:18 Warning: overwriting stash ‘coverage-report’ 07:52:18 Stashed 1 file(s) [Pipeline] } 07:52:18 $ docker stop --time=1 958cc391fa3050127d5811cdde8788bd53d55d3fe1a5a00ff6df789062d250d5 07:52:20 $ docker rm -f 958cc391fa3050127d5811cdde8788bd53d55d3fe1a5a00ff6df789062d250d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:52:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:52:22 + ls -al . 07:52:22 total 216 07:52:22 drwxrwxr-x 11 jenkins jenkins 4096 Apr 22 07:52 . 07:52:22 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 07:49 .. 07:52:22 -rw-rw-r-- 1 jenkins jenkins 140 Apr 22 07:49 .dockerignore 07:52:22 drwxrwxr-x 8 jenkins jenkins 4096 Apr 22 07:49 .git 07:52:22 drwxrwxr-x 2 jenkins jenkins 4096 Apr 22 07:49 .github 07:52:22 -rw-rw-r-- 1 jenkins jenkins 138 Apr 22 07:49 .gitignore 07:52:22 drwxrwxr-x 3 jenkins jenkins 4096 Apr 22 07:50 .semver 07:52:22 -rw-rw-r-- 1 jenkins jenkins 936 Apr 22 07:49 Dockerfile.build 07:52:22 -rw-rw-r-- 1 jenkins jenkins 808 Apr 22 07:49 Jenkinsfile 07:52:22 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 22 07:49 LICENSE 07:52:22 -rw-rw-r-- 1 jenkins jenkins 892 Apr 22 07:49 Makefile 07:52:22 -rw-rw-r-- 1 jenkins jenkins 2249 Apr 22 07:49 README.md 07:52:22 -rw-rw-r-- 1 jenkins jenkins 12 Apr 22 07:47 VERSION 07:52:22 drwxrwxr-x 3 jenkins jenkins 4096 Apr 22 07:49 api 07:52:22 drwxrwxr-x 2 jenkins jenkins 4096 Apr 22 07:49 bin 07:52:22 -rw-r--r-- 1 jenkins jenkins 110877 Apr 22 07:52 coverage.out 07:52:22 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 07:49 example 07:52:22 -rw-r--r-- 1 jenkins jenkins 446 Apr 22 07:52 go.mod 07:52:22 -rw-r--r-- 1 jenkins jenkins 12076 Apr 22 07:52 go.sum 07:52:22 drwxrwxr-x 15 jenkins jenkins 4096 Apr 22 07:49 internal 07:52:22 drwxrwxr-x 5 jenkins jenkins 4096 Apr 22 07:49 pkg 07:52:22 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 07:49 snap 07:52:22 -rw-rw-r-- 1 jenkins jenkins 222 Apr 22 07:49 version.go [Pipeline] isUnix [Pipeline] sh 07:52:22 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f090bde917e1f28f3025819c98ef7aafa47ac2fc --label arch=arm64 --label version=1.2.0-dev.32 . 07:52:23 Sending build context to Docker daemon 3.136MB 07:52:23 Step 1/21 : ARG BASE=golang:1.13-alpine 07:52:23 Step 2/21 : FROM ${BASE} AS builder 07:52:23 ---> a358bd88f721 07:52:23 Step 3/21 : ARG MAKE='make build' 07:52:23 ---> Running in dbf40a3998e3 07:52:24 Removing intermediate container dbf40a3998e3 07:52:24 ---> 727d449ccf7b 07:52:24 Step 4/21 : WORKDIR /device-sdk-go 07:52:24 ---> Running in 7f9376d67d15 07:52:24 Removing intermediate container 7f9376d67d15 07:52:24 ---> 46add6b8306e 07:52:24 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:24 ---> Running in 2f915ef15c3d 07:52:24 Removing intermediate container 2f915ef15c3d 07:52:24 ---> aea12677531a 07:52:24 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:25 ---> Running in 83dbb8c75157 07:52:27 Removing intermediate container 83dbb8c75157 07:52:27 ---> ffde24bb274e 07:52:27 Step 7/21 : RUN apk add --update --no-cache make git 07:52:27 ---> Running in 68ffca13c823 07:52:27 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 07:52:28 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 07:52:29 OK: 125 MiB in 39 packages 07:52:30 Removing intermediate container 68ffca13c823 07:52:30 ---> be5a1554348f 07:52:30 Step 8/21 : COPY . . 07:52:31 ---> 83e82869011b 07:52:31 Step 9/21 : RUN ${MAKE} 07:52:31 ---> Running in 3a328de60609 07:52:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.0-dev.32" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:52:54 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:52:57 Removing intermediate container 3a328de60609 07:52:57 ---> 96ba4f96bbb4 07:52:57 Step 10/21 : FROM scratch 07:52:57 ---> 07:52:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:57 ---> Running in b8d10d7d632e 07:52:57 Removing intermediate container b8d10d7d632e 07:52:57 ---> 765f424a06c8 07:52:57 Step 12/21 : ENV APP_PORT=49990 07:52:57 ---> Running in 32169cac46a4 07:52:57 Removing intermediate container 32169cac46a4 07:52:57 ---> 0f8126ab348a 07:52:57 Step 13/21 : EXPOSE $APP_PORT 07:52:58 ---> Running in a9908b4270f3 07:52:58 Removing intermediate container a9908b4270f3 07:52:58 ---> bcbc4efd43f3 07:52:58 Step 14/21 : WORKDIR / 07:52:58 ---> Running in c1ea448cb12f 07:52:58 Removing intermediate container c1ea448cb12f 07:52:58 ---> b845f982fa4a 07:52:58 Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:52:59 ---> fce77ed0bda1 07:52:59 Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:53:00 ---> 48692ed5b491 07:53:00 Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:53:00 ---> 1fb3e5af220b 07:53:00 Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:53:00 ---> Running in f03f717afe21 07:53:01 Removing intermediate container f03f717afe21 07:53:01 ---> 2cdb93a4201c 07:53:01 Step 19/21 : LABEL arch=arm64 07:53:01 ---> Running in 640c0e67e282 07:53:01 Removing intermediate container 640c0e67e282 07:53:01 ---> a415171398d6 07:53:01 Step 20/21 : LABEL git_sha=f090bde917e1f28f3025819c98ef7aafa47ac2fc 07:53:01 ---> Running in 9b462cea44e8 07:53:02 Removing intermediate container 9b462cea44e8 07:53:02 ---> 46441d70b541 07:53:02 Step 21/21 : LABEL version=1.2.0-dev.32 07:53:02 ---> Running in e5020ff3178c 07:53:02 Removing intermediate container e5020ff3178c 07:53:02 ---> 7ba3442a3a93 07:53:02 [Warning] One or more build-args [ARCH] were not consumed 07:53:02 Successfully built 7ba3442a3a93 07:53:02 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:53:04 provisioning config files... 07:53:04 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6973082453568344836tmp [Pipeline] { [Pipeline] sh 07:53:04 + curl -s https://codecov.io/bash 07:53:04 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6973082453568344836tmp [Pipeline] } 07:55:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:55:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:55:26 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:55:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:55:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 07:55:26 07:55:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 07:55:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 07:55:27 1.217.3: Pulling from edgex-devops/edgex-snyk-go 07:55:27 e6b0cf9c0882: Pulling fs layer 07:55:27 2848faf0eed1: Pulling fs layer 07:55:27 0f37312ad70f: Pulling fs layer 07:55:27 7d08f2745646: Pulling fs layer 07:55:27 4c9f31393084: Pulling fs layer 07:55:27 eb21ddb83652: Pulling fs layer 07:55:27 345998794f6b: Pulling fs layer 07:55:27 97a711d68925: Pulling fs layer 07:55:27 7c8476c1cb00: Pulling fs layer 07:55:27 345998794f6b: Waiting 07:55:27 97a711d68925: Waiting 07:55:27 4c9f31393084: Waiting 07:55:27 7c8476c1cb00: Waiting 07:55:27 eb21ddb83652: Waiting 07:55:27 7d08f2745646: Waiting 07:55:27 0f37312ad70f: Verifying Checksum 07:55:27 0f37312ad70f: Download complete 07:55:27 2848faf0eed1: Verifying Checksum 07:55:27 2848faf0eed1: Download complete 07:55:27 4c9f31393084: Verifying Checksum 07:55:27 4c9f31393084: Download complete 07:55:27 eb21ddb83652: Verifying Checksum 07:55:27 eb21ddb83652: Download complete 07:55:27 e6b0cf9c0882: Verifying Checksum 07:55:27 e6b0cf9c0882: Download complete 07:55:27 345998794f6b: Verifying Checksum 07:55:27 345998794f6b: Download complete 07:55:27 e6b0cf9c0882: Pull complete 07:55:28 97a711d68925: Verifying Checksum 07:55:28 97a711d68925: Download complete 07:55:28 7c8476c1cb00: Verifying Checksum 07:55:28 7c8476c1cb00: Download complete 07:55:28 2848faf0eed1: Pull complete 07:55:28 0f37312ad70f: Pull complete 07:55:28 7d08f2745646: Download complete 07:55:35 7d08f2745646: Pull complete 07:55:35 4c9f31393084: Pull complete 07:55:35 eb21ddb83652: Pull complete 07:55:38 345998794f6b: Pull complete 07:55:41 97a711d68925: Pull complete 07:55:41 7c8476c1cb00: Pull complete 07:55:41 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 07:55:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 07:55:41 prd-centos7-docker-4c-2g-5549 does not seem to be running inside a container 07:55:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 07:55:42 $ docker top b0c6052693679b1ebc2e5688a1b66a9b4ddf8272b1e24031dea5fe9ddb887fb1 -eo pid,comm [Pipeline] { [Pipeline] sh 07:55:42 + snyk monitor '--org=edgex-jenkins' 07:55:48 07:55:48 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master... 07:55:48 07:55:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/8c98317e-2e80-434b-a7d3-1ea6924a0ce3 07:55:48 07:55:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:55:48 07:55:48 [Pipeline] } 07:55:48 $ docker stop --time=1 b0c6052693679b1ebc2e5688a1b66a9b4ddf8272b1e24031dea5fe9ddb887fb1 07:55:49 $ docker rm -f b0c6052693679b1ebc2e5688a1b66a9b4ddf8272b1e24031dea5fe9ddb887fb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 07:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:55:50 . [Pipeline] withDockerContainer 07:55:50 prd-centos7-docker-4c-2g-5549 does not seem to be running inside a container 07:55:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:55:51 $ docker top 53a1940fd4ac3da75698892cf18a8136c705927fcd189ef9afa3dc66a73949ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:55:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:55:51 [ssh-agent] Looking for ssh-agent implementation... 07:55:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:55:51 $ docker exec 53a1940fd4ac3da75698892cf18a8136c705927fcd189ef9afa3dc66a73949ff ssh-agent 07:55:52 SSH_AUTH_SOCK=/tmp/ssh-Lvo0DGjJJetO/agent.14 07:55:52 SSH_AGENT_PID=20 07:55:52 Running ssh-add (command line suppressed) 07:55:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5411499297250469585.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5411499297250469585.key) 07:55:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:55:52 + git semver tag 07:55:52 # -> Open(): unable to determine branch for HEAD 07:55:52 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:55:52 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:55:52 # $SEMVER_REMOTE_NAME = origin 07:55:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:55:52 # $SEMVER_USER_NAME = edgex-jenkins 07:55:52 # $SEMVER_BRANCH = master 07:55:52 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:55:52 # f090bde917e1f28f3025819c98ef7aafa47ac2fc HEAD 07:55:52 # -> Force: false 07:55:52 # 8b4360acef45e608559216d8ffb3ed12fc50e60e refs/tags/v1.2.0-dev.32 [Pipeline] } 07:55:52 $ docker exec --env ******** --env ******** 53a1940fd4ac3da75698892cf18a8136c705927fcd189ef9afa3dc66a73949ff ssh-agent -k 07:55:52 unset SSH_AUTH_SOCK; 07:55:52 unset SSH_AGENT_PID; 07:55:52 echo Agent pid 20 killed; 07:55:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:55:53 + git semver [Pipeline] } 07:55:53 $ docker stop --time=1 53a1940fd4ac3da75698892cf18a8136c705927fcd189ef9afa3dc66a73949ff 07:55:54 $ docker rm -f 53a1940fd4ac3da75698892cf18a8136c705927fcd189ef9afa3dc66a73949ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:55:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:55:55 07:55:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:55:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:55:55 0.23.1-centos7: Pulling from edgex-lftools 07:55:55 ab5ef0e58194: Pulling fs layer 07:55:55 9712f1f96733: Pulling fs layer 07:55:55 63f879dbbcfc: Pulling fs layer 07:55:55 0d9ebad4ef96: Pulling fs layer 07:55:55 e9a5061849ea: Pulling fs layer 07:55:55 d747dcd14b5f: Pulling fs layer 07:55:55 2de7ff778b66: Pulling fs layer 07:55:55 e9a5061849ea: Waiting 07:55:55 d747dcd14b5f: Waiting 07:55:55 0d9ebad4ef96: Waiting 07:55:55 2de7ff778b66: Waiting 07:55:55 9712f1f96733: Verifying Checksum 07:55:55 9712f1f96733: Download complete 07:55:56 63f879dbbcfc: Verifying Checksum 07:55:56 63f879dbbcfc: Download complete 07:55:56 e9a5061849ea: Verifying Checksum 07:55:56 e9a5061849ea: Download complete 07:55:56 d747dcd14b5f: Verifying Checksum 07:55:56 d747dcd14b5f: Download complete 07:55:56 2de7ff778b66: Verifying Checksum 07:55:56 2de7ff778b66: Download complete 07:55:56 0d9ebad4ef96: Verifying Checksum 07:55:56 0d9ebad4ef96: Download complete 07:55:56 ab5ef0e58194: Verifying Checksum 07:55:56 ab5ef0e58194: Download complete 07:56:01 ab5ef0e58194: Pull complete 07:56:01 9712f1f96733: Pull complete 07:56:04 63f879dbbcfc: Pull complete 07:56:10 0d9ebad4ef96: Pull complete 07:56:11 e9a5061849ea: Pull complete 07:56:11 d747dcd14b5f: Pull complete 07:56:15 2de7ff778b66: Pull complete 07:56:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:56:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:56:15 prd-centos7-docker-4c-2g-5549 does not seem to be running inside a container 07:56:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:56:15 $ docker top 3d7e0818cd8fac8ca25371116d262d4b3a3d5aa290838d7b6ef63937e591c827 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:56:16 provisioning config files... 07:56:16 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config754902603051476776tmp 07:56:16 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7115018250424186298tmp 07:56:16 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2446818081708801149tmp [Pipeline] { [Pipeline] echo 07:56:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:56:16 ---> sigul-configuration.sh 07:56:16 gpg: directory `/root/.gnupg' created 07:56:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:56:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:56:16 gpg: keyring `/root/.gnupg/secring.gpg' created 07:56:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:56:16 gpg: CAST5 encrypted data 07:56:16 gpg: encrypted with 1 passphrase 07:56:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:56:17 + mkdir /home/jenkins 07:56:17 + mkdir /home/jenkins/sigul [Pipeline] sh 07:56:17 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 07:56:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:56:17 ---> sigul-install.sh 07:56:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:56:26 + git tag --list 07:56:26 v1.2.0-dev.32 [Pipeline] sh 07:56:26 + lftools sign git-tag v1.2.0-dev.32 07:56:27 Signing Git tag with Sigul... 07:56:27 Signing v1.2.0-dev.32 [Pipeline] echo 07:56:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:56:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:56:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:56:29 $ docker stop --time=1 3d7e0818cd8fac8ca25371116d262d4b3a3d5aa290838d7b6ef63937e591c827 07:56:30 $ docker rm -f 3d7e0818cd8fac8ca25371116d262d4b3a3d5aa290838d7b6ef63937e591c827 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:56:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:56:31 . [Pipeline] withDockerContainer 07:56:31 prd-centos7-docker-4c-2g-5549 does not seem to be running inside a container 07:56:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:56:32 $ docker top 2c6147b87667134c343fb12030359ec0cccfc809d6a7e8229f50f0695f47e10b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:56:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:56:32 [ssh-agent] Looking for ssh-agent implementation... 07:56:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:56:33 $ docker exec 2c6147b87667134c343fb12030359ec0cccfc809d6a7e8229f50f0695f47e10b ssh-agent 07:56:33 SSH_AUTH_SOCK=/tmp/ssh-hJhLURVsiB7o/agent.13 07:56:33 SSH_AGENT_PID=20 07:56:33 Running ssh-add (command line suppressed) 07:56:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2509593224468709902.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2509593224468709902.key) 07:56:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:56:33 + git semver bump pre 07:56:33 # -> Open(): unable to determine branch for HEAD 07:56:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:56:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:56:33 # $SEMVER_REMOTE_NAME = origin 07:56:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:56:33 # $SEMVER_USER_NAME = edgex-jenkins 07:56:33 # $SEMVER_BRANCH = master 07:56:33 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:56:33 1.2.0-dev.33 [Pipeline] } 07:56:33 $ docker exec --env ******** --env ******** 2c6147b87667134c343fb12030359ec0cccfc809d6a7e8229f50f0695f47e10b ssh-agent -k 07:56:34 unset SSH_AUTH_SOCK; 07:56:34 unset SSH_AGENT_PID; 07:56:34 echo Agent pid 20 killed; 07:56:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:56:34 + git semver [Pipeline] } 07:56:34 $ docker stop --time=1 2c6147b87667134c343fb12030359ec0cccfc809d6a7e8229f50f0695f47e10b 07:56:35 $ docker rm -f 2c6147b87667134c343fb12030359ec0cccfc809d6a7e8229f50f0695f47e10b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:56:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:56:36 . [Pipeline] withDockerContainer 07:56:36 prd-centos7-docker-4c-2g-5549 does not seem to be running inside a container 07:56:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:56:37 $ docker top f080bedccf609e1e0177cdb0abd09a832125c948d67a2865ac0cfeca9b304273 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:56:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:56:37 [ssh-agent] Looking for ssh-agent implementation... 07:56:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:56:37 $ docker exec f080bedccf609e1e0177cdb0abd09a832125c948d67a2865ac0cfeca9b304273 ssh-agent 07:56:37 SSH_AUTH_SOCK=/tmp/ssh-IInJILVKJtKX/agent.15 07:56:37 SSH_AGENT_PID=22 07:56:37 Running ssh-add (command line suppressed) 07:56:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1083239913438546181.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1083239913438546181.key) 07:56:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:56:38 + git semver push 07:56:38 # -> Open(): unable to determine branch for HEAD 07:56:38 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:56:38 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:56:38 # $SEMVER_REMOTE_NAME = origin 07:56:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:56:38 # $SEMVER_USER_NAME = edgex-jenkins 07:56:38 # $SEMVER_BRANCH = master 07:56:38 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:56:45 $ docker exec --env ******** --env ******** f080bedccf609e1e0177cdb0abd09a832125c948d67a2865ac0cfeca9b304273 ssh-agent -k 07:56:45 unset SSH_AUTH_SOCK; 07:56:45 unset SSH_AGENT_PID; 07:56:45 echo Agent pid 22 killed; 07:56:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:56:45 + git semver [Pipeline] } 07:56:45 $ docker stop --time=1 f080bedccf609e1e0177cdb0abd09a832125c948d67a2865ac0cfeca9b304273 07:56:47 $ docker rm -f f080bedccf609e1e0177cdb0abd09a832125c948d67a2865ac0cfeca9b304273 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:56:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:56:48 ---> package-listing.sh 07:56:48 ++ facter osfamily 07:56:48 ++ tr '[:upper:]' '[:lower:]' 07:56:48 + OS_FAMILY=redhat 07:56:48 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:56:48 + START_PACKAGES=/tmp/packages_start.txt 07:56:48 + END_PACKAGES=/tmp/packages_end.txt 07:56:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:56:48 + PACKAGES=/tmp/packages_start.txt 07:56:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:56:48 + PACKAGES=/tmp/packages_end.txt 07:56:48 + case "${OS_FAMILY}" in 07:56:48 + rpm -qa 07:56:48 + sort 07:56:52 + '[' -f /tmp/packages_start.txt ']' 07:56:52 + '[' -f /tmp/packages_end.txt ']' 07:56:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:56:52 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:56:52 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:56:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 07:56:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:56:53 07:56:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:56:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:56:53 alpine: Pulling from edgex-lftools-log-publisher 07:56:53 c9b1b535fdd9: Pulling fs layer 07:56:53 2cc5ad85d9ab: Pulling fs layer 07:56:53 756a868c4378: Pulling fs layer 07:56:53 444b2fc9a129: Pulling fs layer 07:56:53 ea15f1150254: Pulling fs layer 07:56:53 41b27a9f41bf: Pulling fs layer 07:56:53 28c525ee5125: Pulling fs layer 07:56:53 094b1ea09ed8: Pulling fs layer 07:56:53 138eaada9080: Pulling fs layer 07:56:53 0622d0fa9048: Pulling fs layer 07:56:53 28c525ee5125: Waiting 07:56:53 094b1ea09ed8: Waiting 07:56:53 138eaada9080: Waiting 07:56:53 0622d0fa9048: Waiting 07:56:53 41b27a9f41bf: Waiting 07:56:53 444b2fc9a129: Waiting 07:56:53 ea15f1150254: Waiting 07:56:53 2cc5ad85d9ab: Verifying Checksum 07:56:53 2cc5ad85d9ab: Download complete 07:56:53 444b2fc9a129: Download complete 07:56:53 c9b1b535fdd9: Verifying Checksum 07:56:53 c9b1b535fdd9: Download complete 07:56:53 ea15f1150254: Verifying Checksum 07:56:53 ea15f1150254: Download complete 07:56:53 28c525ee5125: Verifying Checksum 07:56:53 28c525ee5125: Download complete 07:56:53 756a868c4378: Verifying Checksum 07:56:53 756a868c4378: Download complete 07:56:54 094b1ea09ed8: Verifying Checksum 07:56:54 094b1ea09ed8: Download complete 07:56:54 138eaada9080: Verifying Checksum 07:56:54 138eaada9080: Download complete 07:56:54 0622d0fa9048: Download complete 07:56:54 41b27a9f41bf: Verifying Checksum 07:56:54 41b27a9f41bf: Download complete 07:56:55 c9b1b535fdd9: Pull complete 07:56:55 2cc5ad85d9ab: Pull complete 07:56:57 756a868c4378: Pull complete 07:56:57 444b2fc9a129: Pull complete 07:56:58 ea15f1150254: Pull complete 07:57:02 41b27a9f41bf: Pull complete 07:57:02 28c525ee5125: Pull complete 07:57:05 094b1ea09ed8: Pull complete 07:57:05 138eaada9080: Pull complete 07:57:05 0622d0fa9048: Pull complete 07:57:05 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:57:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:57:05 prd-centos7-docker-4c-2g-5549 does not seem to be running inside a container 07:57:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:57:05 $ docker top 860be430998585e681c181a42aba4dde24dfd30d7789a56a85f4a519118a39f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:57:06 provisioning config files... 07:57:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7816407057051540504tmp [Pipeline] { [Pipeline] echo 07:57:06 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:57:06 ---> create-netrc.sh [Pipeline] echo 07:57:06 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:57:06 ---> logs-deploy.sh 07:57:06 + ARCHIVE_ARTIFACTS= 07:57:06 + LOGS_SERVER=https://logs.edgexfoundry.org 07:57:06 + '[' https://logs.edgexfoundry.org == None ']' 07:57:06 + NEXUS_URL=https://nexus.edgexfoundry.org 07:57:06 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/32 07:57:06 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/32/ 07:57:06 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/32 /w/workspace/dgexfoundry_device-sdk-go_master 07:57:07 Archives upload complete. 07:57:07 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/32 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/32/ 07:57:09 ---> uname -a: 07:57:09 Linux 860be4309985 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 07:57:09 07:57:09 07:57:09 ---> lscpu: 07:57:09 Architecture: x86_64 07:57:09 CPU op-mode(s): 32-bit, 64-bit 07:57:09 Byte Order: Little Endian 07:57:09 Address sizes: 40 bits physical, 48 bits virtual 07:57:09 CPU(s): 4 07:57:09 On-line CPU(s) list: 0-3 07:57:09 Thread(s) per core: 1 07:57:09 Core(s) per socket: 1 07:57:09 Socket(s): 4 07:57:09 NUMA node(s): 1 07:57:09 Vendor ID: GenuineIntel 07:57:09 CPU family: 6 07:57:09 Model: 44 07:57:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:57:09 Stepping: 1 07:57:09 CPU MHz: 2933.442 07:57:09 BogoMIPS: 5866.88 07:57:09 Virtualization: VT-x 07:57:09 Hypervisor vendor: KVM 07:57:09 Virtualization type: full 07:57:09 L1d cache: 128 KiB 07:57:09 L1i cache: 128 KiB 07:57:09 L2 cache: 16 MiB 07:57:09 L3 cache: 64 MiB 07:57:09 NUMA node0 CPU(s): 0-3 07:57:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 07:57:09 Vulnerability Meltdown: Mitigation; PTI 07:57:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:57:09 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 07:57:09 Vulnerability Spectre v2: Mitigation; Full retpoline 07:57:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:57:09 07:57:09 07:57:09 ---> nproc: 07:57:09 4 07:57:09 07:57:09 07:57:09 ---> df -h: 07:57:09 Filesystem Size Used Available Use% Mounted on 07:57:09 overlay 50.0G 7.5G 42.5G 15% / 07:57:09 tmpfs 64.0M 0 64.0M 0% /dev 07:57:09 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 07:57:09 shm 64.0M 0 64.0M 0% /dev/shm 07:57:09 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/resolv.conf 07:57:09 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hostname 07:57:09 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hosts 07:57:09 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/dgexfoundry_device-sdk-go_master 07:57:09 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 07:57:09 /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/sa 07:57:09 07:57:09 07:57:09 ---> free -m: 07:57:09 total used free shared buff/cache available 07:57:09 Mem: 1838 745 74 0 1017 1025 07:57:09 Swap: 1023 1 1022 07:57:09 07:57:09 07:57:09 ---> ip addr: 07:57:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:57:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:57:09 inet 127.0.0.1/8 scope host lo 07:57:09 valid_lft forever preferred_lft forever 07:57:09 16: eth0@if17: mtu 1458 qdisc noqueue state UP 07:57:09 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 07:57:09 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 07:57:09 valid_lft forever preferred_lft forever 07:57:09 07:57:09 07:57:09 ---> sar -b -r -n DEV: 07:57:09 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/22/20 _x86_64_ (4 CPU) 07:57:09 07:57:09 07:46:54 LINUX RESTART 07:57:09 07:57:09 07:48:01 tps rtps wtps bread/s bwrtn/s 07:57:09 07:49:01 3.78 0.00 3.78 0.00 114.01 07:57:09 07:50:01 0.62 0.00 0.62 0.00 8.14 07:57:09 07:51:01 0.37 0.00 0.37 0.00 5.16 07:57:09 07:52:01 0.30 0.00 0.30 0.00 3.58 07:57:09 07:53:01 0.30 0.00 0.30 0.00 4.50 07:57:09 07:54:01 0.83 0.18 0.65 4.80 14.95 07:57:09 07:55:01 0.23 0.00 0.23 0.00 3.20 07:57:09 07:56:02 235.19 121.99 113.20 4535.50 39886.53 07:57:09 07:57:01 211.57 78.69 132.88 5250.19 35388.46 07:57:09 Average: 50.16 22.26 27.90 1082.50 8349.30 07:57:09 07:57:09 07:48:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:57:09 07:49:01 118924 1763380 93.68 2620 1225088 901340 30.75 436232 1164452 16 07:57:09 07:50:01 117756 1764548 93.74 2620 1225096 901588 30.76 437448 1164156 8 07:57:09 07:51:01 117228 1765076 93.77 2620 1225152 901648 30.76 437800 1164160 24 07:57:09 07:52:01 118720 1763584 93.69 2620 1225100 901408 30.76 436436 1164152 16 07:57:09 07:53:01 118556 1763748 93.70 2620 1225112 901480 30.76 436808 1164152 8 07:57:09 07:54:01 114136 1768168 93.94 2620 1225384 913936 31.18 440224 1164340 20 07:57:09 07:55:01 124080 1758224 93.41 2620 1225388 913888 31.18 430204 1164340 12 07:57:09 07:56:02 73196 1809108 96.11 2620 1172148 1106524 37.75 562284 1033076 111844 07:57:09 07:57:01 162304 1720000 91.38 2460 1006072 1003756 34.25 583472 850864 17736 07:57:09 Average: 118322 1763982 93.71 2602 1194949 938396 32.02 466768 1114855 14409 07:57:09 07:57:09 07:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 07:57:09 07:49:01 eth0 1.08 0.22 0.28 0.02 0.00 0.00 0.00 07:57:09 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:50:01 eth0 0.90 0.53 0.30 0.18 0.00 0.00 0.00 07:57:09 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:51:01 eth0 0.72 0.33 0.29 0.23 0.00 0.00 0.00 07:57:09 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:52:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 07:57:09 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:53:01 eth0 0.65 0.17 0.12 0.07 0.00 0.00 0.00 07:57:09 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:54:01 eth0 6.38 3.48 5.69 2.49 0.00 0.00 0.00 07:57:09 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:55:01 eth0 0.93 0.58 0.71 0.40 0.00 0.00 0.00 07:57:09 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:56:02 eth0 295.70 246.78 6723.76 30.00 0.00 0.00 0.00 07:57:09 07:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:56:02 docker0 20.19 16.09 2.29 42.77 0.00 0.00 0.00 07:57:09 07:57:01 eth0 248.72 196.20 2696.45 81.91 0.00 0.00 0.00 07:57:09 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 07:57:01 docker0 53.54 59.21 3.61 278.87 0.00 0.00 0.00 07:57:09 Average: eth0 61.47 49.66 1046.79 12.71 0.00 0.00 0.00 07:57:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:09 Average: docker0 8.13 8.29 0.65 35.36 0.00 0.00 0.00 07:57:09 07:57:09 07:57:09 ---> sar -P ALL: 07:57:09 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/22/20 _x86_64_ (4 CPU) 07:57:09 07:57:09 07:46:54 LINUX RESTART 07:57:09 07:57:09 07:48:01 CPU %user %nice %system %iowait %steal %idle 07:57:09 07:49:01 all 0.08 0.00 0.06 0.00 0.00 99.86 07:57:09 07:49:01 0 0.05 0.00 0.07 0.00 0.00 99.88 07:57:09 07:49:01 1 0.08 0.00 0.05 0.00 0.00 99.87 07:57:09 07:49:01 2 0.08 0.00 0.07 0.00 0.02 99.83 07:57:09 07:49:01 3 0.10 0.00 0.07 0.00 0.00 99.83 07:57:09 07:50:01 all 0.19 0.00 0.05 0.00 0.00 99.76 07:57:09 07:50:01 0 0.05 0.00 0.05 0.00 0.00 99.90 07:57:09 07:50:01 1 0.10 0.00 0.05 0.00 0.00 99.85 07:57:09 07:50:01 2 0.07 0.00 0.03 0.00 0.00 99.90 07:57:09 07:50:01 3 0.52 0.00 0.08 0.00 0.00 99.40 07:57:09 07:51:01 all 0.17 0.00 0.05 0.00 0.00 99.77 07:57:09 07:51:01 0 0.10 0.00 0.08 0.00 0.00 99.82 07:57:09 07:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:57:09 07:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:57:09 07:51:01 3 0.53 0.00 0.07 0.00 0.00 99.40 07:57:09 07:52:01 all 0.18 0.00 0.05 0.00 0.00 99.77 07:57:09 07:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:57:09 07:52:01 1 0.08 0.00 0.05 0.00 0.00 99.87 07:57:09 07:52:01 2 0.50 0.00 0.07 0.00 0.00 99.43 07:57:09 07:52:01 3 0.15 0.00 0.05 0.00 0.00 99.80 07:57:09 07:53:01 all 0.18 0.00 0.05 0.00 0.00 99.77 07:57:09 07:53:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:57:09 07:53:01 1 0.08 0.00 0.07 0.00 0.00 99.85 07:57:09 07:53:01 2 0.57 0.00 0.03 0.00 0.00 99.40 07:57:09 07:53:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:57:09 07:54:01 all 0.29 0.00 0.11 0.00 0.00 99.59 07:57:09 07:54:01 0 0.13 0.00 0.13 0.00 0.00 99.73 07:57:09 07:54:01 1 0.22 0.00 0.13 0.00 0.02 99.63 07:57:09 07:54:01 2 0.28 0.00 0.08 0.00 0.00 99.63 07:57:09 07:54:01 3 0.53 0.00 0.12 0.00 0.00 99.35 07:57:09 07:55:01 all 0.20 0.00 0.07 0.00 0.00 99.72 07:57:09 07:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:57:09 07:55:01 1 0.08 0.00 0.08 0.00 0.00 99.83 07:57:09 07:55:01 2 0.42 0.00 0.07 0.00 0.00 99.52 07:57:09 07:55:01 3 0.25 0.00 0.05 0.00 0.00 99.70 07:57:09 07:56:02 all 11.04 0.00 6.90 2.69 0.03 79.33 07:57:09 07:56:02 0 10.82 0.00 6.72 3.20 0.03 79.22 07:57:09 07:56:02 1 10.21 0.00 7.78 2.48 0.03 79.50 07:57:09 07:56:02 2 11.59 0.00 6.49 1.55 0.03 80.33 07:57:09 07:56:02 3 11.55 0.00 6.65 3.58 0.03 78.19 07:57:09 07:57:01 all 12.55 0.00 8.14 3.79 0.11 75.41 07:57:09 07:57:01 0 10.51 0.00 8.22 4.28 0.07 76.92 07:57:09 07:57:01 1 15.92 0.00 8.73 4.27 0.14 70.94 07:57:09 07:57:01 2 12.56 0.00 8.33 3.27 0.10 75.74 07:57:09 07:57:01 3 11.18 0.00 7.29 3.33 0.14 78.07 07:57:09 Average: all 2.72 0.00 1.69 0.71 0.02 94.86 07:57:09 Average: 0 2.38 0.00 1.68 0.82 0.01 95.11 07:57:09 Average: 1 2.93 0.00 1.86 0.74 0.02 94.46 07:57:09 Average: 2 2.86 0.00 1.66 0.52 0.02 94.94 07:57:09 Average: 3 2.72 0.00 1.58 0.75 0.02 94.93 07:57:09 07:57:09 07:57:09