Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 052c3d8a66f112a94cad097afe431d6fab48a90e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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 Running on prd-centos7-docker-4c-2g-793 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 Fetching without tags Checking out Revision 052c3d8a66f112a94cad097afe431d6fab48a90e (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > 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 052c3d8a66f112a94cad097afe431d6fab48a90e # timeout=10 Commit message: "Merge pull request #550 from hahattan/issue-548" > git rev-list --no-walk 75f39e7bd78dbb9f7cd3fcfb58a1a1da9d378ef0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:47:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:47:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:47:21 ========================================================= 16:47:21 EdgeX Global Pipelines Version Info 16:47:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:47:23 ------------------- 16:47:23 stable info: 16:47:23 ------------------- 16:47:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:47:23 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 16:47:23 Message: update stable to v1.0.99 16:47:23 ------------------- 16:47:23 experimental info: 16:47:23 ------------------- 16:47:23 Commited By: **** collab-it+edgex@linuxfoundation.org 16:47:23 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 16:47:23 Message: update experimental to v1.0.99 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:47:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:26 16:47:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:47:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:26 latest: Pulling from edgex-devops/git-semver 16:47:26 31603596830f: Pulling fs layer 16:47:26 2a8b12db71e7: Pulling fs layer 16:47:26 6ca5941a6612: Pulling fs layer 16:47:26 ecc8261a40a4: Pulling fs layer 16:47:26 ecc8261a40a4: Waiting 16:47:26 2a8b12db71e7: Download complete 16:47:26 31603596830f: Verifying Checksum 16:47:26 31603596830f: Download complete 16:47:26 ecc8261a40a4: Verifying Checksum 16:47:26 ecc8261a40a4: Download complete 16:47:26 6ca5941a6612: Verifying Checksum 16:47:26 6ca5941a6612: Download complete 16:47:26 31603596830f: Pull complete 16:47:26 2a8b12db71e7: Pull complete 16:47:27 6ca5941a6612: Pull complete 16:47:27 ecc8261a40a4: Pull complete 16:47:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:47:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:47:28 prd-centos7-docker-4c-2g-793 does not seem to be running inside a container 16:47:28 $ 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 16:47:30 $ docker top 2583f65c49717431fc94a0a12dba66f90af3823cc7acf7df78f75036ed019d1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:47:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:30 [ssh-agent] Looking for ssh-agent implementation... 16:47:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:30 $ docker exec 2583f65c49717431fc94a0a12dba66f90af3823cc7acf7df78f75036ed019d1d ssh-agent 16:47:31 SSH_AUTH_SOCK=/tmp/ssh-EP9iW0AEQAWT/agent.11 16:47:31 SSH_AGENT_PID=16 16:47:31 Running ssh-add (command line suppressed) 16:47:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7414222604120101138.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7414222604120101138.key) 16:47:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:31 + git describe --exact-match --tags HEAD 16:47:31 fatal: No names found, cannot describe anything. [Pipeline] } 16:47:31 $ docker exec --env ******** --env ******** 2583f65c49717431fc94a0a12dba66f90af3823cc7acf7df78f75036ed019d1d ssh-agent -k 16:47:31 unset SSH_AUTH_SOCK; 16:47:31 unset SSH_AGENT_PID; 16:47:31 echo Agent pid 16 killed; 16:47:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:47:32 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:47:32 This usually means this commit has not been tagged. [Pipeline] sshagent 16:47:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:32 [ssh-agent] Looking for ssh-agent implementation... 16:47:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:32 $ docker exec 2583f65c49717431fc94a0a12dba66f90af3823cc7acf7df78f75036ed019d1d ssh-agent 16:47:32 SSH_AUTH_SOCK=/tmp/ssh-0r6PVWHyP8hw/agent.45 16:47:32 SSH_AGENT_PID=51 16:47:32 Running ssh-add (command line suppressed) 16:47:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6550095003530799047.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6550095003530799047.key) 16:47:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:33 + git semver init 16:47:33 # -> Open(): unable to determine branch for HEAD 16:47:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:47:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:47:33 # $SEMVER_REMOTE_NAME = origin 16:47:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:47:33 # $SEMVER_USER_NAME = edgex-jenkins 16:47:33 # $SEMVER_BRANCH = master 16:47:33 # $SEMVER_TEMP = /tmp/semver-116759015 16:47:33 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 16:47:34 # '/tmp/semver-116759015' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 16:47:34 # -> Force: false 16:47:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 16:47:34 $ docker exec --env ******** --env ******** 2583f65c49717431fc94a0a12dba66f90af3823cc7acf7df78f75036ed019d1d ssh-agent -k 16:47:34 unset SSH_AUTH_SOCK; 16:47:34 unset SSH_AGENT_PID; 16:47:34 echo Agent pid 51 killed; 16:47:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:47:34 + git semver [Pipeline] } 16:47:34 $ docker stop --time=1 2583f65c49717431fc94a0a12dba66f90af3823cc7acf7df78f75036ed019d1d 16:47:36 $ docker rm -f 2583f65c49717431fc94a0a12dba66f90af3823cc7acf7df78f75036ed019d1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:47:37 Stashed 68 file(s) [Pipeline] echo 16:47:37 [edgeXSemver] initialized semver on version 1.2.3-dev.4 [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 16:47:52 Still waiting to schedule task 16:47:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:47:52 Still waiting to schedule task 16:47:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:51:51 Running on prd-centos7-docker-4c-2g-798 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 16:51:51 Running in /w/workspace/device-sdk-go/48 [Pipeline] { [Pipeline] checkout 16:51:54 using credential edgex-jenkins-ssh 16:51:54 Cloning the remote Git repository 16:51:54 Cloning with configured refspecs honoured and without tags 16:51:55 Fetching without tags 16:51:54 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:51:54 > git init /w/workspace/device-sdk-go/48 # timeout=10 16:51:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:51:54 > git --version # timeout=10 16:51:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:51:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:51:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:51:54 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:51:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:51:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:51:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:51:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:51:55 Checking out Revision 052c3d8a66f112a94cad097afe431d6fab48a90e (master) 16:51:55 > git config core.sparsecheckout # timeout=10 16:51:55 > git checkout -f 052c3d8a66f112a94cad097afe431d6fab48a90e # timeout=10 16:51:59 Commit message: "Merge pull request #550 from hahattan/issue-548" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:52:00 ========================================================= 16:52:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:52:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:52:00 + 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 . 16:52:01 Sending build context to Docker daemon 3.086MB 16:52:01 Step 1/8 : ARG BASE=golang:1.13-alpine 16:52:01 Step 2/8 : FROM ${BASE} 16:52:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:52:01 e6b0cf9c0882: Pulling fs layer 16:52:01 2848faf0eed1: Pulling fs layer 16:52:01 0f37312ad70f: Pulling fs layer 16:52:01 5788d62ee057: Pulling fs layer 16:52:01 0e6b1d234666: Pulling fs layer 16:52:01 bf5d7aec512f: Pulling fs layer 16:52:01 34c802a77dc8: Pulling fs layer 16:52:01 9eb99e56ec68: Pulling fs layer 16:52:01 27c7a5d97fbd: Pulling fs layer 16:52:01 5c102a31e300: Pulling fs layer 16:52:01 dcfb455df0a1: Pulling fs layer 16:52:01 34c802a77dc8: Waiting 16:52:01 9eb99e56ec68: Waiting 16:52:01 27c7a5d97fbd: Waiting 16:52:01 5c102a31e300: Waiting 16:52:01 dcfb455df0a1: Waiting 16:52:01 5788d62ee057: Waiting 16:52:01 0e6b1d234666: Waiting 16:52:01 bf5d7aec512f: Waiting 16:52:01 0f37312ad70f: Verifying Checksum 16:52:01 0f37312ad70f: Download complete 16:52:01 2848faf0eed1: Download complete 16:52:01 0e6b1d234666: Verifying Checksum 16:52:01 0e6b1d234666: Download complete 16:52:01 bf5d7aec512f: Verifying Checksum 16:52:01 bf5d7aec512f: Download complete 16:52:01 e6b0cf9c0882: Download complete 16:52:01 e6b0cf9c0882: Pull complete 16:52:02 34c802a77dc8: Verifying Checksum 16:52:02 34c802a77dc8: Download complete 16:52:02 27c7a5d97fbd: Verifying Checksum 16:52:02 27c7a5d97fbd: Download complete 16:52:02 5c102a31e300: Verifying Checksum 16:52:02 5c102a31e300: Download complete 16:52:02 dcfb455df0a1: Verifying Checksum 16:52:02 dcfb455df0a1: Download complete 16:52:03 9eb99e56ec68: Verifying Checksum 16:52:03 9eb99e56ec68: Download complete 16:52:03 5788d62ee057: Verifying Checksum 16:52:03 5788d62ee057: Download complete 16:52:03 2848faf0eed1: Pull complete 16:52:03 0f37312ad70f: Pull complete 16:52:09 5788d62ee057: Pull complete 16:52:09 0e6b1d234666: Pull complete 16:52:09 bf5d7aec512f: Pull complete 16:52:17 34c802a77dc8: Pull complete 16:52:20 9eb99e56ec68: Pull complete 16:52:20 27c7a5d97fbd: Pull complete 16:52:21 5c102a31e300: Pull complete 16:52:21 dcfb455df0a1: Pull complete 16:52:21 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:52:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:52:21 ---> 7c70fe431013 16:52:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:52:22 ---> Running in 0733694e8493 16:52:22 Removing intermediate container 0733694e8493 16:52:22 ---> 1f10b4e02ca0 16:52:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:52:22 ---> Running in e8a41c247ac5 16:52:23 Removing intermediate container e8a41c247ac5 16:52:23 ---> 2ffb01e44580 16:52:23 Step 5/8 : RUN apk add --no-cache make git 16:52:23 ---> Running in 27260793367e 16:52:24 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:52:25 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:52:25 OK: 143 MiB in 39 packages 16:52:26 Removing intermediate container 27260793367e 16:52:26 ---> ac440d6bbde7 16:52:26 Step 6/8 : WORKDIR /device-sdk-go 16:52:26 ---> Running in aa030c1dcf41 16:52:26 Removing intermediate container aa030c1dcf41 16:52:26 ---> 913597fd18fb 16:52:26 Step 7/8 : COPY . . 16:52:27 ---> 9bb1fd3f2b7a 16:52:27 Step 8/8 : RUN go mod download 16:52:27 ---> Running in 424efbf29408 16:52:29 go: finding github.com/BurntSushi/toml v0.3.1 16:52:29 go: finding github.com/OneOfOne/xxhash v1.2.6 16:52:29 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:52:29 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:52:29 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:52:29 go: finding github.com/bgentry/speakeasy v0.1.0 16:52:29 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:52:29 go: finding github.com/davecgh/go-spew v1.1.1 16:52:29 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 16:52:29 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:52:29 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 16:52:29 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:52:29 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:52:29 go: finding github.com/fatih/color v1.7.0 16:52:29 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:52:29 go: finding github.com/go-kit/kit v0.8.0 16:52:29 go: finding github.com/go-logfmt/logfmt v0.4.0 16:52:29 go: finding github.com/go-stack/stack v1.8.0 16:52:29 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:52:29 go: finding github.com/google/uuid v1.1.0 16:52:29 go: finding github.com/gorilla/mux v1.7.1 16:52:29 go: finding github.com/hashicorp/consul/api v1.1.0 16:52:29 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:52:29 go: finding github.com/hashicorp/errwrap v1.0.0 16:52:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:52:30 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:52:30 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:52:30 go: finding github.com/hashicorp/go-multierror v1.0.0 16:52:30 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:52:30 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:52:30 go: finding github.com/hashicorp/go-syslog v1.0.0 16:52:30 go: finding github.com/hashicorp/go-uuid v1.0.1 16:52:30 go: finding github.com/hashicorp/go.net v0.0.1 16:52:30 go: finding github.com/hashicorp/golang-lru v0.5.0 16:52:30 go: finding github.com/hashicorp/logutils v1.0.0 16:52:30 go: finding github.com/hashicorp/mdns v1.0.0 16:52:30 go: finding github.com/hashicorp/memberlist v0.1.3 16:52:30 go: finding github.com/hashicorp/serf v0.8.2 16:52:30 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:52:30 go: finding github.com/mattn/go-colorable v0.0.9 16:52:30 go: finding github.com/mattn/go-isatty v0.0.3 16:52:30 go: finding github.com/miekg/dns v1.0.14 16:52:30 go: finding github.com/mitchellh/cli v1.0.0 16:52:30 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:52:30 go: finding github.com/mitchellh/copystructure v1.0.0 16:52:30 go: finding github.com/mitchellh/go-homedir v1.0.0 16:52:30 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:52:30 go: finding github.com/mitchellh/gox v0.4.0 16:52:30 go: finding github.com/mitchellh/iochan v1.0.0 16:52:30 go: finding github.com/mitchellh/mapstructure v1.1.2 16:52:30 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:52:30 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:52:30 go: finding github.com/pelletier/go-toml v1.2.0 16:52:30 go: finding github.com/pkg/errors v0.8.1 16:52:30 go: finding github.com/pmezard/go-difflib v1.0.0 16:52:30 go: finding github.com/posener/complete v1.1.1 16:52:30 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:52:30 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:52:30 go: finding github.com/stretchr/objx v0.1.0 16:52:30 go: finding github.com/stretchr/testify v1.5.1 16:52:30 go: finding github.com/ugorji/go v1.1.4 16:52:30 go: finding github.com/x448/float16 v0.8.4 16:52:30 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:52:30 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:52:30 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:52:30 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:52:30 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:52:30 go: finding gopkg.in/yaml.v2 v2.2.8 16:52:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-797 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 16:52:34 Running in /w/workspace/device-sdk-go/48 [Pipeline] { [Pipeline] checkout 16:52:39 Removing intermediate container 424efbf29408 16:52:39 ---> 143568c572bb 16:52:39 Successfully built 143568c572bb 16:52:39 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 16:52:39 using credential edgex-jenkins-ssh 16:52:39 Cloning the remote Git repository 16:52:39 Cloning with configured refspecs honoured and without tags 16:52:39 + docker inspect -f . ci-base-image-x86_64 16:52:39 . [Pipeline] withDockerContainer 16:52:39 prd-centos7-docker-4c-2g-798 does not seem to be running inside a container 16:52:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/48 -v /w/workspace/device-sdk-go/48:/w/workspace/device-sdk-go/48:rw,z -v /w/workspace/device-sdk-go/48@tmp:/w/workspace/device-sdk-go/48@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 ******** -e ******** ci-base-image-x86_64 cat 16:52:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:52:39 > git init /w/workspace/device-sdk-go/48 # timeout=10 16:52:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:52:39 > git --version # timeout=10 16:52:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:52:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:52:40 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:52:40 $ docker top c328396abe0ac4c67f6c1441d586044d38e2ce5c1ae2591cc64e091ad82646d9 -eo pid,comm 16:52:40 Fetching without tags [Pipeline] { [Pipeline] sh 16:52:41 + go version 16:52:41 go version go1.13.5 linux/amd64 [Pipeline] sh 16:52:41 Checking out Revision 052c3d8a66f112a94cad097afe431d6fab48a90e (master) 16:52:41 + make test 16:52:41 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:52:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:52:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:52:40 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:52:41 > git config core.sparsecheckout # timeout=10 16:52:41 > git checkout -f 052c3d8a66f112a94cad097afe431d6fab48a90e # timeout=10 16:52:42 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:52:46 Commit message: "Merge pull request #550 from hahattan/issue-548" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:52:47 ========================================================= 16:52:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:52:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:52:48 + 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 . 16:52:49 Sending build context to Docker daemon 3.086MB 16:52:49 Step 1/8 : ARG BASE=golang:1.13-alpine 16:52:49 Step 2/8 : FROM ${BASE} 16:52:49 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:52:49 cde5963f3b93: Pulling fs layer 16:52:49 2a23fa8c16f7: Pulling fs layer 16:52:49 777b28850792: Pulling fs layer 16:52:49 8a11ddd9e578: Pulling fs layer 16:52:49 4cf88f913ddb: Pulling fs layer 16:52:49 1df406cf5192: Pulling fs layer 16:52:49 cd6300453558: Pulling fs layer 16:52:49 b9c365052c96: Pulling fs layer 16:52:49 a2d8cc88f415: Pulling fs layer 16:52:49 ea1d1ca13537: Pulling fs layer 16:52:49 3750a50a1c5e: Pulling fs layer 16:52:49 8a11ddd9e578: Waiting 16:52:49 4cf88f913ddb: Waiting 16:52:49 1df406cf5192: Waiting 16:52:49 cd6300453558: Waiting 16:52:49 b9c365052c96: Waiting 16:52:49 a2d8cc88f415: Waiting 16:52:49 ea1d1ca13537: Waiting 16:52:49 3750a50a1c5e: Waiting 16:52:49 777b28850792: Download complete 16:52:49 2a23fa8c16f7: Verifying Checksum 16:52:49 2a23fa8c16f7: Download complete 16:52:49 4cf88f913ddb: Verifying Checksum 16:52:49 4cf88f913ddb: Download complete 16:52:49 1df406cf5192: Verifying Checksum 16:52:49 1df406cf5192: Download complete 16:52:49 cde5963f3b93: Verifying Checksum 16:52:49 cde5963f3b93: Download complete 16:52:50 cde5963f3b93: Pull complete 16:52:51 2a23fa8c16f7: Pull complete 16:52:51 777b28850792: Pull complete 16:52:52 cd6300453558: Verifying Checksum 16:52:52 cd6300453558: Download complete 16:52:52 a2d8cc88f415: Verifying Checksum 16:52:52 a2d8cc88f415: Download complete 16:52:52 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:52:52 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:52:52 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:52:52 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.004s coverage: 22.1% of statements 16:52:53 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.038s coverage: 95.8% of statements 16:52:54 ea1d1ca13537: Verifying Checksum 16:52:54 ea1d1ca13537: Download complete 16:52:54 3750a50a1c5e: Verifying Checksum 16:52:54 3750a50a1c5e: Download complete 16:52:54 b9c365052c96: Verifying Checksum 16:52:54 b9c365052c96: Download complete 16:52:55 8a11ddd9e578: Download complete 16:53:08 8a11ddd9e578: Pull complete 16:53:08 4cf88f913ddb: Pull complete 16:53:08 1df406cf5192: Pull complete 16:53:12 cd6300453558: Pull complete 16:53:17 b9c365052c96: Pull complete 16:53:17 a2d8cc88f415: Pull complete 16:53:19 ea1d1ca13537: Pull complete 16:53:20 3750a50a1c5e: Pull complete 16:53:20 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:53:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:53:20 ---> 78745c68409d 16:53:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:53:25 ---> Running in 3c9a012bbf9a 16:53:25 Removing intermediate container 3c9a012bbf9a 16:53:25 ---> 961fe910839a 16:53:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:25 ---> Running in de750589d965 16:53:25 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.060s coverage: 11.4% of statements 16:53:25 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.003s coverage: 21.7% of statements 16:53:25 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:53:25 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.069s coverage: 36.9% of statements 16:53:25 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:53:25 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.318s coverage: 65.2% of statements 16:53:25 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:53:25 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:53:25 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:53:25 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.016s coverage: 52.6% of statements 16:53:25 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.096s coverage: 68.9% of statements 16:53:25 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 16:53:25 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:53:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:53:25 gofmt -l . 16:53:25 [ "`gofmt -l .`" = "" ] 16:53:25 ./bin/test-attribution-txt.sh 16:53:26 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:53:26 Stashed 1 file(s) [Pipeline] } 16:53:26 $ docker stop --time=1 c328396abe0ac4c67f6c1441d586044d38e2ce5c1ae2591cc64e091ad82646d9 16:53:28 Removing intermediate container de750589d965 16:53:28 ---> 660f6b23fdd7 16:53:28 Step 5/8 : RUN apk add --no-cache make git 16:53:28 $ docker rm -f c328396abe0ac4c67f6c1441d586044d38e2ce5c1ae2591cc64e091ad82646d9 16:53:28 ---> Running in 492756e1a71d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 16:53:29 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:53:30 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 16:53:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:53:31 + ls -al . 16:53:31 total 184 16:53:31 drwxrwxr-x. 11 jenkins jenkins 4096 Jul 15 16:53 . 16:53:31 drwxrwxr-x. 4 jenkins jenkins 30 Jul 15 16:51 .. 16:53:31 drwxrwxr-x. 3 jenkins jenkins 20 Jul 15 16:51 api 16:53:31 drwxrwxr-x. 2 jenkins jenkins 64 Jul 15 16:51 bin 16:53:31 -rw-r--r--. 1 jenkins jenkins 110877 Jul 15 16:53 coverage.out 16:53:31 -rw-rw-r--. 1 jenkins jenkins 936 Jul 15 16:51 Dockerfile.build 16:53:31 -rw-rw-r--. 1 jenkins jenkins 140 Jul 15 16:51 .dockerignore 16:53:31 drwxrwxr-x. 4 jenkins jenkins 48 Jul 15 16:51 example 16:53:31 drwxrwxr-x. 8 jenkins jenkins 162 Jul 15 16:51 .git 16:53:31 drwxrwxr-x. 2 jenkins jenkins 38 Jul 15 16:51 .github 16:53:31 -rw-rw-r--. 1 jenkins jenkins 138 Jul 15 16:51 .gitignore 16:53:31 -rw-r--r--. 1 jenkins jenkins 446 Jul 15 16:53 go.mod 16:53:31 -rw-r--r--. 1 jenkins jenkins 12179 Jul 15 16:53 go.sum 16:53:31 drwxrwxr-x. 13 jenkins jenkins 184 Jul 15 16:51 internal 16:53:31 -rw-rw-r--. 1 jenkins jenkins 808 Jul 15 16:51 Jenkinsfile 16:53:31 -rw-rw-r--. 1 jenkins jenkins 11341 Jul 15 16:51 LICENSE 16:53:31 -rw-rw-r--. 1 jenkins jenkins 892 Jul 15 16:51 Makefile 16:53:31 drwxrwxr-x. 5 jenkins jenkins 50 Jul 15 16:51 pkg 16:53:31 -rw-rw-r--. 1 jenkins jenkins 5101 Jul 15 16:51 README.md 16:53:31 -rw-rw-r--. 1 jenkins jenkins 3997 Jul 15 16:51 RELEASE-NOTES.txt 16:53:31 drwxrwxr-x. 3 jenkins jenkins 44 Jul 15 16:52 .semver 16:53:31 drwxrwxr-x. 4 jenkins jenkins 54 Jul 15 16:51 snap 16:53:31 -rw-rw-r--. 1 jenkins jenkins 11 Jul 15 16:47 VERSION 16:53:31 -rw-rw-r--. 1 jenkins jenkins 222 Jul 15 16:51 version.go [Pipeline] isUnix [Pipeline] sh 16:53:31 OK: 125 MiB in 39 packages 16:53:31 + 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=052c3d8a66f112a94cad097afe431d6fab48a90e --label arch=amd64 --label version=1.2.3-dev.4 . 16:53:31 Sending build context to Docker daemon 3.214MB 16:53:31 Step 1/23 : ARG BASE=golang:1.13-alpine 16:53:31 Step 2/23 : FROM ${BASE} AS builder 16:53:31 ---> 143568c572bb 16:53:31 Step 3/23 : ARG MAKE='make build' 16:53:32 ---> Running in d71f0378b3b0 16:53:32 Removing intermediate container d71f0378b3b0 16:53:32 ---> 282c4da3f34a 16:53:32 Step 4/23 : WORKDIR /device-sdk-go 16:53:32 Removing intermediate container 492756e1a71d 16:53:32 ---> 719639ec38ef 16:53:32 Step 6/8 : WORKDIR /device-sdk-go 16:53:32 ---> Running in 95540504e15f 16:53:32 ---> Running in 7a8427bc69c4 16:53:32 Removing intermediate container 7a8427bc69c4 16:53:32 ---> f23d73a4252f 16:53:32 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:53:32 ---> Running in fb03193504ef 16:53:32 Removing intermediate container fb03193504ef 16:53:32 ---> 6d3e168d959e 16:53:32 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:32 ---> Running in 05de89e783d3 16:53:33 Removing intermediate container 95540504e15f 16:53:33 ---> f9a72559c596 16:53:33 Step 7/8 : COPY . . 16:53:33 Removing intermediate container 05de89e783d3 16:53:33 ---> e1979bde5d96 16:53:33 Step 7/23 : RUN apk add --update --no-cache make git 16:53:33 ---> Running in fff053363217 16:53:34 ---> 4a260c8d23b8 16:53:34 Step 8/8 : RUN go mod download 16:53:34 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:53:34 ---> Running in de5c3fb54def 16:53:35 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:53:35 OK: 143 MiB in 39 packages 16:53:35 Removing intermediate container fff053363217 16:53:35 ---> f7ac618eaed0 16:53:35 Step 8/23 : COPY . . 16:53:36 ---> a1dda3a99dbb 16:53:36 Step 9/23 : RUN ${MAKE} 16:53:36 ---> Running in 84a86c705ad6 16:53:36 go: finding github.com/BurntSushi/toml v0.3.1 16:53:36 go: finding github.com/OneOfOne/xxhash v1.2.6 16:53:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:53:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:53:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:53:36 go: finding github.com/bgentry/speakeasy v0.1.0 16:53:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:53:36 go: finding github.com/davecgh/go-spew v1.1.1 16:53:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 16:53:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:53:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.3-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 16:53:37 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 16:53:37 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:53:37 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:53:37 go: finding github.com/fatih/color v1.7.0 16:53:37 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:53:37 go: finding github.com/go-kit/kit v0.8.0 16:53:37 go: finding github.com/go-logfmt/logfmt v0.4.0 16:53:37 go: finding github.com/go-stack/stack v1.8.0 16:53:37 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:53:37 go: finding github.com/google/uuid v1.1.0 16:53:37 go: finding github.com/gorilla/mux v1.7.1 16:53:37 go: finding github.com/hashicorp/consul/api v1.1.0 16:53:37 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:53:37 go: finding github.com/hashicorp/errwrap v1.0.0 16:53:37 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:53:37 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:53:37 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:53:37 go: finding github.com/hashicorp/go-multierror v1.0.0 16:53:37 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:53:37 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:53:37 go: finding github.com/hashicorp/go-syslog v1.0.0 16:53:37 go: finding github.com/hashicorp/go-uuid v1.0.1 16:53:37 go: finding github.com/hashicorp/go.net v0.0.1 16:53:37 go: finding github.com/hashicorp/golang-lru v0.5.0 16:53:37 go: finding github.com/hashicorp/logutils v1.0.0 16:53:37 go: finding github.com/hashicorp/mdns v1.0.0 16:53:37 go: finding github.com/hashicorp/memberlist v0.1.3 16:53:37 go: finding github.com/hashicorp/serf v0.8.2 16:53:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:53:37 go: finding github.com/mattn/go-colorable v0.0.9 16:53:37 go: finding github.com/mattn/go-isatty v0.0.3 16:53:37 go: finding github.com/miekg/dns v1.0.14 16:53:37 go: finding github.com/mitchellh/cli v1.0.0 16:53:37 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:53:37 go: finding github.com/mitchellh/copystructure v1.0.0 16:53:37 go: finding github.com/mitchellh/go-homedir v1.0.0 16:53:38 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:53:38 go: finding github.com/mitchellh/gox v0.4.0 16:53:38 go: finding github.com/mitchellh/iochan v1.0.0 16:53:38 go: finding github.com/mitchellh/mapstructure v1.1.2 16:53:38 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:53:38 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:53:38 go: finding github.com/pelletier/go-toml v1.2.0 16:53:38 go: finding github.com/pkg/errors v0.8.1 16:53:38 go: finding github.com/pmezard/go-difflib v1.0.0 16:53:38 go: finding github.com/posener/complete v1.1.1 16:53:38 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:53:38 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:53:38 go: finding github.com/stretchr/objx v0.1.0 16:53:38 go: finding github.com/stretchr/testify v1.5.1 16:53:38 go: finding github.com/ugorji/go v1.1.4 16:53:38 go: finding github.com/x448/float16 v0.8.4 16:53:38 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:53:38 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 16:53:38 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:53:38 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:53:38 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:53:38 go: finding gopkg.in/yaml.v2 v2.2.8 16:53:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:53:45 Removing intermediate container 84a86c705ad6 16:53:45 ---> ea0ad4dcd6bf 16:53:45 Step 10/23 : FROM scratch 16:53:45 ---> 16:53:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:53:45 ---> Running in b290d8fb5eb7 16:53:46 Removing intermediate container b290d8fb5eb7 16:53:46 ---> e8ae338efdf0 16:53:46 Step 12/23 : ENV APP_PORT=49990 16:53:46 ---> Running in 36becb65fbdf 16:53:46 Removing intermediate container 36becb65fbdf 16:53:46 ---> af99c389870a 16:53:46 Step 13/23 : EXPOSE $APP_PORT 16:53:46 ---> Running in f4f3380a1a75 16:53:46 Removing intermediate container f4f3380a1a75 16:53:46 ---> a7dec3d87602 16:53:46 Step 14/23 : WORKDIR / 16:53:46 ---> Running in 94f544780a34 16:53:46 Removing intermediate container 94f544780a34 16:53:46 ---> 3c76d7a95a41 16:53:46 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:53:46 ---> d70ee40e1dd4 16:53:46 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:53:47 ---> 77bf82eae5b7 16:53:47 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:53:47 ---> 8b0941013a83 16:53:47 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:53:48 ---> 61d3b84227f8 16:53:48 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:53:48 Removing intermediate container de5c3fb54def 16:53:48 ---> 2e58346c1de7 16:53:48 Successfully built 2e58346c1de7 16:53:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 16:53:48 ---> 10ee6b681ee8 16:53:48 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:48 ---> Running in d373f2b5431b 16:53:48 Removing intermediate container d373f2b5431b 16:53:48 ---> 4ee22707c574 16:53:48 Step 21/23 : LABEL arch=amd64 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 16:53:48 ---> Running in e3dcaf545bc5 16:53:48 Removing intermediate container e3dcaf545bc5 16:53:48 ---> 7e0c6b0d79c8 16:53:48 Step 22/23 : LABEL git_sha=052c3d8a66f112a94cad097afe431d6fab48a90e 16:53:48 ---> Running in 62d1f5bf6672 [Pipeline] isUnix [Pipeline] sh 16:53:49 Removing intermediate container 62d1f5bf6672 16:53:49 ---> c753252f355b 16:53:49 Step 23/23 : LABEL version=1.2.3-dev.4 16:53:49 ---> Running in 9582a4cba089 16:53:49 + docker inspect -f . ci-base-image-arm64 16:53:49 . [Pipeline] withDockerContainer 16:53:49 Removing intermediate container 9582a4cba089 16:53:49 ---> e83129b94f62 16:53:49 [Warning] One or more build-args [ARCH] were not consumed 16:53:49 Successfully built e83129b94f62 16:53:49 Successfully tagged docker-device-sdk-simple:latest 16:53:49 prd-ubuntu18.04-docker-arm64-4c-16g-797 does not seem to be running inside a container 16:53:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/48 -v /w/workspace/device-sdk-go/48:/w/workspace/device-sdk-go/48:rw,z -v /w/workspace/device-sdk-go/48@tmp:/w/workspace/device-sdk-go/48@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 16:53:51 $ docker top 25e1a20eb403471829229488807cf8ed5f4dfa26ab47da885ce0eb63b04efa9d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [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] } 16:53:52 + go version 16:53:52 go version go1.13.5 linux/arm64 [Pipeline] sh 16:53:53 + make test 16:53:53 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:53:54 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:54:21 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:54:21 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:54:21 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:54:23 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.044s coverage: 22.1% of statements 16:54:26 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.158s coverage: 95.8% of statements 16:54:58 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.085s coverage: 11.4% of statements 16:54:58 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.016s coverage: 21.7% of statements 16:54:58 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:54:58 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.198s coverage: 36.9% of statements 16:54:58 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:54:58 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.474s coverage: 65.2% of statements 16:54:58 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:54:58 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:54:58 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:54:58 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.067s coverage: 52.6% of statements 16:54:58 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.353s coverage: 68.9% of statements 16:54:58 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 16:54:58 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:54:58 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:55:02 gofmt -l . 16:55:02 [ "`gofmt -l .`" = "" ] 16:55:02 ./bin/test-attribution-txt.sh 16:55:03 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:55:03 Warning: overwriting stash ‘coverage-report’ 16:55:04 Stashed 1 file(s) [Pipeline] } 16:55:04 $ docker stop --time=1 25e1a20eb403471829229488807cf8ed5f4dfa26ab47da885ce0eb63b04efa9d 16:55:06 $ docker rm -f 25e1a20eb403471829229488807cf8ed5f4dfa26ab47da885ce0eb63b04efa9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:55:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:55:07 + ls -al . 16:55:07 total 224 16:55:07 drwxrwxr-x 11 jenkins jenkins 4096 Jul 15 16:55 . 16:55:07 drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 16:52 .. 16:55:07 -rw-rw-r-- 1 jenkins jenkins 140 Jul 15 16:52 .dockerignore 16:55:07 drwxrwxr-x 8 jenkins jenkins 4096 Jul 15 16:52 .git 16:55:07 drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 16:52 .github 16:55:07 -rw-rw-r-- 1 jenkins jenkins 138 Jul 15 16:52 .gitignore 16:55:07 drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 16:52 .semver 16:55:07 -rw-rw-r-- 1 jenkins jenkins 936 Jul 15 16:52 Dockerfile.build 16:55:07 -rw-rw-r-- 1 jenkins jenkins 808 Jul 15 16:52 Jenkinsfile 16:55:07 -rw-rw-r-- 1 jenkins jenkins 11341 Jul 15 16:52 LICENSE 16:55:07 -rw-rw-r-- 1 jenkins jenkins 892 Jul 15 16:52 Makefile 16:55:07 -rw-rw-r-- 1 jenkins jenkins 5101 Jul 15 16:52 README.md 16:55:07 -rw-rw-r-- 1 jenkins jenkins 3997 Jul 15 16:52 RELEASE-NOTES.txt 16:55:07 -rw-rw-r-- 1 jenkins jenkins 11 Jul 15 16:47 VERSION 16:55:07 drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 16:52 api 16:55:07 drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 16:52 bin 16:55:07 -rw-r--r-- 1 jenkins jenkins 110877 Jul 15 16:54 coverage.out 16:55:07 drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 16:52 example 16:55:07 -rw-r--r-- 1 jenkins jenkins 446 Jul 15 16:55 go.mod 16:55:07 -rw-r--r-- 1 jenkins jenkins 12179 Jul 15 16:55 go.sum 16:55:07 drwxrwxr-x 13 jenkins jenkins 4096 Jul 15 16:52 internal 16:55:07 drwxrwxr-x 5 jenkins jenkins 4096 Jul 15 16:52 pkg 16:55:07 drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 16:52 snap 16:55:07 -rw-rw-r-- 1 jenkins jenkins 222 Jul 15 16:52 version.go [Pipeline] isUnix [Pipeline] sh 16:55:08 + 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=052c3d8a66f112a94cad097afe431d6fab48a90e --label arch=arm64 --label version=1.2.3-dev.4 . 16:55:08 Sending build context to Docker daemon 3.214MB 16:55:08 Step 1/23 : ARG BASE=golang:1.13-alpine 16:55:08 Step 2/23 : FROM ${BASE} AS builder 16:55:08 ---> 2e58346c1de7 16:55:08 Step 3/23 : ARG MAKE='make build' 16:55:08 ---> Running in 5f0178f8b0cd 16:55:09 Removing intermediate container 5f0178f8b0cd 16:55:09 ---> 6147e735c041 16:55:09 Step 4/23 : WORKDIR /device-sdk-go 16:55:09 ---> Running in 29e451f815b1 16:55:10 Removing intermediate container 29e451f815b1 16:55:10 ---> 1b5e3874476f 16:55:10 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:55:10 ---> Running in 23d579d6c11d 16:55:10 Removing intermediate container 23d579d6c11d 16:55:10 ---> a2e7aa1039da 16:55:10 Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:10 ---> Running in a3e29ab8f57a 16:55:13 Removing intermediate container a3e29ab8f57a 16:55:13 ---> 392276dec929 16:55:13 Step 7/23 : RUN apk add --update --no-cache make git 16:55:13 ---> Running in 639d52c768f5 16:55:14 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:55:15 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:55:16 OK: 125 MiB in 39 packages 16:55:17 Removing intermediate container 639d52c768f5 16:55:17 ---> 0b8452065311 16:55:17 Step 8/23 : COPY . . 16:55:18 ---> 9dcd74f7485c 16:55:18 Step 9/23 : RUN ${MAKE} 16:55:18 ---> Running in 7884b466bd8f 16:55:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.3-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 16:55:46 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:55:46 Removing intermediate container 7884b466bd8f 16:55:46 ---> 5fffff8e2e38 16:55:46 Step 10/23 : FROM scratch 16:55:46 ---> 16:55:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:55:46 ---> Running in 359f6aa4f4b7 16:55:46 Removing intermediate container 359f6aa4f4b7 16:55:46 ---> 159e72824e16 16:55:46 Step 12/23 : ENV APP_PORT=49990 16:55:46 ---> Running in ef2ceb8b9c42 16:55:46 Removing intermediate container ef2ceb8b9c42 16:55:46 ---> 5df520357af9 16:55:46 Step 13/23 : EXPOSE $APP_PORT 16:55:46 ---> Running in 9c36f260b841 16:55:46 Removing intermediate container 9c36f260b841 16:55:46 ---> 377ee35c08ee 16:55:46 Step 14/23 : WORKDIR / 16:55:46 ---> Running in 8e7fba436030 16:55:46 Removing intermediate container 8e7fba436030 16:55:46 ---> 71e567a1d0c4 16:55:46 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:55:48 ---> 00c2b000056e 16:55:48 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:55:49 ---> 326e1c45fa2b 16:55:49 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:55:50 ---> 2ebe27393180 16:55:50 Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:55:50 ---> 9a86752b525a 16:55:50 Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:55:51 ---> 3da10269276d 16:55:51 Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:55:51 ---> Running in bda2ae2aa5dd 16:55:51 Removing intermediate container bda2ae2aa5dd 16:55:51 ---> c598bd976c7c 16:55:51 Step 21/23 : LABEL arch=arm64 16:55:52 ---> Running in 1035d5a958fb 16:55:52 Removing intermediate container 1035d5a958fb 16:55:52 ---> 489ead731592 16:55:52 Step 22/23 : LABEL git_sha=052c3d8a66f112a94cad097afe431d6fab48a90e 16:55:52 ---> Running in b551ec3d4621 16:55:52 Removing intermediate container b551ec3d4621 16:55:52 ---> e0b370667a80 16:55:52 Step 23/23 : LABEL version=1.2.3-dev.4 16:55:53 ---> Running in 9de86c963e20 16:55:53 Removing intermediate container 9de86c963e20 16:55:53 ---> 930a3c1af89d 16:55:53 [Warning] One or more build-args [ARCH] were not consumed 16:55:53 Successfully built 930a3c1af89d 16:55:53 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 16:55:55 provisioning config files... 16:55:55 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2392651099046247203tmp [Pipeline] { [Pipeline] sh 16:55:55 + curl -s https://codecov.io/bash 16:55:55 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2392651099046247203tmp [Pipeline] } 16:58:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:58:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:58:17 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:58:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:58:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:58:17 16:58:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 16:58:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:58:18 1.317.0: Pulling from edgex-devops/edgex-snyk-go 16:58:18 cbdbe7a5bc2a: Pulling fs layer 16:58:18 408f87550127: Pulling fs layer 16:58:18 fe522b08c979: Pulling fs layer 16:58:18 221eaa008020: Pulling fs layer 16:58:18 2a4607e5d6b9: Pulling fs layer 16:58:18 8f79b27c4fd2: Pulling fs layer 16:58:18 e5c8dbe1645b: Pulling fs layer 16:58:18 23e8b3b47431: Pulling fs layer 16:58:18 5c568d65a230: Pulling fs layer 16:58:18 221eaa008020: Waiting 16:58:18 2a4607e5d6b9: Waiting 16:58:18 8f79b27c4fd2: Waiting 16:58:18 e5c8dbe1645b: Waiting 16:58:18 23e8b3b47431: Waiting 16:58:18 fe522b08c979: Verifying Checksum 16:58:18 fe522b08c979: Download complete 16:58:18 408f87550127: Verifying Checksum 16:58:18 408f87550127: Download complete 16:58:18 2a4607e5d6b9: Verifying Checksum 16:58:18 2a4607e5d6b9: Download complete 16:58:18 8f79b27c4fd2: Verifying Checksum 16:58:18 8f79b27c4fd2: Download complete 16:58:18 cbdbe7a5bc2a: Download complete 16:58:18 e5c8dbe1645b: Verifying Checksum 16:58:18 e5c8dbe1645b: Download complete 16:58:18 cbdbe7a5bc2a: Pull complete 16:58:19 23e8b3b47431: Verifying Checksum 16:58:19 23e8b3b47431: Download complete 16:58:19 408f87550127: Pull complete 16:58:19 5c568d65a230: Verifying Checksum 16:58:19 5c568d65a230: Download complete 16:58:19 fe522b08c979: Pull complete 16:58:19 221eaa008020: Download complete 16:58:25 221eaa008020: Pull complete 16:58:25 2a4607e5d6b9: Pull complete 16:58:25 8f79b27c4fd2: Pull complete 16:58:27 e5c8dbe1645b: Pull complete 16:58:30 23e8b3b47431: Pull complete 16:58:31 5c568d65a230: Pull complete 16:58:31 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 16:58:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 16:58:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 16:58:31 prd-centos7-docker-4c-2g-793 does not seem to be running inside a container 16:58:31 $ 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.317.0 cat 16:58:32 $ docker top 8b7e244bafaa496603c387e6b295af36e70a570e0e3099c6e2047ac4ef58375e -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:33 + snyk monitor '--org=edgex-jenkins' 16:58:38 16:58:38 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 16:58:38 16:58:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/3c0670bd-138a-4241-893a-ae009113de1f 16:58:38 16:58:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:58:38 16:58:38 [Pipeline] } 16:58:38 $ docker stop --time=1 8b7e244bafaa496603c387e6b295af36e70a570e0e3099c6e2047ac4ef58375e 16:58:40 $ docker rm -f 8b7e244bafaa496603c387e6b295af36e70a570e0e3099c6e2047ac4ef58375e [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 16:58:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:58:42 . [Pipeline] withDockerContainer 16:58:42 prd-centos7-docker-4c-2g-793 does not seem to be running inside a container 16:58:42 $ 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 16:58:43 $ docker top 37cfb4ee060de27f10ad835f2435b395e000f15524cd80bf412f670b5e8930ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:58:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:58:43 [ssh-agent] Looking for ssh-agent implementation... 16:58:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:58:43 $ docker exec 37cfb4ee060de27f10ad835f2435b395e000f15524cd80bf412f670b5e8930ec ssh-agent 16:58:43 SSH_AUTH_SOCK=/tmp/ssh-fAovW4SYsNIG/agent.12 16:58:43 SSH_AGENT_PID=17 16:58:43 Running ssh-add (command line suppressed) 16:58:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2389079974845700744.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2389079974845700744.key) 16:58:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:58:44 + git semver tag 16:58:44 # -> Open(): unable to determine branch for HEAD 16:58:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:58:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:58:44 # $SEMVER_REMOTE_NAME = origin 16:58:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:58:44 # $SEMVER_USER_NAME = edgex-jenkins 16:58:44 # $SEMVER_BRANCH = master 16:58:44 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 16:58:44 # 052c3d8a66f112a94cad097afe431d6fab48a90e HEAD 16:58:44 # -> Force: false 16:58:44 # 379780d0ee52466b846ccf33e1e055f2672254d4 refs/tags/v1.2.3-dev.4 [Pipeline] } 16:58:44 $ docker exec --env ******** --env ******** 37cfb4ee060de27f10ad835f2435b395e000f15524cd80bf412f670b5e8930ec ssh-agent -k 16:58:44 unset SSH_AUTH_SOCK; 16:58:44 unset SSH_AGENT_PID; 16:58:44 echo Agent pid 17 killed; 16:58:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:58:45 + git semver [Pipeline] } 16:58:45 $ docker stop --time=1 37cfb4ee060de27f10ad835f2435b395e000f15524cd80bf412f670b5e8930ec 16:58:46 $ docker rm -f 37cfb4ee060de27f10ad835f2435b395e000f15524cd80bf412f670b5e8930ec [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:58:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:58:46 16:58:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:58:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:58:47 0.23.1-centos7: Pulling from edgex-lftools 16:58:47 ab5ef0e58194: Pulling fs layer 16:58:47 9712f1f96733: Pulling fs layer 16:58:47 63f879dbbcfc: Pulling fs layer 16:58:47 0d9ebad4ef96: Pulling fs layer 16:58:47 e9a5061849ea: Pulling fs layer 16:58:47 d747dcd14b5f: Pulling fs layer 16:58:47 2de7ff778b66: Pulling fs layer 16:58:47 e9a5061849ea: Waiting 16:58:47 2de7ff778b66: Waiting 16:58:47 d747dcd14b5f: Waiting 16:58:47 0d9ebad4ef96: Waiting 16:58:47 9712f1f96733: Verifying Checksum 16:58:47 9712f1f96733: Download complete 16:58:47 63f879dbbcfc: Verifying Checksum 16:58:47 63f879dbbcfc: Download complete 16:58:47 e9a5061849ea: Verifying Checksum 16:58:47 e9a5061849ea: Download complete 16:58:47 d747dcd14b5f: Verifying Checksum 16:58:47 d747dcd14b5f: Download complete 16:58:48 0d9ebad4ef96: Verifying Checksum 16:58:48 0d9ebad4ef96: Download complete 16:58:48 ab5ef0e58194: Verifying Checksum 16:58:48 ab5ef0e58194: Download complete 16:58:48 2de7ff778b66: Verifying Checksum 16:58:48 2de7ff778b66: Download complete 16:58:53 ab5ef0e58194: Pull complete 16:58:53 9712f1f96733: Pull complete 16:58:54 63f879dbbcfc: Pull complete 16:59:01 0d9ebad4ef96: Pull complete 16:59:01 e9a5061849ea: Pull complete 16:59:01 d747dcd14b5f: Pull complete 16:59:04 2de7ff778b66: Pull complete 16:59:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:59:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:59:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:59:05 prd-centos7-docker-4c-2g-793 does not seem to be running inside a container 16:59:05 $ 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 16:59:08 $ docker top e21c5cff4276568d6595149f3dee031d436275d555c27d5b14d1ab1077a55126 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:59:08 provisioning config files... 16:59:08 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7013389128893554265tmp 16:59:08 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1446743001296099053tmp 16:59:08 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8432587529115247651tmp [Pipeline] { [Pipeline] echo 16:59:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:59:09 ---> sigul-configuration.sh 16:59:09 gpg: directory `/root/.gnupg' created 16:59:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:59:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:59:09 gpg: keyring `/root/.gnupg/secring.gpg' created 16:59:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:59:09 gpg: CAST5 encrypted data 16:59:09 gpg: encrypted with 1 passphrase 16:59:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:59:09 + mkdir /home/jenkins 16:59:09 + mkdir /home/jenkins/sigul [Pipeline] sh 16:59:10 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:59:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:59:10 ---> sigul-install.sh 16:59:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:59:17 + git tag --list 16:59:17 v1.2.3-dev.4 [Pipeline] sh 16:59:17 + lftools sign git-tag v1.2.3-dev.4 16:59:19 Signing Git tag with Sigul... 16:59:19 Signing v1.2.3-dev.4 [Pipeline] echo 16:59:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:59:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:59:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:59:20 $ docker stop --time=1 e21c5cff4276568d6595149f3dee031d436275d555c27d5b14d1ab1077a55126 16:59:22 $ docker rm -f e21c5cff4276568d6595149f3dee031d436275d555c27d5b14d1ab1077a55126 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:59:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:23 . [Pipeline] withDockerContainer 16:59:23 prd-centos7-docker-4c-2g-793 does not seem to be running inside a container 16:59:23 $ 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 16:59:24 $ docker top 1f910b5525ef1eb962c635fb3a5de1ce3087b62298de16f1f29635ded0219c60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:24 [ssh-agent] Looking for ssh-agent implementation... 16:59:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:24 $ docker exec 1f910b5525ef1eb962c635fb3a5de1ce3087b62298de16f1f29635ded0219c60 ssh-agent 16:59:24 SSH_AUTH_SOCK=/tmp/ssh-pmZHzZOkFfUu/agent.11 16:59:24 SSH_AGENT_PID=16 16:59:24 Running ssh-add (command line suppressed) 16:59:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5751846627784492128.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5751846627784492128.key) 16:59:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:25 + git semver bump pre 16:59:25 # -> Open(): unable to determine branch for HEAD 16:59:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:59:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:59:25 # $SEMVER_REMOTE_NAME = origin 16:59:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:59:25 # $SEMVER_USER_NAME = edgex-jenkins 16:59:25 # $SEMVER_BRANCH = master 16:59:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 16:59:25 1.2.3-dev.5 [Pipeline] } 16:59:25 $ docker exec --env ******** --env ******** 1f910b5525ef1eb962c635fb3a5de1ce3087b62298de16f1f29635ded0219c60 ssh-agent -k 16:59:25 unset SSH_AUTH_SOCK; 16:59:25 unset SSH_AGENT_PID; 16:59:25 echo Agent pid 16 killed; 16:59:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:26 + git semver [Pipeline] } 16:59:26 $ docker stop --time=1 1f910b5525ef1eb962c635fb3a5de1ce3087b62298de16f1f29635ded0219c60 16:59:27 $ docker rm -f 1f910b5525ef1eb962c635fb3a5de1ce3087b62298de16f1f29635ded0219c60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:59:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:27 . [Pipeline] withDockerContainer 16:59:28 prd-centos7-docker-4c-2g-793 does not seem to be running inside a container 16:59:28 $ 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 16:59:28 $ docker top 27dfd9731b24b4e3e320211b4f328a7e56508c56f2642fc2ef002ae14c3b8b2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:28 [ssh-agent] Looking for ssh-agent implementation... 16:59:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:29 $ docker exec 27dfd9731b24b4e3e320211b4f328a7e56508c56f2642fc2ef002ae14c3b8b2c ssh-agent 16:59:29 SSH_AUTH_SOCK=/tmp/ssh-VGLg1ai7k620/agent.12 16:59:29 SSH_AGENT_PID=17 16:59:29 Running ssh-add (command line suppressed) 16:59:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3130265006255209924.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3130265006255209924.key) 16:59:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:29 + git semver push 16:59:29 # -> Open(): unable to determine branch for HEAD 16:59:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:59:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:59:29 # $SEMVER_REMOTE_NAME = origin 16:59:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:59:29 # $SEMVER_USER_NAME = edgex-jenkins 16:59:29 # $SEMVER_BRANCH = master 16:59:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 16:59:37 $ docker exec --env ******** --env ******** 27dfd9731b24b4e3e320211b4f328a7e56508c56f2642fc2ef002ae14c3b8b2c ssh-agent -k 16:59:38 unset SSH_AUTH_SOCK; 16:59:38 unset SSH_AGENT_PID; 16:59:38 echo Agent pid 17 killed; 16:59:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:38 + git semver [Pipeline] } 16:59:38 $ docker stop --time=1 27dfd9731b24b4e3e320211b4f328a7e56508c56f2642fc2ef002ae14c3b8b2c 16:59:39 $ docker rm -f 27dfd9731b24b4e3e320211b4f328a7e56508c56f2642fc2ef002ae14c3b8b2c [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 16:59:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:59:41 ---> package-listing.sh 16:59:41 ++ facter osfamily 16:59:41 ++ tr '[:upper:]' '[:lower:]' 16:59:41 + OS_FAMILY=redhat 16:59:41 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 16:59:41 + START_PACKAGES=/tmp/packages_start.txt 16:59:41 + END_PACKAGES=/tmp/packages_end.txt 16:59:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:59:41 + PACKAGES=/tmp/packages_start.txt 16:59:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 16:59:41 + PACKAGES=/tmp/packages_end.txt 16:59:41 + case "${OS_FAMILY}" in 16:59:41 + rpm -qa 16:59:41 + sort 16:59:45 + '[' -f /tmp/packages_start.txt ']' 16:59:45 + '[' -f /tmp/packages_end.txt ']' 16:59:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:59:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 16:59:45 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 16:59:45 + 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 16:59:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:59:46 16:59:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:59:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:59:46 alpine: Pulling from edgex-lftools-log-publisher 16:59:46 c9b1b535fdd9: Pulling fs layer 16:59:46 2cc5ad85d9ab: Pulling fs layer 16:59:46 756a868c4378: Pulling fs layer 16:59:46 444b2fc9a129: Pulling fs layer 16:59:46 ea15f1150254: Pulling fs layer 16:59:46 41b27a9f41bf: Pulling fs layer 16:59:46 28c525ee5125: Pulling fs layer 16:59:46 094b1ea09ed8: Pulling fs layer 16:59:46 138eaada9080: Pulling fs layer 16:59:46 0622d0fa9048: Pulling fs layer 16:59:46 41b27a9f41bf: Waiting 16:59:46 138eaada9080: Waiting 16:59:46 444b2fc9a129: Waiting 16:59:46 0622d0fa9048: Waiting 16:59:46 28c525ee5125: Waiting 16:59:46 094b1ea09ed8: Waiting 16:59:46 2cc5ad85d9ab: Download complete 16:59:46 444b2fc9a129: Verifying Checksum 16:59:46 444b2fc9a129: Download complete 16:59:46 c9b1b535fdd9: Download complete 16:59:46 ea15f1150254: Verifying Checksum 16:59:46 ea15f1150254: Download complete 16:59:46 28c525ee5125: Verifying Checksum 16:59:46 28c525ee5125: Download complete 16:59:47 756a868c4378: Verifying Checksum 16:59:47 756a868c4378: Download complete 16:59:47 094b1ea09ed8: Verifying Checksum 16:59:47 094b1ea09ed8: Download complete 16:59:47 138eaada9080: Verifying Checksum 16:59:47 138eaada9080: Download complete 16:59:47 0622d0fa9048: Verifying Checksum 16:59:47 0622d0fa9048: Download complete 16:59:47 41b27a9f41bf: Verifying Checksum 16:59:47 41b27a9f41bf: Download complete 16:59:47 c9b1b535fdd9: Pull complete 16:59:47 2cc5ad85d9ab: Pull complete 16:59:49 756a868c4378: Pull complete 16:59:49 444b2fc9a129: Pull complete 16:59:50 ea15f1150254: Pull complete 16:59:54 41b27a9f41bf: Pull complete 16:59:54 28c525ee5125: Pull complete 16:59:56 094b1ea09ed8: Pull complete 16:59:56 138eaada9080: Pull complete 16:59:56 0622d0fa9048: Pull complete 16:59:56 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:59:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:59:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:59:56 prd-centos7-docker-4c-2g-793 does not seem to be running inside a container 16:59:56 $ 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 16:59:59 $ docker top b3ec9e8e0160a86eae192da715960e428a691a77ab86b1927bc3fa415fcfdafd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:59:59 provisioning config files... 16:59:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config354483881643455817tmp [Pipeline] { [Pipeline] echo 16:59:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:00:00 ---> create-netrc.sh [Pipeline] echo 17:00:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:00:00 ---> logs-deploy.sh 17:00:00 + ARCHIVE_ARTIFACTS= 17:00:00 + LOGS_SERVER=https://logs.edgexfoundry.org 17:00:00 + '[' https://logs.edgexfoundry.org == None ']' 17:00:00 + NEXUS_URL=https://nexus.edgexfoundry.org 17:00:00 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/48 17:00:00 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/48/ 17:00:00 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/48 /w/workspace/dgexfoundry_device-sdk-go_master 17:00:01 Archives upload complete. 17:00:01 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/48 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/master/48/ 17:00:02 ---> uname -a: 17:00:02 Linux b3ec9e8e0160 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:00:02 17:00:02 17:00:02 ---> lscpu: 17:00:02 Architecture: x86_64 17:00:02 CPU op-mode(s): 32-bit, 64-bit 17:00:02 Byte Order: Little Endian 17:00:02 Address sizes: 40 bits physical, 48 bits virtual 17:00:02 CPU(s): 4 17:00:02 On-line CPU(s) list: 0-3 17:00:02 Thread(s) per core: 1 17:00:02 Core(s) per socket: 1 17:00:02 Socket(s): 4 17:00:02 NUMA node(s): 1 17:00:02 Vendor ID: GenuineIntel 17:00:02 CPU family: 6 17:00:02 Model: 44 17:00:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:00:02 Stepping: 1 17:00:02 CPU MHz: 2933.438 17:00:02 BogoMIPS: 5866.87 17:00:02 Virtualization: VT-x 17:00:02 Hypervisor vendor: KVM 17:00:02 Virtualization type: full 17:00:02 L1d cache: 128 KiB 17:00:02 L1i cache: 128 KiB 17:00:02 L2 cache: 16 MiB 17:00:02 L3 cache: 64 MiB 17:00:02 NUMA node0 CPU(s): 0-3 17:00:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:00:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:00:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:00:02 Vulnerability Meltdown: Mitigation; PTI 17:00:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:00:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:00:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:00:02 Vulnerability Tsx async abort: Not affected 17:00:02 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 17:00:02 17:00:02 17:00:02 ---> nproc: 17:00:02 4 17:00:02 17:00:02 17:00:02 ---> df -h: 17:00:02 Filesystem Size Used Available Use% Mounted on 17:00:02 overlay 50.0G 8.1G 41.9G 16% / 17:00:02 tmpfs 64.0M 0 64.0M 0% /dev 17:00:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:00:02 shm 64.0M 0 64.0M 0% /dev/shm 17:00:02 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/resolv.conf 17:00:02 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/hostname 17:00:02 /dev/vda1 50.0G 8.1G 41.9G 16% /etc/hosts 17:00:02 /dev/vda1 50.0G 8.1G 41.9G 16% /var/log/sa 17:00:02 /dev/vda1 50.0G 8.1G 41.9G 16% /w/workspace/dgexfoundry_device-sdk-go_master 17:00:02 /dev/vda1 50.0G 8.1G 41.9G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 17:00:02 17:00:02 17:00:02 ---> free -m: 17:00:02 total used free shared buff/cache available 17:00:02 Mem: 1837 776 118 0 941 991 17:00:02 Swap: 1023 3 1020 17:00:02 17:00:02 17:00:02 ---> ip addr: 17:00:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:00:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:00:02 inet 127.0.0.1/8 scope host lo 17:00:02 valid_lft forever preferred_lft forever 17:00:02 16: eth0@if17: mtu 1458 qdisc noqueue state UP 17:00:02 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 17:00:02 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 17:00:02 valid_lft forever preferred_lft forever 17:00:02 17:00:02 17:00:02 ---> sar -b -r -n DEV: 17:00:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/15/20 _x86_64_ (4 CPU) 17:00:02 17:00:02 16:30:48 LINUX RESTART 17:00:02 17:00:02 16:32:01 tps rtps wtps bread/s bwrtn/s 17:00:02 16:33:01 0.90 0.00 0.90 0.00 19.79 17:00:02 16:34:01 0.25 0.02 0.23 2.13 2.73 17:00:02 16:35:01 0.28 0.00 0.28 0.00 4.06 17:00:02 16:36:01 0.25 0.00 0.25 0.00 2.83 17:00:02 16:37:01 0.28 0.00 0.28 0.00 3.35 17:00:02 16:38:01 0.28 0.00 0.28 0.00 3.56 17:00:02 16:39:01 0.30 0.00 0.30 0.00 2.88 17:00:02 16:40:01 0.33 0.00 0.33 0.00 3.30 17:00:02 16:41:01 0.25 0.00 0.25 0.00 2.85 17:00:02 16:42:01 0.17 0.00 0.17 0.00 1.63 17:00:02 16:43:01 0.32 0.00 0.32 0.00 3.60 17:00:02 16:44:01 0.25 0.00 0.25 0.00 2.45 17:00:02 16:45:01 0.28 0.00 0.28 0.00 3.11 17:00:02 16:46:01 0.45 0.20 0.25 6.26 2.98 17:00:02 16:47:01 0.77 0.00 0.77 0.00 15.32 17:00:02 16:48:01 45.95 12.62 33.33 4583.02 2590.08 17:00:02 16:49:01 1.67 0.00 1.67 0.00 32.91 17:00:02 16:50:01 0.23 0.00 0.23 0.00 2.56 17:00:02 16:51:01 0.18 0.00 0.18 0.00 2.03 17:00:02 16:52:01 0.32 0.00 0.32 0.00 3.45 17:00:02 16:53:02 0.22 0.00 0.22 0.00 3.36 17:00:02 16:54:01 0.30 0.02 0.29 0.14 3.74 17:00:02 16:55:01 0.25 0.00 0.25 0.00 2.30 17:00:02 16:56:01 0.25 0.10 0.15 6.39 1.88 17:00:02 16:57:01 0.48 0.00 0.48 0.00 11.66 17:00:02 16:58:01 0.37 0.00 0.37 0.00 5.16 17:00:02 16:59:01 341.11 181.82 159.29 8033.93 54301.05 17:00:02 17:00:01 217.35 108.63 108.72 8377.18 29454.70 17:00:02 Average: 21.97 10.86 11.11 751.51 3094.50 17:00:02 17:00:02 16:32:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:00:02 16:33:01 113000 1768556 93.99 2620 1307832 1003396 34.24 289156 1325212 8 17:00:02 16:34:01 110012 1771544 94.15 2620 1307956 1003668 34.25 294052 1323824 28 17:00:02 16:35:01 110428 1771128 94.13 2620 1307908 1003648 34.25 293584 1323812 12 17:00:02 16:36:01 111688 1769868 94.06 2620 1307912 996332 34.00 291896 1324180 8 17:00:02 16:37:01 111712 1769844 94.06 2620 1307916 996392 34.01 292156 1324212 8 17:00:02 16:38:01 112172 1769384 94.04 2620 1307924 996332 34.00 291856 1324212 8 17:00:02 16:39:01 112328 1769228 94.03 2620 1307928 996332 34.00 287956 1328044 8 17:00:02 16:40:01 112228 1769328 94.04 2620 1307932 996332 34.00 288208 1328044 8 17:00:02 16:41:01 111916 1769640 94.05 2620 1307940 996332 34.00 287968 1328044 8 17:00:02 16:42:01 111680 1769876 94.06 2620 1307944 996416 34.01 288648 1328044 8 17:00:02 16:43:01 111900 1769656 94.05 2620 1307948 996332 34.00 288232 1328044 8 17:00:02 16:44:01 112088 1769468 94.04 2620 1307952 996332 34.00 287952 1328204 8 17:00:02 16:45:01 112080 1769476 94.04 2620 1307956 996332 34.00 287956 1328204 8 17:00:02 16:46:01 111828 1769728 94.06 2620 1307988 996332 34.00 287932 1328260 16 17:00:02 16:47:01 111468 1770088 94.08 2620 1307992 996392 34.01 288368 1328260 8 17:00:02 16:48:01 161020 1720536 91.44 2620 1131304 1110308 37.89 437316 1122704 120 17:00:02 16:49:01 167076 1714480 91.12 2620 1131308 1087008 37.10 434712 1120552 16 17:00:02 16:50:01 168188 1713368 91.06 2620 1131312 1079812 36.85 433936 1120480 16 17:00:02 16:51:01 168000 1713556 91.07 2620 1131320 1079812 36.85 434068 1120480 8 17:00:02 16:52:01 167540 1714016 91.10 2620 1131320 1079956 36.86 434848 1120480 20 17:00:02 16:53:02 167152 1714404 91.12 2620 1131324 1080016 36.86 435276 1120480 12 17:00:02 16:54:01 168028 1713528 91.07 2620 1131336 1079940 36.86 425424 1129184 8 17:00:02 16:55:01 168128 1713428 91.06 2620 1131336 1079940 36.86 425300 1129184 8 17:00:02 16:56:01 163220 1718336 91.33 2620 1131660 1091992 37.27 429160 1129380 144 17:00:02 16:57:01 162904 1718652 91.34 2620 1131668 1092136 37.27 420644 1138064 16 17:00:02 16:58:01 163264 1718292 91.32 2620 1131676 1091988 37.27 420064 1138060 12 17:00:02 16:59:01 132368 1749188 92.96 2040 974432 1488004 50.78 591652 896292 92664 17:00:02 17:00:01 164588 1716968 91.25 1568 962820 1225696 41.83 605828 804220 268 17:00:02 Average: 135643 1745913 92.79 2562 1214352 1058340 36.12 366934 1213863 3338 17:00:02 17:00:02 16:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 17:00:02 16:33:01 eth0 1.43 0.47 0.46 0.06 0.00 0.00 0.00 17:00:02 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:34:01 eth0 2.13 0.87 0.87 0.56 0.00 0.00 0.00 17:00:02 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:35:01 eth0 0.57 0.30 0.27 0.23 0.00 0.00 0.00 17:00:02 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:36:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 17:00:02 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:37:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 17:00:02 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:38:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 17:00:02 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 17:00:02 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:40:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 17:00:02 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:41:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 17:00:02 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:42:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 17:00:02 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:43:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 17:00:02 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 17:00:02 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 17:00:02 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 17:00:02 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:47:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 17:00:02 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:48:01 eth0 307.96 188.25 705.53 84.65 0.00 0.00 0.00 17:00:02 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:48:01 docker0 8.31 7.04 1.23 17.90 0.00 0.00 0.00 17:00:02 16:49:01 eth0 0.35 0.22 0.26 0.03 0.00 0.00 0.00 17:00:02 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 17:00:02 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:51:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 17:00:02 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:52:01 eth0 1.85 0.50 0.54 0.27 0.00 0.00 0.00 17:00:02 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:53:02 eth0 0.47 0.42 0.27 0.20 0.00 0.00 0.00 17:00:02 16:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:54:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 17:00:02 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:56:01 eth0 4.38 2.55 3.96 1.69 0.00 0.00 0.00 17:00:02 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:57:01 eth0 3.58 1.97 3.00 1.53 0.00 0.00 0.00 17:00:02 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:58:01 eth0 1.17 0.72 0.92 0.46 0.00 0.00 0.00 17:00:02 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:59:01 eth0 292.23 214.57 7017.82 73.98 0.00 0.00 0.00 17:00:02 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 16:59:01 docker0 22.27 18.99 2.34 47.26 0.00 0.00 0.00 17:00:02 17:00:01 veth69ab9b8 0.23 0.27 0.54 0.10 0.00 0.00 0.00 17:00:02 17:00:01 eth0 1099.77 694.78 10706.56 267.59 0.00 0.00 0.00 17:00:02 17:00:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 17:00:02 17:00:01 docker0 81.30 105.14 7.16 233.93 0.00 0.00 0.00 17:00:02 Average: veth69ab9b8 0.01 0.01 0.02 0.00 0.00 0.00 0.00 17:00:02 Average: eth0 39.34 24.85 383.00 9.57 0.00 0.00 0.00 17:00:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:02 Average: docker0 2.91 3.76 0.26 8.37 0.00 0.00 0.00 17:00:02 17:00:02 17:00:02 ---> sar -P ALL: 17:00:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/15/20 _x86_64_ (4 CPU) 17:00:02 17:00:02 16:30:48 LINUX RESTART 17:00:02 17:00:02 16:32:01 CPU %user %nice %system %iowait %steal %idle 17:00:02 16:33:01 all 0.13 0.00 0.04 0.00 0.00 99.82 17:00:02 16:33:01 0 0.03 0.00 0.05 0.00 0.00 99.92 17:00:02 16:33:01 1 0.05 0.00 0.07 0.00 0.00 99.88 17:00:02 16:33:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:33:01 3 0.45 0.00 0.03 0.00 0.00 99.52 17:00:02 16:34:01 all 0.24 0.00 0.03 0.00 0.00 99.73 17:00:02 16:34:01 0 0.05 0.00 0.02 0.00 0.00 99.93 17:00:02 16:34:01 1 0.17 0.00 0.05 0.00 0.00 99.78 17:00:02 16:34:01 2 0.07 0.00 0.02 0.00 0.00 99.92 17:00:02 16:34:01 3 0.67 0.00 0.02 0.00 0.00 99.32 17:00:02 16:35:01 all 0.10 0.00 0.04 0.00 0.00 99.86 17:00:02 16:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:35:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:35:01 2 0.17 0.00 0.03 0.00 0.00 99.80 17:00:02 16:35:01 3 0.18 0.00 0.05 0.00 0.00 99.77 17:00:02 16:36:01 all 0.13 0.00 0.04 0.00 0.00 99.83 17:00:02 16:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:36:01 2 0.07 0.00 0.07 0.00 0.00 99.87 17:00:02 16:36:01 3 0.43 0.00 0.05 0.00 0.00 99.52 17:00:02 16:37:01 all 0.15 0.00 0.02 0.00 0.00 99.82 17:00:02 16:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:37:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:00:02 16:37:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:00:02 16:38:01 all 0.15 0.00 0.02 0.00 0.00 99.82 17:00:02 16:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:00:02 16:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 17:00:02 16:38:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:00:02 16:39:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:00:02 16:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:00:02 16:39:01 1 0.03 0.00 0.07 0.00 0.00 99.90 17:00:02 16:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:00:02 16:39:01 3 0.52 0.00 0.03 0.00 0.00 99.45 17:00:02 16:40:01 all 0.15 0.00 0.02 0.00 0.00 99.82 17:00:02 16:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:00:02 16:40:01 1 0.07 0.00 0.03 0.00 0.00 99.90 17:00:02 16:40:01 2 0.05 0.00 0.02 0.00 0.00 99.93 17:00:02 16:40:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:00:02 16:41:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:00:02 16:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:41:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:00:02 16:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:41:01 3 0.52 0.00 0.00 0.00 0.00 99.48 17:00:02 16:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:00:02 16:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:42:01 3 0.52 0.00 0.07 0.00 0.00 99.42 17:00:02 16:43:01 all 0.14 0.00 0.02 0.00 0.00 99.83 17:00:02 16:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:00:02 16:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:00:02 16:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:43:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:00:02 16:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:00:02 16:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:00:02 16:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:44:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:00:02 16:45:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:00:02 16:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:00:02 16:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:00:02 16:45:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:00:02 16:46:01 all 0.13 0.00 0.04 0.00 0.00 99.83 17:00:02 16:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:46:01 1 0.03 0.00 0.05 0.00 0.02 99.90 17:00:02 16:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:46:01 3 0.45 0.00 0.07 0.00 0.00 99.48 17:00:02 16:47:01 all 0.04 0.00 0.03 0.00 0.00 99.93 17:00:02 16:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:00:02 16:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:00:02 16:48:01 all 6.22 0.00 2.45 1.65 0.01 89.66 17:00:02 16:48:01 0 4.89 0.00 2.60 0.12 0.02 92.37 17:00:02 16:48:01 1 7.27 0.00 1.94 0.94 0.00 89.85 17:00:02 16:48:01 2 7.48 0.00 2.17 2.04 0.02 88.29 17:00:02 16:48:01 3 5.26 0.00 3.06 3.53 0.03 88.12 17:00:02 16:49:01 all 0.08 0.00 0.04 0.00 0.00 99.89 17:00:02 16:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:00:02 16:49:01 2 0.18 0.00 0.05 0.00 0.00 99.77 17:00:02 16:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:00:02 16:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:00:02 16:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:00:02 16:50:01 2 0.52 0.00 0.03 0.00 0.00 99.45 17:00:02 16:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:00:02 16:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 17:00:02 16:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:52:01 all 0.18 0.00 0.03 0.00 0.00 99.78 17:00:02 16:52:01 0 0.05 0.00 0.03 0.00 0.00 99.92 17:00:02 16:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:00:02 16:52:01 2 0.62 0.00 0.03 0.00 0.00 99.35 17:00:02 16:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 17:00:02 16:53:02 all 0.16 0.00 0.02 0.00 0.00 99.82 17:00:02 16:53:02 0 0.05 0.00 0.02 0.00 0.00 99.93 17:00:02 16:53:02 1 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:53:02 2 0.52 0.00 0.02 0.00 0.00 99.47 17:00:02 16:53:02 3 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:00:02 16:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:00:02 16:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:00:02 16:54:01 2 0.51 0.00 0.02 0.00 0.00 99.48 17:00:02 16:54:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:00:02 16:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:00:02 16:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:00:02 16:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:55:01 2 0.52 0.00 0.02 0.00 0.00 99.47 17:00:02 16:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:56:01 all 0.26 0.00 0.05 0.00 0.00 99.69 17:00:02 16:56:01 0 0.33 0.00 0.03 0.00 0.00 99.63 17:00:02 16:56:01 1 0.07 0.00 0.07 0.00 0.00 99.87 17:00:02 16:56:01 2 0.60 0.00 0.05 0.00 0.00 99.35 17:00:02 16:56:01 3 0.07 0.00 0.02 0.00 0.00 99.92 17:00:02 16:57:01 all 0.22 0.00 0.05 0.00 0.00 99.72 17:00:02 16:57:01 0 0.10 0.00 0.02 0.00 0.00 99.88 17:00:02 16:57:01 1 0.15 0.00 0.10 0.00 0.02 99.73 17:00:02 16:57:01 2 0.55 0.00 0.05 0.00 0.00 99.40 17:00:02 16:57:01 3 0.08 0.00 0.07 0.00 0.00 99.85 17:00:02 16:58:01 all 0.16 0.00 0.05 0.00 0.00 99.79 17:00:02 16:58:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:00:02 16:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:00:02 16:58:01 2 0.53 0.00 0.07 0.00 0.00 99.40 17:00:02 16:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:00:02 16:59:01 all 14.31 0.00 8.88 2.63 0.05 74.13 17:00:02 16:59:01 0 13.66 0.00 9.83 1.63 0.05 74.84 17:00:02 16:59:01 1 14.75 0.00 9.11 3.25 0.03 72.85 17:00:02 16:59:01 2 14.03 0.00 8.36 1.69 0.05 75.86 17:00:02 16:59:01 3 14.81 0.00 8.23 3.95 0.05 72.95 17:00:02 17:00:01 all 9.83 0.00 6.71 3.79 0.03 79.64 17:00:02 17:00:01 0 8.30 0.00 7.05 2.20 0.02 82.43 17:00:02 17:00:01 1 9.44 0.00 6.36 4.18 0.05 79.97 17:00:02 17:00:01 2 9.67 0.00 7.11 4.35 0.02 78.85 17:00:02 17:00:01 3 11.91 0.00 6.30 4.41 0.05 77.32 17:00:02 Average: all 1.21 0.00 0.67 0.29 0.00 97.84 17:00:02 Average: 0 0.98 0.00 0.71 0.14 0.00 98.17 17:00:02 Average: 1 1.16 0.00 0.65 0.30 0.00 97.89 17:00:02 Average: 2 1.31 0.00 0.65 0.29 0.00 97.76 17:00:02 Average: 3 1.39 0.00 0.65 0.42 0.00 97.54 17:00:02 17:00:02 17:00:02