Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 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 a8d5489117fb74ecf2babedeac9793ec80335c77 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 a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git https://github.com/edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 ‘prd-centos7-docker-4c-2g-56’ Running on prd-centos7-docker-4c-2g-58 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 without tags Checking out Revision ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e (master) 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 > 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 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e # timeout=10 Commit message: "Merge pull request #75 from rsdmike/#41" > git rev-list --no-walk 28123305db0c137ab4790ea21c91010b5b9f30c4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:44:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:44:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:44:37 ========================================================= 16:44:37 EdgeX Global Pipelines Version Info 16:44:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:44:38 ------------------- 16:44:38 stable info: 16:44:38 ------------------- 16:44:38 Commited By: Emilio Reyes emilio.reyes@intel.com 16:44:38 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 16:44:38 Message: update stable to v1.0.87 16:44:39 ------------------- 16:44:39 experimental info: 16:44:39 ------------------- 16:44:39 Commited By: **** collab-it+edgex@linuxfoundation.org 16:44:39 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 16:44:39 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:44:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:44:42 16:44:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:44:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:44:42 latest: Pulling from edgex-devops/git-semver 16:44:42 9123ac7c32f7: Pulling fs layer 16:44:42 b8cc5d1170e3: Pulling fs layer 16:44:42 2924cbbf6a41: Pulling fs layer 16:44:42 93b08a4f1073: Pulling fs layer 16:44:42 93b08a4f1073: Waiting 16:44:42 b8cc5d1170e3: Verifying Checksum 16:44:42 b8cc5d1170e3: Download complete 16:44:43 9123ac7c32f7: Verifying Checksum 16:44:43 9123ac7c32f7: Download complete 16:44:43 93b08a4f1073: Verifying Checksum 16:44:43 93b08a4f1073: Download complete 16:44:43 2924cbbf6a41: Verifying Checksum 16:44:43 2924cbbf6a41: Download complete 16:44:43 9123ac7c32f7: Pull complete 16:44:43 b8cc5d1170e3: Pull complete 16:44:43 2924cbbf6a41: Pull complete 16:44:44 93b08a4f1073: Pull complete 16:44:44 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 16:44:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:44:44 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:44:44 $ 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 16:44:44 $ docker top 4ae281d0f6bc037cfe2aeba70d10968ec13f43783d8bbb94f7aef6d06a7a7a7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:44:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:44:45 [ssh-agent] Looking for ssh-agent implementation... 16:44:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:44:45 $ docker exec 4ae281d0f6bc037cfe2aeba70d10968ec13f43783d8bbb94f7aef6d06a7a7a7f ssh-agent 16:44:45 SSH_AUTH_SOCK=/tmp/ssh-JqxYZTqxw0OH/agent.15 16:44:45 SSH_AGENT_PID=22 16:44:45 Running ssh-add (command line suppressed) 16:44:45 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_681181905860490487.key (/w/workspace/_app-service-configurable_master@tmp/private_key_681181905860490487.key) 16:44:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:44:46 + git describe --exact-match --tags HEAD 16:44:46 fatal: No names found, cannot describe anything. [Pipeline] } 16:44:46 $ docker exec --env ******** --env ******** 4ae281d0f6bc037cfe2aeba70d10968ec13f43783d8bbb94f7aef6d06a7a7a7f ssh-agent -k 16:44:46 unset SSH_AUTH_SOCK; 16:44:46 unset SSH_AGENT_PID; 16:44:46 echo Agent pid 22 killed; 16:44:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:44:46 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:44:46 This usually means this commit has not been tagged. [Pipeline] sshagent 16:44:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:44:46 [ssh-agent] Looking for ssh-agent implementation... 16:44:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:44:47 $ docker exec 4ae281d0f6bc037cfe2aeba70d10968ec13f43783d8bbb94f7aef6d06a7a7a7f ssh-agent 16:44:47 SSH_AUTH_SOCK=/tmp/ssh-inp7io3Lgrj9/agent.56 16:44:47 SSH_AGENT_PID=63 16:44:47 Running ssh-add (command line suppressed) 16:44:47 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3159881795192968544.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3159881795192968544.key) 16:44:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:44:47 + git semver init 16:44:47 # -> Open(): unable to determine branch for HEAD 16:44:47 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 16:44:47 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 16:44:47 # $SEMVER_REMOTE_NAME = origin 16:44:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:44:47 # $SEMVER_USER_NAME = edgex-jenkins 16:44:47 # $SEMVER_BRANCH = master 16:44:47 # $SEMVER_TEMP = /tmp/semver-414046005 16:44:47 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 16:44:48 # '/tmp/semver-414046005' -> '/w/workspace/_app-service-configurable_master/.semver' 16:44:48 # -> Force: false 16:44:48 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 16:44:48 $ docker exec --env ******** --env ******** 4ae281d0f6bc037cfe2aeba70d10968ec13f43783d8bbb94f7aef6d06a7a7a7f ssh-agent -k 16:44:48 unset SSH_AUTH_SOCK; 16:44:48 unset SSH_AGENT_PID; 16:44:48 echo Agent pid 63 killed; 16:44:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:44:48 + git semver [Pipeline] } 16:44:48 $ docker stop --time=1 4ae281d0f6bc037cfe2aeba70d10968ec13f43783d8bbb94f7aef6d06a7a7a7f 16:44:50 $ docker rm -f 4ae281d0f6bc037cfe2aeba70d10968ec13f43783d8bbb94f7aef6d06a7a7a7f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:44:51 Stashed 46 file(s) [Pipeline] echo 16:44:51 [edgeXSemver] initialized semver on version 1.1.1-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 16:45:06 Still waiting to schedule task 16:45:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:45:06 Still waiting to schedule task 16:45:06 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-57’ 16:47:16 Running on prd-centos7-docker-4c-2g-59 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 16:47:16 Running in /w/workspace/app-service-configurable/23 [Pipeline] { [Pipeline] checkout 16:47:20 using credential edgex-jenkins-ssh 16:47:20 Cloning the remote Git repository 16:47:20 Cloning with configured refspecs honoured and without tags 16:47:20 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:47:20 > git init /w/workspace/app-service-configurable/23 # timeout=10 16:47:21 Fetching without tags 16:47:21 Checking out Revision ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e (master) 16:47:20 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:47:20 > git --version # timeout=10 16:47:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:47:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:47:20 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:47:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:47:20 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:47:20 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:47:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:47:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:47:21 > git config core.sparsecheckout # timeout=10 16:47:21 > git checkout -f ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e # timeout=10 16:47:27 Commit message: "Merge pull request #75 from rsdmike/#41" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:47:28 ========================================================= 16:47:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:47:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:47:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 16:47:29 Sending build context to Docker daemon 292.9kB 16:47:29 Step 1/8 : ARG BASE=golang:1.13-alpine 16:47:29 Step 2/8 : FROM ${BASE} 16:47:29 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:47:29 e6b0cf9c0882: Pulling fs layer 16:47:29 2848faf0eed1: Pulling fs layer 16:47:29 0f37312ad70f: Pulling fs layer 16:47:29 5788d62ee057: Pulling fs layer 16:47:29 0e6b1d234666: Pulling fs layer 16:47:29 bf5d7aec512f: Pulling fs layer 16:47:29 34c802a77dc8: Pulling fs layer 16:47:29 9eb99e56ec68: Pulling fs layer 16:47:29 27c7a5d97fbd: Pulling fs layer 16:47:29 5c102a31e300: Pulling fs layer 16:47:29 dcfb455df0a1: Pulling fs layer 16:47:29 9eb99e56ec68: Waiting 16:47:29 27c7a5d97fbd: Waiting 16:47:29 5788d62ee057: Waiting 16:47:29 5c102a31e300: Waiting 16:47:29 dcfb455df0a1: Waiting 16:47:29 0e6b1d234666: Waiting 16:47:29 bf5d7aec512f: Waiting 16:47:29 34c802a77dc8: Waiting 16:47:29 0f37312ad70f: Verifying Checksum 16:47:29 0f37312ad70f: Download complete 16:47:29 2848faf0eed1: Download complete 16:47:29 e6b0cf9c0882: Verifying Checksum 16:47:29 e6b0cf9c0882: Download complete 16:47:29 bf5d7aec512f: Verifying Checksum 16:47:29 bf5d7aec512f: Download complete 16:47:29 0e6b1d234666: Verifying Checksum 16:47:29 0e6b1d234666: Download complete 16:47:29 e6b0cf9c0882: Pull complete 16:47:30 2848faf0eed1: Pull complete 16:47:30 0f37312ad70f: Pull complete 16:47:31 34c802a77dc8: Verifying Checksum 16:47:31 34c802a77dc8: Download complete 16:47:31 27c7a5d97fbd: Verifying Checksum 16:47:31 27c7a5d97fbd: Download complete 16:47:32 9eb99e56ec68: Verifying Checksum 16:47:32 9eb99e56ec68: Download complete 16:47:32 5788d62ee057: Verifying Checksum 16:47:32 5788d62ee057: Download complete 16:47:32 5c102a31e300: Verifying Checksum 16:47:32 5c102a31e300: Download complete 16:47:32 dcfb455df0a1: Verifying Checksum 16:47:32 dcfb455df0a1: Download complete 16:47:38 5788d62ee057: Pull complete 16:47:38 0e6b1d234666: Pull complete 16:47:38 bf5d7aec512f: Pull complete 16:47:42 34c802a77dc8: Pull complete 16:47:46 9eb99e56ec68: Pull complete 16:47:46 27c7a5d97fbd: Pull complete 16:47:46 5c102a31e300: Pull complete 16:47:46 dcfb455df0a1: Pull complete 16:47:46 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:47:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:47:46 ---> 7c70fe431013 16:47:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:47:46 ---> Running in 68309b1ef517 16:47:47 Removing intermediate container 68309b1ef517 16:47:47 ---> a373ffadba25 16:47:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:47 ---> Running in 6b0555839d10 16:47:48 Removing intermediate container 6b0555839d10 16:47:48 ---> 3276c82e11c6 16:47:48 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 16:47:48 ---> Running in 8eac958ba7bd 16:47:48 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:47:49 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:47:49 (1/6) Installing libc-dev (0.7.2-r0) 16:47:50 (2/6) Installing libsodium (1.0.18-r0) 16:47:50 (3/6) Installing pkgconf (1.6.3-r0) 16:47:50 (4/6) Installing libsodium-dev (1.0.18-r0) 16:47:50 (5/6) Installing libzmq (4.3.2-r0) 16:47:50 (6/6) Installing zeromq-dev (4.3.2-r0) 16:47:50 Executing busybox-1.31.1-r8.trigger 16:47:50 OK: 145 MiB in 45 packages 16:47:50 Removing intermediate container 8eac958ba7bd 16:47:50 ---> 1d0f702e53b9 16:47:50 Step 6/8 : WORKDIR /app 16:47:51 ---> Running in ebac678a4393 16:47:51 Removing intermediate container ebac678a4393 16:47:51 ---> 55efa812e16c 16:47:51 Step 7/8 : COPY . . 16:47:51 ---> f6e1f0976f1b 16:47:51 Step 8/8 : RUN go mod download 16:47:51 ---> Running in 39a433866c1c 16:47:53 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:47:53 go: finding github.com/BurntSushi/toml v0.3.1 16:47:53 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:47:53 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:47:53 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:47:54 go: finding github.com/bgentry/speakeasy v0.1.0 16:47:54 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:47:54 go: finding github.com/davecgh/go-spew v1.1.1 16:47:54 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:47:54 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:47:54 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.0 16:47:54 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 16:47:54 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:47:54 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 16:47:54 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 16:47:54 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:47:54 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:47:54 go: finding github.com/fatih/color v1.7.0 16:47:54 go: finding github.com/fsnotify/fsnotify v1.4.7 16:47:54 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:47:54 go: finding github.com/go-kit/kit v0.8.0 16:47:54 go: finding github.com/go-logfmt/logfmt v0.4.0 16:47:54 go: finding github.com/go-redis/redis/v7 v7.2.0 16:47:54 go: finding github.com/go-stack/stack v1.8.0 16:47:54 go: finding github.com/golang/protobuf v1.3.2 16:47:54 go: finding github.com/golang/snappy v0.0.1 16:47:54 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:47:54 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:47:54 go: finding github.com/google/go-cmp v0.4.0 16:47:54 go: finding github.com/google/uuid v1.1.1 16:47:54 go: finding github.com/gorilla/mux v1.7.4 16:47:54 go: finding github.com/hashicorp/consul/api v1.1.0 16:47:54 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:47:54 go: finding github.com/hashicorp/errwrap v1.0.0 16:47:54 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:47:54 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:47:54 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:47:54 go: finding github.com/hashicorp/go-multierror v1.0.0 16:47:54 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:47:54 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:47:54 go: finding github.com/hashicorp/go-syslog v1.0.0 16:47:54 go: finding github.com/hashicorp/go-uuid v1.0.1 16:47:54 go: finding github.com/hashicorp/go.net v0.0.1 16:47:54 go: finding github.com/hashicorp/golang-lru v0.5.0 16:47:54 go: finding github.com/hashicorp/logutils v1.0.0 16:47:54 go: finding github.com/hashicorp/mdns v1.0.0 16:47:54 go: finding github.com/hashicorp/memberlist v0.1.3 16:47:54 go: finding github.com/hashicorp/serf v0.8.2 16:47:54 go: finding github.com/hpcloud/tail v1.0.0 16:47:54 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:47:54 go: finding github.com/kr/pretty v0.1.0 16:47:54 go: finding github.com/kr/pty v1.1.1 16:47:54 go: finding github.com/kr/text v0.1.0 16:47:54 go: finding github.com/mattn/go-colorable v0.0.9 16:47:54 go: finding github.com/mattn/go-isatty v0.0.3 16:47:54 go: finding github.com/miekg/dns v1.0.14 16:47:54 go: finding github.com/mitchellh/cli v1.0.0 16:47:54 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:47:54 go: finding github.com/mitchellh/copystructure v1.0.0 16:47:54 go: finding github.com/mitchellh/go-homedir v1.0.0 16:47:54 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:47:54 go: finding github.com/mitchellh/gox v0.4.0 16:47:54 go: finding github.com/mitchellh/iochan v1.0.0 16:47:54 go: finding github.com/mitchellh/mapstructure v1.1.2 16:47:54 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:47:54 go: finding github.com/onsi/ginkgo v1.10.1 16:47:54 go: finding github.com/onsi/gomega v1.7.0 16:47:54 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:47:54 go: finding github.com/pebbe/zmq4 v1.0.0 16:47:54 go: finding github.com/pelletier/go-toml v1.2.0 16:47:54 go: finding github.com/pkg/errors v0.8.1 16:47:54 go: finding github.com/pmezard/go-difflib v1.0.0 16:47:54 go: finding github.com/posener/complete v1.1.1 16:47:54 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:47:54 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:47:54 go: finding github.com/stretchr/objx v0.2.0 16:47:54 go: finding github.com/stretchr/testify v1.5.1 16:47:54 go: finding github.com/tidwall/pretty v1.0.1 16:47:54 go: finding github.com/ugorji/go v1.1.4 16:47:54 go: finding github.com/x448/float16 v0.8.4 16:47:54 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 16:47:54 go: finding github.com/xdg/stringprep v1.0.0 16:47:54 go: finding go.mongodb.org/mongo-driver v1.1.1 16:47:54 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:47:54 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:47:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:47:54 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 16:47:54 go: finding golang.org/x/text v0.3.2 16:47:54 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:47:54 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 16:47:54 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:47:54 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:47:54 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:47:54 go: finding gopkg.in/yaml.v2 v2.2.8 16:48:09 Removing intermediate container 39a433866c1c 16:48:09 ---> e02f66e3704a 16:48:09 Successfully built e02f66e3704a 16:48:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:48:10 + docker inspect -f . ci-base-image-x86_64 16:48:10 . [Pipeline] withDockerContainer 16:48:11 prd-centos7-docker-4c-2g-59 does not seem to be running inside a container 16:48:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/23 -v /w/workspace/app-service-configurable/23:/w/workspace/app-service-configurable/23:rw,z -v /w/workspace/app-service-configurable/23@tmp:/w/workspace/app-service-configurable/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:48:11 $ docker top fb864ed32b72887c13c34f468e406c772b4237c93957448a6978f5ba657a65c5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:12 + go version 16:48:12 go version go1.13.5 linux/amd64 [Pipeline] sh 16:48:12 + make test 16:48:12 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:48:31 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:48:31 CGO_ENABLED=1 go vet ./... 16:48:34 gofmt -l . 16:48:34 [ "`gofmt -l .`" = "" ] 16:48:34 ./bin/test-go-mod-tidy.sh 16:48:35 ./bin/test-attribution-txt.sh [Pipeline] stash 16:48:35 Stashed 1 file(s) [Pipeline] } 16:48:35 $ docker stop --time=1 fb864ed32b72887c13c34f468e406c772b4237c93957448a6978f5ba657a65c5 16:48:37 $ docker rm -f fb864ed32b72887c13c34f468e406c772b4237c93957448a6978f5ba657a65c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:48:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:48:42 + ls -al . 16:48:42 total 96 16:48:42 drwxrwxr-x. 7 jenkins jenkins 4096 May 19 16:48 . 16:48:42 drwxrwxr-x. 4 jenkins jenkins 30 May 19 16:47 .. 16:48:42 -rw-rw-r--. 1 jenkins jenkins 6027 May 19 16:47 Attribution.txt 16:48:42 drwxrwxr-x. 2 jenkins jenkins 64 May 19 16:47 bin 16:48:42 -rw-r--r--. 1 jenkins jenkins 10 May 19 16:48 coverage.out 16:48:42 -rw-rw-r--. 1 jenkins jenkins 180 May 19 16:47 docker-compose.debug.yml 16:48:42 -rw-rw-r--. 1 jenkins jenkins 133 May 19 16:47 docker-compose.yml 16:48:42 -rw-rw-r--. 1 jenkins jenkins 1896 May 19 16:47 Dockerfile 16:48:42 -rw-rw-r--. 1 jenkins jenkins 966 May 19 16:47 Dockerfile.build 16:48:42 -rw-rw-r--. 1 jenkins jenkins 127 May 19 16:47 .dockerignore 16:48:42 drwxrwxr-x. 8 jenkins jenkins 162 May 19 16:47 .git 16:48:42 -rw-rw-r--. 1 jenkins jenkins 93 May 19 16:47 .gitignore 16:48:42 -rw-r--r--. 1 jenkins jenkins 126 May 19 16:48 go.mod 16:48:42 -rw-r--r--. 1 jenkins jenkins 18573 May 19 16:48 go.sum 16:48:42 -rw-rw-r--. 1 jenkins jenkins 689 May 19 16:47 Jenkinsfile 16:48:42 -rw-rw-r--. 1 jenkins jenkins 10174 May 19 16:47 LICENSE 16:48:42 -rw-rw-r--. 1 jenkins jenkins 1617 May 19 16:47 main.go 16:48:42 -rw-rw-r--. 1 jenkins jenkins 1573 May 19 16:47 makefile 16:48:42 -rw-rw-r--. 1 jenkins jenkins 481 May 19 16:47 README.md 16:48:42 drwxrwxr-x. 10 jenkins jenkins 171 May 19 16:47 res 16:48:42 drwxrwxr-x. 3 jenkins jenkins 32 May 19 16:47 .semver 16:48:42 drwxrwxr-x. 4 jenkins jenkins 71 May 19 16:47 snap 16:48:42 -rw-rw-r--. 1 jenkins jenkins 11 May 19 16:44 VERSION [Pipeline] isUnix [Pipeline] sh 16:48:42 + 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=ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e --label arch=amd64 --label version=1.1.1-dev.2 . 16:48:42 Sending build context to Docker daemon 314.4kB 16:48:42 Step 1/24 : ARG BASE=golang:1.13-alpine 16:48:42 Step 2/24 : FROM ${BASE} AS builder 16:48:42 ---> e02f66e3704a 16:48:42 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:48:43 ---> Running in fcfacb904b3f 16:48:44 Removing intermediate container fcfacb904b3f 16:48:44 ---> f96a7519853a 16:48:44 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 16:48:44 ---> Running in 3054be3486e2 16:48:44 Removing intermediate container 3054be3486e2 16:48:44 ---> 0a40906db221 16:48:44 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:48:44 ---> Running in 3a058e143e02 16:48:44 Removing intermediate container 3a058e143e02 16:48:44 ---> 9b5260a2023e 16:48:44 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:44 ---> Running in f39f7032de04 16:48:46 Removing intermediate container f39f7032de04 16:48:46 ---> 602b96360a95 16:48:46 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:48:46 ---> Running in 606b74fdb6be 16:48:46 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:48:47 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:48:48 OK: 145 MiB in 45 packages 16:48:49 Removing intermediate container 606b74fdb6be 16:48:49 ---> 890849b61813 16:48:49 Step 8/24 : WORKDIR /app 16:48:49 ---> Running in e5546e90fc68 16:48:49 Removing intermediate container e5546e90fc68 16:48:49 ---> c7635dbd2779 16:48:49 Step 9/24 : COPY go.mod . 16:48:49 ---> 756e0c4c4e49 16:48:49 Step 10/24 : RUN go mod download 16:48:49 ---> Running in 047679196fda 16:48:50 Removing intermediate container 047679196fda 16:48:50 ---> 4ad1a7d4d137 16:48:50 Step 11/24 : COPY . . 16:48:50 ---> 489fa7459ae6 16:48:50 Step 12/24 : ARG MAKE="make build" 16:48:50 ---> Running in a714c4b9fff9 16:48:51 Removing intermediate container a714c4b9fff9 16:48:51 ---> 3dc6127cf4c9 16:48:51 Step 13/24 : RUN $MAKE 16:48:51 ---> Running in 09a4509febdf 16:48:51 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.2" -o app-service-configurable 16:48:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-60 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 16:48:54 Running in /w/workspace/app-service-configurable/23 [Pipeline] { [Pipeline] checkout 16:49:00 using credential edgex-jenkins-ssh 16:49:00 Cloning the remote Git repository 16:49:00 Cloning with configured refspecs honoured and without tags 16:49:00 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:49:00 > git init /w/workspace/app-service-configurable/23 # timeout=10 16:49:00 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:49:00 > git --version # timeout=10 16:49:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:49:01 Fetching without tags 16:49:01 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:49:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:49:01 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:49:01 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:49:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:49:02 Checking out Revision ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e (master) 16:49:02 > git config core.sparsecheckout # timeout=10 16:49:02 > git checkout -f ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e # timeout=10 16:49:07 Commit message: "Merge pull request #75 from rsdmike/#41" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:49:08 ========================================================= 16:49:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:49:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:49:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 16:49:09 Sending build context to Docker daemon 292.9kB 16:49:10 Step 1/8 : ARG BASE=golang:1.13-alpine 16:49:10 Step 2/8 : FROM ${BASE} 16:49:10 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:49:10 cde5963f3b93: Pulling fs layer 16:49:10 2a23fa8c16f7: Pulling fs layer 16:49:10 777b28850792: Pulling fs layer 16:49:10 8a11ddd9e578: Pulling fs layer 16:49:10 4cf88f913ddb: Pulling fs layer 16:49:10 1df406cf5192: Pulling fs layer 16:49:10 cd6300453558: Pulling fs layer 16:49:10 b9c365052c96: Pulling fs layer 16:49:10 a2d8cc88f415: Pulling fs layer 16:49:10 ea1d1ca13537: Pulling fs layer 16:49:10 3750a50a1c5e: Pulling fs layer 16:49:10 8a11ddd9e578: Waiting 16:49:10 4cf88f913ddb: Waiting 16:49:10 1df406cf5192: Waiting 16:49:10 cd6300453558: Waiting 16:49:10 b9c365052c96: Waiting 16:49:10 a2d8cc88f415: Waiting 16:49:10 ea1d1ca13537: Waiting 16:49:10 3750a50a1c5e: Waiting 16:49:10 777b28850792: Verifying Checksum 16:49:10 777b28850792: Download complete 16:49:10 4cf88f913ddb: Verifying Checksum 16:49:10 4cf88f913ddb: Download complete 16:49:10 1df406cf5192: Verifying Checksum 16:49:10 1df406cf5192: Download complete 16:49:10 cde5963f3b93: Verifying Checksum 16:49:10 cde5963f3b93: Download complete 16:49:11 cde5963f3b93: Pull complete 16:49:12 2a23fa8c16f7: Pull complete 16:49:12 777b28850792: Pull complete 16:49:13 Removing intermediate container 09a4509febdf 16:49:13 ---> 25037c50fed5 16:49:13 Step 14/24 : FROM alpine:latest 16:49:13 latest: Pulling from library/alpine 16:49:13 cbdbe7a5bc2a: Pulling fs layer 16:49:13 cbdbe7a5bc2a: Verifying Checksum 16:49:13 cbdbe7a5bc2a: Download complete 16:49:13 cbdbe7a5bc2a: Pull complete 16:49:13 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 16:49:13 Status: Downloaded newer image for alpine:latest 16:49:13 ---> f70734b6a266 16:49:13 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:49:14 ---> Running in 11d3bb4c8e52 16:49:14 Removing intermediate container 11d3bb4c8e52 16:49:14 ---> 9974ffcb4ec1 16:49:14 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 16:49:14 ---> Running in f03630c8c82e 16:49:14 Removing intermediate container f03630c8c82e 16:49:14 ---> 77bfbb29f6a8 16:49:14 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 16:49:14 ---> Running in c7b4f0dc3a7a 16:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:49:14 cd6300453558: Verifying Checksum 16:49:14 cd6300453558: Download complete 16:49:14 a2d8cc88f415: Verifying Checksum 16:49:14 a2d8cc88f415: Download complete 16:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:49:15 (1/6) Installing ca-certificates (20191127-r1) 16:49:15 (2/6) Installing libgcc (9.2.0-r4) 16:49:15 (3/6) Installing libsodium (1.0.18-r0) 16:49:15 (4/6) Installing libstdc++ (9.2.0-r4) 16:49:15 (5/6) Installing libzmq (4.3.2-r0) 16:49:15 (6/6) Installing zeromq (4.3.2-r0) 16:49:15 Executing busybox-1.31.1-r9.trigger 16:49:15 Executing ca-certificates-20191127-r1.trigger 16:49:15 OK: 9 MiB in 20 packages 16:49:16 Removing intermediate container c7b4f0dc3a7a 16:49:16 ---> d324ec788b79 16:49:16 Step 18/24 : COPY --from=builder /app/res/ /res/ 16:49:16 ---> cf81500d1e36 16:49:16 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:49:16 ---> 47df80a7d7ad 16:49:16 Step 20/24 : EXPOSE 48095 16:49:16 ---> Running in 079ec1440d63 16:49:16 Removing intermediate container 079ec1440d63 16:49:16 ---> 9b285f1d9de7 16:49:16 Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:17 ---> Running in 877d8740a980 16:49:17 Removing intermediate container 877d8740a980 16:49:17 ---> 48b8132d311c 16:49:17 Step 22/24 : LABEL arch=amd64 16:49:17 ---> Running in 31b4076f761c 16:49:17 Removing intermediate container 31b4076f761c 16:49:17 ---> 33823b8e1b02 16:49:17 Step 23/24 : LABEL git_sha=ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:49:17 ---> Running in a1ee077dd9ff 16:49:17 Removing intermediate container a1ee077dd9ff 16:49:17 ---> b2a7fa03f763 16:49:17 Step 24/24 : LABEL version=1.1.1-dev.2 16:49:17 ea1d1ca13537: Verifying Checksum 16:49:17 ea1d1ca13537: Download complete 16:49:17 3750a50a1c5e: Download complete 16:49:17 ---> Running in 837e1346d015 16:49:17 Removing intermediate container 837e1346d015 16:49:17 ---> 455a45dc87d2 16:49:17 [Warning] One or more build-args [ARCH] were not consumed 16:49:17 Successfully built 455a45dc87d2 16:49:17 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 16:49:18 provisioning config files... 16:49:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/23@tmp/config7622767404198346108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:49:18 nexus3.edgexfoundry.org:10001 16:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:18 Configure a credential helper to remove this warning. See 16:49:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:18 16:49:18 Login Succeeded 16:49:18 nexus3.edgexfoundry.org:10002 16:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:19 Configure a credential helper to remove this warning. See 16:49:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:19 16:49:19 Login Succeeded 16:49:19 nexus3.edgexfoundry.org:10003 16:49:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:19 Configure a credential helper to remove this warning. See 16:49:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:19 16:49:19 Login Succeeded 16:49:19 nexus3.edgexfoundry.org:10004 16:49:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:19 Configure a credential helper to remove this warning. See 16:49:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:19 16:49:19 Login Succeeded 16:49:19 docker.io 16:49:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:19 Configure a credential helper to remove this warning. See 16:49:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:19 16:49:19 Login Succeeded [Pipeline] } 16:49:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:20 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 16:49:20 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:49:20 latest 16:49:20 1.1.1-dev.2 16:49:20 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e-1.1.1-dev.2 16:49:20 master 16:49:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:49:20 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e [Pipeline] isUnix [Pipeline] sh 16:49:20 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:49:20 464c0a2ea045: Preparing 16:49:20 4249c4db3409: Preparing 16:49:20 b07371e9f89d: Preparing 16:49:20 3e207b409db3: Preparing 16:49:20 3e207b409db3: Layer already exists 16:49:20 4249c4db3409: Pushed 16:49:21 b9c365052c96: Verifying Checksum 16:49:21 b9c365052c96: Download complete 16:49:21 b07371e9f89d: Pushed 16:49:22 464c0a2ea045: Pushed 16:49:22 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e: digest: sha256:009c3e7ae4fe164c0ade041be2d60b0afbef7eefbe4385c169ddec7a95927eb2 size: 1158 [Pipeline] isUnix [Pipeline] sh 16:49:23 8a11ddd9e578: Verifying Checksum 16:49:23 8a11ddd9e578: Download complete 16:49:23 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 16:49:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 16:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:49:23 464c0a2ea045: Preparing 16:49:23 4249c4db3409: Preparing 16:49:23 b07371e9f89d: Preparing 16:49:23 3e207b409db3: Preparing 16:49:23 464c0a2ea045: Layer already exists 16:49:23 4249c4db3409: Layer already exists 16:49:23 3e207b409db3: Layer already exists 16:49:23 b07371e9f89d: Layer already exists 16:49:23 latest: digest: sha256:009c3e7ae4fe164c0ade041be2d60b0afbef7eefbe4385c169ddec7a95927eb2 size: 1158 [Pipeline] isUnix [Pipeline] sh 16:49:23 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:49:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.2 16:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:49:24 464c0a2ea045: Preparing 16:49:24 4249c4db3409: Preparing 16:49:24 b07371e9f89d: Preparing 16:49:24 3e207b409db3: Preparing 16:49:24 3e207b409db3: Layer already exists 16:49:24 464c0a2ea045: Layer already exists 16:49:24 4249c4db3409: Layer already exists 16:49:24 b07371e9f89d: Layer already exists 16:49:24 1.1.1-dev.2: digest: sha256:009c3e7ae4fe164c0ade041be2d60b0afbef7eefbe4385c169ddec7a95927eb2 size: 1158 [Pipeline] isUnix [Pipeline] sh 16:49:24 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e-1.1.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:49:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e-1.1.1-dev.2 16:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:49:24 464c0a2ea045: Preparing 16:49:24 4249c4db3409: Preparing 16:49:24 b07371e9f89d: Preparing 16:49:24 3e207b409db3: Preparing 16:49:24 464c0a2ea045: Layer already exists 16:49:24 4249c4db3409: Layer already exists 16:49:24 b07371e9f89d: Layer already exists 16:49:24 3e207b409db3: Layer already exists 16:49:24 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e-1.1.1-dev.2: digest: sha256:009c3e7ae4fe164c0ade041be2d60b0afbef7eefbe4385c169ddec7a95927eb2 size: 1158 [Pipeline] isUnix [Pipeline] sh 16:49:25 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 16:49:25 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 16:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 16:49:25 464c0a2ea045: Preparing 16:49:25 4249c4db3409: Preparing 16:49:25 b07371e9f89d: Preparing 16:49:25 3e207b409db3: Preparing 16:49:25 4249c4db3409: Layer already exists 16:49:25 464c0a2ea045: Layer already exists 16:49:25 3e207b409db3: Layer already exists 16:49:25 b07371e9f89d: Layer already exists 16:49:25 master: digest: sha256:009c3e7ae4fe164c0ade041be2d60b0afbef7eefbe4385c169ddec7a95927eb2 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] } 16:49:35 8a11ddd9e578: Pull complete 16:49:35 4cf88f913ddb: Pull complete 16:49:35 1df406cf5192: Pull complete 16:49:40 cd6300453558: Pull complete 16:49:45 b9c365052c96: Pull complete 16:49:45 a2d8cc88f415: Pull complete 16:49:47 ea1d1ca13537: Pull complete 16:49:48 3750a50a1c5e: Pull complete 16:49:48 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:49:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:49:48 ---> 78745c68409d 16:49:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:49:52 ---> Running in 4e0ab41f99c4 16:49:53 Removing intermediate container 4e0ab41f99c4 16:49:53 ---> 90bc5bb2a437 16:49:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:49:53 ---> Running in 6333fb52461b 16:49:55 Removing intermediate container 6333fb52461b 16:49:55 ---> 37bbb1c5ad29 16:49:55 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 16:49:55 ---> Running in 06c77930633d 16:49:56 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:49:56 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:49:57 (1/6) Installing libc-dev (0.7.2-r0) 16:49:57 (2/6) Installing libsodium (1.0.18-r0) 16:49:57 (3/6) Installing pkgconf (1.6.3-r0) 16:49:57 (4/6) Installing libsodium-dev (1.0.18-r0) 16:49:57 (5/6) Installing libzmq (4.3.2-r0) 16:49:58 (6/6) Installing zeromq-dev (4.3.2-r0) 16:49:58 Executing busybox-1.31.1-r8.trigger 16:49:58 OK: 127 MiB in 45 packages 16:49:59 Removing intermediate container 06c77930633d 16:49:59 ---> 11842563e6da 16:49:59 Step 6/8 : WORKDIR /app 16:49:59 ---> Running in a422efb85675 16:50:00 Removing intermediate container a422efb85675 16:50:00 ---> 4e59a3f85c97 16:50:00 Step 7/8 : COPY . . 16:50:01 ---> 322ccb0fb788 16:50:01 Step 8/8 : RUN go mod download 16:50:01 ---> Running in 8c3b58ac105f 16:50:03 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:50:03 go: finding github.com/BurntSushi/toml v0.3.1 16:50:03 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:50:03 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:50:03 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:50:03 go: finding github.com/bgentry/speakeasy v0.1.0 16:50:03 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:50:03 go: finding github.com/davecgh/go-spew v1.1.1 16:50:03 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:50:03 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 16:50:03 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.0 16:50:03 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 16:50:03 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:50:03 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 16:50:03 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 16:50:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 16:50:03 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:50:03 go: finding github.com/fatih/color v1.7.0 16:50:03 go: finding github.com/fsnotify/fsnotify v1.4.7 16:50:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:50:03 go: finding github.com/go-kit/kit v0.8.0 16:50:03 go: finding github.com/go-logfmt/logfmt v0.4.0 16:50:03 go: finding github.com/go-redis/redis/v7 v7.2.0 16:50:03 go: finding github.com/go-stack/stack v1.8.0 16:50:03 go: finding github.com/golang/protobuf v1.3.2 16:50:03 go: finding github.com/golang/snappy v0.0.1 16:50:03 go: finding github.com/gomodule/redigo v2.0.0+incompatible 16:50:03 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:50:04 go: finding github.com/google/go-cmp v0.4.0 16:50:04 go: finding github.com/google/uuid v1.1.1 16:50:04 go: finding github.com/gorilla/mux v1.7.4 16:50:04 go: finding github.com/hashicorp/consul/api v1.1.0 16:50:04 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:50:04 go: finding github.com/hashicorp/errwrap v1.0.0 16:50:04 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:50:04 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:50:04 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:50:04 go: finding github.com/hashicorp/go-multierror v1.0.0 16:50:04 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:50:04 go: finding github.com/hashicorp/go-sockaddr v1.0.0 16:50:04 go: finding github.com/hashicorp/go-syslog v1.0.0 16:50:04 go: finding github.com/hashicorp/go-uuid v1.0.1 16:50:04 go: finding github.com/hashicorp/go.net v0.0.1 16:50:04 go: finding github.com/hashicorp/golang-lru v0.5.0 16:50:04 go: finding github.com/hashicorp/logutils v1.0.0 16:50:04 go: finding github.com/hashicorp/mdns v1.0.0 16:50:04 go: finding github.com/hashicorp/memberlist v0.1.3 16:50:04 go: finding github.com/hashicorp/serf v0.8.2 16:50:04 go: finding github.com/hpcloud/tail v1.0.0 16:50:04 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:50:04 go: finding github.com/kr/pretty v0.1.0 16:50:04 go: finding github.com/kr/pty v1.1.1 16:50:04 go: finding github.com/kr/text v0.1.0 16:50:04 go: finding github.com/mattn/go-colorable v0.0.9 16:50:04 go: finding github.com/mattn/go-isatty v0.0.3 16:50:04 go: finding github.com/miekg/dns v1.0.14 16:50:04 go: finding github.com/mitchellh/cli v1.0.0 16:50:04 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:50:04 go: finding github.com/mitchellh/copystructure v1.0.0 16:50:04 go: finding github.com/mitchellh/go-homedir v1.0.0 16:50:04 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:50:04 go: finding github.com/mitchellh/gox v0.4.0 16:50:04 go: finding github.com/mitchellh/iochan v1.0.0 16:50:04 go: finding github.com/mitchellh/mapstructure v1.1.2 16:50:04 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:50:04 go: finding github.com/onsi/ginkgo v1.10.1 16:50:04 go: finding github.com/onsi/gomega v1.7.0 16:50:04 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:50:04 go: finding github.com/pebbe/zmq4 v1.0.0 16:50:04 go: finding github.com/pelletier/go-toml v1.2.0 16:50:04 go: finding github.com/pkg/errors v0.8.1 16:50:04 go: finding github.com/pmezard/go-difflib v1.0.0 16:50:04 go: finding github.com/posener/complete v1.1.1 16:50:04 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 16:50:04 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:50:04 go: finding github.com/stretchr/objx v0.2.0 16:50:04 go: finding github.com/stretchr/testify v1.5.1 16:50:04 go: finding github.com/tidwall/pretty v1.0.1 16:50:04 go: finding github.com/ugorji/go v1.1.4 16:50:04 go: finding github.com/x448/float16 v0.8.4 16:50:04 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 16:50:04 go: finding github.com/xdg/stringprep v1.0.0 16:50:04 go: finding go.mongodb.org/mongo-driver v1.1.1 16:50:04 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:50:04 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:50:04 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:50:04 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 16:50:04 go: finding golang.org/x/text v0.3.2 16:50:04 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 16:50:04 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 16:50:04 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 16:50:04 go: finding gopkg.in/fsnotify.v1 v1.4.7 16:50:04 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 16:50:04 go: finding gopkg.in/yaml.v2 v2.2.8 16:50:27 Removing intermediate container 8c3b58ac105f 16:50:27 ---> a7a70df54606 16:50:27 Successfully built a7a70df54606 16:50:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:50:27 + docker inspect -f . ci-base-image-arm64 16:50:27 . [Pipeline] withDockerContainer 16:50:28 prd-ubuntu18.04-docker-arm64-4c-16g-60 does not seem to be running inside a container 16:50:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/23 -v /w/workspace/app-service-configurable/23:/w/workspace/app-service-configurable/23:rw,z -v /w/workspace/app-service-configurable/23@tmp:/w/workspace/app-service-configurable/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:50:29 $ docker top 84d50954440591a13936d2693b748cfbe9dedf6ce7fe0c1faede9388f13d0d09 -eo pid,comm [Pipeline] { [Pipeline] sh 16:50:31 + go version 16:50:31 go version go1.13.5 linux/arm64 [Pipeline] sh 16:50:31 + make test 16:50:31 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:51:19 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:51:19 CGO_ENABLED=1 go vet ./... 16:51:24 gofmt -l . 16:51:24 [ "`gofmt -l .`" = "" ] 16:51:24 ./bin/test-go-mod-tidy.sh 16:51:25 ./bin/test-attribution-txt.sh [Pipeline] stash 16:51:26 Warning: overwriting stash ‘coverage-report’ 16:51:26 Stashed 1 file(s) [Pipeline] } 16:51:26 $ docker stop --time=1 84d50954440591a13936d2693b748cfbe9dedf6ce7fe0c1faede9388f13d0d09 16:51:29 $ docker rm -f 84d50954440591a13936d2693b748cfbe9dedf6ce7fe0c1faede9388f13d0d09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:51:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:51:31 + ls -al . 16:51:31 total 120 16:51:31 drwxrwxr-x 7 jenkins jenkins 4096 May 19 16:51 . 16:51:31 drwxrwxr-x 4 jenkins jenkins 4096 May 19 16:49 .. 16:51:31 -rw-rw-r-- 1 jenkins jenkins 127 May 19 16:49 .dockerignore 16:51:31 drwxrwxr-x 8 jenkins jenkins 4096 May 19 16:49 .git 16:51:31 -rw-rw-r-- 1 jenkins jenkins 93 May 19 16:49 .gitignore 16:51:31 drwxrwxr-x 3 jenkins jenkins 4096 May 19 16:49 .semver 16:51:31 -rw-rw-r-- 1 jenkins jenkins 6027 May 19 16:49 Attribution.txt 16:51:31 -rw-rw-r-- 1 jenkins jenkins 1896 May 19 16:49 Dockerfile 16:51:31 -rw-rw-r-- 1 jenkins jenkins 966 May 19 16:49 Dockerfile.build 16:51:31 -rw-rw-r-- 1 jenkins jenkins 689 May 19 16:49 Jenkinsfile 16:51:31 -rw-rw-r-- 1 jenkins jenkins 10174 May 19 16:49 LICENSE 16:51:31 -rw-rw-r-- 1 jenkins jenkins 481 May 19 16:49 README.md 16:51:31 -rw-rw-r-- 1 jenkins jenkins 11 May 19 16:44 VERSION 16:51:31 drwxrwxr-x 2 jenkins jenkins 4096 May 19 16:49 bin 16:51:31 -rw-r--r-- 1 jenkins jenkins 10 May 19 16:50 coverage.out 16:51:31 -rw-rw-r-- 1 jenkins jenkins 180 May 19 16:49 docker-compose.debug.yml 16:51:31 -rw-rw-r-- 1 jenkins jenkins 133 May 19 16:49 docker-compose.yml 16:51:31 -rw-r--r-- 1 jenkins jenkins 126 May 19 16:51 go.mod 16:51:31 -rw-r--r-- 1 jenkins jenkins 18573 May 19 16:51 go.sum 16:51:31 -rw-rw-r-- 1 jenkins jenkins 1617 May 19 16:49 main.go 16:51:31 -rw-rw-r-- 1 jenkins jenkins 1573 May 19 16:49 makefile 16:51:31 drwxrwxr-x 10 jenkins jenkins 4096 May 19 16:49 res 16:51:31 drwxrwxr-x 4 jenkins jenkins 4096 May 19 16:49 snap [Pipeline] isUnix [Pipeline] sh 16:51:31 + 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=ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e --label arch=arm64 --label version=1.1.1-dev.2 . 16:51:32 Sending build context to Docker daemon 314.4kB 16:51:32 Step 1/24 : ARG BASE=golang:1.13-alpine 16:51:32 Step 2/24 : FROM ${BASE} AS builder 16:51:32 ---> a7a70df54606 16:51:32 Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:51:32 ---> Running in 421d32a5ef39 16:51:32 Removing intermediate container 421d32a5ef39 16:51:32 ---> 393b891911a3 16:51:32 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 16:51:32 ---> Running in 7f902e8a4264 16:51:33 Removing intermediate container 7f902e8a4264 16:51:33 ---> 86380e917a92 16:51:33 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:51:33 ---> Running in d353a1f65428 16:51:35 Removing intermediate container d353a1f65428 16:51:35 ---> a9997f767302 16:51:35 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:35 ---> Running in 6b5ca57bd3e0 16:51:37 Removing intermediate container 6b5ca57bd3e0 16:51:37 ---> d503d9186841 16:51:37 Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:51:37 ---> Running in 4bf5f8879064 16:51:38 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:51:39 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:51:39 OK: 127 MiB in 45 packages 16:51:40 Removing intermediate container 4bf5f8879064 16:51:40 ---> dacbe58ad3ff 16:51:40 Step 8/24 : WORKDIR /app 16:51:40 ---> Running in 4474d23fa457 16:51:41 Removing intermediate container 4474d23fa457 16:51:41 ---> 574f6e9b0112 16:51:41 Step 9/24 : COPY go.mod . 16:51:41 ---> 516cff8049a2 16:51:41 Step 10/24 : RUN go mod download 16:51:41 ---> Running in f0bd3cfcaf8a 16:51:44 Removing intermediate container f0bd3cfcaf8a 16:51:44 ---> d3f6e376d60b 16:51:44 Step 11/24 : COPY . . 16:51:44 ---> a651f1fcabad 16:51:44 Step 12/24 : ARG MAKE="make build" 16:51:44 ---> Running in 09c6768ea363 16:51:45 Removing intermediate container 09c6768ea363 16:51:45 ---> 050a1a00add8 16:51:45 Step 13/24 : RUN $MAKE 16:51:45 ---> Running in d2385b29dc7b 16:51:46 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.2" -o app-service-configurable 16:52:33 Removing intermediate container d2385b29dc7b 16:52:33 ---> a8690d267d12 16:52:33 Step 14/24 : FROM alpine:latest 16:52:33 latest: Pulling from library/alpine 16:52:33 29e5d40040c1: Pulling fs layer 16:52:33 29e5d40040c1: Verifying Checksum 16:52:33 29e5d40040c1: Download complete 16:52:33 29e5d40040c1: Pull complete 16:52:33 Digest: sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54 16:52:33 Status: Downloaded newer image for alpine:latest 16:52:33 ---> c20d2a9ab686 16:52:33 Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:52:33 ---> Running in d055edcf67a0 16:52:33 Removing intermediate container d055edcf67a0 16:52:33 ---> cd8ff4977fe6 16:52:33 Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} 16:52:33 ---> Running in eda849c63095 16:52:34 Removing intermediate container eda849c63095 16:52:34 ---> 14b2ba9c731c 16:52:34 Step 17/24 : RUN apk --no-cache add ca-certificates zeromq 16:52:34 ---> Running in 69c76d817798 16:52:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:52:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:52:35 (1/6) Installing ca-certificates (20191127-r1) 16:52:35 (2/6) Installing libgcc (9.2.0-r4) 16:52:35 (3/6) Installing libsodium (1.0.18-r0) 16:52:35 (4/6) Installing libstdc++ (9.2.0-r4) 16:52:35 (5/6) Installing libzmq (4.3.2-r0) 16:52:35 (6/6) Installing zeromq (4.3.2-r0) 16:52:35 Executing busybox-1.31.1-r9.trigger 16:52:35 Executing ca-certificates-20191127-r1.trigger 16:52:36 OK: 9 MiB in 20 packages 16:52:37 Removing intermediate container 69c76d817798 16:52:37 ---> d3d1b96ac240 16:52:37 Step 18/24 : COPY --from=builder /app/res/ /res/ 16:52:38 ---> 7e913c7fe52e 16:52:38 Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:52:40 ---> 7bc3c513a1fd 16:52:40 Step 20/24 : EXPOSE 48095 16:52:40 ---> Running in 70544670311e 16:52:40 Removing intermediate container 70544670311e 16:52:40 ---> 90343f7ba081 16:52:40 Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:40 ---> Running in 1b8cd6cbc157 16:52:40 Removing intermediate container 1b8cd6cbc157 16:52:40 ---> 5f51774a607f 16:52:40 Step 22/24 : LABEL arch=arm64 16:52:40 ---> Running in ed742277c05a 16:52:41 Removing intermediate container ed742277c05a 16:52:41 ---> 180bb215b621 16:52:41 Step 23/24 : LABEL git_sha=ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:52:41 ---> Running in 1b8c15a307c3 16:52:42 Removing intermediate container 1b8c15a307c3 16:52:42 ---> 93ba350da4df 16:52:42 Step 24/24 : LABEL version=1.1.1-dev.2 16:52:42 ---> Running in c64715a238df 16:52:42 Removing intermediate container c64715a238df 16:52:42 ---> 6dc2ae0335f8 16:52:42 [Warning] One or more build-args [ARCH] were not consumed 16:52:42 Successfully built 6dc2ae0335f8 16:52:42 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 16:52:43 provisioning config files... 16:52:43 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/23@tmp/config1989098874032163428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:52:43 nexus3.edgexfoundry.org:10001 16:52:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:44 Configure a credential helper to remove this warning. See 16:52:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:44 16:52:44 Login Succeeded 16:52:44 nexus3.edgexfoundry.org:10002 16:52:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:45 Configure a credential helper to remove this warning. See 16:52:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:45 16:52:45 Login Succeeded 16:52:45 nexus3.edgexfoundry.org:10003 16:52:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:46 Configure a credential helper to remove this warning. See 16:52:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:46 16:52:46 Login Succeeded 16:52:46 nexus3.edgexfoundry.org:10004 16:52:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:46 Configure a credential helper to remove this warning. See 16:52:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:46 16:52:46 Login Succeeded 16:52:46 docker.io 16:52:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:47 Configure a credential helper to remove this warning. See 16:52:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:47 16:52:47 Login Succeeded [Pipeline] } 16:52:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:52:47 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 16:52:47 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:52:47 latest 16:52:47 1.1.1-dev.2 16:52:47 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e-1.1.1-dev.2 16:52:47 master 16:52:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:52:48 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e [Pipeline] isUnix [Pipeline] sh 16:52:49 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:52:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:52:49 99a5eb863447: Preparing 16:52:49 a600f8ff5d5f: Preparing 16:52:49 10052199c673: Preparing 16:52:49 678a0785e7d2: Preparing 16:52:49 678a0785e7d2: Layer already exists 16:52:49 a600f8ff5d5f: Pushed 16:52:50 10052199c673: Pushed 16:52:54 99a5eb863447: Pushed 16:52:54 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e: digest: sha256:a0ba27c46aa5617e45cd6df9c9ec98e64a65aa9e1e5f2ef0a0c6d67d28ee766a size: 1158 [Pipeline] isUnix [Pipeline] sh 16:52:54 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:52:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 16:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:52:55 99a5eb863447: Preparing 16:52:55 a600f8ff5d5f: Preparing 16:52:55 10052199c673: Preparing 16:52:55 678a0785e7d2: Preparing 16:52:55 a600f8ff5d5f: Layer already exists 16:52:55 99a5eb863447: Layer already exists 16:52:55 678a0785e7d2: Layer already exists 16:52:55 10052199c673: Layer already exists 16:52:55 latest: digest: sha256:a0ba27c46aa5617e45cd6df9c9ec98e64a65aa9e1e5f2ef0a0c6d67d28ee766a size: 1158 [Pipeline] isUnix [Pipeline] sh 16:52:56 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:52:56 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.2 16:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:52:57 99a5eb863447: Preparing 16:52:57 a600f8ff5d5f: Preparing 16:52:57 10052199c673: Preparing 16:52:57 678a0785e7d2: Preparing 16:52:57 10052199c673: Layer already exists 16:52:57 678a0785e7d2: Layer already exists 16:52:57 99a5eb863447: Layer already exists 16:52:57 a600f8ff5d5f: Layer already exists 16:52:57 1.1.1-dev.2: digest: sha256:a0ba27c46aa5617e45cd6df9c9ec98e64a65aa9e1e5f2ef0a0c6d67d28ee766a size: 1158 [Pipeline] isUnix [Pipeline] sh 16:52:57 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e-1.1.1-dev.2 [Pipeline] isUnix [Pipeline] sh 16:52:57 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e-1.1.1-dev.2 16:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:52:58 99a5eb863447: Preparing 16:52:58 a600f8ff5d5f: Preparing 16:52:58 10052199c673: Preparing 16:52:58 678a0785e7d2: Preparing 16:52:58 99a5eb863447: Layer already exists 16:52:58 678a0785e7d2: Layer already exists 16:52:58 10052199c673: Layer already exists 16:52:58 a600f8ff5d5f: Layer already exists 16:52:58 ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e-1.1.1-dev.2: digest: sha256:a0ba27c46aa5617e45cd6df9c9ec98e64a65aa9e1e5f2ef0a0c6d67d28ee766a size: 1158 [Pipeline] isUnix [Pipeline] sh 16:52:58 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 16:52:59 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 16:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 16:52:59 99a5eb863447: Preparing 16:52:59 a600f8ff5d5f: Preparing 16:52:59 10052199c673: Preparing 16:52:59 678a0785e7d2: Preparing 16:52:59 678a0785e7d2: Layer already exists 16:52:59 10052199c673: Layer already exists 16:52:59 a600f8ff5d5f: Layer already exists 16:52:59 99a5eb863447: Layer already exists 16:52:59 master: digest: sha256:a0ba27c46aa5617e45cd6df9c9ec98e64a65aa9e1e5f2ef0a0c6d67d28ee766a 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 16:53:01 provisioning config files... 16:53:01 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config7661200816204686297tmp [Pipeline] { [Pipeline] sh 16:53:01 + curl -s https://codecov.io/bash 16:53:01 + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config7661200816204686297tmp 16:53:01 16:53:01 _____ _ 16:53:01 / ____| | | 16:53:01 | | ___ __| | ___ ___ _____ __ 16:53:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:53:01 | |___| (_) | (_| | __/ (_| (_) \ V / 16:53:01 \_____\___/ \__,_|\___|\___\___/ \_/ 16:53:01 Bash-20200430-d757c17 16:53:01 16:53:01 16:53:01 ==> Jenkins CI detected. 16:53:01 project root: . 16:53:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:53:01 ==> Running gcov in . (disable via -X gcov) 16:53:01 ==> Python coveragepy not found 16:53:01 ==> Searching for coverage reports in: 16:53:01 + . 16:53:01 -> Found 1 reports 16:53:01 ==> Detecting git/mercurial file structure 16:53:01 ==> Reading reports 16:53:01 + ./coverage.out bytes=10 16:53:01 ==> Appending adjustments 16:53:01 https://docs.codecov.io/docs/fixing-reports 16:53:01 + Found adjustments 16:53:01 ==> Gzipping contents 16:53:01 ==> Uploading reports 16:53:01 url: https://codecov.io 16:53:01 query: branch=master&commit=ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F23%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 16:53:01 -> Pinging Codecov 16:53:01 https://codecov.io/upload/v4?package=bash-20200430-d757c17&token=secret&branch=master&commit=ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F23%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= 16:53:02 -> Uploading 16:53:03 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e [Pipeline] } 16:53:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:53:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 16:53:04 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 16:53:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 16:53:04 16:53:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 16:53:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 16:53:05 1.217.3: Pulling from edgex-devops/edgex-snyk-go 16:53:05 cbdbe7a5bc2a: Pulling fs layer 16:53:05 408f87550127: Pulling fs layer 16:53:05 fe522b08c979: Pulling fs layer 16:53:05 221eaa008020: Pulling fs layer 16:53:05 2a4607e5d6b9: Pulling fs layer 16:53:05 95d3c3421fef: Pulling fs layer 16:53:05 2fec7dd152b6: Pulling fs layer 16:53:05 d65e43aa86fe: Pulling fs layer 16:53:05 10a7cc25405e: Pulling fs layer 16:53:05 221eaa008020: Waiting 16:53:05 2a4607e5d6b9: Waiting 16:53:05 95d3c3421fef: Waiting 16:53:05 2fec7dd152b6: Waiting 16:53:05 d65e43aa86fe: Waiting 16:53:05 10a7cc25405e: Waiting 16:53:05 fe522b08c979: Download complete 16:53:05 408f87550127: Download complete 16:53:05 2a4607e5d6b9: Verifying Checksum 16:53:05 2a4607e5d6b9: Download complete 16:53:05 95d3c3421fef: Verifying Checksum 16:53:05 95d3c3421fef: Download complete 16:53:05 cbdbe7a5bc2a: Verifying Checksum 16:53:05 cbdbe7a5bc2a: Download complete 16:53:05 cbdbe7a5bc2a: Pull complete 16:53:05 2fec7dd152b6: Verifying Checksum 16:53:05 2fec7dd152b6: Download complete 16:53:05 408f87550127: Pull complete 16:53:05 d65e43aa86fe: Verifying Checksum 16:53:05 d65e43aa86fe: Download complete 16:53:06 fe522b08c979: Pull complete 16:53:06 10a7cc25405e: Verifying Checksum 16:53:06 10a7cc25405e: Download complete 16:53:06 221eaa008020: Verifying Checksum 16:53:06 221eaa008020: Download complete 16:53:25 221eaa008020: Pull complete 16:53:25 2a4607e5d6b9: Pull complete 16:53:25 95d3c3421fef: Pull complete 16:53:25 2fec7dd152b6: Pull complete 16:53:28 d65e43aa86fe: Pull complete 16:53:29 10a7cc25405e: Pull complete 16:53:29 Digest: sha256:f69c3a2814e8191a177e5024c1aa2982a1df1c15a1f5ff5a42290ad3eeac8c0b 16:53:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 16:53:29 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:53:29 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 16:53:31 $ docker top 7820d789657b1b87cc59ee2e0a6258cffc9dba06d8ef9f4bfe51577dc4dfbe56 -eo pid,comm [Pipeline] { [Pipeline] sh 16:53:32 + snyk monitor '--org=edgex-jenkins' 16:53:50 16:53:50 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 16:53:50 16:53:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/adbf3882-95fb-4fb7-9227-b08ec19e22e6 16:53:50 16:53:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:53:50 16:53:50 [Pipeline] } 16:53:50 $ docker stop --time=1 7820d789657b1b87cc59ee2e0a6258cffc9dba06d8ef9f4bfe51577dc4dfbe56 16:53:51 $ docker rm -f 7820d789657b1b87cc59ee2e0a6258cffc9dba06d8ef9f4bfe51577dc4dfbe56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:53:53 16:53:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 16:53:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:53:53 latest: Pulling from edgex-devops/edgex-klar 16:53:53 e7c96db7181b: Pulling fs layer 16:53:53 1868ca2cb446: Pulling fs layer 16:53:53 136be5d0fe8e: Pulling fs layer 16:53:53 894bfe63afcb: Pulling fs layer 16:53:53 894bfe63afcb: Waiting 16:53:53 1868ca2cb446: Verifying Checksum 16:53:53 1868ca2cb446: Download complete 16:53:53 136be5d0fe8e: Download complete 16:53:53 e7c96db7181b: Download complete 16:53:53 894bfe63afcb: Verifying Checksum 16:53:53 894bfe63afcb: Download complete 16:53:54 e7c96db7181b: Pull complete 16:53:54 1868ca2cb446: Pull complete 16:53:54 136be5d0fe8e: Pull complete 16:53:54 894bfe63afcb: Pull complete 16:53:54 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 16:53:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 16:53:54 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:53: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:53:55 $ docker top 3b0904f4808b3048c348c11aa38e51af0a14c81fa8cd3721cdc5b8e8b3606c11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:53:55 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:53:55 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:54:00 $ docker stop --time=1 3b0904f4808b3048c348c11aa38e51af0a14c81fa8cd3721cdc5b8e8b3606c11 16:54:01 $ docker rm -f 3b0904f4808b3048c348c11aa38e51af0a14c81fa8cd3721cdc5b8e8b3606c11 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:54:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:54:02 . [Pipeline] withDockerContainer 16:54:02 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:54:02 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:54:02 $ docker top 24953901491d8fefe7369627c991f6d49d2f45c8e818f4f8ac88f7d85067ea34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:54:03 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:54:03 + tee 16:54:03 clair timeout 1m0s 16:54:03 docker timeout: 1m0s 16:54:03 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:54:04 $ docker stop --time=1 24953901491d8fefe7369627c991f6d49d2f45c8e818f4f8ac88f7d85067ea34 16:54:05 $ docker rm -f 24953901491d8fefe7369627c991f6d49d2f45c8e818f4f8ac88f7d85067ea34 [Pipeline] // withDockerContainer [Pipeline] sh 16:54:05 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 16:54:05 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e.html [Pipeline] writeFile [Pipeline] step 16:54:06 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 16:54:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:54:06 . [Pipeline] withDockerContainer 16:54:06 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:54:06 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:54:07 $ docker top 1b4312eeb092f9fdcf270f2d52abfb787f44f73bb1014a717855eee4f6d05162 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:54:07 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:54:07 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:54:12 $ docker stop --time=1 1b4312eeb092f9fdcf270f2d52abfb787f44f73bb1014a717855eee4f6d05162 16:54:13 $ docker rm -f 1b4312eeb092f9fdcf270f2d52abfb787f44f73bb1014a717855eee4f6d05162 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:54:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 16:54:13 . [Pipeline] withDockerContainer 16:54:13 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:54:14 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 16:54:14 $ docker top b1ed368e8139e8ecb47c158c3f2a9f12ce733b103f3c0de9e52011cd849e4ce7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:54:15 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e 16:54:15 + tee 16:54:15 clair timeout 1m0s 16:54:15 docker timeout: 1m0s 16:54:15 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:54:15 $ docker stop --time=1 b1ed368e8139e8ecb47c158c3f2a9f12ce733b103f3c0de9e52011cd849e4ce7 16:54:17 $ docker rm -f b1ed368e8139e8ecb47c158c3f2a9f12ce733b103f3c0de9e52011cd849e4ce7 [Pipeline] // withDockerContainer [Pipeline] sh 16:54:17 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 16:54:17 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e.html [Pipeline] writeFile [Pipeline] step 16:54:17 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 16:54:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:18 . [Pipeline] withDockerContainer 16:54:18 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:54:18 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:54:19 $ docker top 006d911ea99324243eaab50271fa568ce82d54ae8afc8aca6d6113d66805a2c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:54:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:54:19 [ssh-agent] Looking for ssh-agent implementation... 16:54:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:54:19 $ docker exec 006d911ea99324243eaab50271fa568ce82d54ae8afc8aca6d6113d66805a2c5 ssh-agent 16:54:19 SSH_AUTH_SOCK=/tmp/ssh-xRjuh6Ut8W5l/agent.15 16:54:19 SSH_AGENT_PID=22 16:54:19 Running ssh-add (command line suppressed) 16:54:20 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3966806346919136757.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3966806346919136757.key) 16:54:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:54:20 + git semver tag 16:54:20 # -> Open(): unable to determine branch for HEAD 16:54:20 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 16:54:20 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 16:54:20 # $SEMVER_REMOTE_NAME = origin 16:54:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:54:20 # $SEMVER_USER_NAME = edgex-jenkins 16:54:20 # $SEMVER_BRANCH = master 16:54:20 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 16:54:20 # ec92aff0d23bf4d2fd1e2f36e60f884f7057d28e HEAD 16:54:20 # -> Force: false 16:54:20 # ec260bdfac278d52903cccacfc575dcc051f0cff refs/tags/v1.1.1-dev.2 [Pipeline] } 16:54:20 $ docker exec --env ******** --env ******** 006d911ea99324243eaab50271fa568ce82d54ae8afc8aca6d6113d66805a2c5 ssh-agent -k 16:54:20 unset SSH_AUTH_SOCK; 16:54:20 unset SSH_AGENT_PID; 16:54:20 echo Agent pid 22 killed; 16:54:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:54:21 + git semver [Pipeline] } 16:54:21 $ docker stop --time=1 006d911ea99324243eaab50271fa568ce82d54ae8afc8aca6d6113d66805a2c5 16:54:22 $ docker rm -f 006d911ea99324243eaab50271fa568ce82d54ae8afc8aca6d6113d66805a2c5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:54:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:54:23 16:54:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:54:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:54:23 0.23.1-centos7: Pulling from edgex-lftools 16:54:23 ab5ef0e58194: Pulling fs layer 16:54:23 9712f1f96733: Pulling fs layer 16:54:23 63f879dbbcfc: Pulling fs layer 16:54:23 0d9ebad4ef96: Pulling fs layer 16:54:23 e9a5061849ea: Pulling fs layer 16:54:23 d747dcd14b5f: Pulling fs layer 16:54:23 2de7ff778b66: Pulling fs layer 16:54:23 0d9ebad4ef96: Waiting 16:54:23 e9a5061849ea: Waiting 16:54:23 2de7ff778b66: Waiting 16:54:23 d747dcd14b5f: Waiting 16:54:23 9712f1f96733: Verifying Checksum 16:54:23 9712f1f96733: Download complete 16:54:24 63f879dbbcfc: Verifying Checksum 16:54:24 63f879dbbcfc: Download complete 16:54:24 e9a5061849ea: Download complete 16:54:24 d747dcd14b5f: Verifying Checksum 16:54:24 d747dcd14b5f: Download complete 16:54:24 0d9ebad4ef96: Verifying Checksum 16:54:24 0d9ebad4ef96: Download complete 16:54:24 2de7ff778b66: Verifying Checksum 16:54:24 2de7ff778b66: Download complete 16:54:24 ab5ef0e58194: Verifying Checksum 16:54:24 ab5ef0e58194: Download complete 16:54:30 ab5ef0e58194: Pull complete 16:54:30 9712f1f96733: Pull complete 16:54:31 63f879dbbcfc: Pull complete 16:54:37 0d9ebad4ef96: Pull complete 16:54:39 e9a5061849ea: Pull complete 16:54:39 d747dcd14b5f: Pull complete 16:54:43 2de7ff778b66: Pull complete 16:54:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:54:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:54:43 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:54:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:54:45 $ docker top af7af16a72749f7d58ca167bd044370029864fc9e72f2dbe2fdd2a1c3298e927 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:54:45 provisioning config files... 16:54:45 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config1167974104351175992tmp 16:54:45 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3868520757222591597tmp 16:54:45 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2730450446283043114tmp [Pipeline] { [Pipeline] echo 16:54:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:54:45 ---> sigul-configuration.sh 16:54:45 gpg: directory `/root/.gnupg' created 16:54:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:54:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:54:45 gpg: keyring `/root/.gnupg/secring.gpg' created 16:54:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:54:45 gpg: CAST5 encrypted data 16:54:45 gpg: encrypted with 1 passphrase 16:54:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:54:46 + mkdir /home/jenkins 16:54:46 + mkdir /home/jenkins/sigul [Pipeline] sh 16:54:46 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 16:54:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:54:46 ---> sigul-install.sh 16:54:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:54:53 + git tag --list 16:54:53 v1.1.1-dev.2 [Pipeline] sh 16:54:53 + lftools sign git-tag v1.1.1-dev.2 16:54:54 Signing Git tag with Sigul... 16:54:54 Signing v1.1.1-dev.2 [Pipeline] echo 16:54:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:54:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:54:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:54:56 $ docker stop --time=1 af7af16a72749f7d58ca167bd044370029864fc9e72f2dbe2fdd2a1c3298e927 16:54:57 $ docker rm -f af7af16a72749f7d58ca167bd044370029864fc9e72f2dbe2fdd2a1c3298e927 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:54:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:58 . [Pipeline] withDockerContainer 16:54:58 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:54:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:54:59 $ docker top 2d275992f1f97286b9a812d80aea1cfb75776560f6f7a193fae6517471357532 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:54:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:54:59 [ssh-agent] Looking for ssh-agent implementation... 16:54:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:54:59 $ docker exec 2d275992f1f97286b9a812d80aea1cfb75776560f6f7a193fae6517471357532 ssh-agent 16:54:59 SSH_AUTH_SOCK=/tmp/ssh-4F1C97F6QuTp/agent.15 16:54:59 SSH_AGENT_PID=21 16:54:59 Running ssh-add (command line suppressed) 16:55:00 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1297605445781093563.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1297605445781093563.key) 16:55:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:55:00 + git semver bump pre 16:55:00 # -> Open(): unable to determine branch for HEAD 16:55:00 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 16:55:00 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 16:55:00 # $SEMVER_REMOTE_NAME = origin 16:55:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:55:00 # $SEMVER_USER_NAME = edgex-jenkins 16:55:00 # $SEMVER_BRANCH = master 16:55:00 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 16:55:00 1.1.1-dev.3 [Pipeline] } 16:55:00 $ docker exec --env ******** --env ******** 2d275992f1f97286b9a812d80aea1cfb75776560f6f7a193fae6517471357532 ssh-agent -k 16:55:00 unset SSH_AUTH_SOCK; 16:55:00 unset SSH_AGENT_PID; 16:55:00 echo Agent pid 21 killed; 16:55:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:55:01 + git semver [Pipeline] } 16:55:01 $ docker stop --time=1 2d275992f1f97286b9a812d80aea1cfb75776560f6f7a193fae6517471357532 16:55:02 $ docker rm -f 2d275992f1f97286b9a812d80aea1cfb75776560f6f7a193fae6517471357532 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:55:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:55:03 . [Pipeline] withDockerContainer 16:55:03 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:55:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:55:03 $ docker top ba77e12565fa314ff4d3f6dd55ca4742f107f8b62970380339bb982987169164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:55:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:55:04 [ssh-agent] Looking for ssh-agent implementation... 16:55:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:55:04 $ docker exec ba77e12565fa314ff4d3f6dd55ca4742f107f8b62970380339bb982987169164 ssh-agent 16:55:04 SSH_AUTH_SOCK=/tmp/ssh-HflmzCRAMmrX/agent.15 16:55:04 SSH_AGENT_PID=22 16:55:04 Running ssh-add (command line suppressed) 16:55:04 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5101094811980845192.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5101094811980845192.key) 16:55:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:55:05 + git semver push 16:55:05 # -> Open(): unable to determine branch for HEAD 16:55:05 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 16:55:05 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 16:55:05 # $SEMVER_REMOTE_NAME = origin 16:55:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:55:05 # $SEMVER_USER_NAME = edgex-jenkins 16:55:05 # $SEMVER_BRANCH = master 16:55:05 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 16:55:11 $ docker exec --env ******** --env ******** ba77e12565fa314ff4d3f6dd55ca4742f107f8b62970380339bb982987169164 ssh-agent -k 16:55:11 unset SSH_AUTH_SOCK; 16:55:11 unset SSH_AGENT_PID; 16:55:11 echo Agent pid 22 killed; 16:55:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:55:12 + git semver [Pipeline] } 16:55:12 $ docker stop --time=1 ba77e12565fa314ff4d3f6dd55ca4742f107f8b62970380339bb982987169164 16:55:13 $ docker rm -f ba77e12565fa314ff4d3f6dd55ca4742f107f8b62970380339bb982987169164 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:55:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:55:15 ---> package-listing.sh 16:55:15 ++ facter osfamily 16:55:15 ++ tr '[:upper:]' '[:lower:]' 16:55:15 + OS_FAMILY=redhat 16:55:15 + workspace=/w/workspace/_app-service-configurable_master 16:55:15 + START_PACKAGES=/tmp/packages_start.txt 16:55:15 + END_PACKAGES=/tmp/packages_end.txt 16:55:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:55:15 + PACKAGES=/tmp/packages_start.txt 16:55:15 + '[' /w/workspace/_app-service-configurable_master ']' 16:55:15 + PACKAGES=/tmp/packages_end.txt 16:55:15 + case "${OS_FAMILY}" in 16:55:15 + rpm -qa 16:55:15 + sort 16:55:19 + '[' -f /tmp/packages_start.txt ']' 16:55:19 + '[' -f /tmp/packages_end.txt ']' 16:55:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:55:19 + '[' /w/workspace/_app-service-configurable_master ']' 16:55:19 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 16:55:19 + 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 16:55:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:55:19 16:55:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:55:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:55:20 alpine: Pulling from edgex-lftools-log-publisher 16:55:20 c9b1b535fdd9: Pulling fs layer 16:55:20 2cc5ad85d9ab: Pulling fs layer 16:55:20 756a868c4378: Pulling fs layer 16:55:20 444b2fc9a129: Pulling fs layer 16:55:20 ea15f1150254: Pulling fs layer 16:55:20 41b27a9f41bf: Pulling fs layer 16:55:20 28c525ee5125: Pulling fs layer 16:55:20 094b1ea09ed8: Pulling fs layer 16:55:20 138eaada9080: Pulling fs layer 16:55:20 0622d0fa9048: Pulling fs layer 16:55:20 28c525ee5125: Waiting 16:55:20 094b1ea09ed8: Waiting 16:55:20 138eaada9080: Waiting 16:55:20 0622d0fa9048: Waiting 16:55:20 ea15f1150254: Waiting 16:55:20 41b27a9f41bf: Waiting 16:55:20 2cc5ad85d9ab: Download complete 16:55:20 444b2fc9a129: Verifying Checksum 16:55:20 444b2fc9a129: Download complete 16:55:20 c9b1b535fdd9: Verifying Checksum 16:55:20 ea15f1150254: Verifying Checksum 16:55:20 ea15f1150254: Download complete 16:55:20 28c525ee5125: Verifying Checksum 16:55:20 28c525ee5125: Download complete 16:55:20 756a868c4378: Verifying Checksum 16:55:20 756a868c4378: Download complete 16:55:20 094b1ea09ed8: Verifying Checksum 16:55:20 094b1ea09ed8: Download complete 16:55:20 0622d0fa9048: Verifying Checksum 16:55:20 0622d0fa9048: Download complete 16:55:21 138eaada9080: Verifying Checksum 16:55:21 138eaada9080: Download complete 16:55:21 41b27a9f41bf: Verifying Checksum 16:55:21 41b27a9f41bf: Download complete 16:55:21 c9b1b535fdd9: Pull complete 16:55:22 2cc5ad85d9ab: Pull complete 16:55:23 756a868c4378: Pull complete 16:55:23 444b2fc9a129: Pull complete 16:55:23 ea15f1150254: Pull complete 16:55:27 41b27a9f41bf: Pull complete 16:55:28 28c525ee5125: Pull complete 16:55:30 094b1ea09ed8: Pull complete 16:55:30 138eaada9080: Pull complete 16:55:30 0622d0fa9048: Pull complete 16:55:30 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 16:55:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:55:30 prd-centos7-docker-4c-2g-58 does not seem to be running inside a container 16:55:30 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:55:32 $ docker top edfb9d0e11c1e2fed0f33cebd0f5ca67823aa6608f139d35b321ce23071aa10b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:55:33 provisioning config files... 16:55:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config432794014091944976tmp [Pipeline] { [Pipeline] echo 16:55:33 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:55:33 ---> create-netrc.sh [Pipeline] echo 16:55:33 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:55:33 ---> logs-deploy.sh 16:55:33 + ARCHIVE_ARTIFACTS= 16:55:33 + LOGS_SERVER=https://logs.edgexfoundry.org 16:55:33 + '[' https://logs.edgexfoundry.org == None ']' 16:55:33 + NEXUS_URL=https://nexus.edgexfoundry.org 16:55:33 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/23 16:55:33 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/23/ 16:55:33 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/23 /w/workspace/_app-service-configurable_master 16:55:34 Archives upload complete. 16:55:34 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/23 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/23/