Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2dd054fbbcb98df90e46da0c3973c31ac0e9886a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 5c3bf87a0f2e8fc340c0bf9d19c52fc6279212c2 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 5c3bf87a0f2e8fc340c0bf9d19c52fc6279212c2 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5c3bf87a0f2e8fc340c0bf9d19c52fc6279212c2 # timeout=10 Commit message: "Merge pull request #170 from soda480/US6232e" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13] ========================================================= [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: app-service-configurable-settings PROJECT: app-service-configurable 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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6305 in /w/workspace/_app-service-configurable_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/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 2dd054fbbcb98df90e46da0c3973c31ac0e9886a (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2dd054fbbcb98df90e46da0c3973c31ac0e9886a # timeout=10 Commit message: "Merge pull request #65 from lenny-intel/redis" > git rev-list --no-walk 5714d8bd27caa90e032f309ec784bfbab40fc19a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:38:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:38:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:38:41 ========================================================= 17:38:41 EdgeX Global Pipelines Version Info 17:38:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:38:42 ------------------- 17:38:42 stable info: 17:38:42 ------------------- 17:38:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:38:42 Commit SHA: e9f46a538d08225106cc4f35d30277fc6c232516 17:38:42 Message: update stable to v1.0.84 17:38:43 ------------------- 17:38:43 experimental info: 17:38:43 ------------------- 17:38:43 Commited By: Emilio Reyes emilio.reyes@intel.com 17:38:43 Commit SHA: e9f46a538d08225106cc4f35d30277fc6c232516 17:38:43 Message: update experimental to v1.0.84 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:38:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:45 17:38:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:38:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:46 latest: Pulling from edgex-devops/git-semver 17:38:46 9123ac7c32f7: Pulling fs layer 17:38:46 b8cc5d1170e3: Pulling fs layer 17:38:46 2924cbbf6a41: Pulling fs layer 17:38:46 93b08a4f1073: Pulling fs layer 17:38:46 93b08a4f1073: Waiting 17:38:46 b8cc5d1170e3: Verifying Checksum 17:38:46 b8cc5d1170e3: Download complete 17:38:46 9123ac7c32f7: Verifying Checksum 17:38:46 9123ac7c32f7: Download complete 17:38:46 93b08a4f1073: Verifying Checksum 17:38:46 93b08a4f1073: Download complete 17:38:46 2924cbbf6a41: Download complete 17:38:46 9123ac7c32f7: Pull complete 17:38:46 b8cc5d1170e3: Pull complete 17:38:47 2924cbbf6a41: Pull complete 17:38:47 93b08a4f1073: Pull complete 17:38:47 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 17:38:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:38:47 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:38:47 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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 17:38:48 $ docker top 2b1d133df75542c393ea9d069b71b57564edab76ad8340c3b024eba712eec4dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:38:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:49 [ssh-agent] Looking for ssh-agent implementation... 17:38:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:49 $ docker exec 2b1d133df75542c393ea9d069b71b57564edab76ad8340c3b024eba712eec4dc ssh-agent 17:38:49 SSH_AUTH_SOCK=/tmp/ssh-i2zsfbvHhmPF/agent.14 17:38:49 SSH_AGENT_PID=21 17:38:49 Running ssh-add (command line suppressed) 17:38:50 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3132107036497384626.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3132107036497384626.key) 17:38:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:50 + git describe --exact-match --tags HEAD 17:38:50 fatal: No names found, cannot describe anything. [Pipeline] } 17:38:50 $ docker exec --env ******** --env ******** 2b1d133df75542c393ea9d069b71b57564edab76ad8340c3b024eba712eec4dc ssh-agent -k 17:38:50 unset SSH_AUTH_SOCK; 17:38:50 unset SSH_AGENT_PID; 17:38:50 echo Agent pid 21 killed; 17:38:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:38:51 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:38:51 This usually means this commit has not been tagged. [Pipeline] sshagent 17:38:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:51 [ssh-agent] Looking for ssh-agent implementation... 17:38:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:51 $ docker exec 2b1d133df75542c393ea9d069b71b57564edab76ad8340c3b024eba712eec4dc ssh-agent 17:38:51 SSH_AUTH_SOCK=/tmp/ssh-ap3CIgzYfOG8/agent.56 17:38:51 SSH_AGENT_PID=63 17:38:51 Running ssh-add (command line suppressed) 17:38:51 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2065448120590807972.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2065448120590807972.key) 17:38:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:52 + git semver init 17:38:52 # -> Open(): unable to determine branch for HEAD 17:38:52 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:38:52 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:38:52 # $SEMVER_REMOTE_NAME = origin 17:38:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:38:52 # $SEMVER_USER_NAME = edgex-jenkins 17:38:52 # $SEMVER_BRANCH = master 17:38:52 # $SEMVER_TEMP = /tmp/semver-710175439 17:38:52 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 17:38:52 # '/tmp/semver-710175439' -> '/w/workspace/_app-service-configurable_master/.semver' 17:38:52 # -> Force: false 17:38:52 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:38:52 $ docker exec --env ******** --env ******** 2b1d133df75542c393ea9d069b71b57564edab76ad8340c3b024eba712eec4dc ssh-agent -k 17:38:53 unset SSH_AUTH_SOCK; 17:38:53 unset SSH_AGENT_PID; 17:38:53 echo Agent pid 63 killed; 17:38:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:38:53 + git semver [Pipeline] } 17:38:53 $ docker stop --time=1 2b1d133df75542c393ea9d069b71b57564edab76ad8340c3b024eba712eec4dc 17:38:55 $ docker rm -f 2b1d133df75542c393ea9d069b71b57564edab76ad8340c3b024eba712eec4dc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:38:56 Stashed 41 file(s) [Pipeline] echo 17:38:56 [edgeXSemver] initialized semver on version 1.0.1-dev.14 [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 17:39:11 Still waiting to schedule task 17:39:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:39:11 Still waiting to schedule task 17:39:11 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:41:44 Running on prd-centos7-docker-4c-2g-6306 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:41:44 Running in /w/workspace/app-service-configurable/18 [Pipeline] { [Pipeline] checkout 17:41:47 using credential edgex-jenkins-ssh 17:41:47 Cloning the remote Git repository 17:41:47 Cloning with configured refspecs honoured and without tags 17:41:47 Fetching without tags 17:41:47 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:41:47 > git init /w/workspace/app-service-configurable/18 # timeout=10 17:41:47 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:41:47 > git --version # timeout=10 17:41:47 using GIT_SSH to set credentials SSH Credentials for GitHub 17:41:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:41:47 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:41:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:41:47 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:41:47 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:41:47 using GIT_SSH to set credentials SSH Credentials for GitHub 17:41:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:41:48 Checking out Revision 2dd054fbbcb98df90e46da0c3973c31ac0e9886a (master) 17:41:48 > git config core.sparsecheckout # timeout=10 17:41:48 > git checkout -f 2dd054fbbcb98df90e46da0c3973c31ac0e9886a # timeout=10 17:41:52 Commit message: "Merge pull request #65 from lenny-intel/redis" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:41:53 ========================================================= 17:41:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 17:41:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:41:54 + 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 . 17:41:54 Sending build context to Docker daemon 256.5kB 17:41:54 Step 1/8 : ARG BASE=golang:1.13-alpine 17:41:54 Step 2/8 : FROM ${BASE} 17:41:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 17:41:54 e6b0cf9c0882: Pulling fs layer 17:41:54 2848faf0eed1: Pulling fs layer 17:41:54 0f37312ad70f: Pulling fs layer 17:41:54 5788d62ee057: Pulling fs layer 17:41:54 0e6b1d234666: Pulling fs layer 17:41:54 bf5d7aec512f: Pulling fs layer 17:41:54 34c802a77dc8: Pulling fs layer 17:41:54 9eb99e56ec68: Pulling fs layer 17:41:54 27c7a5d97fbd: Pulling fs layer 17:41:54 5c102a31e300: Pulling fs layer 17:41:54 dcfb455df0a1: Pulling fs layer 17:41:54 5788d62ee057: Waiting 17:41:54 0e6b1d234666: Waiting 17:41:54 bf5d7aec512f: Waiting 17:41:54 34c802a77dc8: Waiting 17:41:54 9eb99e56ec68: Waiting 17:41:54 27c7a5d97fbd: Waiting 17:41:54 5c102a31e300: Waiting 17:41:54 dcfb455df0a1: Waiting 17:41:54 0f37312ad70f: Verifying Checksum 17:41:54 0f37312ad70f: Download complete 17:41:54 2848faf0eed1: Verifying Checksum 17:41:54 2848faf0eed1: Download complete 17:41:54 0e6b1d234666: Verifying Checksum 17:41:54 0e6b1d234666: Download complete 17:41:54 bf5d7aec512f: Verifying Checksum 17:41:54 bf5d7aec512f: Download complete 17:41:54 e6b0cf9c0882: Verifying Checksum 17:41:54 e6b0cf9c0882: Download complete 17:41:54 e6b0cf9c0882: Pull complete 17:41:55 2848faf0eed1: Pull complete 17:41:55 34c802a77dc8: Verifying Checksum 17:41:55 34c802a77dc8: Download complete 17:41:55 27c7a5d97fbd: Verifying Checksum 17:41:55 27c7a5d97fbd: Download complete 17:41:55 5c102a31e300: Verifying Checksum 17:41:55 5c102a31e300: Download complete 17:41:55 dcfb455df0a1: Verifying Checksum 17:41:55 dcfb455df0a1: Download complete 17:41:56 9eb99e56ec68: Verifying Checksum 17:41:56 9eb99e56ec68: Download complete 17:41:56 5788d62ee057: Verifying Checksum 17:41:56 5788d62ee057: Download complete 17:41:57 0f37312ad70f: Pull complete 17:42:03 5788d62ee057: Pull complete 17:42:03 0e6b1d234666: Pull complete 17:42:03 bf5d7aec512f: Pull complete 17:42:07 34c802a77dc8: Pull complete 17:42:11 9eb99e56ec68: Pull complete 17:42:11 27c7a5d97fbd: Pull complete 17:42:12 5c102a31e300: Pull complete 17:42:12 dcfb455df0a1: Pull complete 17:42:12 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 17:42:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 17:42:12 ---> 7c70fe431013 17:42:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:42:12 ---> Running in 9fe50c40a447 17:42:12 Removing intermediate container 9fe50c40a447 17:42:12 ---> fe4e302e1d50 17:42:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:12 ---> Running in 70a080c7e7c2 17:42:13 Removing intermediate container 70a080c7e7c2 17:42:13 ---> 08a9b68b3e53 17:42:13 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:42:13 ---> Running in de09f47c50a4 17:42:14 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:42:14 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:42:15 (1/6) Installing libc-dev (0.7.2-r0) 17:42:15 (2/6) Installing libsodium (1.0.18-r0) 17:42:15 (3/6) Installing pkgconf (1.6.3-r0) 17:42:15 (4/6) Installing libsodium-dev (1.0.18-r0) 17:42:15 (5/6) Installing libzmq (4.3.2-r0) 17:42:15 (6/6) Installing zeromq-dev (4.3.2-r0) 17:42:15 Executing busybox-1.31.1-r8.trigger 17:42:16 OK: 145 MiB in 45 packages 17:42:16 Removing intermediate container de09f47c50a4 17:42:16 ---> fef05f511c84 17:42:16 Step 6/8 : WORKDIR /app 17:42:16 ---> Running in 92e75a341252 17:42:16 Removing intermediate container 92e75a341252 17:42:16 ---> 383370dca7ca 17:42:16 Step 7/8 : COPY . . 17:42:16 ---> 9f9688d82e06 17:42:16 Step 8/8 : RUN go mod download 17:42:16 ---> Running in 4a95838c2a8f 17:42:19 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:42:19 go: finding github.com/BurntSushi/toml v0.3.1 17:42:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:42:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:42:19 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:42:19 go: finding github.com/bgentry/speakeasy v0.1.0 17:42:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:42:19 go: finding github.com/davecgh/go-spew v1.1.1 17:42:19 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:42:19 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:42:19 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.0.1-dev.38 17:42:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 17:42:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:42:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 17:42:19 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:42:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:42:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:42:19 go: finding github.com/fatih/color v1.7.0 17:42:19 go: finding github.com/fsnotify/fsnotify v1.4.7 17:42:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:42:19 go: finding github.com/go-kit/kit v0.8.0 17:42:19 go: finding github.com/go-logfmt/logfmt v0.4.0 17:42:19 go: finding github.com/go-redis/redis/v7 v7.2.0 17:42:19 go: finding github.com/go-stack/stack v1.8.0 17:42:19 go: finding github.com/golang/protobuf v1.3.2 17:42:19 go: finding github.com/golang/snappy v0.0.1 17:42:19 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:42:19 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:42:19 go: finding github.com/google/go-cmp v0.4.0 17:42:19 go: finding github.com/google/uuid v1.1.1 17:42:19 go: finding github.com/gorilla/mux v1.7.4 17:42:19 go: finding github.com/hashicorp/consul/api v1.1.0 17:42:19 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:42:19 go: finding github.com/hashicorp/errwrap v1.0.0 17:42:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:42:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:42:19 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:42:19 go: finding github.com/hashicorp/go-multierror v1.0.0 17:42:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:42:19 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:42:19 go: finding github.com/hashicorp/go-syslog v1.0.0 17:42:19 go: finding github.com/hashicorp/go-uuid v1.0.1 17:42:19 go: finding github.com/hashicorp/go.net v0.0.1 17:42:19 go: finding github.com/hashicorp/golang-lru v0.5.0 17:42:19 go: finding github.com/hashicorp/logutils v1.0.0 17:42:19 go: finding github.com/hashicorp/mdns v1.0.0 17:42:19 go: finding github.com/hashicorp/memberlist v0.1.3 17:42:19 go: finding github.com/hashicorp/serf v0.8.2 17:42:19 go: finding github.com/hpcloud/tail v1.0.0 17:42:19 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:42:19 go: finding github.com/kr/pretty v0.1.0 17:42:19 go: finding github.com/kr/pty v1.1.1 17:42:19 go: finding github.com/kr/text v0.1.0 17:42:19 go: finding github.com/mattn/go-colorable v0.0.9 17:42:19 go: finding github.com/mattn/go-isatty v0.0.3 17:42:19 go: finding github.com/miekg/dns v1.0.14 17:42:19 go: finding github.com/mitchellh/cli v1.0.0 17:42:19 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:42:19 go: finding github.com/mitchellh/copystructure v1.0.0 17:42:19 go: finding github.com/mitchellh/go-homedir v1.0.0 17:42:19 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:42:19 go: finding github.com/mitchellh/gox v0.4.0 17:42:19 go: finding github.com/mitchellh/iochan v1.0.0 17:42:19 go: finding github.com/mitchellh/mapstructure v1.1.2 17:42:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:42:19 go: finding github.com/onsi/ginkgo v1.10.1 17:42:19 go: finding github.com/onsi/gomega v1.7.0 17:42:19 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:42:19 go: finding github.com/pebbe/zmq4 v1.0.0 17:42:19 go: finding github.com/pelletier/go-toml v1.2.0 17:42:19 go: finding github.com/pkg/errors v0.8.1 17:42:19 go: finding github.com/pmezard/go-difflib v1.0.0 17:42:19 go: finding github.com/posener/complete v1.1.1 17:42:19 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:42:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:42:19 go: finding github.com/stretchr/objx v0.2.0 17:42:19 go: finding github.com/stretchr/testify v1.5.1 17:42:19 go: finding github.com/tidwall/pretty v1.0.1 17:42:20 go: finding github.com/ugorji/go v1.1.4 17:42:20 go: finding github.com/x448/float16 v0.8.4 17:42:20 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 17:42:20 go: finding github.com/xdg/stringprep v1.0.0 17:42:20 go: finding go.mongodb.org/mongo-driver v1.1.1 17:42:20 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:42:20 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:42:20 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:42:20 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:42:20 go: finding golang.org/x/text v0.3.2 17:42:20 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:42:20 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 17:42:20 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:42:20 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:42:20 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:42:20 go: finding gopkg.in/yaml.v2 v2.2.8 17:42:32 Removing intermediate container 4a95838c2a8f 17:42:32 ---> f1c89d8af2ed 17:42:32 Successfully built f1c89d8af2ed 17:42:32 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 17:42:32 + docker inspect -f . ci-base-image-x86_64 17:42:32 . [Pipeline] withDockerContainer 17:42:33 prd-centos7-docker-4c-2g-6306 does not seem to be running inside a container 17:42:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/18 -v /w/workspace/app-service-configurable/18:/w/workspace/app-service-configurable/18:rw,z -v /w/workspace/app-service-configurable/18@tmp:/w/workspace/app-service-configurable/18@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 ******** ci-base-image-x86_64 cat 17:42:33 $ docker top a758c2542172666085cb2d8ae4b84597051d5a4add2554e4cdb4e1e5b4f1c661 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:34 + go version 17:42:34 go version go1.13.5 linux/amd64 [Pipeline] sh 17:42:34 + make test 17:42:34 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:42:52 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:42:52 CGO_ENABLED=1 go vet ./... 17:42:55 gofmt -l . 17:42:55 [ "`gofmt -l .`" = "" ] 17:42:55 ./bin/test-go-mod-tidy.sh 17:42:56 ./bin/test-attribution-txt.sh [Pipeline] stash 17:42:56 Stashed 1 file(s) [Pipeline] } 17:42:56 $ docker stop --time=1 a758c2542172666085cb2d8ae4b84597051d5a4add2554e4cdb4e1e5b4f1c661 17:42:58 $ docker rm -f a758c2542172666085cb2d8ae4b84597051d5a4add2554e4cdb4e1e5b4f1c661 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:42:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:42:59 + ls -al . 17:42:59 total 104 17:42:59 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 27 17:42 . 17:42:59 drwxrwxr-x. 4 jenkins jenkins 30 Apr 27 17:41 .. 17:42:59 -rw-rw-r--. 1 jenkins jenkins 6027 Apr 27 17:41 Attribution.txt 17:42:59 drwxrwxr-x. 2 jenkins jenkins 64 Apr 27 17:41 bin 17:42:59 -rw-r--r--. 1 jenkins jenkins 10 Apr 27 17:42 coverage.out 17:42:59 -rw-rw-r--. 1 jenkins jenkins 180 Apr 27 17:41 docker-compose.debug.yml 17:42:59 -rw-rw-r--. 1 jenkins jenkins 133 Apr 27 17:41 docker-compose.yml 17:42:59 -rw-rw-r--. 1 jenkins jenkins 1917 Apr 27 17:41 Dockerfile 17:42:59 -rw-rw-r--. 1 jenkins jenkins 966 Apr 27 17:41 Dockerfile.build 17:42:59 -rw-rw-r--. 1 jenkins jenkins 127 Apr 27 17:41 .dockerignore 17:42:59 drwxrwxr-x. 8 jenkins jenkins 162 Apr 27 17:41 .git 17:42:59 -rw-rw-r--. 1 jenkins jenkins 93 Apr 27 17:41 .gitignore 17:42:59 -rw-r--r--. 1 jenkins jenkins 133 Apr 27 17:42 go.mod 17:42:59 -rw-r--r--. 1 jenkins jenkins 18587 Apr 27 17:42 go.sum 17:42:59 -rw-rw-r--. 1 jenkins jenkins 689 Apr 27 17:41 Jenkinsfile 17:42:59 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 27 17:41 LICENSE 17:42:59 -rw-rw-r--. 1 jenkins jenkins 1616 Apr 27 17:41 main.go 17:42:59 -rw-rw-r--. 1 jenkins jenkins 1486 Apr 27 17:41 makefile 17:42:59 -rw-rw-r--. 1 jenkins jenkins 10342 Apr 27 17:41 README.md 17:42:59 drwxrwxr-x. 10 jenkins jenkins 171 Apr 27 17:41 res 17:42:59 drwxrwxr-x. 3 jenkins jenkins 32 Apr 27 17:41 .semver 17:42:59 drwxrwxr-x. 4 jenkins jenkins 71 Apr 27 17:41 snap 17:42:59 -rw-rw-r--. 1 jenkins jenkins 12 Apr 27 17:38 VERSION [Pipeline] isUnix [Pipeline] sh 17:43:00 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2dd054fbbcb98df90e46da0c3973c31ac0e9886a --label arch=amd64 --label version=1.0.1-dev.14 . 17:43:00 Sending build context to Docker daemon 278kB 17:43:00 Step 1/24 : ARG BASE=golang:1.13-alpine 17:43:00 Step 2/24 : FROM ${BASE} AS builder 17:43:00 ---> f1c89d8af2ed 17:43:00 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:43:00 ---> Running in f6894ba799af 17:43:00 Removing intermediate container f6894ba799af 17:43:00 ---> dafad1efce49 17:43:00 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 17:43:00 ---> Running in f20cb791d3ff 17:43:00 Removing intermediate container f20cb791d3ff 17:43:00 ---> 2d009895e04e 17:43:00 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:43:00 ---> Running in 5419e0b240b0 17:43:00 Removing intermediate container 5419e0b240b0 17:43:00 ---> 7dada6f4a4d0 17:43:00 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:01 ---> Running in 9c6f02cee170 17:43:01 Removing intermediate container 9c6f02cee170 17:43:01 ---> f526834eaa03 17:43:01 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:43:01 ---> Running in 2f6e00738885 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:43:03 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:43:03 OK: 145 MiB in 45 packages 17:43:03 Removing intermediate container 2f6e00738885 17:43:03 ---> 98a03af8d6bd 17:43:03 Step 8/24 : WORKDIR /app 17:43:03 ---> Running in 986584ab1288 17:43:04 Removing intermediate container 986584ab1288 17:43:04 ---> a3a3cb9dfc49 17:43:04 Step 9/24 : COPY go.mod . 17:43:04 ---> 352ac3a7bfe2 17:43:04 Step 10/24 : RUN go mod download 17:43:04 ---> Running in b22567ee72b9 17:43:05 Removing intermediate container b22567ee72b9 17:43:05 ---> cd135f7c2167 17:43:05 Step 11/24 : COPY . . 17:43:05 ---> 7ac2a2e0fc95 17:43:05 Step 12/24 : ARG MAKE="make build" 17:43:05 ---> Running in da54302439fa 17:43:05 Removing intermediate container da54302439fa 17:43:05 ---> 564dcb0a28da 17:43:05 Step 13/24 : RUN $MAKE 17:43:05 ---> Running in 6baab6eb7445 17:43:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.0.1-dev.38 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.0.1-dev.14" -o app-service-configurable 17:43:27 Removing intermediate container 6baab6eb7445 17:43:27 ---> 9efc9a166c43 17:43:27 Step 14/24 : FROM alpine:latest 17:43:27 latest: Pulling from library/alpine 17:43:27 cbdbe7a5bc2a: Pulling fs layer 17:43:27 cbdbe7a5bc2a: Verifying Checksum 17:43:27 cbdbe7a5bc2a: Download complete 17:43:27 cbdbe7a5bc2a: Pull complete 17:43:27 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 17:43:27 Status: Downloaded newer image for alpine:latest 17:43:27 ---> f70734b6a266 17:43:27 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:43:27 ---> Running in fccc7798196f 17:43:27 Removing intermediate container fccc7798196f 17:43:27 ---> 26d831edf8e1 17:43:27 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 17:43:27 ---> Running in fb6756c1af5b 17:43:27 Removing intermediate container fb6756c1af5b 17:43:27 ---> a4222e64eac1 17:43:27 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 17:43:27 ---> Running in 416effc3d577 17:43:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 17:43:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 17:43:28 (1/6) Installing ca-certificates (20191127-r1) 17:43:28 (2/6) Installing libgcc (9.2.0-r4) 17:43:28 (3/6) Installing libsodium (1.0.18-r0) 17:43:28 (4/6) Installing libstdc++ (9.2.0-r4) 17:43:28 (5/6) Installing libzmq (4.3.2-r0) 17:43:28 (6/6) Installing zeromq (4.3.2-r0) 17:43:28 Executing busybox-1.31.1-r9.trigger 17:43:28 Executing ca-certificates-20191127-r1.trigger 17:43:28 OK: 9 MiB in 20 packages 17:43:28 Removing intermediate container 416effc3d577 17:43:28 ---> 7ea15ed05441 17:43:28 Step 18/24 : COPY --from=builder /app/res/ /res/ 17:43:28 ---> e5ad20a727d6 17:43:28 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:43:29 ---> ab97c45a6d41 17:43:29 Step 20/24 : EXPOSE 48095 17:43:29 ---> Running in 50f394bb2711 17:43:29 Removing intermediate container 50f394bb2711 17:43:29 ---> 72c582b6a110 17:43:29 Step 21/24 : ENTRYPOINT ["/app-service-configurable","--registry","--confdir=/res"] 17:43:29 ---> Running in c159e5339c19 17:43:29 Removing intermediate container c159e5339c19 17:43:29 ---> 2412a1fb3c7e 17:43:29 Step 22/24 : LABEL arch=amd64 17:43:29 ---> Running in 0f64135d32d0 17:43:30 Removing intermediate container 0f64135d32d0 17:43:30 ---> 7f1af80361a9 17:43:30 Step 23/24 : LABEL git_sha=2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:43:30 ---> Running in 2b373e4ecc38 17:43:30 Removing intermediate container 2b373e4ecc38 17:43:30 ---> 044a741e28ec 17:43:30 Step 24/24 : LABEL version=1.0.1-dev.14 17:43:30 ---> Running in 95d3a6c6dbc2 17:43:30 Removing intermediate container 95d3a6c6dbc2 17:43:30 ---> 63ab8bb6daaf 17:43:30 [Warning] One or more build-args [ARCH] were not consumed 17:43:30 Successfully built 63ab8bb6daaf 17:43:30 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:43:30 provisioning config files... 17:43:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/18@tmp/config2414583167011242123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:43:31 nexus3.edgexfoundry.org:10001 17:43:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:31 Configure a credential helper to remove this warning. See 17:43:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:31 17:43:31 Login Succeeded 17:43:31 nexus3.edgexfoundry.org:10002 17:43:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:31 Configure a credential helper to remove this warning. See 17:43:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:31 17:43:31 Login Succeeded 17:43:31 nexus3.edgexfoundry.org:10003 17:43:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:31 Configure a credential helper to remove this warning. See 17:43:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:31 17:43:31 Login Succeeded 17:43:31 nexus3.edgexfoundry.org:10004 17:43:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:31 Configure a credential helper to remove this warning. See 17:43:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:31 17:43:31 Login Succeeded 17:43:31 docker.io 17:43:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:43:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:43:32 Configure a credential helper to remove this warning. See 17:43:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:43:32 17:43:32 Login Succeeded [Pipeline] } 17:43:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:43:32 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 17:43:32 2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:43:32 latest 17:43:32 1.0.1-dev.14 17:43:32 2dd054fbbcb98df90e46da0c3973c31ac0e9886a-1.0.1-dev.14 17:43:32 master 17:43:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:43:32 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2dd054fbbcb98df90e46da0c3973c31ac0e9886a [Pipeline] isUnix [Pipeline] sh 17:43:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:43:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:43:33 ac01d5b04590: Preparing 17:43:33 c7882d56e783: Preparing 17:43:33 8b1bc881489b: Preparing 17:43:33 3e207b409db3: Preparing 17:43:33 3e207b409db3: Layer already exists 17:43:33 c7882d56e783: Pushed 17:43:33 8b1bc881489b: Pushed 17:43:34 ac01d5b04590: Pushed 17:43:35 2dd054fbbcb98df90e46da0c3973c31ac0e9886a: digest: sha256:0d910c27e589a601e4f2ede6d19220a9face37b39a73dd455e508f8762037f18 size: 1158 [Pipeline] isUnix [Pipeline] sh 17:43:35 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:43:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:43:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:43:35 ac01d5b04590: Preparing 17:43:35 c7882d56e783: Preparing 17:43:35 8b1bc881489b: Preparing 17:43:35 3e207b409db3: Preparing 17:43:35 ac01d5b04590: Layer already exists 17:43:35 c7882d56e783: Layer already exists 17:43:35 3e207b409db3: Layer already exists 17:43:35 8b1bc881489b: Layer already exists 17:43:35 latest: digest: sha256:0d910c27e589a601e4f2ede6d19220a9face37b39a73dd455e508f8762037f18 size: 1158 [Pipeline] isUnix [Pipeline] sh 17:43:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh 17:43:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.0.1-dev.14 17:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:43:36 ac01d5b04590: Preparing 17:43:36 c7882d56e783: Preparing 17:43:36 8b1bc881489b: Preparing 17:43:36 3e207b409db3: Preparing 17:43:36 c7882d56e783: Layer already exists 17:43:36 ac01d5b04590: Layer already exists 17:43:36 8b1bc881489b: Layer already exists 17:43:36 3e207b409db3: Layer already exists 17:43:36 1.0.1-dev.14: digest: sha256:0d910c27e589a601e4f2ede6d19220a9face37b39a73dd455e508f8762037f18 size: 1158 [Pipeline] isUnix [Pipeline] sh 17:43:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2dd054fbbcb98df90e46da0c3973c31ac0e9886a-1.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh 17:43:36 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2dd054fbbcb98df90e46da0c3973c31ac0e9886a-1.0.1-dev.14 17:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:43:36 ac01d5b04590: Preparing 17:43:36 c7882d56e783: Preparing 17:43:36 8b1bc881489b: Preparing 17:43:36 3e207b409db3: Preparing 17:43:36 8b1bc881489b: Layer already exists 17:43:36 3e207b409db3: Layer already exists 17:43:36 c7882d56e783: Layer already exists 17:43:36 ac01d5b04590: Layer already exists 17:43:36 2dd054fbbcb98df90e46da0c3973c31ac0e9886a-1.0.1-dev.14: digest: sha256:0d910c27e589a601e4f2ede6d19220a9face37b39a73dd455e508f8762037f18 size: 1158 [Pipeline] isUnix [Pipeline] sh 17:43:37 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 17:43:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 17:43:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:43:37 ac01d5b04590: Preparing 17:43:37 c7882d56e783: Preparing 17:43:37 8b1bc881489b: Preparing 17:43:37 3e207b409db3: Preparing 17:43:37 c7882d56e783: Layer already exists 17:43:37 8b1bc881489b: Layer already exists 17:43:37 3e207b409db3: Layer already exists 17:43:37 ac01d5b04590: Layer already exists 17:43:37 master: digest: sha256:0d910c27e589a601e4f2ede6d19220a9face37b39a73dd455e508f8762037f18 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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] } 17:44:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6307 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:44:06 Running in /w/workspace/app-service-configurable/18 [Pipeline] { [Pipeline] checkout 17:44:12 using credential edgex-jenkins-ssh 17:44:12 Cloning the remote Git repository 17:44:12 Cloning with configured refspecs honoured and without tags 17:44:12 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:44:13 > git init /w/workspace/app-service-configurable/18 # timeout=10 17:44:13 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:44:13 > git --version # timeout=10 17:44:13 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:13 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:44:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:14 Fetching without tags 17:44:14 Checking out Revision 2dd054fbbcb98df90e46da0c3973c31ac0e9886a (master) 17:44:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:44:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:44:14 using GIT_SSH to set credentials SSH Credentials for GitHub 17:44:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:44:14 > git config core.sparsecheckout # timeout=10 17:44:14 > git checkout -f 2dd054fbbcb98df90e46da0c3973c31ac0e9886a # timeout=10 17:44:19 Commit message: "Merge pull request #65 from lenny-intel/redis" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:44:20 ========================================================= 17:44:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 17:44:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:44:21 + 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 . 17:44:21 Sending build context to Docker daemon 256.5kB 17:44:22 Step 1/8 : ARG BASE=golang:1.13-alpine 17:44:22 Step 2/8 : FROM ${BASE} 17:44:22 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:44:22 cde5963f3b93: Pulling fs layer 17:44:22 2a23fa8c16f7: Pulling fs layer 17:44:22 777b28850792: Pulling fs layer 17:44:22 8a11ddd9e578: Pulling fs layer 17:44:22 4cf88f913ddb: Pulling fs layer 17:44:22 1df406cf5192: Pulling fs layer 17:44:22 cd6300453558: Pulling fs layer 17:44:22 b9c365052c96: Pulling fs layer 17:44:22 a2d8cc88f415: Pulling fs layer 17:44:22 ea1d1ca13537: Pulling fs layer 17:44:22 3750a50a1c5e: Pulling fs layer 17:44:22 8a11ddd9e578: Waiting 17:44:22 4cf88f913ddb: Waiting 17:44:22 1df406cf5192: Waiting 17:44:22 cd6300453558: Waiting 17:44:22 b9c365052c96: Waiting 17:44:22 ea1d1ca13537: Waiting 17:44:22 a2d8cc88f415: Waiting 17:44:22 777b28850792: Verifying Checksum 17:44:22 777b28850792: Download complete 17:44:22 2a23fa8c16f7: Verifying Checksum 17:44:22 2a23fa8c16f7: Download complete 17:44:22 4cf88f913ddb: Verifying Checksum 17:44:22 4cf88f913ddb: Download complete 17:44:22 1df406cf5192: Verifying Checksum 17:44:22 1df406cf5192: Download complete 17:44:22 cde5963f3b93: Verifying Checksum 17:44:22 cde5963f3b93: Download complete 17:44:23 cde5963f3b93: Pull complete 17:44:24 2a23fa8c16f7: Pull complete 17:44:24 777b28850792: Pull complete 17:44:26 cd6300453558: Verifying Checksum 17:44:26 cd6300453558: Download complete 17:44:26 a2d8cc88f415: Verifying Checksum 17:44:26 a2d8cc88f415: Download complete 17:44:29 ea1d1ca13537: Verifying Checksum 17:44:29 ea1d1ca13537: Download complete 17:44:29 3750a50a1c5e: Verifying Checksum 17:44:29 3750a50a1c5e: Download complete 17:44:32 b9c365052c96: Verifying Checksum 17:44:32 b9c365052c96: Download complete 17:44:34 8a11ddd9e578: Verifying Checksum 17:44:34 8a11ddd9e578: Download complete 17:44:44 8a11ddd9e578: Pull complete 17:44:44 4cf88f913ddb: Pull complete 17:44:44 1df406cf5192: Pull complete 17:44:49 cd6300453558: Pull complete 17:44:53 b9c365052c96: Pull complete 17:44:53 a2d8cc88f415: Pull complete 17:44:55 ea1d1ca13537: Pull complete 17:44:56 3750a50a1c5e: Pull complete 17:44:56 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 17:44:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 17:44:56 ---> 78745c68409d 17:44:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:45:01 ---> Running in 53581572408a 17:45:01 Removing intermediate container 53581572408a 17:45:01 ---> f0a48cd12fc9 17:45:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:45:01 ---> Running in 4e50abf28f36 17:45:03 Removing intermediate container 4e50abf28f36 17:45:03 ---> 510eff4f97bc 17:45:03 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:45:03 ---> Running in b3a44a70c21e 17:45:04 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:45:05 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:45:06 (1/6) Installing libc-dev (0.7.2-r0) 17:45:06 (2/6) Installing libsodium (1.0.18-r0) 17:45:06 (3/6) Installing pkgconf (1.6.3-r0) 17:45:06 (4/6) Installing libsodium-dev (1.0.18-r0) 17:45:06 (5/6) Installing libzmq (4.3.2-r0) 17:45:06 (6/6) Installing zeromq-dev (4.3.2-r0) 17:45:07 Executing busybox-1.31.1-r8.trigger 17:45:07 OK: 127 MiB in 45 packages 17:45:08 Removing intermediate container b3a44a70c21e 17:45:08 ---> aa6e02eda5a6 17:45:08 Step 6/8 : WORKDIR /app 17:45:08 ---> Running in bc26893ecb9d 17:45:09 Removing intermediate container bc26893ecb9d 17:45:09 ---> 8f85ae9b3085 17:45:09 Step 7/8 : COPY . . 17:45:09 ---> e05c342f1a95 17:45:09 Step 8/8 : RUN go mod download 17:45:09 ---> Running in 1474124265a5 17:45:12 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:45:12 go: finding github.com/BurntSushi/toml v0.3.1 17:45:12 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:45:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:45:12 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 17:45:12 go: finding github.com/bgentry/speakeasy v0.1.0 17:45:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 17:45:12 go: finding github.com/davecgh/go-spew v1.1.1 17:45:12 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:45:12 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 17:45:12 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.0.1-dev.38 17:45:12 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.30 17:45:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 17:45:12 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 17:45:12 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 17:45:12 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 17:45:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 17:45:12 go: finding github.com/fatih/color v1.7.0 17:45:12 go: finding github.com/fsnotify/fsnotify v1.4.7 17:45:12 go: finding github.com/fxamacker/cbor/v2 v2.2.0 17:45:12 go: finding github.com/go-kit/kit v0.8.0 17:45:12 go: finding github.com/go-logfmt/logfmt v0.4.0 17:45:12 go: finding github.com/go-redis/redis/v7 v7.2.0 17:45:12 go: finding github.com/go-stack/stack v1.8.0 17:45:12 go: finding github.com/golang/protobuf v1.3.2 17:45:12 go: finding github.com/golang/snappy v0.0.1 17:45:12 go: finding github.com/gomodule/redigo v2.0.0+incompatible 17:45:12 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 17:45:12 go: finding github.com/google/go-cmp v0.4.0 17:45:12 go: finding github.com/google/uuid v1.1.1 17:45:12 go: finding github.com/gorilla/mux v1.7.4 17:45:12 go: finding github.com/hashicorp/consul/api v1.1.0 17:45:12 go: finding github.com/hashicorp/consul/sdk v0.1.1 17:45:12 go: finding github.com/hashicorp/errwrap v1.0.0 17:45:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 17:45:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 17:45:12 go: finding github.com/hashicorp/go-msgpack v0.5.3 17:45:12 go: finding github.com/hashicorp/go-multierror v1.0.0 17:45:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 17:45:12 go: finding github.com/hashicorp/go-sockaddr v1.0.0 17:45:12 go: finding github.com/hashicorp/go-syslog v1.0.0 17:45:12 go: finding github.com/hashicorp/go-uuid v1.0.1 17:45:12 go: finding github.com/hashicorp/go.net v0.0.1 17:45:12 go: finding github.com/hashicorp/golang-lru v0.5.0 17:45:12 go: finding github.com/hashicorp/logutils v1.0.0 17:45:12 go: finding github.com/hashicorp/mdns v1.0.0 17:45:12 go: finding github.com/hashicorp/memberlist v0.1.3 17:45:12 go: finding github.com/hashicorp/serf v0.8.2 17:45:12 go: finding github.com/hpcloud/tail v1.0.0 17:45:12 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 17:45:12 go: finding github.com/kr/pretty v0.1.0 17:45:12 go: finding github.com/kr/pty v1.1.1 17:45:12 go: finding github.com/kr/text v0.1.0 17:45:12 go: finding github.com/mattn/go-colorable v0.0.9 17:45:12 go: finding github.com/mattn/go-isatty v0.0.3 17:45:12 go: finding github.com/miekg/dns v1.0.14 17:45:12 go: finding github.com/mitchellh/cli v1.0.0 17:45:12 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:45:12 go: finding github.com/mitchellh/copystructure v1.0.0 17:45:12 go: finding github.com/mitchellh/go-homedir v1.0.0 17:45:12 go: finding github.com/mitchellh/go-testing-interface v1.0.0 17:45:12 go: finding github.com/mitchellh/gox v0.4.0 17:45:12 go: finding github.com/mitchellh/iochan v1.0.0 17:45:12 go: finding github.com/mitchellh/mapstructure v1.1.2 17:45:12 go: finding github.com/mitchellh/reflectwalk v1.0.0 17:45:12 go: finding github.com/onsi/ginkgo v1.10.1 17:45:12 go: finding github.com/onsi/gomega v1.7.0 17:45:12 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 17:45:12 go: finding github.com/pebbe/zmq4 v1.0.0 17:45:12 go: finding github.com/pelletier/go-toml v1.2.0 17:45:12 go: finding github.com/pkg/errors v0.8.1 17:45:12 go: finding github.com/pmezard/go-difflib v1.0.0 17:45:12 go: finding github.com/posener/complete v1.1.1 17:45:12 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 17:45:12 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:45:12 go: finding github.com/stretchr/objx v0.2.0 17:45:12 go: finding github.com/stretchr/testify v1.5.1 17:45:12 go: finding github.com/tidwall/pretty v1.0.1 17:45:12 go: finding github.com/ugorji/go v1.1.4 17:45:12 go: finding github.com/x448/float16 v0.8.4 17:45:12 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 17:45:12 go: finding github.com/xdg/stringprep v1.0.0 17:45:12 go: finding go.mongodb.org/mongo-driver v1.1.1 17:45:12 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:45:12 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:45:12 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:45:12 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 17:45:12 go: finding golang.org/x/text v0.3.2 17:45:12 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 17:45:12 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 17:45:12 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 17:45:12 go: finding gopkg.in/fsnotify.v1 v1.4.7 17:45:12 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 17:45:12 go: finding gopkg.in/yaml.v2 v2.2.8 17:45:31 Removing intermediate container 1474124265a5 17:45:31 ---> 374db14b99a9 17:45:31 Successfully built 374db14b99a9 17:45:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:45:31 + docker inspect -f . ci-base-image-arm64 17:45:32 . [Pipeline] withDockerContainer 17:45:32 prd-ubuntu18.04-docker-arm64-4c-16g-6307 does not seem to be running inside a container 17:45:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/18 -v /w/workspace/app-service-configurable/18:/w/workspace/app-service-configurable/18:rw,z -v /w/workspace/app-service-configurable/18@tmp:/w/workspace/app-service-configurable/18@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 17:45:34 $ docker top 2655f6c6e6d4c07dedf2e9e7913720b924882d37d0f0bb9c448e7e787aa592ba -eo pid,comm [Pipeline] { [Pipeline] sh 17:45:35 + go version 17:45:35 go version go1.13.5 linux/arm64 [Pipeline] sh 17:45:35 + make test 17:45:35 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:46:22 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:46:22 CGO_ENABLED=1 go vet ./... 17:46:30 gofmt -l . 17:46:30 [ "`gofmt -l .`" = "" ] 17:46:30 ./bin/test-go-mod-tidy.sh 17:46:30 ./bin/test-attribution-txt.sh [Pipeline] stash 17:46:31 Warning: overwriting stash ‘coverage-report’ 17:46:32 Stashed 1 file(s) [Pipeline] } 17:46:32 $ docker stop --time=1 2655f6c6e6d4c07dedf2e9e7913720b924882d37d0f0bb9c448e7e787aa592ba 17:46:34 $ docker rm -f 2655f6c6e6d4c07dedf2e9e7913720b924882d37d0f0bb9c448e7e787aa592ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:46:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:46:36 + ls -al . 17:46:36 total 128 17:46:36 drwxrwxr-x 7 jenkins jenkins 4096 Apr 27 17:46 . 17:46:36 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 17:44 .. 17:46:36 -rw-rw-r-- 1 jenkins jenkins 127 Apr 27 17:44 .dockerignore 17:46:36 drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 17:44 .git 17:46:36 -rw-rw-r-- 1 jenkins jenkins 93 Apr 27 17:44 .gitignore 17:46:36 drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 17:44 .semver 17:46:36 -rw-rw-r-- 1 jenkins jenkins 6027 Apr 27 17:44 Attribution.txt 17:46:36 -rw-rw-r-- 1 jenkins jenkins 1917 Apr 27 17:44 Dockerfile 17:46:36 -rw-rw-r-- 1 jenkins jenkins 966 Apr 27 17:44 Dockerfile.build 17:46:36 -rw-rw-r-- 1 jenkins jenkins 689 Apr 27 17:44 Jenkinsfile 17:46:36 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 27 17:44 LICENSE 17:46:36 -rw-rw-r-- 1 jenkins jenkins 10342 Apr 27 17:44 README.md 17:46:36 -rw-rw-r-- 1 jenkins jenkins 12 Apr 27 17:38 VERSION 17:46:36 drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 17:44 bin 17:46:36 -rw-r--r-- 1 jenkins jenkins 10 Apr 27 17:45 coverage.out 17:46:36 -rw-rw-r-- 1 jenkins jenkins 180 Apr 27 17:44 docker-compose.debug.yml 17:46:36 -rw-rw-r-- 1 jenkins jenkins 133 Apr 27 17:44 docker-compose.yml 17:46:36 -rw-r--r-- 1 jenkins jenkins 133 Apr 27 17:46 go.mod 17:46:36 -rw-r--r-- 1 jenkins jenkins 18587 Apr 27 17:46 go.sum 17:46:36 -rw-rw-r-- 1 jenkins jenkins 1616 Apr 27 17:44 main.go 17:46:36 -rw-rw-r-- 1 jenkins jenkins 1486 Apr 27 17:44 makefile 17:46:36 drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 17:44 res 17:46:36 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 17:44 snap [Pipeline] isUnix [Pipeline] sh 17:46:36 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2dd054fbbcb98df90e46da0c3973c31ac0e9886a --label arch=arm64 --label version=1.0.1-dev.14 . 17:46:37 Sending build context to Docker daemon 278kB 17:46:37 Step 1/24 : ARG BASE=golang:1.13-alpine 17:46:37 Step 2/24 : FROM ${BASE} AS builder 17:46:37 ---> 374db14b99a9 17:46:37 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:46:37 ---> Running in cb7a280996f0 17:46:37 Removing intermediate container cb7a280996f0 17:46:37 ---> f7c7431eac8c 17:46:37 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 17:46:37 ---> Running in 8b3fc2b68c2a 17:46:38 Removing intermediate container 8b3fc2b68c2a 17:46:38 ---> b7dbbb10f65c 17:46:38 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:46:38 ---> Running in 1228795594a4 17:46:38 Removing intermediate container 1228795594a4 17:46:38 ---> 607538d57e75 17:46:38 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:39 ---> Running in 362b233537ea 17:46:41 Removing intermediate container 362b233537ea 17:46:41 ---> b215c6b42951 17:46:41 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:46:41 ---> Running in 54e7c46d985c 17:46:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:46:42 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:46:43 OK: 127 MiB in 45 packages 17:46:44 Removing intermediate container 54e7c46d985c 17:46:44 ---> 407e3d7ed9fb 17:46:44 Step 8/24 : WORKDIR /app 17:46:44 ---> Running in afc6cd8c9dc3 17:46:45 Removing intermediate container afc6cd8c9dc3 17:46:45 ---> d35f06f37730 17:46:45 Step 9/24 : COPY go.mod . 17:46:45 ---> 2dea68b4e872 17:46:45 Step 10/24 : RUN go mod download 17:46:45 ---> Running in bcfacf3b7b22 17:46:48 Removing intermediate container bcfacf3b7b22 17:46:48 ---> 03ff0c2e4651 17:46:48 Step 11/24 : COPY . . 17:46:48 ---> a9290a940282 17:46:48 Step 12/24 : ARG MAKE="make build" 17:46:48 ---> Running in d974adcf5b60 17:46:49 Removing intermediate container d974adcf5b60 17:46:49 ---> 3458d4006b06 17:46:49 Step 13/24 : RUN $MAKE 17:46:49 ---> Running in a499e9dc0f9d 17:46:50 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.0.1-dev.38 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.0.1-dev.14" -o app-service-configurable 17:47:47 Removing intermediate container a499e9dc0f9d 17:47:47 ---> 308134fd8799 17:47:47 Step 14/24 : FROM alpine:latest 17:47:47 latest: Pulling from library/alpine 17:47:47 29e5d40040c1: Pulling fs layer 17:47:47 29e5d40040c1: Verifying Checksum 17:47:47 29e5d40040c1: Download complete 17:47:47 29e5d40040c1: Pull complete 17:47:47 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 17:47:47 Status: Downloaded newer image for alpine:latest 17:47:47 ---> c20d2a9ab686 17:47:47 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:47:47 ---> Running in 744f8783a6f8 17:47:47 Removing intermediate container 744f8783a6f8 17:47:47 ---> bf6e762ce7bf 17:47:47 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 17:47:47 ---> Running in e27f372407b9 17:47:47 Removing intermediate container e27f372407b9 17:47:47 ---> 52ec7aba6633 17:47:47 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 17:47:47 ---> Running in 9a32f48bbc87 17:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:47:47 (1/6) Installing ca-certificates (20191127-r1) 17:47:47 (2/6) Installing libgcc (9.2.0-r4) 17:47:47 (3/6) Installing libsodium (1.0.18-r0) 17:47:47 (4/6) Installing libstdc++ (9.2.0-r4) 17:47:47 (5/6) Installing libzmq (4.3.2-r0) 17:47:47 (6/6) Installing zeromq (4.3.2-r0) 17:47:47 Executing busybox-1.31.1-r9.trigger 17:47:47 Executing ca-certificates-20191127-r1.trigger 17:47:47 OK: 9 MiB in 20 packages 17:47:47 Removing intermediate container 9a32f48bbc87 17:47:47 ---> 41c1ce9f7de3 17:47:47 Step 18/24 : COPY --from=builder /app/res/ /res/ 17:47:47 ---> b5f13be1ed0b 17:47:47 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:47:48 ---> 413ff9ede1c9 17:47:48 Step 20/24 : EXPOSE 48095 17:47:48 ---> Running in e33353053fdc 17:47:48 Removing intermediate container e33353053fdc 17:47:48 ---> 2e2e00b58a7e 17:47:48 Step 21/24 : ENTRYPOINT ["/app-service-configurable","--registry","--confdir=/res"] 17:47:48 ---> Running in 043748ca1afc 17:47:48 Removing intermediate container 043748ca1afc 17:47:48 ---> 41777465dfb0 17:47:48 Step 22/24 : LABEL arch=arm64 17:47:49 ---> Running in 9aa50e5d6260 17:47:49 Removing intermediate container 9aa50e5d6260 17:47:49 ---> 8750c2452da2 17:47:49 Step 23/24 : LABEL git_sha=2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:47:49 ---> Running in 373a4c18bd3a 17:47:49 Removing intermediate container 373a4c18bd3a 17:47:49 ---> c0f321198784 17:47:49 Step 24/24 : LABEL version=1.0.1-dev.14 17:47:49 ---> Running in c90e4c4cd030 17:47:50 Removing intermediate container c90e4c4cd030 17:47:50 ---> 35a4919de6a5 17:47:50 [Warning] One or more build-args [ARCH] were not consumed 17:47:50 Successfully built 35a4919de6a5 17:47:50 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:47:50 provisioning config files... 17:47:50 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/18@tmp/config4935532188439324703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:47:51 nexus3.edgexfoundry.org:10001 17:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:52 Configure a credential helper to remove this warning. See 17:47:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:52 17:47:52 Login Succeeded 17:47:52 nexus3.edgexfoundry.org:10002 17:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:53 Configure a credential helper to remove this warning. See 17:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:53 17:47:53 Login Succeeded 17:47:53 nexus3.edgexfoundry.org:10003 17:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:53 Configure a credential helper to remove this warning. See 17:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:53 17:47:53 Login Succeeded 17:47:53 nexus3.edgexfoundry.org:10004 17:47:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:54 Configure a credential helper to remove this warning. See 17:47:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:54 17:47:54 Login Succeeded 17:47:54 docker.io 17:47:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:55 Configure a credential helper to remove this warning. See 17:47:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:55 17:47:55 Login Succeeded [Pipeline] } 17:47:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:47:55 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 17:47:55 2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:47:55 latest 17:47:55 1.0.1-dev.14 17:47:55 2dd054fbbcb98df90e46da0c3973c31ac0e9886a-1.0.1-dev.14 17:47:55 master 17:47:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:47:56 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2dd054fbbcb98df90e46da0c3973c31ac0e9886a [Pipeline] isUnix [Pipeline] sh 17:47:56 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:47:57 322723020fb8: Preparing 17:47:57 56e6602c9024: Preparing 17:47:57 4d04ab69721f: Preparing 17:47:57 678a0785e7d2: Preparing 17:47:57 678a0785e7d2: Layer already exists 17:47:57 56e6602c9024: Pushed 17:47:58 4d04ab69721f: Pushed 17:48:01 322723020fb8: Pushed 17:48:01 2dd054fbbcb98df90e46da0c3973c31ac0e9886a: digest: sha256:3900d44d8bdbcf47db613b2296fa1221c046599a2577c9c345ea56e2adab603b size: 1158 [Pipeline] isUnix [Pipeline] sh 17:48:02 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:48:02 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:48:03 322723020fb8: Preparing 17:48:03 56e6602c9024: Preparing 17:48:03 4d04ab69721f: Preparing 17:48:03 678a0785e7d2: Preparing 17:48:03 322723020fb8: Layer already exists 17:48:03 678a0785e7d2: Layer already exists 17:48:03 4d04ab69721f: Layer already exists 17:48:03 56e6602c9024: Layer already exists 17:48:03 latest: digest: sha256:3900d44d8bdbcf47db613b2296fa1221c046599a2577c9c345ea56e2adab603b size: 1158 [Pipeline] isUnix [Pipeline] sh 17:48:03 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh 17:48:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.0.1-dev.14 17:48:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:48:04 322723020fb8: Preparing 17:48:04 56e6602c9024: Preparing 17:48:04 4d04ab69721f: Preparing 17:48:04 678a0785e7d2: Preparing 17:48:04 4d04ab69721f: Layer already exists 17:48:04 56e6602c9024: Layer already exists 17:48:04 322723020fb8: Layer already exists 17:48:04 678a0785e7d2: Layer already exists 17:48:04 1.0.1-dev.14: digest: sha256:3900d44d8bdbcf47db613b2296fa1221c046599a2577c9c345ea56e2adab603b size: 1158 [Pipeline] isUnix [Pipeline] sh 17:48:04 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2dd054fbbcb98df90e46da0c3973c31ac0e9886a-1.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh 17:48:05 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2dd054fbbcb98df90e46da0c3973c31ac0e9886a-1.0.1-dev.14 17:48:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:48:05 322723020fb8: Preparing 17:48:05 56e6602c9024: Preparing 17:48:05 4d04ab69721f: Preparing 17:48:05 678a0785e7d2: Preparing 17:48:05 678a0785e7d2: Layer already exists 17:48:05 322723020fb8: Layer already exists 17:48:05 56e6602c9024: Layer already exists 17:48:05 4d04ab69721f: Layer already exists 17:48:05 2dd054fbbcb98df90e46da0c3973c31ac0e9886a-1.0.1-dev.14: digest: sha256:3900d44d8bdbcf47db613b2296fa1221c046599a2577c9c345ea56e2adab603b size: 1158 [Pipeline] isUnix [Pipeline] sh 17:48:05 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 17:48:06 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 17:48:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:48:06 322723020fb8: Preparing 17:48:06 56e6602c9024: Preparing 17:48:06 4d04ab69721f: Preparing 17:48:06 678a0785e7d2: Preparing 17:48:06 678a0785e7d2: Layer already exists 17:48:06 322723020fb8: Layer already exists 17:48:06 4d04ab69721f: Layer already exists 17:48:06 56e6602c9024: Layer already exists 17:48:06 master: digest: sha256:3900d44d8bdbcf47db613b2296fa1221c046599a2577c9c345ea56e2adab603b size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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 17:48:08 provisioning config files... 17:48:08 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config5042634080330013013tmp [Pipeline] { [Pipeline] sh 17:48:08 + curl -s https://codecov.io/bash 17:48:08 + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config5042634080330013013tmp 17:48:08 17:48:08 _____ _ 17:48:08 / ____| | | 17:48:08 | | ___ __| | ___ ___ _____ __ 17:48:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:48:08 | |___| (_) | (_| | __/ (_| (_) \ V / 17:48:08 \_____\___/ \__,_|\___|\___\___/ \_/ 17:48:08 Bash-tbd 17:48:08 17:48:08 17:48:08 ==> Jenkins CI detected. 17:48:08 project root: . 17:48:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:48:08 ==> Running gcov in . (disable via -X gcov) 17:48:08 ==> Python coveragepy not found 17:48:08 ==> Searching for coverage reports in: 17:48:08 + . 17:48:08 -> Found 1 reports 17:48:08 ==> Detecting git/mercurial file structure 17:48:08 ==> Reading reports 17:48:08 + ./coverage.out bytes=10 17:48:08 ==> Appending adjustments 17:48:08 http://docs.codecov.io/docs/fixing-reports 17:48:08 + Found adjustments 17:48:08 ==> Gzipping contents 17:48:08 ==> Uploading reports 17:48:08 url: https://codecov.io 17:48:08 query: branch=master&commit=2dd054fbbcb98df90e46da0c3973c31ac0e9886a&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F18%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 17:48:09 -> Pinging Codecov 17:48:09 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=2dd054fbbcb98df90e46da0c3973c31ac0e9886a&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F18%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 17:48:09 -> Uploading 17:48:10 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/2dd054fbbcb98df90e46da0c3973c31ac0e9886a [Pipeline] } 17:48:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:48:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:48:10 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:48:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:48:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 17:48:11 17:48:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 17:48:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 17:48:11 1.217.3: Pulling from edgex-devops/edgex-snyk-go 17:48:11 e6b0cf9c0882: Pulling fs layer 17:48:11 2848faf0eed1: Pulling fs layer 17:48:11 0f37312ad70f: Pulling fs layer 17:48:11 7d08f2745646: Pulling fs layer 17:48:11 4c9f31393084: Pulling fs layer 17:48:11 eb21ddb83652: Pulling fs layer 17:48:11 345998794f6b: Pulling fs layer 17:48:11 97a711d68925: Pulling fs layer 17:48:11 7c8476c1cb00: Pulling fs layer 17:48:11 eb21ddb83652: Waiting 17:48:11 345998794f6b: Waiting 17:48:11 97a711d68925: Waiting 17:48:11 7c8476c1cb00: Waiting 17:48:11 7d08f2745646: Waiting 17:48:11 4c9f31393084: Waiting 17:48:11 0f37312ad70f: Verifying Checksum 17:48:11 0f37312ad70f: Download complete 17:48:11 2848faf0eed1: Download complete 17:48:11 4c9f31393084: Verifying Checksum 17:48:11 4c9f31393084: Download complete 17:48:11 eb21ddb83652: Verifying Checksum 17:48:11 eb21ddb83652: Download complete 17:48:11 e6b0cf9c0882: Verifying Checksum 17:48:11 e6b0cf9c0882: Download complete 17:48:11 e6b0cf9c0882: Pull complete 17:48:11 345998794f6b: Verifying Checksum 17:48:11 345998794f6b: Download complete 17:48:12 2848faf0eed1: Pull complete 17:48:12 97a711d68925: Verifying Checksum 17:48:12 97a711d68925: Download complete 17:48:12 0f37312ad70f: Pull complete 17:48:12 7c8476c1cb00: Verifying Checksum 17:48:12 7c8476c1cb00: Download complete 17:48:13 7d08f2745646: Verifying Checksum 17:48:13 7d08f2745646: Download complete 17:48:20 7d08f2745646: Pull complete 17:48:20 4c9f31393084: Pull complete 17:48:20 eb21ddb83652: Pull complete 17:48:22 345998794f6b: Pull complete 17:48:25 97a711d68925: Pull complete 17:48:25 7c8476c1cb00: Pull complete 17:48:25 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 17:48:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 17:48:26 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:48:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 17:48:27 $ docker top 569420f2e4d71cdfacf8195184ea7f1ea5effeece788c85e0f3fbd9c5dc2d10d -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:27 + snyk monitor '--org=edgex-jenkins' 17:48:42 17:48:42 Monitoring /w/workspace/_app-service-configurable_master... 17:48:42 17:48:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/613303c5-0e67-4c57-8203-de4d494dec4b 17:48:42 17:48:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:48:42 17:48:42 [Pipeline] } 17:48:42 $ docker stop --time=1 569420f2e4d71cdfacf8195184ea7f1ea5effeece788c85e0f3fbd9c5dc2d10d 17:48:44 $ docker rm -f 569420f2e4d71cdfacf8195184ea7f1ea5effeece788c85e0f3fbd9c5dc2d10d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:48:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:48:45 17:48:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 17:48:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:48:45 latest: Pulling from edgex-devops/edgex-klar 17:48:45 e7c96db7181b: Pulling fs layer 17:48:45 1868ca2cb446: Pulling fs layer 17:48:45 136be5d0fe8e: Pulling fs layer 17:48:45 894bfe63afcb: Pulling fs layer 17:48:45 894bfe63afcb: Waiting 17:48:45 1868ca2cb446: Verifying Checksum 17:48:45 1868ca2cb446: Download complete 17:48:45 136be5d0fe8e: Verifying Checksum 17:48:45 136be5d0fe8e: Download complete 17:48:45 e7c96db7181b: Verifying Checksum 17:48:45 e7c96db7181b: Download complete 17:48:45 894bfe63afcb: Verifying Checksum 17:48:45 894bfe63afcb: Download complete 17:48:45 e7c96db7181b: Pull complete 17:48:46 1868ca2cb446: Pull complete 17:48:46 136be5d0fe8e: Pull complete 17:48:46 894bfe63afcb: Pull complete 17:48:46 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 17:48:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 17:48:46 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:48:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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-devops/edgex-klar:latest cat 17:48:47 $ docker top f718ff480407b88c3a8c4859ffcf60b0c4552781d05f2c7def78a56344b8dacc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:48 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:48:48 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:48:52 $ docker stop --time=1 f718ff480407b88c3a8c4859ffcf60b0c4552781d05f2c7def78a56344b8dacc 17:48:54 $ docker rm -f f718ff480407b88c3a8c4859ffcf60b0c4552781d05f2c7def78a56344b8dacc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:48:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:48:54 . [Pipeline] withDockerContainer 17:48:54 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:48:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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-devops/edgex-klar:latest cat 17:48:55 $ docker top c22e03c528b029ec163ba4c03de191237f81807ebc8df3914485dca4a83a72db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:56 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:48:56 + tee 17:48:56 clair timeout 1m0s 17:48:56 docker timeout: 1m0s 17:48:56 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:48:57 $ docker stop --time=1 c22e03c528b029ec163ba4c03de191237f81807ebc8df3914485dca4a83a72db 17:48:58 $ docker rm -f c22e03c528b029ec163ba4c03de191237f81807ebc8df3914485dca4a83a72db [Pipeline] // withDockerContainer [Pipeline] sh 17:48:59 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 17:48:59 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_2dd054fbbcb98df90e46da0c3973c31ac0e9886a.html [Pipeline] writeFile [Pipeline] step 17:48:59 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 17:48:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:48:59 . [Pipeline] withDockerContainer 17:48:59 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:49:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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-devops/edgex-klar:latest cat 17:49:00 $ docker top 212946fe22d8113d69b50177e26ca19d57b32a5595de019b57cbcfd64bcdbdd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:01 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:49:01 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:49:05 $ docker stop --time=1 212946fe22d8113d69b50177e26ca19d57b32a5595de019b57cbcfd64bcdbdd4 17:49:07 $ docker rm -f 212946fe22d8113d69b50177e26ca19d57b32a5595de019b57cbcfd64bcdbdd4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:49:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 17:49:07 . [Pipeline] withDockerContainer 17:49:07 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:49:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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-devops/edgex-klar:latest cat 17:49:08 $ docker top 5f45cfe1fca4fc550d63436a819b46017716f28c0873de0c59577284c5acb506 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:09 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2dd054fbbcb98df90e46da0c3973c31ac0e9886a 17:49:09 + tee 17:49:09 clair timeout 1m0s 17:49:09 docker timeout: 1m0s 17:49:09 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:49:10 $ docker stop --time=1 5f45cfe1fca4fc550d63436a819b46017716f28c0873de0c59577284c5acb506 17:49:11 $ docker rm -f 5f45cfe1fca4fc550d63436a819b46017716f28c0873de0c59577284c5acb506 [Pipeline] // withDockerContainer [Pipeline] sh 17:49:11 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 17:49:11 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_2dd054fbbcb98df90e46da0c3973c31ac0e9886a.html [Pipeline] writeFile [Pipeline] step 17:49:12 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 17:49:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:49:12 . [Pipeline] withDockerContainer 17:49:12 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:49:12 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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 17:49:13 $ docker top 273bdd533b709bdab9900ff3118636806dc195057a9d037b4cec2697f4bc7e14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:49:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:49:13 [ssh-agent] Looking for ssh-agent implementation... 17:49:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:49:14 $ docker exec 273bdd533b709bdab9900ff3118636806dc195057a9d037b4cec2697f4bc7e14 ssh-agent 17:49:14 SSH_AUTH_SOCK=/tmp/ssh-aA0BILUpxWDQ/agent.16 17:49:14 SSH_AGENT_PID=23 17:49:14 Running ssh-add (command line suppressed) 17:49:14 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7350788618100523135.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7350788618100523135.key) 17:49:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:49:15 + git semver tag 17:49:15 # -> Open(): unable to determine branch for HEAD 17:49:15 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:49:15 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:49:15 # $SEMVER_REMOTE_NAME = origin 17:49:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:49:15 # $SEMVER_USER_NAME = edgex-jenkins 17:49:15 # $SEMVER_BRANCH = master 17:49:15 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:49:15 # 2dd054fbbcb98df90e46da0c3973c31ac0e9886a HEAD 17:49:15 # -> Force: false 17:49:15 # 281ed19e932849d9ad344f8f3943cda7a67c020f refs/tags/v1.0.1-dev.14 [Pipeline] } 17:49:15 $ docker exec --env ******** --env ******** 273bdd533b709bdab9900ff3118636806dc195057a9d037b4cec2697f4bc7e14 ssh-agent -k 17:49:15 unset SSH_AUTH_SOCK; 17:49:15 unset SSH_AGENT_PID; 17:49:15 echo Agent pid 23 killed; 17:49:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:49:16 + git semver [Pipeline] } 17:49:16 $ docker stop --time=1 273bdd533b709bdab9900ff3118636806dc195057a9d037b4cec2697f4bc7e14 17:49:17 $ docker rm -f 273bdd533b709bdab9900ff3118636806dc195057a9d037b4cec2697f4bc7e14 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:49:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:49:18 17:49:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:49:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:49:18 0.23.1-centos7: Pulling from edgex-lftools 17:49:18 ab5ef0e58194: Pulling fs layer 17:49:18 9712f1f96733: Pulling fs layer 17:49:18 63f879dbbcfc: Pulling fs layer 17:49:18 0d9ebad4ef96: Pulling fs layer 17:49:18 e9a5061849ea: Pulling fs layer 17:49:18 d747dcd14b5f: Pulling fs layer 17:49:18 2de7ff778b66: Pulling fs layer 17:49:18 0d9ebad4ef96: Waiting 17:49:18 e9a5061849ea: Waiting 17:49:18 d747dcd14b5f: Waiting 17:49:18 2de7ff778b66: Waiting 17:49:18 9712f1f96733: Verifying Checksum 17:49:18 9712f1f96733: Download complete 17:49:19 63f879dbbcfc: Verifying Checksum 17:49:19 63f879dbbcfc: Download complete 17:49:19 e9a5061849ea: Verifying Checksum 17:49:19 e9a5061849ea: Download complete 17:49:19 d747dcd14b5f: Verifying Checksum 17:49:19 d747dcd14b5f: Download complete 17:49:19 0d9ebad4ef96: Verifying Checksum 17:49:19 0d9ebad4ef96: Download complete 17:49:19 ab5ef0e58194: Download complete 17:49:19 2de7ff778b66: Verifying Checksum 17:49:19 2de7ff778b66: Download complete 17:49:26 ab5ef0e58194: Pull complete 17:49:26 9712f1f96733: Pull complete 17:49:28 63f879dbbcfc: Pull complete 17:49:35 0d9ebad4ef96: Pull complete 17:49:35 e9a5061849ea: Pull complete 17:49:35 d747dcd14b5f: Pull complete 17:49:38 2de7ff778b66: Pull complete 17:49:38 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:49:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:49:39 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:49:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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 17:49:39 $ docker top f6f116d1afca7d856b6135ea75924f93ac6d8afbf757b7d64c1a00c3a5c06ac4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:49:39 provisioning config files... 17:49:39 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8377481859643659301tmp 17:49:39 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config4821347953722090599tmp 17:49:39 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7369287772880737179tmp [Pipeline] { [Pipeline] echo 17:49:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:49:40 ---> sigul-configuration.sh 17:49:40 gpg: directory `/root/.gnupg' created 17:49:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:49:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:49:40 gpg: keyring `/root/.gnupg/secring.gpg' created 17:49:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:49:40 gpg: CAST5 encrypted data 17:49:40 gpg: encrypted with 1 passphrase 17:49:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:49:40 + mkdir /home/jenkins 17:49:40 + mkdir /home/jenkins/sigul [Pipeline] sh 17:49:41 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 17:49:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:49:41 ---> sigul-install.sh 17:49:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:49:47 + git tag --list 17:49:47 v1.0.1-dev.14 [Pipeline] sh 17:49:47 + lftools sign git-tag v1.0.1-dev.14 17:49:48 Signing Git tag with Sigul... 17:49:48 Signing v1.0.1-dev.14 [Pipeline] echo 17:49:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:49:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:49:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:49:50 $ docker stop --time=1 f6f116d1afca7d856b6135ea75924f93ac6d8afbf757b7d64c1a00c3a5c06ac4 17:49:51 $ docker rm -f f6f116d1afca7d856b6135ea75924f93ac6d8afbf757b7d64c1a00c3a5c06ac4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:49:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:49:52 . [Pipeline] withDockerContainer 17:49:52 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:49:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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 17:49:53 $ docker top e6bad33f1264d3f30947b9058e062226b3ec15f9748af787d9ea995094596941 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:49:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:49:53 [ssh-agent] Looking for ssh-agent implementation... 17:49:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:49:54 $ docker exec e6bad33f1264d3f30947b9058e062226b3ec15f9748af787d9ea995094596941 ssh-agent 17:49:54 SSH_AUTH_SOCK=/tmp/ssh-WgtSyB29GJRx/agent.14 17:49:54 SSH_AGENT_PID=21 17:49:54 Running ssh-add (command line suppressed) 17:49:54 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8397232707495883864.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8397232707495883864.key) 17:49:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:49:54 + git semver bump pre 17:49:54 # -> Open(): unable to determine branch for HEAD 17:49:54 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:49:54 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:49:54 # $SEMVER_REMOTE_NAME = origin 17:49:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:49:54 # $SEMVER_USER_NAME = edgex-jenkins 17:49:54 # $SEMVER_BRANCH = master 17:49:54 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:49:54 1.0.1-dev.15 [Pipeline] } 17:49:54 $ docker exec --env ******** --env ******** e6bad33f1264d3f30947b9058e062226b3ec15f9748af787d9ea995094596941 ssh-agent -k 17:49:55 unset SSH_AUTH_SOCK; 17:49:55 unset SSH_AGENT_PID; 17:49:55 echo Agent pid 21 killed; 17:49:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:49:55 + git semver [Pipeline] } 17:49:55 $ docker stop --time=1 e6bad33f1264d3f30947b9058e062226b3ec15f9748af787d9ea995094596941 17:49:57 $ docker rm -f e6bad33f1264d3f30947b9058e062226b3ec15f9748af787d9ea995094596941 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:49:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:49:57 . [Pipeline] withDockerContainer 17:49:57 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:49:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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 17:49:59 $ docker top e8685d1dc9e5765ae462109431cc00d40aab1b4d4e4e3b15de8dbfcbee91582a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:49:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:49:59 [ssh-agent] Looking for ssh-agent implementation... 17:49:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:49:59 $ docker exec e8685d1dc9e5765ae462109431cc00d40aab1b4d4e4e3b15de8dbfcbee91582a ssh-agent 17:50:00 SSH_AUTH_SOCK=/tmp/ssh-SoH6FB2StEbL/agent.15 17:50:00 SSH_AGENT_PID=22 17:50:00 Running ssh-add (command line suppressed) 17:50:00 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4594735682542177485.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4594735682542177485.key) 17:50:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:50:00 + git semver push 17:50:00 # -> Open(): unable to determine branch for HEAD 17:50:00 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:50:00 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:50:00 # $SEMVER_REMOTE_NAME = origin 17:50:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:50:00 # $SEMVER_USER_NAME = edgex-jenkins 17:50:00 # $SEMVER_BRANCH = master 17:50:00 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:50:07 $ docker exec --env ******** --env ******** e8685d1dc9e5765ae462109431cc00d40aab1b4d4e4e3b15de8dbfcbee91582a ssh-agent -k 17:50:07 unset SSH_AUTH_SOCK; 17:50:07 unset SSH_AGENT_PID; 17:50:07 echo Agent pid 22 killed; 17:50:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:50:08 + git semver [Pipeline] } 17:50:08 $ docker stop --time=1 e8685d1dc9e5765ae462109431cc00d40aab1b4d4e4e3b15de8dbfcbee91582a 17:50:09 $ docker rm -f e8685d1dc9e5765ae462109431cc00d40aab1b4d4e4e3b15de8dbfcbee91582a [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 17:50:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:50:10 ---> package-listing.sh 17:50:10 ++ facter osfamily 17:50:10 ++ tr '[:upper:]' '[:lower:]' 17:50:10 + OS_FAMILY=redhat 17:50:10 + workspace=/w/workspace/_app-service-configurable_master 17:50:10 + START_PACKAGES=/tmp/packages_start.txt 17:50:10 + END_PACKAGES=/tmp/packages_end.txt 17:50:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:50:10 + PACKAGES=/tmp/packages_start.txt 17:50:10 + '[' /w/workspace/_app-service-configurable_master ']' 17:50:10 + PACKAGES=/tmp/packages_end.txt 17:50:10 + case "${OS_FAMILY}" in 17:50:10 + rpm -qa 17:50:10 + sort 17:50:15 + '[' -f /tmp/packages_start.txt ']' 17:50:15 + '[' -f /tmp/packages_end.txt ']' 17:50:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:50:15 + '[' /w/workspace/_app-service-configurable_master ']' 17:50:15 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 17:50:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh 17:50:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:50:15 17:50:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:50:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:50:16 alpine: Pulling from edgex-lftools-log-publisher 17:50:16 c9b1b535fdd9: Pulling fs layer 17:50:16 2cc5ad85d9ab: Pulling fs layer 17:50:16 756a868c4378: Pulling fs layer 17:50:16 444b2fc9a129: Pulling fs layer 17:50:16 ea15f1150254: Pulling fs layer 17:50:16 41b27a9f41bf: Pulling fs layer 17:50:16 28c525ee5125: Pulling fs layer 17:50:16 094b1ea09ed8: Pulling fs layer 17:50:16 138eaada9080: Pulling fs layer 17:50:16 0622d0fa9048: Pulling fs layer 17:50:16 41b27a9f41bf: Waiting 17:50:16 28c525ee5125: Waiting 17:50:16 094b1ea09ed8: Waiting 17:50:16 138eaada9080: Waiting 17:50:16 0622d0fa9048: Waiting 17:50:16 444b2fc9a129: Waiting 17:50:16 ea15f1150254: Waiting 17:50:16 2cc5ad85d9ab: Verifying Checksum 17:50:16 2cc5ad85d9ab: Download complete 17:50:16 444b2fc9a129: Verifying Checksum 17:50:16 444b2fc9a129: Download complete 17:50:16 c9b1b535fdd9: Verifying Checksum 17:50:16 c9b1b535fdd9: Download complete 17:50:16 ea15f1150254: Verifying Checksum 17:50:16 ea15f1150254: Download complete 17:50:16 28c525ee5125: Download complete 17:50:16 756a868c4378: Verifying Checksum 17:50:16 756a868c4378: Download complete 17:50:16 c9b1b535fdd9: Pull complete 17:50:16 138eaada9080: Verifying Checksum 17:50:16 138eaada9080: Download complete 17:50:16 0622d0fa9048: Verifying Checksum 17:50:16 0622d0fa9048: Download complete 17:50:16 094b1ea09ed8: Verifying Checksum 17:50:16 094b1ea09ed8: Download complete 17:50:17 41b27a9f41bf: Download complete 17:50:18 2cc5ad85d9ab: Pull complete 17:50:19 756a868c4378: Pull complete 17:50:19 444b2fc9a129: Pull complete 17:50:19 ea15f1150254: Pull complete 17:50:24 41b27a9f41bf: Pull complete 17:50:24 28c525ee5125: Pull complete 17:50:26 094b1ea09ed8: Pull complete 17:50:26 138eaada9080: Pull complete 17:50:26 0622d0fa9048: Pull complete 17:50:26 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:50:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:50:26 prd-centos7-docker-4c-2g-6305 does not seem to be running inside a container 17:50:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_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 17:50:27 $ docker top e1b4d8aa6359f99c1780c73f9d0ae8fdeec58c3dbdcd31ec51619f04ee559c6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:50:28 provisioning config files... 17:50:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5825142704951853744tmp [Pipeline] { [Pipeline] echo 17:50:28 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:50:28 ---> create-netrc.sh [Pipeline] echo 17:50:28 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:50:28 ---> logs-deploy.sh 17:50:28 + ARCHIVE_ARTIFACTS= 17:50:28 + LOGS_SERVER=https://logs.edgexfoundry.org 17:50:28 + '[' https://logs.edgexfoundry.org == None ']' 17:50:28 + NEXUS_URL=https://nexus.edgexfoundry.org 17:50:28 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/18 17:50:28 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/18/ 17:50:28 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/18 /w/workspace/_app-service-configurable_master 17:50:30 Archives upload complete. 17:50:30 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/18 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/18/ 17:50:31 ---> uname -a: 17:50:31 Linux e1b4d8aa6359 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 17:50:31 17:50:31 17:50:31 ---> lscpu: 17:50:31 Architecture: x86_64 17:50:31 CPU op-mode(s): 32-bit, 64-bit 17:50:31 Byte Order: Little Endian 17:50:31 Address sizes: 40 bits physical, 48 bits virtual 17:50:31 CPU(s): 4 17:50:31 On-line CPU(s) list: 0-3 17:50:31 Thread(s) per core: 1 17:50:31 Core(s) per socket: 1 17:50:31 Socket(s): 4 17:50:31 NUMA node(s): 1 17:50:31 Vendor ID: GenuineIntel 17:50:31 CPU family: 6 17:50:31 Model: 44 17:50:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:50:31 Stepping: 1 17:50:31 CPU MHz: 2933.436 17:50:31 BogoMIPS: 5866.87 17:50:31 Virtualization: VT-x 17:50:31 Hypervisor vendor: KVM 17:50:31 Virtualization type: full 17:50:31 L1d cache: 128 KiB 17:50:31 L1i cache: 128 KiB 17:50:31 L2 cache: 16 MiB 17:50:31 L3 cache: 64 MiB 17:50:31 NUMA node0 CPU(s): 0-3 17:50:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 17:50:31 Vulnerability Meltdown: Mitigation; PTI 17:50:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:50:31 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 17:50:31 Vulnerability Spectre v2: Mitigation; Full retpoline 17:50:31 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:50:31 17:50:31 17:50:31 ---> nproc: 17:50:31 4 17:50:31 17:50:31 17:50:31 ---> df -h: 17:50:31 Filesystem Size Used Available Use% Mounted on 17:50:31 overlay 50.0G 7.5G 42.5G 15% / 17:50:31 tmpfs 64.0M 0 64.0M 0% /dev 17:50:31 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 17:50:31 shm 64.0M 0 64.0M 0% /dev/shm 17:50:31 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/resolv.conf 17:50:31 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hostname 17:50:31 /dev/vda1 50.0G 7.5G 42.5G 15% /etc/hosts 17:50:31 /dev/vda1 50.0G 7.5G 42.5G 15% /var/log/sa 17:50:31 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/_app-service-configurable_master 17:50:31 /dev/vda1 50.0G 7.5G 42.5G 15% /w/workspace/_app-service-configurable_master@tmp 17:50:31 17:50:31 17:50:31 ---> free -m: 17:50:31 total used free shared buff/cache available 17:50:31 Mem: 1838 733 85 0 1018 1037 17:50:31 Swap: 1023 1 1022 17:50:31 17:50:31 17:50:31 ---> ip addr: 17:50:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:50:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:50:31 inet 127.0.0.1/8 scope host lo 17:50:31 valid_lft forever preferred_lft forever 17:50:31 24: eth0@if25: mtu 1458 qdisc noqueue state UP 17:50:31 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 17:50:31 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 17:50:31 valid_lft forever preferred_lft forever 17:50:31 17:50:31 17:50:31 ---> sar -b -r -n DEV: 17:50:31 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/27/20 _x86_64_ (4 CPU) 17:50:31 17:50:31 17:37:56 LINUX RESTART 17:50:31 17:50:31 17:39:01 tps rtps wtps bread/s bwrtn/s 17:50:31 17:40:01 12.34 0.00 12.34 0.00 1907.76 17:50:31 17:41:01 0.83 0.00 0.83 0.00 11.61 17:50:31 17:42:01 0.65 0.00 0.65 0.00 8.63 17:50:31 17:43:01 0.55 0.00 0.55 0.00 5.81 17:50:31 17:44:01 0.58 0.00 0.58 0.00 9.21 17:50:31 17:45:01 0.25 0.00 0.25 0.00 3.33 17:50:31 17:46:01 0.23 0.00 0.23 0.00 2.86 17:50:31 17:47:02 0.37 0.00 0.37 0.00 6.05 17:50:31 17:48:01 0.68 0.00 0.68 0.00 8.50 17:50:31 17:49:01 244.87 127.23 117.64 5355.97 30701.76 17:50:31 17:50:01 184.72 42.13 142.59 2120.37 32563.83 17:50:31 Average: 40.63 15.43 25.20 681.05 5941.66 17:50:31 17:50:31 17:39:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:50:31 17:40:01 123192 1759112 93.46 2620 1208216 902116 30.78 442912 1154520 12 17:50:31 17:41:01 123076 1759228 93.46 2620 1208224 902180 30.78 443324 1154220 8 17:50:31 17:42:01 121612 1760692 93.54 2620 1208232 902436 30.79 444428 1154220 8 17:50:31 17:43:01 122840 1759464 93.47 2620 1208236 902244 30.78 443356 1154220 8 17:50:31 17:44:01 122380 1759924 93.50 2620 1208240 902376 30.79 444336 1154216 16 17:50:31 17:45:01 121820 1760484 93.53 2620 1208244 902388 30.79 444212 1154212 8 17:50:31 17:46:01 133936 1748368 92.88 2620 1208248 902244 30.78 432576 1154212 8 17:50:31 17:47:02 134364 1747940 92.86 2620 1208252 902244 30.78 432464 1154212 8 17:50:31 17:48:01 134264 1748040 92.87 2620 1208260 902244 30.78 432480 1154212 8 17:50:31 17:49:01 256824 1625480 86.36 2620 1034600 973316 33.21 505004 934500 19452 17:50:31 17:50:01 212200 1670104 88.73 2620 959868 1092204 37.27 557832 828424 100 17:50:31 Average: 146046 1736258 92.24 2620 1169875 925999 31.59 456629 1104652 1785 17:50:31 17:50:31 17:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 17:50:31 17:40:01 eth0 0.07 0.08 0.01 0.02 0.00 0.00 0.00 17:50:31 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:41:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 17:50:31 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:42:01 eth0 0.93 0.27 0.31 0.19 0.00 0.00 0.00 17:50:31 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:43:01 eth0 0.58 0.08 0.03 0.01 0.00 0.00 0.00 17:50:31 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:44:01 eth0 2.48 0.53 0.82 0.24 0.00 0.00 0.00 17:50:31 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:45:01 eth0 1.18 0.27 0.33 0.23 0.00 0.00 0.00 17:50:31 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:46:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 17:50:31 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:47:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 17:50:31 17:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:48:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 17:50:31 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:49:01 eth0 200.47 163.16 3977.56 29.62 0.00 0.00 0.00 17:50:31 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:49:01 veth03a013b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 17:50:31 17:49:01 docker0 39.04 36.51 4.35 298.58 0.00 0.00 0.00 17:50:31 17:50:01 eth0 272.19 196.04 3375.71 118.35 0.00 0.00 0.00 17:50:31 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 17:50:01 vethe9eb55b 0.28 0.37 0.05 0.07 0.00 0.00 0.00 17:50:31 17:50:01 docker0 43.14 75.27 2.49 126.72 0.00 0.00 0.00 17:50:31 Average: eth0 43.57 32.86 669.96 13.54 0.00 0.00 0.00 17:50:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:31 Average: vethe9eb55b 0.03 0.03 0.00 0.01 0.00 0.00 0.00 17:50:31 Average: docker0 7.49 10.18 0.62 38.74 0.00 0.00 0.00 17:50:31 17:50:31 17:50:31 ---> sar -P ALL: 17:50:31 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/27/20 _x86_64_ (4 CPU) 17:50:31 17:50:31 17:37:56 LINUX RESTART 17:50:31 17:50:31 17:39:01 CPU %user %nice %system %iowait %steal %idle 17:50:31 17:40:01 all 0.16 0.00 0.11 0.00 0.10 99.63 17:50:31 17:40:01 0 0.05 0.00 0.07 0.00 0.12 99.77 17:50:31 17:40:01 1 0.13 0.00 0.18 0.00 0.10 99.58 17:50:31 17:40:01 2 0.38 0.00 0.08 0.00 0.15 99.38 17:50:31 17:40:01 3 0.08 0.00 0.10 0.00 0.03 99.78 17:50:31 17:41:01 all 0.14 0.00 0.07 0.00 0.14 99.64 17:50:31 17:41:01 0 0.03 0.00 0.03 0.00 0.08 99.85 17:50:31 17:41:01 1 0.08 0.00 0.08 0.00 0.15 99.68 17:50:31 17:41:01 2 0.05 0.00 0.15 0.00 0.18 99.62 17:50:31 17:41:01 3 0.42 0.00 0.05 0.00 0.15 99.38 17:50:31 17:42:01 all 0.18 0.00 0.05 0.00 0.07 99.70 17:50:31 17:42:01 0 0.05 0.00 0.03 0.00 0.03 99.88 17:50:31 17:42:01 1 0.57 0.00 0.07 0.00 0.02 99.35 17:50:31 17:42:01 2 0.03 0.00 0.03 0.00 0.05 99.88 17:50:31 17:42:01 3 0.08 0.00 0.05 0.00 0.13 99.73 17:50:31 17:43:01 all 0.16 0.00 0.04 0.00 0.03 99.77 17:50:31 17:43:01 0 0.05 0.00 0.03 0.00 0.05 99.87 17:50:31 17:43:01 1 0.07 0.00 0.05 0.00 0.02 99.87 17:50:31 17:43:01 2 0.47 0.00 0.05 0.00 0.05 99.43 17:50:31 17:43:01 3 0.05 0.00 0.02 0.00 0.02 99.92 17:50:31 17:44:01 all 0.17 0.00 0.05 0.00 0.04 99.74 17:50:31 17:44:01 0 0.08 0.00 0.05 0.00 0.10 99.77 17:50:31 17:44:01 1 0.08 0.00 0.05 0.00 0.03 99.83 17:50:31 17:44:01 2 0.47 0.00 0.05 0.00 0.03 99.45 17:50:31 17:44:01 3 0.05 0.00 0.02 0.00 0.02 99.92 17:50:31 17:45:01 all 0.17 0.00 0.05 0.00 0.13 99.65 17:50:31 17:45:01 0 0.12 0.00 0.08 0.00 0.20 99.60 17:50:31 17:45:01 1 0.47 0.00 0.03 0.00 0.18 99.32 17:50:31 17:45:01 2 0.07 0.00 0.07 0.00 0.07 99.80 17:50:31 17:45:01 3 0.03 0.00 0.02 0.00 0.07 99.88 17:50:31 17:46:01 all 0.12 0.00 0.05 0.00 0.21 99.62 17:50:31 17:46:01 0 0.03 0.00 0.03 0.00 0.32 99.62 17:50:31 17:46:01 1 0.35 0.00 0.05 0.00 0.32 99.28 17:50:31 17:46:01 2 0.03 0.00 0.05 0.00 0.13 99.78 17:50:31 17:46:01 3 0.03 0.00 0.05 0.00 0.08 99.83 17:50:31 17:47:02 all 0.15 0.00 0.04 0.00 0.06 99.75 17:50:31 17:47:02 0 0.05 0.00 0.05 0.00 0.12 99.78 17:50:31 17:47:02 1 0.45 0.00 0.05 0.00 0.02 99.48 17:50:31 17:47:02 2 0.03 0.00 0.03 0.00 0.03 99.90 17:50:31 17:47:02 3 0.08 0.00 0.03 0.00 0.07 99.82 17:50:31 17:48:01 all 0.16 0.00 0.04 0.00 0.02 99.78 17:50:31 17:48:01 0 0.02 0.00 0.05 0.00 0.03 99.90 17:50:31 17:48:01 1 0.49 0.00 0.07 0.00 0.02 99.42 17:50:31 17:48:01 2 0.07 0.00 0.03 0.00 0.02 99.88 17:50:31 17:48:01 3 0.02 0.00 0.03 0.00 0.02 99.93 17:50:31 17:49:01 all 9.61 0.00 6.26 4.16 2.46 77.51 17:50:31 17:49:01 0 10.77 0.00 5.82 4.23 2.46 76.71 17:50:31 17:49:01 1 10.37 0.00 6.20 4.51 2.33 76.60 17:50:31 17:49:01 2 7.99 0.00 6.48 3.26 2.55 79.72 17:50:31 17:49:01 3 9.32 0.00 6.54 4.65 2.50 76.98 17:50:31 17:50:01 all 12.42 0.00 8.11 1.90 3.25 74.32 17:50:31 17:50:01 0 11.85 0.00 8.22 1.39 3.25 75.29 17:50:31 17:50:01 1 11.57 0.00 8.65 1.54 3.19 75.04 17:50:31 17:50:01 2 11.76 0.00 7.84 2.78 3.41 74.22 17:50:31 17:50:01 3 14.52 0.00 7.70 1.91 3.14 72.73 17:50:31 Average: all 2.10 0.00 1.33 0.54 0.58 95.44 17:50:31 Average: 0 2.06 0.00 1.29 0.50 0.61 95.54 17:50:31 Average: 1 2.21 0.00 1.39 0.54 0.57 95.29 17:50:31 Average: 2 1.92 0.00 1.33 0.54 0.60 95.61 17:50:31 Average: 3 2.21 0.00 1.31 0.59 0.56 95.34 17:50:31 17:50:31 17:50:31